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