This project is mirrored from https://github.com/USCiLab/cereal.git.
Pull mirroring updated .
- Feb 12, 2017
-
-
Shane Grant authored
-
Shane Grant authored
-
Shane Grant authored
add appveyor badge
-
Shane Grant authored
relates #356, still need final testing on MSVC
-
- Feb 08, 2017
-
-
Shane Grant authored
resolves #379
-
- Feb 07, 2017
-
-
Shane Grant authored
-
Shane Grant authored
-
- Feb 06, 2017
-
-
Shane Grant authored
Can't do level 4 warnings yet - need to make an upstream change to doctest
-
Shane Grant authored
-
- Jan 27, 2017
-
-
Shane Grant authored
see #373 Still need to address why windows needed a modifcation to polymorphic test to compile
-
- Jan 26, 2017
-
-
Tushar Maheshwari authored
-
Tushar Maheshwari authored
-
Tushar Maheshwari authored
-
Tushar Maheshwari authored
-
Tushar Maheshwari authored
CMake fix 32-bit executable with generator Win64
-
Tushar Maheshwari authored
-
- Jan 25, 2017
-
-
Shane Grant authored
-
Shane Grant authored
see #139
-
- Nov 28, 2016
-
-
Shane Grant authored
-
Shane Grant authored
-
Shane Grant authored
-
Shane Grant authored
see #363
-
Shane Grant authored
-
Shane Grant authored
see #365
-
Shane Grant authored
-
Shane Grant authored
Add is_loading and is_saving values to cereal::{Input,Output}Archive
-
Shane Grant authored
Travis configuration updates
-
- Nov 27, 2016
-
-
Tushar Maheshwari authored
- Switch to trusty container-based infrastructure for linux systems - Add a job to test with clang compiler (skips portability test) - Add a job to test on macOS with Xcode8
-
- Nov 26, 2016
-
-
David Hirvonen authored
-
- Nov 25, 2016
-
-
David Hirvonen authored
This provides compatibility for asymmetric serialize routines when transitioning from boost serialization and associated archive types. See: https://github.com/USCiLab/cereal/issues/360 Example: ``` template <typename Archive> void serialize(Archive &ar, const std::uint32_t version) { std::int16_t tmp = foo; if(Archive::is_loading::value) { ar & tmp; foo = tmp; // For illustration only } else { tmp = foo; // For illustration only ar & tmp; } ar & foo; } ```
-
- Nov 23, 2016
-
-
Kasper Laudrup authored
Change C style casts to C++ static casts. This makes the code compile with the -Wold-style-cast warning enabled
-
- Nov 11, 2016
-
-
Shane Grant authored
-
- Nov 05, 2016
-
-
Shane Grant authored
-Now build 32 bit unit tests if portability testing is enabled -No more boost+clang issues over std::string abi see #139, #123
-
- Nov 04, 2016
-
-
Shane Grant authored
-
Shane Grant authored
-
Shane Grant authored
-
Shane Grant authored
-
- Nov 03, 2016
-
-
Shane Grant authored
-
- Nov 02, 2016
-
-
Shane Grant authored
-
Shane Grant authored
-