Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/USCiLab/cereal.git. Pull mirroring updated .
  1. Jan 17, 2022
  2. Jan 11, 2022
  3. Jan 10, 2022
  4. Nov 29, 2021
  5. Sep 21, 2021
    • Gary Heckman's avatar
      Fix itsNextName not clearing when not found · af0700ef
      Gary Heckman authored
      An issue exists when loading vectors of objects where, if the last nvp of
      the previous object does not exist in the json file, the itsNextName
      variable within the json serializer is not cleared. This causes the vector
      serializer to search for that name next (when it should be searching for a
      nameless object.) The json serializer then throws during the named search.
      
      Mild reworking of itsNextName solution
      af0700ef
  6. Sep 17, 2021
  7. May 06, 2021
    • Shane Peelar's avatar
      C++17: use inline globals for StaticObjects · 46a4a910
      Shane Peelar authored
      This prevents multiple definition errors in Clang,
      and also stops dllexporting functions with internal
      linkage.  Degrades gracefully when C++17 is not
      present.
      
      Fix #595
      Fix #652
      Fix #582
      Fix #643
      46a4a910
    • John Keeping's avatar
      Catch short documents in JSON input · e735cc8b
      John Keeping authored
      When reading unnamed fields from JSON input, the member/value iterators
      are incremented blind without checking if the end of the iterator has
      been reached.
      
      Record the size so that this can be checked against the current position
      to ensure reading doesn't walk off the end of the iterator.
      e735cc8b
    • Shane Grant's avatar
      Update README.md · 6d1c2885
      Shane Grant authored
      Fix link to main website
      6d1c2885
  8. Feb 02, 2021
  9. Nov 17, 2020
    • Claus Klein's avatar
      cleanup cmake files to be a little more moderen (#659) · 48fda3f0
      Claus Klein authored
      * cleanup cmake files to be a little more moderen
      
      keep the source tree free of build artifacts
      cmakelint the cmake files too
      
      * fix cmake setup errors on CI
      
      fix APPLE clang builds too
      
      * CI needs support for realy history cmake V3.6
      
      fix typo in cmake files using add_test() commnds
      
      * One step more to use modern cmake
      
      Prevent to modifiy compile and linker FLAGS and to set global includes
      pathes
      
      * fix CI build problems with older cmake versions
      
      prepare cleanup cmake list file
      
      * final cleanup
      
      use Config.cmake.in and install hole cmake config files
      
      * Fix cpp17 PORTABILITY_TEST linker problem
      
      add missed target_link_libraries()
      
      * hopefully prevent windows test problems
      48fda3f0
  10. Oct 28, 2020
  11. Apr 23, 2020
  12. Apr 22, 2020
  13. Dec 29, 2019
  14. Nov 18, 2019
  15. Nov 12, 2019
  16. Oct 25, 2019
  17. Oct 24, 2019
Loading