Earcut.hpp Versions Save

Fast, header-only polygon triangulation

v2.2.4

1 year ago

v2.2.3

2 years ago

v0.12.4

6 years ago
  • Fixed a crash in Crash in Earcut::findHoleBridge
  • Added coverage checks
  • Added macOS, MinGW builds

v0.12.3

6 years ago

Fixed -Wunused-lambda-capture warning.

v0.12.2

6 years ago

Fix unsigned integer overflow + division by zero

v0.12.1

7 years ago

v0.12

7 years ago
  • Move headers to the mapbox namespace (#43)
  • Fix compiler warning (-Wshadow) (#42)
  • Fix compiler warning (-Wparentheses) (#46)

v0.11

8 years ago

Features

  • Added steiner points support.

Fixes

  • Fixed a bunch of degenerate cases, reflecting earcut.js version 2.1.1.

Code

  • Removed boost dependency.
  • Added Visual Studio support.
  • Switched from gyp to cmake for the build system.

v0.10.3

8 years ago

v0.10.2

8 years ago