summaryrefslogtreecommitdiff
path: root/slicer/slicer/slicer.h
Commit message (Collapse)AuthorAge
* Separate serializer and deserializer class hierarchiesrandomdan2014-09-26
|
* Slicer core to operate on any types passed to constructor, not just boost pathsrandomdan2014-09-11
| | | | Extend implementations to work on their native document types + covering tests
* Fix serializer interface to operate only on model part, everything else is ↵randomdan2014-09-03
| | | | via implementor's constructor
* Adds unit tests covering class of builtin types and class of optional built ↵randomdan2014-06-05
| | | | | | in, seq, dict, struct, class Address support for optionals
* Adds untested (it'll build, dunno what it'll do) support for optionalsrandomdan2014-06-04
| | | | Standardises the template parameterisation for classes
* First hash of slicer, works well for the golden path, beyond that is ↵randomdan2014-05-29
uncharted territory