| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
For our own sanity :)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
utf8_string_view provides length and character iteration over a std::string_view containing utf8 data.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
something
|
|
|
|
| |
possibly constructor function
|
| |
|
| |
|
|
|
|
| |
This was a pain... but all the coords make much more sense now and a lot of mystery negation has disappeared.
|
| |
|
|
|
|
| |
Fixes char (byte) type lookup.
|
|
|
|
| |
It's not perfect, writes explicit nulls, doesn't do shared @id
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Uses somewhat dirty global map for keeping shared_ptr objects by key, needs fix
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Mostly functional JSON deserialising for most types.
|
|
|
|
|
|
| |
JSON parser lifted almost verbatim for libjsonpp running into some
custom code for populating ilt objects. Pretty minimal per object code
requirements.
|