summaryrefslogtreecommitdiff
path: root/slicer/test
Commit message (Collapse)AuthorAge
* 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
|
* Tests for invalid enumeration values in documents.Dan Goodliffe2015-10-14
|
* Add database specific type (timespan) and convertorsDan Goodliffe2015-10-12
|
* Implement date conversions and fix month/year offsetsDan Goodliffe2015-10-12
|
* Use adhocutil's visibilityDan Goodliffe2015-10-11
|
* Use libadhocutil (impacts tests only)Dan Goodliffe2015-09-02
|
* Visibility hiddenslicer-1.0.3Dan Goodliffe2015-07-25
|
* Replace system(diff..) with a functionDan Goodliffe2015-07-25
|
* Update test cases to work with improved libjsonpp outputDan Goodliffe2015-07-25
|
* Switch to run rule for capturing output, undate paths in testsDan Goodliffe2015-07-20
|
* Add support for ice include search paths (-I like slice2cpp)Dan Goodliffe2015-01-28
|
* Call the compile slicer tool from the test case instead of just the library ↵Dan Goodliffe2015-01-27
| | | | (end-to-end test improvement)
* Add support for enumerationsslicer-1.0.1Dan Goodliffe2015-01-26
|
* Fix the compat interface and add covering testDan Goodliffe2015-01-09
|
* Name tweaks to restore compatibility with previous interfaceDan Goodliffe2015-01-09
|
* Test data and test case for bare XML containersDan Goodliffe2015-01-08
|
* Move test case into right suiteDan 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
|
* Revise wrapper and tests to operate on native types, not element typesDan 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
|
* A single ycm config that gets its args from b2Dan Goodliffe2015-01-04
|
* Fix up ycm configsDan 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
* 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
|
* 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
|