summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-10-06loplugin:const* make some params and methods constNoel1-1/+1
2020-10-04loplugin:reducevarscope in toolkit..unotoolsNoel2-6/+5
2020-09-28Fix SSE2 cpuid checksDr. David Alan Gilbert4-18/+41
2020-09-28Fix SSSE3 cpuid checksDr. David Alan Gilbert4-18/+43
2020-09-22Fix AVX2 cpuid checksDr. David Alan Gilbert4-36/+80
2020-09-17osl+tools: fix Windows Arm64 buildJan-Marek Glogowski1-2/+2
2020-09-12Replace remaining uses of sal_CharJulien Nabet1-1/+1
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann1-1/+1
2020-09-01Fix typo in codeAndrea Gelmini1-3/+3
2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann1-3/+5
2020-08-18loplugin:unusedvarsglobalNoel Grandin1-4/+0
2020-08-06loplugin:flatten in toolsNoel Grandin4-212/+212
2020-08-03Missing include (std::max; Windows --disable-pch)Stephan Bergmann1-0/+1
2020-07-21Fix uses of char16_t*/wchar_t* stream insertersStephan Bergmann1-1/+1
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: toolsStephan Bergmann7-11/+11
2020-07-01loplugin:constantparamNoel Grandin2-6/+3
2020-06-29tools: fix 32bit Android buildMiklos Vajna1-1/+1
2020-06-25use tools::JsonWriter for dumping property treeNoel Grandin2-3/+60
2020-06-25Fix typosAndrea Gelmini2-2/+2
2020-06-24fix JsonWriter::reallocBufferNoel Grandin1-0/+1
2020-06-24Add test as an example how to add CPU intrinsics supportTomaž Vajngerl4-0/+203
2020-06-22Consolidate unique_ptr deleters calling freeStephan Bergmann1-7/+3
2020-06-21Avoid one more unhelpful -Werror=stringop-truncationStephan Bergmann1-1/+1
2020-06-20use JsonWriter for the rest of ITiledRenderableNoel Grandin2-16/+139
2020-06-19asan: need to use malloc instead of new for tools::JsonWriterNoel Grandin2-6/+20
2020-06-19Fix typosAndrea Gelmini1-1/+1
2020-06-18Avoid unhelpful -Werror=stringop-truncationStephan Bergmann1-5/+5
2020-06-18new json writer for LOKNoel Grandin4-0/+312
2020-06-01tools: extend test for UnitConversionTomaž Vajngerl1-14/+24
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-2/+2
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