summaryrefslogtreecommitdiff
path: root/slicer/slicer
Commit message (Collapse)AuthorAge
* Separate serializer and deserializer class hierarchiesrandomdan2014-09-26
|
* Allow a class to specify a specific name when referenced in a documentrandomdan2014-09-18
|
* Make slice metadata for the slicer namespace available at runtimerandomdan2014-09-17
|
* Allow overriding of the slicer-typeid property namerandomdan2014-09-15
|
* Allow serializers to use their own native types.randomdan2014-09-11
| | | | Allow .ice metadata to specify typesafe conversion functions between serializer types and model types
* 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 typo in get overload for shortsrandomdan2014-09-06
|
* Fix serializer interface to operate only on model part, everything else is ↵randomdan2014-09-03
| | | | via implementor's constructor
* Ignore interfacesrandomdan2014-09-03
|
* Adds core support for model part approximate type (complex, simple, ↵randomdan2014-07-04
| | | | | | sequence, etc) Adds support for JSON
* Adds support for classes with inheritancerandomdan2014-06-26
| | | | Adds more unit tests and verifies written XML is the same as the initial
* Move the name into the hookrandomdan2014-06-09
|
* Hooks is now a vector, not a map, to maintain the output order according to ↵randomdan2014-06-05
| | | | the slice
* 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
* Update tests to perform an end-to-end (albeit non-validating) slice, slicer, ↵randomdan2014-06-03
| | | | compile, link, load and run
* Adds missing constructors to support all things being part of a dictionaryrandomdan2014-06-02
|
* First hash of slicer, works well for the golden path, beyond that is ↵randomdan2014-05-29
uncharted territory