summaryrefslogtreecommitdiff
path: root/slicer/test
Commit message (Collapse)AuthorAge
* Simplify hook pointer to unique_ptrDan Goodliffe2017-10-18
|
* DB specific test models should be part of the DB packageslicer-1.6.0Dan Goodliffe2017-09-22
|
* 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
* Work properly on DST dates in test codeDan Goodliffe2017-09-07
|
* Add [json] test cases for local class operationsslicer-1.5.1Dan Goodliffe2017-08-17
|
* Initial support for operating on local (classes)Dan Goodliffe2017-08-16
|
* Assert behaviour of ModelPartForClass::GetTypeId with a non-local classDan Goodliffe2017-08-16
|
* Order list of components in preprocessor testDan Goodliffe2017-08-16
|
* Adds the [input] streaming interfacesslicer-1.5.0Dan Goodliffe2017-07-23
|
* Support getting a ModelPart for the elements in a container (with no actual ↵Dan Goodliffe2017-07-16
| | | | model)
* Switch ModelPartModel's internal model reference to pointer (breaking change ↵Dan Goodliffe2017-07-16
| | | | for anything that extends a ModelPart)
* Use boost check close for doubles which previous failed under valgrindDan Goodliffe2017-03-13
|
* Fix support for model part types of optional convertedDan Goodliffe2017-01-02
|
* Support [de]serializing XML elements/attributes to/from a dictionaryslicer-1.4.2Dan Goodliffe2016-11-02
|
* Allow working with local types (except classes, need ice_id functionality)Dan Goodliffe2016-10-23
|
* Reference classes by type not handle type in model partsDan Goodliffe2016-10-22
|
* Behave more like a normal compiler (write whole file, not append existing one)slicer-1.4.0Dan Goodliffe2016-10-07
|
* Remove previously deprecated functionsDan Goodliffe2016-10-07
|
* Apply custom model parts at the root levelDan Goodliffe2016-10-01
|
* Big mangle of the testing stuffs to split the test type definitions into ↵Dan Goodliffe2016-09-29
| | | | multiple manageable files
* Support for custom model partsDan Goodliffe2016-09-24
|
* Build test case libs with bjam, not a messy set of testsDan Goodliffe2016-09-24
|
* Support model metadata includes (allows including a header after ICE header ↵Dan Goodliffe2016-09-24
| | | | has been processed, whereas ICE includes it before)
* Define all exceptions as ICE exceptionsDan Goodliffe2016-09-22
|
* Allow default constructor of parser, set options and execute instead of ↵Dan Goodliffe2016-09-21
| | | | multiple ever growing wrappers
* Split compiler code away from runtime codeDan Goodliffe2016-09-21
|
* 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
|
* Fix case of type level metadata not being picked up if the type is a classslicer-1.3.1.1Dan Goodliffe2016-06-30
|
* Add default conversions and throw if conversion solution can't be foundslicer-1.3.1Dan Goodliffe2016-06-27
|
* Optionally allow Ice prefixslicer-1.3.0.2Dan Goodliffe2016-06-26
|
* Add deprecated attrib to compat wrapperslicer-1.3.0.1Dan Goodliffe2016-02-07
|
* Add a wrapper function back for compatibilityDan Goodliffe2016-02-07
|
* Test with c++1y, fully stripped and gc'edDan Goodliffe2016-02-05
|
* Internalize all slicer componentsDan Goodliffe2016-02-05
|
* Partially tested global visibility hidden in all projectsslicer-1.2.4Dan Goodliffe2016-01-24
|
* Streamline ModelPartForRootDan Goodliffe2016-01-20
|
* Add support for json/xml stream serializers and support for serializer ↵Dan Goodliffe2016-01-19
| | | | factories based on mime types and file extensions
* Split type specific model parts into their own file.Dan Goodliffe2016-01-08
|
* Use definedDirs improvements to fix test behaviourDan Goodliffe2015-12-17
|
* Add options for not declaring conversion functions (for such cases when they ↵slicer-1.2.1Dan Goodliffe2015-12-09
| | | | are provided externally)
* Handle nulls in models when updating and insertingslicer-1.1.0Dan Goodliffe2015-10-24
|
* Add insert serializers that don't insert fields marked as auto and ↵Dan Goodliffe2015-10-18
| | | | optionally retrieve the value applied by the database back into the model
* Add SQL update serializerDan Goodliffe2015-10-17
|
* Exclude test shouldn't happen error handling from coverageDan Goodliffe2015-10-16
|
* Exclude BOOST_TEST_DONT_PRINT_LOG_VALUE code and help outputDan Goodliffe2015-10-16
|
* Improve test coverage.Dan Goodliffe2015-10-16
| | | | Fix empty xml element handling to still call into children with empty content
* Exclude BOOST_TEST_DONT_PRINT_LOG_VALUE codeDan Goodliffe2015-10-16
|
* Add basic support for insert serialization of objects and sequences of objectsDan Goodliffe2015-10-15
|