solvespace/src/srf
EvilSpirit 09f59ddbc0 Get rid of if(!this).
According to the C++ standard, "this" is never NULL, so checks
of the form "if(!this)" can be legally optimized out. This
breaks SolveSpace on GCC 6, and probably on other compilers and
configurations.
2016-04-15 06:11:03 +00:00
..
boolean.cpp Get rid of if(!this). 2016-04-15 06:11:03 +00:00
curve.cpp Replace all ZERO and memset with C++11 brace-initialization. 2016-01-13 06:45:16 +00:00
merge.cpp Replace all ZERO and memset with C++11 brace-initialization. 2016-01-13 06:45:16 +00:00
ratpoly.cpp Use a separate value of chord tolerance for exporting. 2016-02-13 16:16:47 +00:00
raycast.cpp Get rid of if(!this). 2016-04-15 06:11:03 +00:00
surface.cpp Generate primitives for lathe groups. 2016-01-13 06:45:17 +00:00
surface.h Get rid of if(!this). 2016-04-15 06:11:03 +00:00
surfinter.cpp Enable and mollify -Wunused-variable. 2016-02-14 14:29:47 +00:00
triangulate.cpp Use a separate value of chord tolerance for exporting. 2016-02-13 16:16:47 +00:00