Skip to content

v7.0.0

Compare
Choose a tag to compare
@BotellaA BotellaA released this 17 Jul 04:23
· 31 commits to master since this release

7.0.0 (2024-07-17)

Bug Fixes

  • ABI: update ABI (1a36832)
  • ABI: update to new IO (9b434db)
  • Deprecated: remove old component_mesh_vertices (25e7a55)
  • explicit constructors: Added a few explicit constructors. (6e38a32)
  • Filesystem: upgrading to standard filesystem (691edf9)
  • Headers: rename file extensions from .h to .hpp (de48eba)
  • OG-IO: Rename global_epsilon to GLOBAL_EPSILON (const variable name convention) (afc9de3)
  • OG-IO: renaming constexpr variables with uppercase names (54303ac)
  • OG-IO: renaming enum with uppercase names (6187275)
  • Optional: use std::optional (f838073)
  • Private: rename private folders to internal (adfa180)
  • STL: move to std::make_unique (ffec77f)
  • StringView: use std::string_view (9eb5d62)
  • third-parties: update assimp and zlib (c0dec0c)

Features

  • Build: add install symlink into build (65ee3a7)

BREAKING CHANGES

  • Headers: rename file extensions from .h to .hpp
  • Private: change namespace detail in private folders to internal namespace
  • StringView: absl::string_view has been replaced by std::string_view
  • Optional: absl::optional has been replaced by std::optional