| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Integer support in persistence | Dan Goodliffe | 2024-01-09 |
| | | | | | | Splits bool and arithmatic types, pass arithmatic values as string views from JSON and parse according to the target type. | ||
| * | Reformat with new clang-format | Dan Goodliffe | 2023-11-07 |
| | | |||
| * | Add postLoad support to persistence | Dan Goodliffe | 2023-03-14 |
| | | |||
| * | Move persistence test objects to test library | Dan Goodliffe | 2023-03-05 |
| | | |||
| * | Add ParseBase | Dan Goodliffe | 2023-03-02 |
| | | | | | Acts as a base class for persistence parser, encompasses the parse stack and manages shared objects | ||
| * | Support parsing string values in persistence read | Dan Goodliffe | 2023-02-23 |
| | | |||
| * | Swap @ prefix for p. prefix for special value names | Dan Goodliffe | 2023-02-20 |
| | | |||
| * | Implement writing shared objects with @id | Dan Goodliffe | 2021-11-07 |
| | | |||
| * | Update tests to coverage encoding strings | Dan Goodliffe | 2021-11-07 |
| | | | | | Fixes char (byte) type lookup. | ||
| * | Initial commit where writing objects back out to JSON | Dan Goodliffe | 2021-11-07 |
| | | | | | It's not perfect, writes explicit nulls, doesn't do shared @id | ||
| * | Fixup clang, cppcheck and iwyu warnings | Dan Goodliffe | 2021-11-07 |
| | | |||
| * | Error on bad cast of referenced object | Dan Goodliffe | 2021-11-07 |
| | | |||
| * | Name, rather than number, shared_ptr tests | Dan Goodliffe | 2021-11-07 |
| | | |||
| * | Test case for named type not existing | Dan Goodliffe | 2021-11-07 |
| | | |||
| * | Standard wrapper in failure cases | Dan Goodliffe | 2021-11-07 |
| | | |||
| * | Common implementation for shared and unique pointers | Dan Goodliffe | 2021-11-07 |
| | | |||
| * | Lots of test cases, few minor fixes | Dan Goodliffe | 2021-11-07 |
| | | |||
| * | Fix the fact I've been spelling persistence wrong this whole time | Dan Goodliffe | 2021-11-07 |
