-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added configuration summary * use custom math type * use std function if possible * build success * fix js binding * format * use better primitives * use old precision for polygon tests * fix polygon CCW check * temp-fix tests * add simpler failing test case * refactored CutKeyhole * fixed tests * more keyholing fixes * truncate long debug output * shrink SDF blobs test * fixed WASM and disabled zebra * fix hull * cleanup a bit * fix wasm * CI cleanuo * reenable zebra * upped precision and fixed tests * fix format * disable zebra test on windows --------- Co-authored-by: Emmett Lalish <[email protected]>
- Loading branch information
Showing
84 changed files
with
66,185 additions
and
66,009 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,11 @@ | |
"args": [ | ||
"--gtest_break_on_failure", | ||
"--gtest_catch_exceptions=0", | ||
<<<<<<< HEAD | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
elalish
Author
Owner
|
||
"--gtest_filter=Polygon.MultiMerge" | ||
======= | ||
"--gtest_filter=Samples.GyroidModule" | ||
>>>>>>> fbf07bf92a1d8cb380aec321f920d1db5d772f20 | ||
], | ||
"stopAtEntry": false, | ||
"cwd": "${workspaceFolder}/build/test", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Is this something wrong with merging