Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-25 | ctest infrastructure for native .term tests | chrysn | |
2013-06-25 | renamed csgtermtest to .term | chrysn | |
2013-06-25 | make test_pretty_print.py work with .csg and .ast too | chrysn | |
file results that were neither txt nor png used to be ignored silently; now, unknown extensions produce errors, and csg and ast are known. | |||
2013-06-25 | drop moduledumptest, use `openscad -o ${NAME}.ast` | chrysn | |
src/openscad.cc code was copy/pasted from .csg section; some refactoring might make things nicer, but i didn't dare change too much for lack of language knowledge | |||
2013-06-25 | drop cgalpngtest all together | chrysn | |
replaced in CMakeLists.txt with direct openscad call, and duplicate checks removed cgalpngtest_text-search-test was left in the Heavy configuration, resolving the ambiguity of it being heavy with cgalpngtest and not with openscad-cgalpng (which does the same thing) | |||
2013-06-25 | drop cgalpngtest for openscad drop in replacement | chrysn | |
2013-06-25 | trim precision from the echo tests | chrysn | |
as it was done with dumptest before | |||
2013-06-25 | use openscad as a replacement for dumptest and echotest | chrysn | |
the echotest and dumptest still contain hacks to keep the delta to the original unit tests minimal; possibly, some of these changes will make it into the openscad program, at which time they can go away from there. | |||
2013-06-25 | modify root modifier example now that the test program respects the root ↵ | chrysn | |
modifier as the dumptests are now run from a full openscad, the root modifier is respected by the test program too; reflectin that in the unit test | |||
2013-06-25 | trim precision in dumptest regressions | chrysn | |
in order for them to work against openscad's .csg output, the number of decimal places was reduced. | |||
2013-06-25 | changed group headers to empty group headers | chrysn | |
this became necessary because the batch editing in the last commit didn't respect that an empty group is not group() { } but group(); | |||
2013-06-25 | renamed dumptest files to .csg and added group headers | chrysn | |
2013-06-20 | Default to clang for Mac OS X 10.7+ | Marius Kintel | |
2013-06-17 | updated ignores | Marius Kintel | |
2013-06-15 | Updated test results to match recent change | Marius Kintel | |
2013-06-15 | Clamp linear_extrude height to 0. Fixes #405 | Marius Kintel | |
2013-06-14 | updated testcases for recently updated tests | Marius Kintel | |
2013-06-13 | Related to #399, reverted assignment evaluation order to be the same as in ↵ | Marius Kintel | |
2013.01 as the new implementation broke existing scripts. Added some experimental commented out code, which can be used as reference in the future | |||
2013-06-13 | Added scope and reassignment tests | Marius Kintel | |
2013-06-09 | better solution for xvfb startup on netbsd/ash | Don Bright | |
2013-06-09 | netbsd fix for virtualfb.sh xvfb startup | Don Bright | |
A | |||
2013-06-09 | a few fixes for netbsd | Don Bright | |
2013-06-08 | clamp to 3. Fixes #395 | Marius Kintel | |
2013-06-01 | Added moduledumptest. Fixes #384 | Marius Kintel | |
2013-06-01 | Improved if-else test to include a multiple-children test | Marius Kintel | |
2013-06-01 | Added resize() and improved if test | Marius Kintel | |
2013-05-29 | bugfix: actually link to OPENGL_LIBRARIES instead of OPENGL_LIBRARY, remove ↵ | Marius Kintel | |
qt linkage | |||
2013-05-26 | Added missing test result | Marius Kintel | |
2013-05-26 | typo | Marius Kintel | |
2013-05-26 | disabled the wrong test by mistake | Marius Kintel | |
2013-05-25 | Added expected files for example024 | Marius Kintel | |
2013-05-25 | Updated tests as part of #304 | Marius Kintel | |
2013-05-25 | re-disabled some nonsensical test combinations | Marius Kintel | |
2013-05-25 | Modified tests for #304 | Marius Kintel | |
2013-05-24 | update cmake to work with custom built GLU in $BASEDIR | don bright | |
2013-05-22 | Added tests for linear extrude with scale. Should mostly fix #273 | Marius Kintel | |
2013-05-14 | Updated expected test: ERROR label | Marius Kintel | |
2013-05-13 | bugfix: messed up parser filenames | Marius Kintel | |
2013-05-11 | Updated test cases to reflect scale argument to linear_extrude (#273) | Marius Kintel | |
2013-05-09 | Added testcase for #322 | Marius Kintel | |
2013-05-09 | Added failing test for #336 | Marius Kintel | |
2013-05-09 | Added failing test for #352 | Marius Kintel | |
2013-05-09 | Forgot to actually add most files in previous commit (#217) | Marius Kintel | |
2013-05-09 | Search for included files first in the same location as the including ↵ | Marius Kintel | |
module, then in the document root as a compatibility fallback. Fixes #217 | |||
2013-05-08 | Added failing test for the #217 regression | Marius Kintel | |
2013-05-04 | Merge branch 'master' into local-scope | Marius Kintel | |
2013-05-03 | Fixes crash if hull's children are empty objects. Fixes #345 | Marius Kintel | |
2013-04-27 | Fixes remaining dxfdim() issue from #217 | Marius Kintel | |
2013-04-26 | Modified parse to allow overloading of variables in local blocks. Also did ↵ | Marius Kintel | |
some minor cleanups while at it. Test cases missing | |||
2013-04-26 | Further refactoring of scope/context mechanisms. Mostly related to the new ↵ | Marius Kintel | |
FileContext class. Not quite there yet, but almost |