summaryrefslogtreecommitdiff
path: root/tools/source/misc
AgeCommit message (Expand)AuthorFilesLines
2020-12-28tools: json: fix missing escaped charsHenry Castro1-0/+21
2020-12-08jsdialog: send close on dialog responseSzymon Kłos1-1/+1
2020-12-03jsdialog: fix arrays in JsonWriter outputSzymon Kłos1-14/+35
2020-11-18tdf#123936 Formatting files in module tools with clang-formatPhilipp Hofer2-25/+30
2020-09-17osl+tools: fix Windows Arm64 buildJan-Marek Glogowski1-2/+2
2020-09-01Fix typo in codeAndrea Gelmini1-3/+3
2020-08-03Missing include (std::max; Windows --disable-pch)Stephan Bergmann1-0/+1
2020-06-29tools: fix 32bit Android buildMiklos Vajna1-1/+1
2020-06-25use tools::JsonWriter for dumping property treeNoel Grandin1-2/+59
2020-06-24fix JsonWriter::reallocBufferNoel Grandin1-0/+1
2020-06-21Avoid one more unhelpful -Werror=stringop-truncationStephan Bergmann1-1/+1
2020-06-20use JsonWriter for the rest of ITiledRenderableNoel Grandin1-12/+105
2020-06-19asan: need to use malloc instead of new for tools::JsonWriterNoel Grandin1-5/+11
2020-06-19Fix typosAndrea Gelmini1-1/+1
2020-06-18Avoid unhelpful -Werror=stringop-truncationStephan Bergmann1-5/+5
2020-06-18new json writer for LOKNoel Grandin1-0/+253
2020-02-03loplugin:unsignedcompare (clang-cl)Stephan Bergmann1-3/+3
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin1-1/+1
2019-07-09Fix Android build after commit fc0850d2784eaa79257cf1ea8c5d078c5241b5bfMike Kaganski1-1/+1
2019-07-09fix android build - fallback getCpuId only had one parameterTomaž Vajngerl1-1/+1
2019-07-09CPU intrinsics detection (SSE, AVX)Tomaž Vajngerl1-26/+93
2019-04-30tdf#42949 Fix IWYU warnings in tools/Gabor Kelemen1-7/+0
2017-11-22cpuid is only for x86 processors.jan Iversen1-0/+7
2017-11-21halve the number of threads if HT is activeDennis Francis1-2/+9
2017-04-29Move getProcessWorkingDir from tools to unotoolsChris Sherlock1-60/+0
2016-10-15clang-cl loplugin: toolsStephan Bergmann2-2/+2
2016-07-13Moved SfxModule owner to SfxApplicationMark Page1-33/+0
2016-04-15remove tools/solarmutex.hxxNoel Grandin1-42/+0
2016-03-11tdf#97966: Remove 'static' keywordsWastack1-2/+2
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-21loplugin:unusedmethodsNoel Grandin1-69/+0
2015-11-13underscores are reservedTomaž Vajngerl1-1/+1
2015-11-13improve compile time SSE2 detection, fix broken android buildTomaž Vajngerl1-2/+1
2015-11-13remove SSE detection code (but keep SSE2)Tomaž Vajngerl1-7/+0
2015-11-13tools: runtime SSE/SSE2 detectionTomaž Vajngerl1-0/+63
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-09Move SolarMutex down from tools to comphelper/ to make life easier.Michael Meeks1-7/+2
2014-12-03Fold URE: WindowsStephan Bergmann1-101/+0
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-09-09Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist1-1/+1
2014-08-24tools: make some variable names more clearChris Sherlock1-7/+7
2014-05-22fix-includes.pl: toolsThomas Arnhold4-29/+29
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist1-0/+6
2013-05-14SolarMutex does not belong into the URE interfaceStephan Bergmann1-2/+2
2013-04-12The silly toolsdll.cxx was the same for unx and winTor Lillqvist1-0/+33
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák3-8/+8
2013-03-16Remove RTL_CONSTASCII_(U)STRINGPARAM in toolsChr. Rossmanith3-8/+6
2012-08-18removed ascii-art and blank lines in tools/sourcePhilipp Riemer1-2/+0
2012-07-11re-base on ALv2 code. Includes:Michael Meeks4-98/+62