Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-24 | Updated RELEASE_NOTES | Marius Kintel | |
2012-10-24 | Support specifying an OPENSCADPATH environment variable which will have ↵ | Marius Kintel | |
precedence over the hardcoded library paths. First step of issue #125 | |||
2012-10-24 | Make cmd-line overrides using -D work also for USEd modules. Fixes #211 | Marius Kintel | |
2012-10-24 | Detect circular includes. Probably the final commit for #75 | Marius Kintel | |
2012-10-24 | Added test for circular includes | Marius Kintel | |
2012-10-23 | Initial clang build support | Marius Kintel | |
Conflicts: scripts/macosx-build-dependencies.sh | |||
2012-10-23 | Minor clang updates | Marius Kintel | |
Conflicts: scripts/macosx-build-dependencies.sh | |||
2012-10-23 | Now builds on clang-4.0 on Mac OS X Lion | Marius Kintel | |
Conflicts: scripts/macosx-build-dependencies.sh | |||
2012-10-10 | Detect recursive execution of functions to avoid a stack overflow crash. ↵ | Marius Kintel | |
Fixes #200 | |||
2012-10-10 | cosmetics | Marius Kintel | |
2012-10-09 | Fixed broken debug output | Marius Kintel | |
2012-10-09 | Catch CGAL assertion for projection nodes. Fixes #202 | Marius Kintel | |
2012-10-09 | Catch exceptions as const references. Related to #204 | Marius Kintel | |
2012-10-09 | Catch exceptions as const references. Fixes #204 | Marius Kintel | |
2012-10-09 | Added testcase for issue #204 | Marius Kintel | |
2012-10-07 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel | |
2012-10-07 | Fixed weakness in parser causing modifier characters not to work in front of ↵ | Marius Kintel | |
'if' statements. Fixes #197 | |||
2012-10-07 | Merge pull request #206 from hroncok/master | Marius Kintel | |
Fixed Free Software Foundation address | |||
2012-10-07 | Fixed FSF address | Miro Hrončok | |
2012-10-06 | bugfix: parser errors wasn't treated correctly, causing cmd-line tools to ↵ | Marius Kintel | |
return without an error code, as well as error highlighting in the editor being broken | |||
2012-09-08 | Fix bug where recently compiled module happened to receive the same pointer ↵ | Marius Kintel | |
value as the module it replaced, causing dependency tracking not to work properly. Related to #75 | |||
2012-09-08 | Enable opening of .csg files from from the GUI | Marius Kintel | |
2012-09-02 | Block recursion on circular or recursive inclusions. Fixes #187 | Marius Kintel | |
2012-08-28 | Merge pull request #189 from openscad/issue188 | Marius Kintel | |
Issue188 | |||
2012-08-28 | Merge pull request #190 from openscad/colorwarn | Marius Kintel | |
color>1.0 warning (color([255,0,0]) per Joel Bodenmann rept to mail list | |||
2012-08-23 | compile fix, boost>=1.44 can use boost filesystem v3 | don bright | |
if you pass BOOST_FILESYSTEM_VERSION=3 as a compiler define but try to use boost filesystem v2 functions on these older boosts, (1.44, 1.45, etc) you get compilation errors. by changing the boost version detection for v3, we prevent the compile error. | |||
2012-08-22 | color>1.0 warning (color([255,0,0]) per Joel Bodenmann rept to mail list | don bright | |
2012-08-22 | add line to hull test | don bright | |
2012-08-22 | cleanup | don bright | |
2012-08-22 | cleanuyp | don bright | |
2012-08-22 | stop crash bug reported by Giles Bathgate | don bright | |
2012-08-22 | bugfix: There is a bug in the stdc++ library on Mac OS 10.5 which messes up ↵ | Marius Kintel | |
some STL templates. This should fix it, courtesy of http://stackoverflow.com/questions/3484043/os-x-program-runs-on-dev-machine-crashing-horribly-on-others | |||
2012-08-22 | Bugfix: rotate() with a vector argument with less that 3 elements used ↵ | Marius Kintel | |
uninitialized variables, ending up being non-deterministic. Fixes #152 | |||
2012-08-22 | Manual tests for module caching | Marius Kintel | |
2012-08-22 | Updated mpfr, boost, glew | Marius Kintel | |
2012-08-22 | Extracted the about box contents to an external file for easier editing | Marius Kintel | |
2012-08-22 | Compile fix for eigen3 | Marius Kintel | |
2012-08-22 | minor code compacting | Marius Kintel | |
2012-08-22 | Merge pull request #186 from openscad/issue185 | Marius Kintel | |
Issue185 | |||
2012-08-21 | clarify warning message | don bright | |
2012-08-21 | clarify that 'infinity' is not 'really' tested currently. | don bright | |
2012-08-21 | add images for tests | don bright | |
2012-08-21 | improve test scad. don't use dumptest(), 'nan' is a bit of a problem | don bright | |
2012-08-20 | Merge commit '765f1a98dc124e1913b53ea8467908b8b8bda032' | Marius Kintel | |
2012-08-20 | improve test scad | don bright | |
2012-08-20 | dont crash if there's infinity or NaN in transformation matrix | don bright | |
2012-08-20 | collect library dependencies a bit to reduce duplication | Marius Kintel | |
2012-08-20 | Enable running the test suite on a Mac VM | Marius Kintel | |
2012-08-20 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel | |
2012-08-20 | Added support for Mac OS X Lion | Marius Kintel | |