This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build] updated earcut.hpp submodule file (#15662)
Cherry-pick #15660 to release-queso
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule earcut.hpp
updated
25 files
+25 −20 | .travis.yml | |
+10 −0 | CHANGELOG.md | |
+14 −1 | CMakeLists.txt | |
+35 −19 | README.md | |
+1 −1 | glfw | |
+62 −20 | include/mapbox/earcut.hpp | |
+16 −13 | test/bench.cpp | |
+4 −0 | test/comparison/libtess2.hpp | |
+5 −2 | test/convert_tests.js | |
+17 −0 | test/fixtures/boxy.cpp | |
+13 −0 | test/fixtures/collinear_diagonal.cpp | |
+0 −2 | test/fixtures/geometries.hpp | |
+13 −0 | test/fixtures/hourglass.cpp | |
+14 −0 | test/fixtures/issue107.cpp | |
+16 −0 | test/fixtures/issue111.cpp | |
+17 −0 | test/fixtures/issue119.cpp | |
+5 −4 | test/fixtures/issue83.cpp | |
+20 −0 | test/fixtures/rain.cpp | |
+14 −0 | test/fixtures/touching2.cpp | |
+15 −0 | test/fixtures/touching3.cpp | |
+1 −1 | test/fixtures/water_huge.cpp | |
+1 −1 | test/fixtures/water_huge2.cpp | |
+6 −0 | test/tap.cpp | |
+20 −16 | test/test.cpp | |
+417 −100 | test/viz.cpp |