This project is mirrored from https://github.com/USCiLab/cereal.git.
Pull mirroring updated .
- Aug 10, 2016
-
-
Shane Grant authored
-
- Aug 05, 2016
-
-
Shane Grant authored
-
Shane Grant authored
relates #300
-
- Jul 30, 2016
-
-
Shane Grant authored
see #311
-
- Jul 29, 2016
-
-
Shane Grant authored
see #315
-
Shane Grant authored
-Make CEREAL_THREAD_SAFE be 0 or 1 instead of present or not present -Move CEREAL_NOEXCEPT to macros.hpp -instead of individual locks, can now use StaticObject::lock() to request a lock if CEREAL_THREAD_SAFE is enabled. If not enabled, this call returns an empty object. The lock returned acts just like std::lock_guard, but uses std::unique_lock internally -Made a bunch of requests to StaticObject::getInstance const -Added first stab at multithreaded tests with versioning and polymorphism
-
- Jul 28, 2016
-
-
Christopher Bläsius authored
-
Christopher Bläsius authored
-
Christopher Bläsius authored
-
Christopher Bläsius authored
-
Christopher Bläsius authored
-
- Jun 30, 2016
-
-
Shane Grant authored
-
Shane Grant authored
-
Shane Grant authored
-
- Jun 29, 2016
-
-
Shane Grant authored
-
Shane Grant authored
Fixes a bug related to lookup, see #291 Also changed from bool to uint8_t for #306 Updated gitignore for MSVC junk
-
- Jun 16, 2016
-
-
Shane Grant authored
see #302
-
- Jun 13, 2016
-
-
Shane Grant authored
-
Shane Grant authored
see #298
-
- Jun 12, 2016
-
-
Shane Grant authored
-
Shane Grant authored
-
Shane Grant authored
-
Shane Grant authored
Ignore VS warning 4127 for assert(false) in RapidJSON
-
- Jun 07, 2016
-
-
Shane Grant authored
-apply MSVC related changes to #297
-
- Jun 06, 2016
-
-
reuk authored
-
- May 31, 2016
-
-
Shane Grant authored
-
Shane Grant authored
-
Shane Grant authored
see #290, #279
-
- May 18, 2016
-
-
Shane Grant authored
-
Shane Grant authored
-
https://github.com/m7thon/cerealShane Grant authored
Merge branch 'json-double-roundtrip' of https://github.com/m7thon/cereal into m7thon-json-double-roundtrip
-
Shane Grant authored
-
Shane Grant authored
-
reuk authored
-
- May 17, 2016
-
-
Michael Thon authored
-
Michael Thon authored
-
- May 01, 2016
-
-
Shane Grant authored
Resolves #283 Previously EnableSharedStateHelper restored the internal weak_ptr for enable_shared_from_this after load_and_construct was called, it is now called as soon as construct() is called, allowing a user to use shared_from_this to initialize various member variables. See issue for more info.
-
- Apr 30, 2016
-
-
Shane Grant authored
relates #281
-
Shane Grant authored
relates to #281 Now if someone has a hierarchy like A -> B -> C, the A->C relation will be automatically created if A->B and B->C already exist. This is implemented by a chain of casts to get down the inheritance. In the case of multiple paths, the shortest one will be chosen.
-
- Apr 19, 2016
-
-
Shane Grant authored
Updated and made changes necessary for the new version of rapidjson. Looks good on ubuntu under the compilers I can test with, needs MSVC testing. We had some internal changes to rapidjson but these didn't seem necessary with the new version. Haven't done any performance testing, initial estimates put it at nearly the same speed for json serialization. Could probably optimize things. relates #82, #121
-