summaryrefslogtreecommitdiff
path: root/slicer/slicer/slicer.h
Commit message (Expand)AuthorAge
* Fix up all the little niggly warningsDan Goodliffe2023-09-30
* Fix up warnings from clang-tidy, mostly nodiscardDan Goodliffe2023-09-04
* Replace ifndef/define/endif with pragma onceDan Goodliffe2023-09-03
* Make ModelPartRoots on stackDan Goodliffe2023-08-20
* Make [de]serializers on stackDan Goodliffe2023-08-06
* [De]serializeAny[With] uses unique_ptrDan Goodliffe2023-08-06
* Fixup parameter forwardingDan Goodliffe2022-04-05
* Pass IWYU test for slicer and toolDan Goodliffe2021-09-24
* Clang format and tidyslicer-1.10.0Dan Goodliffe2020-06-16
* More clang tidy fixesDan Goodliffe2019-03-03
* Ice 3.7Dan Goodliffe2018-04-03
* Don't copy (take by const reference) when serializing (although we do cast of...Dan Goodliffe2017-07-23
* Remove previously deprecated functionsDan Goodliffe2016-10-07
* Internalize all slicer componentsDan Goodliffe2016-02-05
* Streamline ModelPartForRootDan Goodliffe2016-01-20
* Remove rogue model partDan Goodliffe2016-01-20
* Add support for json/xml stream serializers and support for serializer factor...Dan Goodliffe2016-01-19
* Use rvalue refs for serializer wrappers (sub-slot change required)Dan Goodliffe2015-10-15
* Fix the compat interface and add covering testDan Goodliffe2015-01-09
* Name tweaks to restore compatibility with previous interfaceDan Goodliffe2015-01-09
* Revise wrapper and tests to operate on native types, not element typesDan Goodliffe2015-01-06
* Replace ModelPartForClassRoot with ModelPartForRoot which should work with an...Dan Goodliffe2015-01-06
* Separate serializer and deserializer class hierarchiesslicer-0.8.1randomdan2014-09-26
* Slicer core to operate on any types passed to constructor, not just boost pathsrandomdan2014-09-11
* Fix serializer interface to operate only on model part, everything else is vi...randomdan2014-09-03
* Adds unit tests covering class of builtin types and class of optional built i...randomdan2014-06-05
* Adds untested (it'll build, dunno what it'll do) support for optionalsrandomdan2014-06-04
* First hash of slicer, works well for the golden path, beyond that is uncharte...randomdan2014-05-29