This project is mirrored from https://github.com/USCiLab/cereal.git.
Pull mirroring updated .
- Jun 08, 2015
-
-
Shane Grant authored
-
- May 03, 2015
-
-
Shane Grant authored
-
Shane Grant authored
-
Shane Grant authored
-
Shane Grant authored
Merge branch 'ilerik-std.valarray.support.implementation' into develop see #184
-
Shane Grant authored
-
Shane Grant authored
-
Shane Grant authored
Merge branch 'std.valarray.support.implementation' of https://github.com/ilerik/cereal into ilerik-std.valarray.support.implementation
-
Shane Grant authored
Fixes #183, relates #168, #169 fix originally proposed by @felixzng
-
- Apr 18, 2015
-
-
ilerik authored
1) Implemented std::valarray serialization (based on vector.hpp) in file valarray.hpp 2) Implemented unit tests in file valarray.cpp (based on vector.cpp tests, except for bool case) 3) vs2013/unittests project configuration updated accordingly 4) unittests/common.hpp updated. 5) No documentation so far
-
- Apr 06, 2015
-
-
Shane Grant authored
-
- Apr 05, 2015
-
-
Shane Grant authored
count_in/out_serializers will now count the number of specializations if a type is specialized, otherwise it will count the number of non-specialized serialization functions. as a result of this, is_output/input_serializable now works as you would expect from the name and will return true for correctly configured specialized types too. this caused some logic changes to need to happen in cereal.hpp, mostly within the PROCESS_IF macro. added some tests related to this change and #180 fixes #180
-
Shane Grant authored
Fixes #182
-
- Mar 29, 2015
-
-
Shane Grant authored
-
Shane Grant authored
closes #178 relates #151
-
- Mar 05, 2015
-
-
Shane Grant authored
-
Shane Grant authored
-
- Mar 04, 2015
-
-
Erik Schnetter authored
-
- Feb 12, 2015
-
-
Shane Grant authored
-
- Feb 04, 2015
-
-
Shane Grant authored
-
Shane Grant authored
-
Shane Grant authored
-
Shane Grant authored
-
Joel Holdsworth authored
-
- Jan 23, 2015
-
-
Shane Grant authored
Should be no problem compiling when boost isn't found #162
-
- Jan 19, 2015
-
-
Shane Grant authored
-
Shane Grant authored
-
Shane Grant authored
-
Shane Grant authored
-
- Jan 18, 2015
-
-
Shane Grant authored
-
Shane Grant authored
-
Shane Grant authored
Poly types no longer fail to compile if an already included archive is not compatible with the type. Updated run time error to be more informative when polymorphic serialization fails. working on changing CEREAL_REGISTER_SHARED_LIBRARY to less specific name and description
-
- Jan 17, 2015
-
-
Shane Grant authored
Added static_assert on improper use of base_class with non base class. Removed ElideMinimal type and related traits. Added BaseClassBase type which base_class and virtual_base_class inherit from. Added traits to see if wrapped type is minimal, updated xml/json accordingly.
-
Shane Grant authored
-
Shane Grant authored
Conflicts: include/cereal/details/helpers.hpp
-
Shane Grant authored
-
Shane Grant authored
-
Shane Grant authored
-
Shane Grant authored
relates #46
-
Shane Grant authored
see notes in #46
-