summaryrefslogtreecommitdiff
path: root/libjsonpp
Commit message (Expand)AuthorAge
* Modernize and fix up lots of warningsHEADlibjsonpp-0.13.0mainDan Goodliffe7 days
* Tidy lots of test fixtures literalsDan Goodliffe7 days
* Disable recursion warningsDan Goodliffe2022-07-30
* Wrap up ignore deprecated copy warning in ustring.hDan Goodliffe2022-07-30
* Modern ignore return valueDan Goodliffe2022-07-28
* Actually assert the array contentslibjsonpp-0.12.2Dan Goodliffe2020-08-29
* Fix handling of empty object and object with nothing after a commaDan Goodliffe2020-08-29
* Clang-format and cppchecklibjsonpp-0.12.1Dan Goodliffe2020-06-19
* Modernize and tidyDan Goodliffe2020-02-20
* Refactor to support extensible lexerlibjsonpp-0.12.0Dan Goodliffe2019-12-22
* Fix parse error stateDan Goodliffe2019-12-22
* Rename PushObject and PushArray to End...Dan Goodliffe2019-12-20
* Forward, not moveDan Goodliffe2019-12-20
* Encoding should be constDan Goodliffe2019-12-20
* Move strings instead of copying themDan Goodliffe2019-12-20
* Don't convert from UTF-8 to UTF-8 unnecessarilyDan Goodliffe2019-12-20
* Add a lexer rule for parsing text in bulkDan Goodliffe2019-12-20
* Add a test suitable for perf testingDan Goodliffe2019-12-20
* Move include to make header correct on its ownDan Goodliffe2019-12-20
* Modernize buildlibjsonpp-0.11.2Dan Goodliffe2019-10-12
* Explicitly disable checker for generated codelibjsonpp-0.11.1Dan Goodliffe2019-03-19
* Fixes recommend from clang build and clang-tidyDan Goodliffe2019-02-24
* Remove boost::filesystem in favour of std::filesystemDan Goodliffe2019-02-03
* Add test case over default encodinglibjsonpp-0.11.0Dan Goodliffe2018-05-06
* Remove dead codeDan Goodliffe2018-05-06
* VectorDan Goodliffe2018-05-05
* Variant fixDan Goodliffe2018-05-05
* Pointer freeDan Goodliffe2018-05-02
* Remove pointless VALUE state...Dan Goodliffe2018-05-02
* Lexical cast is overkill, we're already pattern matchedDan Goodliffe2018-05-01
* Remove unused lexer patternDan Goodliffe2018-05-01
* Remove straggling boost includeDan Goodliffe2018-05-01
* std::variant over boost::variantDan Goodliffe2018-05-01
* Tidy parser handlers into lambdasDan Goodliffe2018-05-01
* Replace boost::shared_ptrDan Goodliffe2018-05-01
* Don't install the flex headerlibjsonpp-0.10.0Dan Goodliffe2018-04-02
* RefactorDan Goodliffe2018-04-02
* Standalone split and remove PCHDan Goodliffe2017-04-28
* Partially tested global visibility hidden in all projectsDan Goodliffe2016-01-24
* Remove flto cos I'm sick of it randomly breaking stuffDan Goodliffe2015-12-18
* Tests and fixes over non-utf8 encodingslibjsonpp-0.9.3Dan Goodliffe2015-07-25
* Add test cases over serialisation, fix output of boolean, fix random fixed wi...Dan Goodliffe2015-07-25
* Rename test cases, parsing specificDan Goodliffe2015-07-25
* Visibility hidden and release ltoDan Goodliffe2015-07-25
* Fix corner case of empty array in object with covering unit test and highligh...libjsonpp-0.9.2Dan Goodliffe2015-07-03
* Correctly prefix the lexer and move the warning disabling into the specific filelibjsonpp-0.9.1Dan Goodliffe2015-05-31
* Switch to using a flex based parser, not a hand-rolled character consumerlibjsonpp-0.9Dan Goodliffe2015-05-31
* Switch to run rule, intead of testDan Goodliffe2015-05-30
* Use native for instead BOOST_FOREACHDan Goodliffe2015-01-04
* Scattering of fixes to remove hacks around paths and fix running the build fr...randomdan2014-11-13