This project is mirrored from https://github.com/USCiLab/cereal.git.
Pull mirroring updated .
- Oct 25, 2019
-
-
Shane Grant authored
-
Shane Grant authored
-
Shane Grant authored
-
- Oct 24, 2019
-
-
Shane Grant authored
see #579
-
Shane Grant authored
-
Shane Grant authored
-
Shane Grant authored
-
Shane Grant authored
-
Shane Grant authored
-
Shane Grant authored
see #523
-
Shane Grant authored
-
Shane Grant authored
-
Shane Grant authored
-
Shane Grant authored
-
Shane Grant authored
relates #441
-
Shane Grant authored
relates #185
-
Shane Grant authored
-
Shane Grant authored
Includes a replacement for [[noreturn]] and thread_local
-
Shane Grant authored
-
Shane Grant authored
-Fix PPA for latest boost -Disable performance testing for libc++ builds
-
- Oct 23, 2019
-
-
Shane Grant authored
Add fall through comments to json.hpp
-
- Oct 22, 2019
-
-
Jeremy Stashluk authored
The -Werror flag is on by default in the CMakeLists.txt file. This will not compile when the project is included via CMake ExternalProject_Add with default settings.
-
- Oct 21, 2019
-
-
Shane Grant authored
See #565
-
https://github.com/h-2/cerealShane Grant authored
-
- Oct 20, 2019
-
-
Shane Grant authored
see #509
-
Vol-Alex authored
-
- Oct 17, 2019
-
-
Shane Grant authored
move specialize into separate smaller header
-
- May 14, 2019
-
-
Shane Grant authored
Update Travis CI
-
Shane Grant authored
Fixed up clang, gcc, and osx (clang) compilation with Travis CI. All builds run the tests, though not all tests pass. Fixing the tests will come next.
-
- May 09, 2019
-
-
Shane Grant authored
Appveyor updates + boost testing fixes
-
Shane Grant authored
-Fixes appveyor CI and adds additional MSVC versions -Puts boost variant test building behind boost requirement
-
- May 02, 2019
-
-
Hannes Hauswedell authored
-
- Oct 05, 2018
-
-
Shane Grant authored
Fix CEREAL_DLL_EXPORT for gcc/clang
-
Shane Grant authored
Fix warning unused private member itsValueItEnd
-
- Aug 06, 2018
-
-
Robert Goulet authored
-
- Jun 27, 2018
-
-
uentity authored
If project is built with `-fvisibility=hidden` flag (mimics VS default behaviour) then `CEREAL_DLL_EXPORT` must expand to explicit "default" visibility attribute to actually force compiler to export marked symbol from produced shared object.
-
- Jun 11, 2018
-
-
Shane Grant authored
add missing std::monostate serialization to variant.hpp
-
- May 28, 2018
-
-
Christoph Weiss authored
-
- Mar 17, 2018
-
-
Shane Grant authored
-
Shane Grant authored
Changed serialised index type of std::variant to std::int32_t
-