- 8dbd648 Fix some compilation warnings by Grigory Kirillov · 7 months ago master
- 0b98e91 Merge pull request #81 from sfreilich/loosen-assert by Mikko Mononen · 7 months ago
- 3f7ca79 Very slightly loosen some asserts by adding FLT_MIN tolerance by Samuel Freilich · 7 months ago
- 9a450cc Replace tess->outOfMemory with a tess->status enum (#76) by Samuel Freilich · 1 year ago
- 446bae6 Also include the public headers in tess.c (#75) by Samuel Freilich · 1 year ago
- 15b8790 Merge pull request #74 from memononen/memononen-omstart22 by Mikko Mononen · 1 year ago
- f3c2374 Another fix for #22 by Mikko Mononen · 1 year ago memononen-omstart22
- c3b8ed4 Fail if coords are outside of a safe range (#71) by Samuel Freilich · 1 year ago
- 97cf622 Merge pull request #73 from wrmorris-google/crash-fix by Mikko Mononen · 1 year ago
- 00b2845 Revert "Fix for #22" by Russell Morris · 1 year ago
- 672cadc Also run test CI in opt-mode (#70) by Samuel Freilich · 1 year, 1 month ago
- db3a7a1 Use isnan instead of isnanf (#69) by Samuel Freilich · 1 year, 1 month ago
- 6e05801 Make headers available under libtess2/ for Bazel consumers (#67) by Samuel Freilich · 1 year, 1 month ago
- 499bedc Avoid float overflow when calculating midpoint in tesedgeIntersect (#68) by Samuel Freilich · 1 year, 1 month ago
- b32813f Avoid reading unitialized memory if there are too few vertices (#65) by Samuel Freilich · 1 year, 1 month ago
- 660c425 Guard against NaN in tesedgeSign (#66) by Samuel Freilich · 1 year, 1 month ago
- a17f1cc Use nanf instead of nan to avoid possible warning about type-narrowing (#64) by Samuel Freilich · 1 year, 1 month ago
- f71edc6 Guard against NaN in tessAddContour (#62) by Samuel Freilich · 1 year, 1 month ago
- 2f8c87a Factor out common setup into a test fixture (#63) by Samuel Freilich · 1 year, 1 month ago
- 4a80b56 Fix a segfault (#61) by Samuel Freilich · 1 year, 1 month ago
- 3e3fb3c Add some basic base-case tests (#60) by Samuel Freilich · 1 year, 1 month ago
- dab0206 Also run test on PR creation/update (#59) by Samuel Freilich · 1 year, 1 month ago
- a4f895a Avoid an unused variable warning (#58) by Samuel Freilich · 1 year, 1 month ago
- 60aac41 Add a Bazel build and a basic test (#57) by Samuel Freilich · 1 year, 1 month ago
- 5fed535 Merge pull request #56 from sfreilich/fix-cfi by Samuel Freilich · 1 year, 2 months ago
- ae9c06b Remove an include by Samuel Freilich · 1 year, 2 months ago
- e56c882 Merge branch 'master' into fix-cfi by Samuel Freilich · 1 year, 2 months ago
- a0f2ea4 Merge pull request #55 from sfreilich/avoid-segfault by Mikko Mononen · 1 year, 2 months ago
- eacb094 Merge pull request #54 from sfreilich/use-headers by Mikko Mononen · 1 year, 2 months ago
- bc409e1 Add some missed includes by Samuel Freilich · 1 year, 2 months ago
- 2b659d7 Avoid errors found with LLVM CFI sanitizer by Samuel Freilich · 1 year, 2 months ago
- 085eff0 Include public headers in internal headers where used by Samuel Freilich · 1 year, 2 months ago
- 565b408 Avoid NULL deref in tessMeshAddEdgeVertex. by Samuel Freilich · 1 year, 2 months ago
- fc52516 Bumped version number by Mikko Mononen · 7 years ago
- 882e5e9 Update README.md by Mikko Mononen · 7 years ago v1.0.2
- 56d5c87 Fix for #30 by Mikko Mononen · 8 years ago
- 8862c3f Merge pull request #29 from mindbrix/useInCircle by Mikko Mononen · 8 years ago
- 82dd0a3 Merge pull request #28 from mindbrix/reversedFlag by Mikko Mononen · 8 years ago
- 98f6087 Spaces --> tabs by Nigel Barber · 8 years ago
- fe8e02c Replace calcAngle() with inCircle() to avoid expensive trigonometry by Nigel Barber · 8 years ago
- 5a8ff41 Spaces --> tabs by Nigel Barber · 8 years ago
- 2d4a80b Fix issues by Nigel Barber · 8 years ago
- 98c65da Add TESS_REVERSE_CONTOURS to TessOption by Nigel Barber · 8 years ago
- cbcb621 Add a reversed flag to tessAddContour() by Nigel Barber · 8 years ago
- b256f49 Fix for #14 by Mikko Mononen · 8 years ago
- 1952b91 Fix for #23 by Mikko Mononen · 8 years ago
- 955761f Fix for #22 by Mikko Mononen · 8 years ago
- 25f1391 Updated link to license by Mikko Mononen · 8 years ago
- 3dd7045 Merge pull request #19 from 1ec5/patch-1 by Mikko Mononen · 8 years ago
- 344b315 Merge branch 'pr/7' by Mikko Mononen · 8 years ago
- c6e6358 Small tweaks to CDT by Mikko Mononen · 8 years ago
- 37d6fb0 Fixed dead store analyzer warnings by Minh Nguyễn · 11 years ago
- 24e4bdd Merge pull request #10 from openscad/sentinel-workaround by Mikko Mononen · 11 years ago
- c655ece #7 Better conform to C89 by Marius Kintel · 11 years ago
- d7c34ac Clarify the sentinel workaround by Marius Kintel · 11 years ago
- 041a3ae Merge pull request #9 from openscad/planar-crash-fix by Mikko Mononen · 11 years ago
- 7e004eb Workaround for issue #8; make sure sentinels are not coincident by Marius Kintel · 11 years ago
- e8cac53 Wnen the input is collinear, choose the most perpendicular normal rather than the least perpendicular one. This should improve #8 by Marius Kintel · 11 years ago
- 59b61f2 Delaunay cleanup: Added bucket allocator, more robust trigonometry, coding style by Marius Kintel · 11 years ago
- 50dc8f0 Initial implementation of Constrained Delaunay Refinement by Marius Kintel · 11 years ago
- a43504d Moved build to premake4 by Mikko Mononen · 12 years ago
- 5bd9845 Update README.md by Mikko Mononen · 12 years ago
- ed4faa6 Bumped version number. by Mikko Mononen · 13 years ago v1.0.1
- 0c9863f Initial commit by Mikko Mononen · 13 years ago
- a1734a2 Adding -gitignore by Mikko Mononen · 13 years ago
- 52d4cc1 Initial commit by Mikko Mononen · 13 years ago