summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-04-20add tools::Rectangle::JustifyNoel Grandin1-0/+9
2020-04-17loplugin:buriedassign in tools..xmloffNoel Grandin3-18/+31
2020-03-15Revert "loplugin:constfields in tools"Noel Grandin4-19/+19
2020-03-07clang-format toolkit, tools, uui with under 5-percent lines of changeMuhammet Kara1-4/+4
2020-02-21tdf#75280: Convert inappropriate use of sal_uIntPtr to better integer typesCanberk TURAN1-2/+2
2020-02-19use FILE_ATTRIBUTE_TEMPORARY on Windows for temp filesNoel Grandin1-1/+6
2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák1-0/+2
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin1-2/+2
2020-02-03loplugin:unsignedcompare (clang-cl)Stephan Bergmann1-3/+3
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-5/+6
2020-01-22 don't warn about 0/0/0 year, commonly used as a default-value/no-valueNoel Grandin1-1/+3
2020-01-17loplugin:redundantcast (size_t vs. std::size_t)Stephan Bergmann1-8/+8
2020-01-08 tdf#96505 Get rid of cargo cult long integer literalsYusuf Keten1-1/+1
2019-12-28pdf: extract XMP metadata writing and use XmlWriterTomaž Vajngerl1-3/+8
2019-12-23sal_Char->char in toolsNoel Grandin8-81/+81
2019-12-18tools: define DbgTestSolarMutex() unconditionallyMiklos Vajna1-4/+0
2019-12-12SvFileStream::Lock/UnlockRange are only called from within SvFileStream itselfStephan Bergmann2-115/+34
2019-12-11Fix typosAndrea Gelmini1-1/+1
2019-12-07clang-tidy(WIP): bugprone-signed-char-misuse findings 3Tamás Zolnai1-1/+1
2019-12-07clang-tidy(WIP): bugprone-signed-char-misuse findings 2Tamás Zolnai1-58/+2
2019-12-03remove some useless comment linesNoel Grandin3-4/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann4-0/+25
2019-11-21tdf#128862: fix HSQLDB odb-files with apostrophe crashJulien Nabet1-0/+2
2019-11-11Don't compile cpuid test with INTRINSICS_CXXFLAGSTomaž Vajngerl2-20/+1
2019-11-03size some stringbuffer to prevent re-allocNoel Grandin2-5/+5
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin2-4/+6
2019-10-23size some stringbuffer to prevent re-allocNoel Grandin1-1/+1
2019-10-21-fsanitize=nullptr-with-nonzero-offsetStephan Bergmann1-1/+8
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin3-14/+17
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák1-2/+3
2019-10-17Remove some memset callsMike Kaganski1-9/+2
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin1-10/+6
2019-10-11ofz#14989 Z_NEED_DICT related infinite loopCaolán McNamara1-1/+1
2019-10-11drop PZSTREAM defineCaolán McNamara1-60/+70
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin1-2/+2
2019-10-09tools: don't leave SvStream::m_nBufFilePos pointing beyond the endMichael Stahl1-0/+4
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin2-2/+2
2019-10-05ofz#17212 Floating point exceptionCaolán McNamara1-0/+4
2019-10-04always use gb_LinkTarget__get_cxxflags for cxxobjectsLuboš Luňák1-2/+2
2019-10-02loplugin:stringadd in tools..unotoolsNoel Grandin1-99/+106
2019-09-29Move Rectangle,Point,Size serialization to GenericTypeSerializerTomaž Vajngerl4-44/+183
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák1-1/+2
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák1-1/+1
2019-09-18remove unused crc functionality from ZCodecNoel Grandin1-32/+3
2019-09-17Use CPPUNIT_ASSERT in test codeStephan Bergmann1-4/+3
2019-09-17Fix assertMike Kaganski1-1/+1
2019-09-01Fix '..'Andrea Gelmini2-2/+2
2019-08-30fix PolyPolygon move operator=Noel Grandin1-2/+7
2019-08-30new loplugin:noexceptmoveNoel Grandin2-3/+3
2019-08-28INetURLObject::setFSysPath is unused nowStephan Bergmann2-233/+0