summaryrefslogtreecommitdiff
path: root/slicer/test/Jamfile.jam
Commit message (Collapse)AuthorAge
* Use adhocutil's visibilityDan Goodliffe2015-10-11
|
* Use libadhocutil (impacts tests only)Dan Goodliffe2015-09-02
|
* 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)
* Support for automatically determining a model part implementationDan Goodliffe2014-11-30
|
* Big refactor to use Boost UTFrandomdan2014-11-06
|
* 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
* Adds support for classes with inheritancerandomdan2014-06-26
| | | | Adds more unit tests and verifies written XML is the same as the initial
* Update tests to perform an end-to-end (albeit non-validating) slice, slicer, ↵randomdan2014-06-03
| | | | compile, link, load and run
* First hash of slicer, works well for the golden path, beyond that is ↵randomdan2014-05-29
uncharted territory