Skip to content

cereal v0.9.1

Compare
Choose a tag to compare
@AzothAmmo AzothAmmo released this 26 Aug 19:11
· 725 commits to master since this release

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++