summaryrefslogtreecommitdiff
path: root/libjsonpp/jsonpp.h
Commit message (Collapse)AuthorAge
* Modernize and fix up lots of warningsHEADlibjsonpp-0.13.0mainDan Goodliffe3 days
|
* Disable recursion warningsDan Goodliffe2022-07-30
|
* Wrap up ignore deprecated copy warning in ustring.hDan Goodliffe2022-07-30
|
* 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
|
* Modernize buildlibjsonpp-0.11.2Dan Goodliffe2019-10-12
|
* VectorDan Goodliffe2018-05-05
| | | | Use vector instead list, it's a better match for what we want.
* Variant fixDan Goodliffe2018-05-05
| | | | | | Swap the wrapper class from the variant to the containers because std::visit needs specialisations on the type which aren't present for the subclass.
* Pointer freeDan Goodliffe2018-05-02
| | | | Remove all the value pointer stuff... Just not needed.
* std::variant over boost::variantDan Goodliffe2018-05-01
|
* Replace boost::shared_ptrDan Goodliffe2018-05-01
|
* RefactorDan Goodliffe2018-04-02
| | | | | Refactor to reduce constant creation of new serializer object. Use standard C++ stream control for formatting.
* Visibility hidden and release ltoDan Goodliffe2015-07-25
|
* Switch to using a flex based parser, not a hand-rolled character consumerlibjsonpp-0.9Dan Goodliffe2015-05-31
|
* Fixes parser bug with escape sequences, improves error reporting (slightly) ↵libjsonpp-0.8.1randomdan2014-09-12
| | | | and adds some covering unit tests
* Standalone json librarylibjsonpp-0.8randomdan2014-07-04