summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Centralize common exceptionsDan Goodliffe2015-10-13
|
* Split SqlSource into its own filesDan Goodliffe2015-10-13
|
* Throw specific exception on unsupport model type and add covering testDan Goodliffe2015-10-12
|
* Remove unused helpersDan Goodliffe2015-10-12
|
* Add missing root name for dictionary typesDan Goodliffe2015-10-12
|
* Add Slicer support for deserializing a SQL selectDan Goodliffe2015-10-12
|
* 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 libjsonpp stream parser instead of buffering whole file in a ustringDan Goodliffe2015-10-09
|
* Add new projects to default buildDan Goodliffe2015-10-02
|
* Add a code coverage profileDan Goodliffe2015-09-12
|
* Add libadhocutil to the default buildDan Goodliffe2015-09-03
|
* Use libadhocutil (impacts tests only)Dan Goodliffe2015-09-02
|
* Visibility hiddenDan Goodliffe2015-07-25
|
* 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
|
* The slicer feature should not be propergated, it's library specific whether ↵Dan Goodliffe2015-06-18
| | | | it contains slicer data
* Move to C++0yDan Goodliffe2015-06-03
|
* Pass include dirs to slice toolsDan Goodliffe2015-01-28
|
* Remove unused modules stackslicer-1.0.2Dan Goodliffe2015-01-28
|
* 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
|
* Explicitly implement the auto modelpart deduction templatesDan Goodliffe2015-01-26
|
* Ignore Vim swap filesDan Goodliffe2015-01-15
|
* Rework ChildRefs to avoid linking/loading/unloading problems laterslicer-1.0.0Dan Goodliffe2015-01-11
|
* 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
|
* Support for bare containers in XMLDan Goodliffe2015-01-08
|
* Support getting a reference to a child, for access to its metadata, and then ↵Dan Goodliffe2015-01-08
| | | | GetChild wraps that
* 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
|
* 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
|