summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-28refactor, cleanup, put code where it belongs, make simple logging classdon bright
2012-10-26Boost 1.51 requires chrono for threadMarius Kintel
2012-10-24use a thin box, union the intersection w top of box and bottom of boxdon bright
2012-10-24use target(), not source(), making 'simple' the 2d polygondon bright
created during the 'flattening' process from 3d to 2d. not sure why this works, but it does.
2012-10-24Updated RELEASE_NOTESMarius Kintel
2012-10-24Support specifying an OPENSCADPATH environment variable which will have ↵Marius Kintel
precedence over the hardcoded library paths. First step of issue #125
2012-10-24Make cmd-line overrides using -D work also for USEd modules. Fixes #211Marius Kintel
2012-10-24Detect circular includes. Probably the final commit for #75Marius Kintel
2012-10-24Added test for circular includesMarius Kintel
2012-10-23this svg-prints the 'marked' faces as dashed lines, revealing CGAL issuesdon bright
with mark() and union() operations on Nef Polyhedron 2 objects.
2012-10-23Initial clang build supportMarius Kintel
Conflicts: scripts/macosx-build-dependencies.sh
2012-10-23Minor clang updatesMarius Kintel
Conflicts: scripts/macosx-build-dependencies.sh
2012-10-23Now builds on clang-4.0 on Mac OS X LionMarius Kintel
Conflicts: scripts/macosx-build-dependencies.sh
2012-10-21remove old dump code. improve debugging svg output.don bright
2012-10-19add OpenSCAD version to about dialog title.don bright
improve SVG debugging output for Nef3 and Nef2 polyhedra.
2012-10-16refactor to make svg in 2d and 3d use same transformation codedon bright
2012-10-16projection: fallback to 'large thin box' if intersection with plane fails.don bright
also implement SVG debugging output for 2d + 3d Nef Polyhedrons.
2012-10-10Detect recursive execution of functions to avoid a stack overflow crash. ↵Marius Kintel
Fixes #200
2012-10-10cosmeticsMarius Kintel
2012-10-09Fixed broken debug outputMarius Kintel
2012-10-09Catch CGAL assertion for projection nodes. Fixes #202Marius Kintel
2012-10-09Catch exceptions as const references. Related to #204Marius Kintel
2012-10-09Catch exceptions as const references. Fixes #204Marius Kintel
2012-10-09Added testcase for issue #204Marius Kintel
2012-10-07Merge branch 'master' of github.com:openscad/openscadMarius Kintel
2012-10-07Fixed weakness in parser causing modifier characters not to work in front of ↵Marius Kintel
'if' statements. Fixes #197
2012-10-07Merge pull request #206 from hroncok/masterMarius Kintel
Fixed Free Software Foundation address
2012-10-07Fixed FSF addressMiro Hrončok
2012-10-06bugfix: 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-08Fix 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-08Enable opening of .csg files from from the GUIMarius Kintel
2012-09-02Block recursion on circular or recursive inclusions. Fixes #187Marius Kintel
2012-08-28Merge pull request #189 from openscad/issue188Marius Kintel
Issue188
2012-08-28Merge pull request #190 from openscad/colorwarnMarius Kintel
color>1.0 warning (color([255,0,0]) per Joel Bodenmann rept to mail list
2012-08-23compile fix, boost>=1.44 can use boost filesystem v3don 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-22color>1.0 warning (color([255,0,0]) per Joel Bodenmann rept to mail listdon bright
2012-08-22add line to hull testdon bright
2012-08-22cleanupdon bright
2012-08-22cleanuypdon bright
2012-08-22stop crash bug reported by Giles Bathgatedon bright
2012-08-22bugfix: 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-22Bugfix: rotate() with a vector argument with less that 3 elements used ↵Marius Kintel
uninitialized variables, ending up being non-deterministic. Fixes #152
2012-08-22Manual tests for module cachingMarius Kintel
2012-08-22Updated mpfr, boost, glewMarius Kintel
2012-08-22Extracted the about box contents to an external file for easier editingMarius Kintel
2012-08-22Compile fix for eigen3Marius Kintel
2012-08-22minor code compactingMarius Kintel
2012-08-22Merge pull request #186 from openscad/issue185Marius Kintel
Issue185
2012-08-21clarify warning messagedon bright
2012-08-21clarify that 'infinity' is not 'really' tested currently.don bright
contact: Jan Huwald // Impressum