summaryrefslogtreecommitdiff
path: root/tools/source/misc
AgeCommit message (Expand)Author
2024-10-31ofz: Undefined-shiftCaolán McNamara
2024-10-23Avoid signed integer overflowStephan Bergmann
2024-10-22cid#1607748 Overflowed constantCaolán McNamara
2024-10-22move vcl::DeleteOnDeinit to toolsNoel Grandin
2024-09-24cid#1607586 Overflowed return valueCaolán McNamara
2024-07-26tools#1608074 silence Overflowed return valueCaolán McNamara
2024-07-07move UniqueID to tools and rework to increase counter in constructorTomaž Vajngerl
2024-05-16loplugin:ostr in toolsNoel Grandin
2024-03-17loplugin:unusedmethodsNoel Grandin
2024-03-11Document Colors do not show any color in the PaletteCaolán McNamara
2024-03-09Support o3tl::iterateCodePoints with both sal_Int32 and std::size_tStephan Bergmann
2024-03-02avoid a memcpy when constructing output of tools::JsonWriterNoel Grandin
2024-02-29Restore a commentMike Kaganski
2024-02-29Use <bit> instead of platform-specific intrinsicsMike Kaganski
2024-02-25Avoid MAX_PATH limitation in launcherMike Kaganski
2024-02-23use more string_view in tools::JsonWriterNoel Grandin
2024-01-09Simplify a bitMike Kaganski
2024-01-08Simplify JsonWriter a bitMike Kaganski
2023-07-16cid#1537992 deadcodeJulien Nabet
2023-07-13linking: api: use JsonWriterSzymon Kłos
2023-07-04jsdialog: encode properly control charactersSzymon Kłos
2023-04-27fix bug in json_writerJaume Pujantell
2023-04-05fix leaks when using tools::JsonWriterNoel Grandin
2023-04-03Simplify JsonWriter a bitMike Kaganski
2022-12-30I get "warning: unsupported syscall: __sys_prlimit64" in WASM so avoid thatTor Lillqvist
2022-11-06-Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): toolsStephan Bergmann
2022-04-02Recheck modules t* with IWYUGabor Kelemen
2022-03-19reduce down to the part and config we are using and move to toolsCaolán McNamara
2022-01-31jsonwriter: ensure correct number of bytes is availableSzymon Kłos
2021-10-14Simplify JsonWriter a bitMike Kaganski
2021-10-13Improve JsonWriter's escapement codeMike Kaganski
2021-10-13Unify JsonWriter::put and putRaw a bitMike Kaganski
2021-10-02fix buffer overruns in JsonWriter::put with UTF-8 valuesNoel Grandin
2021-10-02simplify JsonWriter::reallocBuffer by using reallocNoel Grandin
2021-09-10clang:optin.performance.Padding in toolsNoel Grandin
2021-08-26tdf#142307 - Upgrade SSE2 sum to AVX512 sum with Neumaier 1dante
2021-01-15Make JsonWriter::writeEscapedOUString() handle surrogate pairs properlyTor Lillqvist
2020-12-28tools: json: fix missing escaped charsHenry Castro
2020-12-08jsdialog: send close on dialog responseSzymon Kłos
2020-12-03jsdialog: fix arrays in JsonWriter outputSzymon Kłos
2020-11-18tdf#123936 Formatting files in module tools with clang-formatPhilipp Hofer
2020-09-17osl+tools: fix Windows Arm64 buildJan-Marek Glogowski
2020-09-01Fix typo in codeAndrea Gelmini
2020-08-03Missing include (std::max; Windows --disable-pch)Stephan Bergmann
2020-06-29tools: fix 32bit Android buildMiklos Vajna
2020-06-25use tools::JsonWriter for dumping property treeNoel Grandin
2020-06-24fix JsonWriter::reallocBufferNoel Grandin
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