summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Support for XML text in otherwise complex objects, test data and test caseDan Goodliffe2015-01-07
|
* Move mp not null to cover all casesDan Goodliffe2015-01-07
|
* Allow GetChild without a name (think JSON style) and require name to be ↵Dan Goodliffe2015-01-07
| | | | correct (don't blindly accept empty string) in all other cases)
* Remove useless typedefDan Goodliffe2015-01-07
|
* Add support, tests and test data for simple rootsDan Goodliffe2015-01-07
|
* Fix xml serializer modeltreeiterateroot to work the same as iterate element partDan 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
|
* Write out rootName for sequencesDan Goodliffe2015-01-06
|
* Fix JSON serializer's root iterate for sequencesDan Goodliffe2015-01-06
|
* Revise wrapper and tests to operate on native types, not element typesDan Goodliffe2015-01-06
|
* Move the model part creators into their own fileDan Goodliffe2015-01-06
|
* Replace ModelPartForClassRoot with ModelPartForRoot which should work with ↵Dan Goodliffe2015-01-06
| | | | any type for a root
* Allow conversions to be specified on a class/structDan Goodliffe2015-01-05
|
* Typedef conversion listDan Goodliffe2015-01-05
|
* Extract conversions from any metadataDan Goodliffe2015-01-05
|
* Use boost::program_options for cliDan Goodliffe2015-01-05
|
* Switch to using metadata rather than the @ hack for using XML attributesslicer-0.9Dan Goodliffe2015-01-04
|
* Support custom filtering of children (by hook) in GetChildDan Goodliffe2015-01-04
|
* Split metadata helpers into their own fileDan Goodliffe2015-01-04
|
* A single ycm config that gets its args from b2Dan Goodliffe2015-01-04
|
* Fix up ycm configsDan Goodliffe2015-01-03
|
* Use native for instead BOOST_FOREACHDan Goodliffe2015-01-03
|
* Removed the modulePath() hack in favoured of scoped()slicer-0.8.5Dan Goodliffe2014-12-24
| | | | Fix issue when extending a class in a different module
* Support complex types in rows and parametersDan Goodliffe2014-12-09
|
* Add mutex around Slice::Preprocessor calls as they seem to be demonstrably ↵Dan Goodliffe2014-12-07
| | | | not thread safe
* Add a late explicit test that interfaces aren't countedDan Goodliffe2014-12-05
|
* Support writing to a FILE * directlyslicer-0.8.4Dan Goodliffe2014-12-05
| | | | | | Support writing to a NULL FILE * Return number of processed things Covering tests
* Support for automatically determining a model part implementationDan Goodliffe2014-11-30
|
* Add .gitignore filesDan Goodliffe2014-11-22
|
* Fix quirk (from glibc update?) around fields in struct tm and the ↵slicer-0.8.2randomdan2014-11-13
| | | | _BSD_SOURCE macro
* Write test data to the correct pathsrandomdan2014-11-06
|
* Big refactor to use Boost UTFrandomdan2014-11-06
|
* Separate serializer and deserializer class hierarchiesslicer-0.8.1randomdan2014-09-26
|
* Allow a class to specify a specific name when referenced in a documentslicer-0.8randomdan2014-09-18
|
* Make slice metadata for the slicer namespace available at runtimerandomdan2014-09-17
|
* 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
* 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
* Fix handling of Byte data type (treat as integer)randomdan2014-07-03
|
* 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
* 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