Releases: Geode-solutions/Geode-Background
Releases · Geode-solutions/Geode-Background
v8.0.3
v8.0.2
v8.0.1
v8.0.0
8.0.0 (2024-07-17)
Bug Fixes
- ABI: fix abi (767c496)
- ABI: update ABI (37b28c0)
- ABI: update ABI (a066350)
- explicit keyword: Added explicit keyword and updated code with explicit construction of Points, Vectors, PolygonVertex/Edge, etc. (689a3c3)
- Geode-Background: Rename global_epsilon to GLOBAL_EPSILON (const variable name convention) (f4d98de)
- Geode-Background: renaming constexpr array variables with uppercase names (remaining ones) (c945585)
- Geode-Background: renaming constexpr variables with uppercase names (9511ed9)
- Geode-Background: renaming enum with uppercase names (7f832a0)
- Headers: rename file extensions from .h to .hpp (5c8c0bc)
- License: add option per library (cbc6d30)
- Optional: use std::optional (1f3ad10)
- PolyhedronFacetNormal: remove new from new_polyhedron_facet_normal (419127d)
- Private: rename private folders to internal (3b7fdf4)
- Solid: fix partial insertion in BackgroundSolidInserter (eeb1222)
- STL: move to std::make_unique (b3d127e)
- StringView: use std::string_view (5a9e7c0)
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