Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix the fact I've been spelling persistence wrong this whole time | Dan Goodliffe | 2021-11-07 |
| | |||
* | Implement shared_ptr support | Dan Goodliffe | 2021-11-07 |
| | | | | Uses somewhat dirty global map for keeping shared_ptr objects by key, needs fix | ||
* | Extend factory map to include make_shared | Dan Goodliffe | 2021-11-07 |
| | |||
* | Automatic type registration | Dan Goodliffe | 2021-11-07 |
| | |||
* | Fix dependent name lookup | Dan Goodliffe | 2021-11-07 |
| | |||
* | Common base class for value selections | Dan Goodliffe | 2021-11-07 |
| | |||
* | Tidy case of function names | Dan Goodliffe | 2021-11-07 |
| | |||
* | Simplify object creation code | Dan Goodliffe | 2021-11-07 |
| | |||
* | Fix the odd difference with arrays and vectors and objects | Dan Goodliffe | 2021-11-07 |
| | |||
* | Remove ArrayLike | Dan Goodliffe | 2021-11-07 |
| | |||
* | Support chaining persist calls for subclasses | Dan Goodliffe | 2021-11-07 |
| | |||
* | Erring toward complete JSON loader | Dan Goodliffe | 2021-11-07 |
| | |||
* | Move json persistance into lib | Dan Goodliffe | 2021-11-07 |
| | |||
* | Second swing persistance | Dan Goodliffe | 2021-11-07 |
Mostly functional JSON deserialising for most types. |