summaryrefslogtreecommitdiff
path: root/tools/source
AgeCommit message (Expand)AuthorFilesLines
2021-02-24tools: json: fix missing escaped charsHenry Castro1-0/+21
2021-01-16Make JsonWriter::writeEscapedOUString() handle surrogate pairs properlyTor Lillqvist1-3/+15
2021-01-07use FILE_ATTRIBUTE_TEMPORARY on Windows for temp filesNoel Grandin1-1/+6
2020-10-30tdf#123476 filter: try to detect 0-byte files based on extensionMiklos Vajna1-0/+20
2020-08-13Avoid one more unhelpful -Werror=stringop-truncationStephan Bergmann1-1/+1
2020-08-10fix JsonWriter::reallocBufferNoel Grandin1-0/+1
2020-08-10improvements to JSON WriterNoel Grandin1-13/+98
2020-08-10add extractAsOString to JsonWriterTomaž Vajngerl1-0/+8
2020-06-19Avoid unhelpful -Werror=stringop-truncationStephan Bergmann1-5/+5
2020-06-19asan: need to use malloc instead of new for tools::JsonWriterNoel Grandin1-5/+11
2020-06-19new json writer for LOKNoel Grandin1-0/+253
2020-04-30tools: define DbgTestSolarMutex() unconditionallyMiklos Vajna1-4/+0
2019-11-22tdf#128862: fix HSQLDB odb-files with apostrophe crashJulien Nabet1-0/+2
2019-11-21tdf#128598: Revert "Move dubious file: -> smb: conversion from...Stephan Bergmann1-0/+11
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-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-02loplugin:stringadd in tools..unotoolsNoel Grandin1-99/+106
2019-09-29Move Rectangle,Point,Size serialization to GenericTypeSerializerTomaž Vajngerl2-44/+81
2019-09-18remove unused crc functionality from ZCodecNoel Grandin1-32/+3
2019-09-01Fix '..'Andrea Gelmini1-1/+1
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 Bergmann1-171/+0
2019-08-23loplugin:returnconstval in toolsNoel Grandin1-2/+2
2019-08-12Fix typosAndrea Gelmini1-2/+2
2019-08-12Fix typosAndrea Gelmini3-3/+3
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): toolsStephan Bergmann2-6/+3
2019-07-18cid#1448224 Unchecked return valueCaolán McNamara1-1/+1
2019-07-15make tools::Rectangle::getBottom return 0 when emptyNoel Grandin1-0/+7
2019-07-15make tools::Rectangle::getWidth return 0 when emptyNoel Grandin1-0/+5
2019-07-12make tools::Rectangle::Bottom return Top when emptyNoel Grandin1-0/+6
2019-07-12make tools::Rectangle::Right return Left when emptyNoel Grandin1-0/+6
2019-07-10make tools::Rectangle::SaturatingSetX/Y respect empty stateNoel Grandin1-2/+4
2019-07-10make tools::Rectangle::setY respect empty stateNoel Grandin1-0/+6
2019-07-10make tools::Rectangle::setX respect empty stateNoel Grandin1-0/+7
2019-07-10make tools::Rectangle::AdjustBottom respect empty stateNoel Grandin1-0/+9
2019-07-10make tools::Rectangle::AdjustRight respect empty stateNoel Grandin1-0/+8
2019-07-09make tools::Rectangle::shrink respect empty stateNoel Grandin1-0/+11
2019-07-09Fix Android build after commit fc0850d2784eaa79257cf1ea8c5d078c5241b5bfMike Kaganski1-1/+1