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. | ||
* | Refactor to start splitting out UI components | Dan Goodliffe | 2021-12-13 |
| | |||
* | Compile generated/external code as release | Dan Goodliffe | 2021-11-26 |
| | | | | Moves stb stuff to .c then all .ll and .c built release mode, neatly disables all the warnings | ||
* | Fixup clang, cppcheck and iwyu warnings | Dan Goodliffe | 2021-11-07 |
| | |||
* | Lots of test cases, few minor fixes | Dan Goodliffe | 2021-11-07 |
| | |||
* | Tidy case of function names | Dan Goodliffe | 2021-11-07 |
| | |||
* | Second swing persistance | Dan Goodliffe | 2021-11-07 |
| | | | | Mostly functional JSON deserialising for most types. | ||
* | Initial commit of basis persistence | Dan Goodliffe | 2021-11-07 |
JSON parser lifted almost verbatim for libjsonpp running into some custom code for populating ilt objects. Pretty minimal per object code requirements. |