Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/USCiLab/cereal.git. Pull mirroring updated .
  1. Jun 08, 2015
  2. May 03, 2015
  3. Apr 18, 2015
    • ilerik's avatar
      Added support for std::valarray. · 005d6286
      ilerik authored
      1) Implemented std::valarray serialization (based on vector.hpp) in file valarray.hpp
      2) Implemented unit tests in file valarray.cpp (based on vector.cpp tests, except for bool case)
      3) vs2013/unittests project configuration updated accordingly
      4) unittests/common.hpp updated.
      5) No documentation so far
      005d6286
  4. Apr 06, 2015
  5. Apr 05, 2015
    • Shane Grant's avatar
      is_in/out_serializable is now aware of specialization · 94d49c42
      Shane Grant authored
      count_in/out_serializers will now count the number of specializations if a type is
      specialized, otherwise it will count the number of non-specialized serialization functions.
      
      as a result of this, is_output/input_serializable now works as you would expect from the name
      and will return true for correctly configured specialized types too.
      
      this caused some logic changes to need to happen in cereal.hpp, mostly within the PROCESS_IF macro.
      
      added some tests related to this change and #180
      
      fixes #180
      v1.1.1
      94d49c42
    • Shane Grant's avatar
      Empty string fixes with XML serialization · b385b395
      Shane Grant authored
      Fixes #182
      b385b395
  6. Mar 29, 2015
  7. Mar 05, 2015
  8. Mar 04, 2015
  9. Feb 12, 2015
  10. Feb 04, 2015
  11. Jan 23, 2015
  12. Jan 19, 2015
  13. Jan 18, 2015
  14. Jan 17, 2015
Loading