summaryrefslogtreecommitdiff
path: root/tests/regression
AgeCommit message (Collapse)Author
2013-12-31Added testcase for #585Marius Kintel
2013-12-30Clarified test cases for #541 and #578Marius Kintel
2013-12-30Renamed test belonging to #578, not #541Marius Kintel
2013-12-30Added testcase for #584Marius Kintel
2013-12-30Added testcase for #578Marius Kintel
2013-12-30Added testcase for #582Marius Kintel
2013-12-30Renamed to issue541Marius Kintel
2013-12-29Added failing test for issue 541Marius Kintel
2013-12-28Added mixed 2D and 3D object for difference testsMarius Kintel
2013-12-28Added 2D difference testsMarius Kintel
2013-12-28Updated testsMarius Kintel
2013-12-26Updated testsMarius Kintel
2013-12-26Updated testsMarius Kintel
2013-12-16Added mesh testMarius Kintel
2013-12-15Improved non-planar testsMarius Kintel
2013-12-15merging testsDon Bright
2013-12-15Merge branch 'master' of github.com:openscad/openscad into planarDon Bright
Conflicts: src/CGAL_Nef_polyhedron.cc tests/CMakeLists.txt
2013-12-15Added testcase for concave polygons in polyhedronsMarius Kintel
2013-12-15improve CGAL nonplanar face error detection. also change dumptests to 'faces'Don Bright
keyword for 'polyhedrnon().
2013-12-15add tests for non-planar bug. add docs to .cc codeDon Bright
2013-12-14bugfix: #562 didn't take into account that it's allowed with all X ↵Marius Kintel
coordinates being negative
2013-12-06Add specific tests for unicode len()Brody Kenrick
2013-12-05Unicode support for stringsBrody Kenrick
Add suport for using unicode strings in .scad files. Support iterating across them/accessing them via [] and searching. -------- Add GLIB (to build for test and normal build -- both with installed and built locally development files). Add support for unicode chars to length and search builtin functions and [] for strings. Added unicode testing functions. Ad GLIB to library info page.
2013-11-30Merge branch 'master' into issue410xDon Bright
2013-11-27finish adding new test, add png for new testDon Bright
2013-11-25Split projection tests into cut vs. projectMarius Kintel
2013-11-24Added test for implicit union of render() childrenMarius Kintel
2013-11-24Added test for polygon with holeMarius Kintel
2013-11-20Split up projection tests to avoid long running timesMarius Kintel
2013-11-11Update 'for' test cases to match the new range expression handling.Torsten Paul
2013-11-11Fix output of range expressions.Torsten Paul
2013-11-11Update 'children' test case using range [4 : -1 : 0] which is now valid.Torsten Paul
2013-11-11Add test cases for new range expression handling.Torsten Paul
2013-10-21Extend circle tests to cover the new diameter parameter.Torsten Paul
2013-10-21Add cylinder tests to cover the new diameter parameters.Torsten Paul
2013-10-21Extend sphere tests to cover the new diameter parameter.Torsten Paul
2013-10-19Ignore malformed polygonsMarius Kintel
2013-10-13Merge branch 'children' of git://github.com/vicnet/openscad into vicnet-childrenMarius Kintel
Conflicts: tests/CMakeLists.txt
2013-10-09Added test case for parent_module()Marius Kintel
2013-10-08add children testsVicnet
2013-09-21make echotest work on BSD, by adding .echo as recognized extensionDon Bright
2013-09-20restore missing digits. make --info work better. fix parser / path bugDon Bright
2013-09-13little tweaks, cleanups, tab fixing, eliminating commentsDon Bright
2013-09-13fix bug in 2d resize codeDon Bright
2013-09-12remove extraneous files, add rands working testDon Bright
2013-09-12cmdline throwntogether, integrate w chrysn tests, update resize testsDon Bright
2013-08-21Fixes two problems related to : lookup was dynamic rather than lexical, ↵Marius Kintel
assignment was done after all local variables causing it not to be copyable
2013-07-02dumptest now supports the root modifier - updated test resultsMarius Kintel
2013-07-02Re-enable tests which previously cause floating point comparison issuesMarius Kintel
2013-06-26Merge branch 'master' into no-testprogramschrysn
Conflicts: tests/CMakeLists.txt tests/regression/csgtermtest/assign-expected.term tests/regression/csgtermtest/child-expected.term tests/regression/csgtermtest/circle-expected.term tests/regression/csgtermtest/color-expected.term tests/regression/csgtermtest/cube-expected.term tests/regression/csgtermtest/cylinder-expected.term tests/regression/csgtermtest/difference-expected.term tests/regression/csgtermtest/dxf_linear_extrude-expected.term tests/regression/csgtermtest/dxf_rotate_extrude-expected.term tests/regression/csgtermtest/echo-expected.term tests/regression/csgtermtest/for-expected.term tests/regression/csgtermtest/glide-expected.term tests/regression/csgtermtest/group-expected.term tests/regression/csgtermtest/hull-expected.term tests/regression/csgtermtest/if-expected.term tests/regression/csgtermtest/import-expected.term tests/regression/csgtermtest/import_dxf-expected.term tests/regression/csgtermtest/import_off-expected.term tests/regression/csgtermtest/import_stl-expected.term tests/regression/csgtermtest/intersection-expected.term tests/regression/csgtermtest/intersection_for-expected.term tests/regression/csgtermtest/linear_extrude-expected.term tests/regression/csgtermtest/minkowski-expected.term tests/regression/csgtermtest/mirror-expected.term tests/regression/csgtermtest/multmatrix-expected.term tests/regression/csgtermtest/polygon-expected.term tests/regression/csgtermtest/polyhedron-expected.term tests/regression/csgtermtest/projection-expected.term tests/regression/csgtermtest/render-expected.term tests/regression/csgtermtest/rotate-expected.term tests/regression/csgtermtest/rotate_extrude-expected.term tests/regression/csgtermtest/scale-expected.term tests/regression/csgtermtest/sphere-expected.term tests/regression/csgtermtest/square-expected.term tests/regression/csgtermtest/subdiv-expected.term tests/regression/csgtermtest/surface-expected.term tests/regression/csgtermtest/translate-expected.term tests/regression/csgtermtest/union-expected.term tests/regression/dumptest/circle-expected.csg tests/regression/dumptest/color-expected.csg tests/regression/dumptest/cube-expected.csg tests/regression/dumptest/cylinder-expected.csg tests/regression/dumptest/difference-expected.csg tests/regression/dumptest/dxf_linear_extrude-expected.csg tests/regression/dumptest/dxf_rotate_extrude-expected.csg tests/regression/dumptest/glide-expected.csg tests/regression/dumptest/import-expected.csg tests/regression/dumptest/import_dxf-expected.csg tests/regression/dumptest/import_off-expected.csg tests/regression/dumptest/import_stl-expected.csg tests/regression/dumptest/intersection-expected.csg tests/regression/dumptest/intersection_for-expected.csg tests/regression/dumptest/linear_extrude-expected.csg tests/regression/dumptest/minkowski-expected.csg tests/regression/dumptest/mirror-expected.csg tests/regression/dumptest/multmatrix-expected.csg tests/regression/dumptest/polygon-expected.csg tests/regression/dumptest/polyhedron-expected.csg tests/regression/dumptest/projection-expected.csg tests/regression/dumptest/render-expected.csg tests/regression/dumptest/rotate-expected.csg tests/regression/dumptest/rotate_extrude-expected.csg tests/regression/dumptest/scale-expected.csg tests/regression/dumptest/sphere-expected.csg tests/regression/dumptest/square-expected.csg tests/regression/dumptest/subdiv-expected.csg tests/regression/dumptest/surface-expected.csg tests/regression/dumptest/translate-expected.csg
contact: Jan Huwald // Impressum