summaryrefslogtreecommitdiff
path: root/tools/source/misc/json_writer.cxx
AgeCommit message (Expand)Author
2022-01-07jsonwriter: encode tab space characterSzymon Kłos
2021-10-04fix buffer overruns in JsonWriter::put with UTF-8 valuesNoel Grandin
2021-08-11use tools::Json for cursor messagesNoel Grandin
2021-02-24tools: json: fix missing escaped charsHenry Castro
2021-01-16Make JsonWriter::writeEscapedOUString() handle surrogate pairs properlyTor Lillqvist
2020-08-13Avoid one more unhelpful -Werror=stringop-truncationStephan Bergmann
2020-08-10fix JsonWriter::reallocBufferNoel Grandin
2020-08-10improvements to JSON WriterNoel Grandin
2020-08-10add extractAsOString to JsonWriterTomaž Vajngerl
2020-06-19Avoid unhelpful -Werror=stringop-truncationStephan Bergmann
2020-06-19asan: need to use malloc instead of new for tools::JsonWriterNoel Grandin
2020-06-19new json writer for LOKNoel Grandin