Thomas Harte
|
4d34d9ae2b
|
Implements BSON deserialisation, other than arrays.
|
2020-05-25 23:39:00 -04:00 |
|
Thomas Harte
|
b8b880a91d
|
Extends encoding to handle vector<uint8_t>, floats and doubles.
|
2020-05-24 01:20:48 -04:00 |
|
Thomas Harte
|
d36e592afb
|
Starts towards BSON serialisation for all deflectable structs.
Still to be tackled: arrays, enumerated types should probably be encoded as strings, deserialisation, probably distinguish get and fuzzy_get...
|
2020-05-22 00:31:40 -04:00 |
|
Thomas Harte
|
a16b710d22
|
Removes <cassert> from Struct.h (which means it's needed in the 68000's State).
|
2020-05-19 00:06:29 -04:00 |
|
Thomas Harte
|
375835a950
|
Extends .description() to handle arrays.
|
2020-05-14 23:58:17 -04:00 |
|
Thomas Harte
|
4481386a3d
|
Extends Reflection::Struct slightly to capture the lengths of arrays.
|
2020-05-14 22:59:44 -04:00 |
|
Thomas Harte
|
2f4b0c2b9a
|
Removes non-functional assert.
|
2020-03-30 21:48:07 -04:00 |
|
Thomas Harte
|
a491650c8b
|
Adds safety asserts.
|
2020-03-30 21:39:31 -04:00 |
|
Thomas Harte
|
60aa383c95
|
Makes a not-quite-correct attempt at a .description for reflective structs.
|
2020-03-30 00:24:49 -04:00 |
|
Thomas Harte
|
69277bbb27
|
Renames files to match project convention.
|
2020-03-19 23:24:06 -04:00 |
|