Releases: mapbox/earcut.hpp
Releases · mapbox/earcut.hpp
v2.2.4
- Synced with earcut to version 2.2.4
- Added missing include headers to fix compilation with more recent libstdc++ versions
- Fixed another rare race condition that could lead to an infinite loop.
- Changelog: https://github.com/mapbox/earcut#224-jul-5-2022
v2.2.3
- Synced with earcut to version 2.2.3
- Fixed multiple race conditions leading to infinite loops or bad triangulations
- Changelog: https://github.com/mapbox/earcut#223-jul-8-2021
v0.12.4
- Fixed a crash in Crash in
Earcut::findHoleBridge
- Added coverage checks
- Added macOS, MinGW builds
v0.12.3
v0.12.2
v0.12.1
mapbox namespace and fixed compiler notices
v0.11: fix cases of bad diagonals in the split routine
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
Use double coordinates universally
v0.10.2
Port fix for https://github.com/mapbox/earcut/issues/29 Refs https://github.com/mapbox/earcut.hpp/issues/6