summaryrefslogtreecommitdiff
path: root/slicer/test/initial
Commit message (Collapse)AuthorAge
* Replace HasValue check with GetValue returning its success state when it ↵Dan Goodliffe2017-09-22
| | | | writes a value
* Don't use ClassType in the optionals test as it has a custom model type ↵Dan Goodliffe2017-09-07
| | | | which isn't actually suitable for optionals
* Add [json] test cases for local class operationsslicer-1.5.1Dan Goodliffe2017-08-17
|
* Support [de]serializing XML elements/attributes to/from a dictionaryslicer-1.4.2Dan Goodliffe2016-11-02
|
* Support for custom model partsDan Goodliffe2016-09-24
|
* Fix the case of reading a single column into a sequence of primitivesslicer-1.3.4Dan Goodliffe2016-09-10
|
* Add support for [de]serializing a dictionary as a json objectslicer-1.3.2Dan Goodliffe2016-08-29
|
* Improve test coverage.Dan Goodliffe2015-10-16
| | | | Fix empty xml element handling to still call into children with empty content
* Tests for invalid enumeration values in documents.Dan Goodliffe2015-10-14
|
* Update test cases to work with improved libjsonpp outputDan Goodliffe2015-07-25
|
* Add support for enumerationsslicer-1.0.1Dan Goodliffe2015-01-26
|
* Test data and test case for bare XML containersDan Goodliffe2015-01-08
|
* Support for XML text in otherwise complex objects, test data and test caseDan Goodliffe2015-01-07
|
* Add support, tests and test data for simple rootsDan Goodliffe2015-01-07
|
* Add support, tests and test data for struct rootsDan Goodliffe2015-01-07
|
* Add tests and test data for sequence rootsDan Goodliffe2015-01-06
|
* Allow conversions to be specified on a class/structDan Goodliffe2015-01-05
|
* Switch to using metadata rather than the @ hack for using XML attributesslicer-0.9Dan Goodliffe2015-01-04
|
* Allow a class to specify a specific name when referenced in a documentslicer-0.8randomdan2014-09-18
|
* Allow overriding of the slicer-typeid property namerandomdan2014-09-15
|
* Fix support for json to deserialize inherited typesrandomdan2014-09-14
|
* 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
* Adds core support for model part approximate type (complex, simple, ↵randomdan2014-07-04
| | | | | | sequence, etc) Adds support for JSON
* Add missing unit test datarandomdan2014-06-26
|
* Adds support for classes with inheritancerandomdan2014-06-26
| | | | Adds more unit tests and verifies written XML is the same as the initial
* 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