Releases: mapbox/geometry.hpp
Releases · mapbox/geometry.hpp
v2.0.3
v2.0.2
v2.0.1
v2.0.0
v1.1.0
v1.0.0
Breaking Changes
- Addition of
empty
in variant mapbox::geometry::feature
now ismapbox::feature::feature
and is in different location header.- Feature
id
is now a variant
Dev Changes
- HPP Skel layout
- Catch HPP for testing
- Added google benchmark for testing perf
- Added clang format and clang tidy
v0.9.3
v0.9.2
Support for various compiler versions:
- GCC: 4.9, 5.x, 6.x
- Clang: 3.8, 3.9
v0.9.0
v0.8.1
- Made all remaining operators
constexpr
.