index
:
Slicer
main
Library and tools for extensible serialisation of ICE objects.
Dan Goodliffe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
slicer
/
slicer
/
slicer.h
Commit message (
Expand
)
Author
Age
*
Fix up all the little niggly warnings
Dan Goodliffe
2023-09-30
*
Fix up warnings from clang-tidy, mostly nodiscard
Dan Goodliffe
2023-09-04
*
Replace ifndef/define/endif with pragma once
Dan Goodliffe
2023-09-03
*
Make ModelPartRoots on stack
Dan Goodliffe
2023-08-20
*
Make [de]serializers on stack
Dan Goodliffe
2023-08-06
*
[De]serializeAny[With] uses unique_ptr
Dan Goodliffe
2023-08-06
*
Fixup parameter forwarding
Dan Goodliffe
2022-04-05
*
Pass IWYU test for slicer and tool
Dan Goodliffe
2021-09-24
*
Clang format and tidy
slicer-1.10.0
Dan Goodliffe
2020-06-16
*
More clang tidy fixes
Dan Goodliffe
2019-03-03
*
Ice 3.7
Dan Goodliffe
2018-04-03
*
Don't copy (take by const reference) when serializing (although we do cast of...
Dan Goodliffe
2017-07-23
*
Remove previously deprecated functions
Dan Goodliffe
2016-10-07
*
Internalize all slicer components
Dan Goodliffe
2016-02-05
*
Streamline ModelPartForRoot
Dan Goodliffe
2016-01-20
*
Remove rogue model part
Dan Goodliffe
2016-01-20
*
Add support for json/xml stream serializers and support for serializer factor...
Dan Goodliffe
2016-01-19
*
Use rvalue refs for serializer wrappers (sub-slot change required)
Dan Goodliffe
2015-10-15
*
Fix the compat interface and add covering test
Dan Goodliffe
2015-01-09
*
Name tweaks to restore compatibility with previous interface
Dan Goodliffe
2015-01-09
*
Revise wrapper and tests to operate on native types, not element types
Dan Goodliffe
2015-01-06
*
Replace ModelPartForClassRoot with ModelPartForRoot which should work with an...
Dan Goodliffe
2015-01-06
*
Separate serializer and deserializer class hierarchies
slicer-0.8.1
randomdan
2014-09-26
*
Slicer core to operate on any types passed to constructor, not just boost paths
randomdan
2014-09-11
*
Fix serializer interface to operate only on model part, everything else is vi...
randomdan
2014-09-03
*
Adds unit tests covering class of builtin types and class of optional built i...
randomdan
2014-06-05
*
Adds untested (it'll build, dunno what it'll do) support for optionals
randomdan
2014-06-04
*
First hash of slicer, works well for the golden path, beyond that is uncharte...
randomdan
2014-05-29