Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Modernize and fix up lots of warningsHEADlibjsonpp-0.13.0main | Dan Goodliffe | 3 days |
| | |||
* | Disable recursion warnings | Dan Goodliffe | 2022-07-30 |
| | |||
* | Wrap up ignore deprecated copy warning in ustring.h | Dan Goodliffe | 2022-07-30 |
| | |||
* | Clang-format and cppchecklibjsonpp-0.12.1 | Dan Goodliffe | 2020-06-19 |
| | |||
* | Modernize and tidy | Dan Goodliffe | 2020-02-20 |
| | |||
* | Refactor to support extensible lexerlibjsonpp-0.12.0 | Dan Goodliffe | 2019-12-22 |
| | |||
* | Modernize buildlibjsonpp-0.11.2 | Dan Goodliffe | 2019-10-12 |
| | |||
* | Vector | Dan Goodliffe | 2018-05-05 |
| | | | | Use vector instead list, it's a better match for what we want. | ||
* | Variant fix | Dan Goodliffe | 2018-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 free | Dan Goodliffe | 2018-05-02 |
| | | | | Remove all the value pointer stuff... Just not needed. | ||
* | std::variant over boost::variant | Dan Goodliffe | 2018-05-01 |
| | |||
* | Replace boost::shared_ptr | Dan Goodliffe | 2018-05-01 |
| | |||
* | Refactor | Dan Goodliffe | 2018-04-02 |
| | | | | | Refactor to reduce constant creation of new serializer object. Use standard C++ stream control for formatting. | ||
* | Visibility hidden and release lto | Dan Goodliffe | 2015-07-25 |
| | |||
* | Switch to using a flex based parser, not a hand-rolled character consumerlibjsonpp-0.9 | Dan Goodliffe | 2015-05-31 |
| | |||
* | Fixes parser bug with escape sequences, improves error reporting (slightly) ↵libjsonpp-0.8.1 | randomdan | 2014-09-12 |
| | | | | and adds some covering unit tests | ||
* | Standalone json librarylibjsonpp-0.8 | randomdan | 2014-07-04 |