summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-26document the testing migration to the main binarychrysn
2013-06-25normalize -nan and -0 in all output modeschrysn
having a stable output is not only relevant in testing, and with the main binary being used for more tests, having those normalizations takes load off the preparing scripts tests/{dumptest,echotest}
2013-06-25remove test binaries for cgsltest, csgtermtest and opencsgtestchrysn
2013-06-25switch opencsgtest to native binarychrysn
2013-06-25add .term output for CSG term exportchrysn
2013-06-25ctest infrastructure for native .term testschrysn
2013-06-25renamed csgtermtest to .termchrysn
2013-06-25make test_pretty_print.py work with .csg and .ast toochrysn
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-25drop 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-25drop cgalpngtest all togetherchrysn
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-25drop cgalpngtest for openscad drop in replacementchrysn
2013-06-25trim precision from the echo testschrysn
as it was done with dumptest before
2013-06-25use openscad as a replacement for dumptest and echotestchrysn
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-25modify 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-25trim precision in dumptest regressionschrysn
in order for them to work against openscad's .csg output, the number of decimal places was reduced.
2013-06-25changed group headers to empty group headerschrysn
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-25renamed dumptest files to .csg and added group headerschrysn
2013-06-22check OPENSCAD_LIBRARIES firstDon Bright
2013-06-21Close file as soon as possible to avoid potential readlocks being kept too ↵Marius Kintel
long. Might be enough for #415
2013-06-20Merge remote-tracking branch 'origin/epec-kernel'Marius Kintel
2013-06-20gcc and clang profilesMarius Kintel
2013-06-20Merge remote-tracking branch 'origin/epec-kernel'Marius Kintel
2013-06-20Default to clang for Mac OS X 10.7+Marius Kintel
2013-06-19Merge pull request #413 from hroncok/patch-2Marius Kintel
Added missing include stdint.h to work with gcc 4.8.1
2013-06-19Added missing include stdint.h to work with gcc 4.8.1Miro Hrončok
Without this include, this was not possible to build with gcc 4.8.1: Build log (without this commit): http://kojipkgs.fedoraproject.org//work/tasks/1370/5521370/build.log
2013-06-19clang fixesMarius Kintel
2013-06-19Leftover from previous mergeMarius Kintel
2013-06-18missed one conflictMarius Kintel
2013-06-18Merge remote-tracking branch 'origin/issue181' into epec-kernelMarius Kintel
Conflicts: src/MainWindow.h src/ModuleCache.cc src/mainwin.cc src/module.cc src/module.h src/parsersettings.cc testdata/modulecache-tests/cascade.sh testdata/modulecache-tests/cascade2.sh
2013-06-18Default to clang for MacMarius Kintel
2013-06-18Default to clang for MacMarius Kintel
2013-06-18Merge branch 'master' into epec-kernelMarius Kintel
2013-06-18Point documentation to openscad.org/documentation.htmlMarius Kintel
2013-06-18Removed 'Root Context' debug outputMarius Kintel
2013-06-18Merge branch 'master' of github.com:openscad/openscadMarius Kintel
2013-06-18Merge branch 'master' of github.com:openscad/openscadDon Bright
2013-06-18add files.openscad.org to windows builder scriptDon Bright
2013-06-17Added future wishesMarius Kintel
2013-06-17Upload source code to files.openscad.orgMarius Kintel
2013-06-17Updated to latest version from https://github.com/Kentzo/git-archive-allMarius Kintel
2013-06-17Merge branch 'master' of github.com:openscad/openscadMarius Kintel
2013-06-17Removed confusing entryMarius Kintel
2013-06-17Merge branch 'master' of github.com:openscad/openscadMarius Kintel
2013-06-17move private binary signing key to a common placeMarius Kintel
2013-06-17updated ignoresMarius Kintel
2013-06-15Merge branch 'master' of github.com:openscad/openscadDon Bright
2013-06-15track \ inside "" with sub-state. fixes #407Don Bright
2013-06-15Updated test results to match recent changeMarius Kintel
2013-06-15Merge branch 'master' of github.com:openscad/openscadMarius Kintel
2013-06-15Clamp linear_extrude height to 0. Fixes #405Marius Kintel
contact: Jan Huwald // Impressum