Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-06-15 | add module/function checklist | Marius Kintel | |
2013-06-15 | .pri file typo removal | Don Bright | |
2013-06-15 | set stacksize on win to be same as on linux to make bugs more consistent. | Don Bright | |
see issue #116 | |||
2013-06-14 | Merge pull request #402 from achiestdragon/master | Marius Kintel | |
mirror added to syntax highlighter | |||
2013-06-14 | updated testcases for recently updated tests | Marius Kintel | |
2013-06-14 | Added assert for issue #403 | Marius Kintel | |
2013-06-14 | added , minkowski,echo,str,surface, and maths functions to highlighter ↵ | david powell | |
(although color for maths functions may need changeing ) | |||
2013-06-14 | added mirror to transform highlighting | david powell | |
2013-06-13 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel | |
2013-06-13 | Experimental: Also upload to files.openscad.org | Marius Kintel | |
2013-06-13 | Merge pull request #400 from achiestdragon/master | Marius Kintel | |
ui change to drop down menu Design |