summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2020-10-17tdf#124176: Use pragma once instead of include guardsmariamfahmy
2020-10-06loplugin:const* make some params and methods constNoel
2020-10-04loplugin:reducevarscope in toolkit..unotoolsNoel
2020-09-28Fix SSE2 cpuid checksDr. David Alan Gilbert
2020-09-28Fix SSSE3 cpuid checksDr. David Alan Gilbert
2020-09-22Fix AVX2 cpuid checksDr. David Alan Gilbert
2020-09-17osl+tools: fix Windows Arm64 buildJan-Marek Glogowski
2020-09-12Replace remaining uses of sal_CharJulien Nabet
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann
2020-09-01Fix typo in codeAndrea Gelmini
2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann
2020-08-18loplugin:unusedvarsglobalNoel Grandin
2020-08-06loplugin:flatten in toolsNoel Grandin
2020-08-03Missing include (std::max; Windows --disable-pch)Stephan Bergmann
2020-07-21Fix uses of char16_t*/wchar_t* stream insertersStephan Bergmann
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: toolsStephan Bergmann
2020-07-01loplugin:constantparamNoel Grandin
2020-06-29tools: fix 32bit Android buildMiklos Vajna
2020-06-25use tools::JsonWriter for dumping property treeNoel Grandin
2020-06-25Fix typosAndrea Gelmini
2020-06-24fix JsonWriter::reallocBufferNoel Grandin
2020-06-24Add test as an example how to add CPU intrinsics supportTomaž Vajngerl
2020-06-22Consolidate unique_ptr deleters calling freeStephan Bergmann
2020-06-21Avoid one more unhelpful -Werror=stringop-truncationStephan Bergmann
2020-06-20use JsonWriter for the rest of ITiledRenderableNoel Grandin
2020-06-19asan: need to use malloc instead of new for tools::JsonWriterNoel Grandin
2020-06-19Fix typosAndrea Gelmini
2020-06-18Avoid unhelpful -Werror=stringop-truncationStephan Bergmann
2020-06-18new json writer for LOKNoel Grandin
2020-06-01tools: extend test for UnitConversionTomaž Vajngerl
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-04-20add tools::Rectangle::JustifyNoel Grandin
2020-04-17loplugin:buriedassign in tools..xmloffNoel Grandin
2020-03-15Revert "loplugin:constfields in tools"Noel Grandin
2020-03-07clang-format toolkit, tools, uui with under 5-percent lines of changeMuhammet Kara
2020-02-21tdf#75280: Convert inappropriate use of sal_uIntPtr to better integer typesCanberk TURAN
2020-02-19use FILE_ATTRIBUTE_TEMPORARY on Windows for temp filesNoel Grandin
2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin
2020-02-03loplugin:unsignedcompare (clang-cl)Stephan Bergmann
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-22 don't warn about 0/0/0 year, commonly used as a default-value/no-valueNoel Grandin
2020-01-17loplugin:redundantcast (size_t vs. std::size_t)Stephan Bergmann
2020-01-08 tdf#96505 Get rid of cargo cult long integer literalsYusuf Keten
2019-12-28pdf: extract XMP metadata writing and use XmlWriterTomaž Vajngerl
2019-12-23sal_Char->char in toolsNoel Grandin
2019-12-18tools: define DbgTestSolarMutex() unconditionallyMiklos Vajna
2019-12-12SvFileStream::Lock/UnlockRange are only called from within SvFileStream itselfStephan Bergmann
2019-12-11Fix typosAndrea Gelmini