cereal/unittests
Shane Grant fb7fd75954 Changes to support thread safety
-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
2016-07-29 13:40:49 -07:00
..
2014-03-20 20:36:04 -07:00
2016-02-05 10:14:44 -08:00
2014-03-20 20:36:04 -07:00
2014-03-20 20:36:04 -07:00
2014-03-20 20:36:04 -07:00
2014-03-20 20:36:04 -07:00
2014-03-20 20:36:04 -07:00
2016-03-30 11:34:17 -07:00
2014-03-20 20:36:04 -07:00
2014-08-26 11:45:38 -07:00
2014-03-20 20:36:04 -07:00
2014-03-20 20:36:04 -07:00
2014-03-20 20:36:04 -07:00
2014-08-21 23:43:52 -07:00
2014-03-20 20:36:04 -07:00
2014-03-13 12:18:19 -07:00
2014-03-20 20:36:04 -07:00
2014-03-20 20:36:04 -07:00
2014-03-20 20:36:04 -07:00
2015-05-02 21:53:30 -07:00
2014-03-20 20:36:04 -07:00