Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/USCiLab/cereal.git. Pull mirroring updated .
  1. Aug 10, 2016
  2. Aug 05, 2016
  3. Jul 30, 2016
  4. Jul 29, 2016
    • Shane Grant's avatar
      Merge branch 'ChrisBFX-issue_315' into develop · 6ff90841
      Shane Grant authored
      see #315
      6ff90841
    • Shane Grant's avatar
      Changes to support thread safety · fb7fd759
      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
      fb7fd759
  5. Jul 28, 2016
  6. Jun 30, 2016
  7. Jun 29, 2016
  8. Jun 16, 2016
  9. Jun 13, 2016
  10. Jun 12, 2016
  11. Jun 07, 2016
  12. Jun 06, 2016
  13. May 31, 2016
  14. May 18, 2016
  15. May 17, 2016
  16. May 01, 2016
    • Shane Grant's avatar
      Made it OK to use shared_from_this in load_and_construct · 2f1725a7
      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.
      2f1725a7
  17. Apr 30, 2016
  18. Apr 19, 2016
    • Shane Grant's avatar
      Updates RapidJSON to 1.0.2, nests in namespace · 677e7e6c
      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
      677e7e6c
Loading