solvespace/src/srf
whitequark ad4a204edf Replace all oops() checks with ssassert()s.
This includes explanation and context for non-obvious cases and
shortens debug cycles when just-in-time debugging is not available
(like on Linux) by immediately printing description of the assert
as well as symbolized backtrace.
2016-05-20 12:38:30 +00:00
..
boolean.cpp Replace all oops() checks with ssassert()s. 2016-05-20 12:38:30 +00:00
curve.cpp Replace all oops() checks with ssassert()s. 2016-05-20 12:38:30 +00:00
merge.cpp Replace all ZERO and memset with C++11 brace-initialization. 2016-01-13 06:45:16 +00:00
ratpoly.cpp Replace all oops() checks with ssassert()s. 2016-05-20 12:38:30 +00:00
raycast.cpp Replace all oops() checks with ssassert()s. 2016-05-20 12:38:30 +00:00
surface.cpp Enable -Wall -Wextra -Wno-unused-parameter on GCC/Clang. 2016-05-08 00:01:35 +00:00
surface.h Get rid of if(!this). 2016-04-15 06:11:03 +00:00
surfinter.cpp Replace all oops() checks with ssassert()s. 2016-05-20 12:38:30 +00:00
triangulate.cpp Use a separate value of chord tolerance for exporting. 2016-02-13 16:16:47 +00:00