This project is mirrored from https://github.com/USCiLab/cereal.git.
Pull mirroring updated .
- Aug 26, 2013
-
-
Shane Grant authored
Fix clang++ compiler error
-
- Aug 25, 2013
-
-
Sebastian Hillig authored
* fixes a compiling error with recent clang++
-
- Jul 22, 2013
-
-
Shane Grant authored
-
- Jul 19, 2013
-
-
Shane Grant authored
-
- Jul 16, 2013
-
-
Shane Grant authored
we're pretty good on every metric tested so far except for vectors of strings, which for some reason we are slower than boost at. vectors of binary types are basically the same, and vectors of arbitrary structs are fine, as is individual string processing.
-
- Jul 14, 2013
-
-
Shane Grant authored
-
Shane Grant authored
-
Randolph Voorhies authored
This is to ensure binary compatability between machines of different bit persuasions. cereal::size_type is typedef'd to uint64_t in helpers.hpp for now, but as soon as our 128 bit machines arrive we can change this with a one liner. closes #10.
-
Randolph Voorhies authored
-
Randolph Voorhies authored
-
- Jul 13, 2013
-
-
Shane Grant authored
Progress towards issue#9, modified unique_ptr<void> to use our empty deleter. Can't do a full test with libc++ because of various linker errors related to my configuration of libc++. No change in behavior under libstdc++.
-
Shane Grant authored
Minor changes to support gcc 4.7.3 thanks to neomantra. Tested with no issues under 4.7.3 and 4.8.1.
-
Shane Grant authored
-
- Jul 12, 2013
-
-
Shane Grant authored
-
Shane Grant authored
-
Shane Grant authored
-
Shane Grant authored
closes #5
-
Evan Wies authored
gcc 4.7 has significant C++11 support, but is missing some features. See http://gcc.gnu.org/gcc-4.7/cxx0x_status.html * #include <stdexcept> was needed to find std::runtime_error * gcc 4.7 does not support "Inheriting constructors". This was fixed by using the traditional method of explicitly declaring the constructors. * Some lambda expressions needed extra love. More color here: http://stackoverflow.com/questions/4940259/c11-lambdas-require-capturing-this-to-call-static-member-function These changes are minor so I did not use gcc version detection via preprocessor.
-
Shane Grant authored
-
Shane Grant authored
-
- Jul 11, 2013
-
-
Shane Grant authored
-
Shane Grant authored
-
Shane Grant authored
-
- Jul 10, 2013
-
-
Shane Grant authored
-
Shane Grant authored
-
Randolph Voorhies authored
-
Randolph Voorhies authored
-
Randolph Voorhies authored
-
Randolph Voorhies authored
-
Randolph Voorhies authored
-
Randolph Voorhies authored
-
Randolph Voorhies authored
Conflicts: Makefile
-
Randolph Voorhies authored
-
Shane Grant authored
-
Randolph Voorhies authored
-
Randolph Voorhies authored
-
Randolph Voorhies authored
-
Randolph Voorhies authored
-
Shane Grant authored
-
Shane Grant authored
-