cereal v0.9.1 Release Notes

Release Date: 2013-08-26 // over 10 years ago
  • ๐Ÿš€ This release introduces a few new features which can be found in detail here. In summary, they are:

    • Making archives more portable by switching away from size_t internally
    • โž• Adding a portable_binary.hpp archive that handles little vs big endian machines (NOTE: this still needs more testing across architectures. It passes unit tests and simulated endian swaps)
    • ๐Ÿ‘ GCC 4.7.3 is supported as the minimum GCC version
    • ๐Ÿ‘Œ Supports compiling using libc++