Skip to content

v0.7: `variant<T...>`and Generic Hash Function Support

Compare
Choose a tag to compare
@felixguendling felixguendling released this 09 Mar 10:41
· 249 commits to master since this release
df3a62e
  • New serializable sum type cista::variant<T...> (similar to std::variant) with type hash and hashing support.
  • CMake option CISTA_HASH with supported values FNV1A (default), XXH3, WYHASH and WYHASH_FASTEST
  • Win32 support including Contiunous Integration
  • CMake install target
  • Endian conversion bugfix (floating point types)