Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-26 | document the testing migration to the main binary | chrysn | |
2013-06-25 | normalize -nan and -0 in all output modes | chrysn | |
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-25 | remove test binaries for cgsltest, csgtermtest and opencsgtest | chrysn | |
2013-06-25 | switch opencsgtest to native binary | chrysn | |
2013-06-25 | add .term output for CSG term export | chrysn | |
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-22 | check OPENSCAD_LIBRARIES first | Don Bright | |
2013-06-21 | Close file as soon as possible to avoid potential readlocks being kept too ↵ | Marius Kintel | |
long. Might be enough for #415 | |||
2013-06-20 | Merge remote-tracking branch 'origin/epec-kernel' | Marius Kintel | |
2013-06-20 | gcc and clang profiles | Marius Kintel | |
2013-06-20 | Merge remote-tracking branch 'origin/epec-kernel' | Marius Kintel | |
2013-06-20 | Default to clang for Mac OS X 10.7+ | Marius Kintel | |
2013-06-19 | Merge pull request #413 from hroncok/patch-2 | Marius Kintel | |
Added missing include stdint.h to work with gcc 4.8.1 | |||
2013-06-19 | Added missing include stdint.h to work with gcc 4.8.1 | Miro 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-19 | clang fixes | Marius Kintel | |
2013-06-19 | Leftover from previous merge | Marius Kintel | |
2013-06-18 | missed one conflict | Marius Kintel | |
2013-06-18 | Merge remote-tracking branch 'origin/issue181' into epec-kernel | Marius 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-18 | Default to clang for Mac | Marius Kintel | |
2013-06-18 | Default to clang for Mac | Marius Kintel | |
2013-06-18 | Merge branch 'master' into epec-kernel | Marius Kintel | |
2013-06-18 | Point documentation to openscad.org/documentation.html | Marius Kintel | |
2013-06-18 | Removed 'Root Context' debug output | Marius Kintel | |
2013-06-18 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel | |
2013-06-18 | Merge branch 'master' of github.com:openscad/openscad | Don Bright | |
2013-06-18 | add files.openscad.org to windows builder script | Don Bright | |
2013-06-17 | Added future wishes | Marius Kintel | |
2013-06-17 | Upload source code to files.openscad.org | Marius Kintel | |
2013-06-17 | Updated to latest version from https://github.com/Kentzo/git-archive-all | Marius Kintel | |
2013-06-17 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel | |
2013-06-17 | Removed confusing entry | Marius Kintel | |
2013-06-17 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel | |
2013-06-17 | move private binary signing key to a common place | Marius Kintel | |
2013-06-17 | updated ignores | Marius Kintel | |
2013-06-15 | Merge branch 'master' of github.com:openscad/openscad | Don Bright | |
2013-06-15 | track \ inside "" with sub-state. fixes #407 | Don Bright | |
2013-06-15 | Updated test results to match recent change | Marius Kintel | |
2013-06-15 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel | |
2013-06-15 | Clamp linear_extrude height to 0. Fixes #405 | Marius Kintel | |