Skip to content

Releases: mapbox/geometry.hpp

v2.0.3

28 Jul 16:03
Compare
Choose a tag to compare
fix formatting

v2.0.2

28 Jul 16:02
Compare
Choose a tag to compare
Added missing include header, added identifier stream

v2.0.1

15 Jul 19:43
Compare
Choose a tag to compare
make function inline

v2.0.0

15 Jul 18:57
e2a8e0a
Compare
Choose a tag to compare

Modified how feature.hpp treats object and vectors making them shared ptrs.

v1.1.0

30 Jun 11:08
Compare
Choose a tag to compare

✨ New features

  • Refactor mapbox::feature::value #64

    • add converting constructors
    • add bool operator
    • add uint tests
  • Add type accessor API #65

v1.0.0

08 Nov 14:53
Compare
Choose a tag to compare

Breaking Changes

  • Addition of empty in variant
  • mapbox::geometry::feature now is mapbox::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

20 Jul 15:37
Compare
Choose a tag to compare
  • Exposed size_type from geometry containers
  • Added support for QNX 7 compiler

v0.9.2

06 Jul 14:53
Compare
Choose a tag to compare

Support for various compiler versions:

  • GCC: 4.9, 5.x, 6.x
  • Clang: 3.8, 3.9

v0.9.0

25 Nov 13:53
Compare
Choose a tag to compare
  • Upgraded variant to 1.1.4 (breaking change due to stricter type conversions)

v0.8.1

28 Sep 11:51
Compare
Choose a tag to compare
  • Made all remaining operators constexpr.