summaryrefslogtreecommitdiff
path: root/src/openscad.cc
AgeCommit message (Collapse)Author
2011-12-24Extracted librarydir initialization to separate functionMarius Kintel
2011-12-06#undef NDEBUG before including any CGAL headersMarius Kintel
2011-11-09Ported QCache and related code away from QtMarius Kintel
2011-11-06Reinstated old -x and -s cmd-line parameters for backwards compatibilityMarius Kintel
2011-11-06Slight refactoring of builtin function and module handlingMarius Kintel
2011-11-06Give app version to QtMarius Kintel
2011-11-05bugfix: PI constant didn't work in cmd-line mode. refactored away duplicate codeMarius Kintel
2011-11-03don't use curly braces in cmd-line usage message. Patch from chrysnMarius Kintel
2011-10-20Merge branch 'master' into visitortestsMarius Kintel
2011-10-19Experimental support for exporting the compiled CSG tree as a text fileMarius Kintel
2011-09-27Merge branch 'master' into visitorMarius Kintel
2011-09-17added png and image comparison, enabling testing on linuxDon Bright
2011-09-12mergeDon Bright
Merge remote branch 'upstream/visitor' into visitortests Conflicts: src/export.cc src/openscad.cc src/polyset.cc src/transform.cc tests/CMakeLists.txt tests/FindGLEW.cmake tests/csgtermtest.cc
2011-09-12mergeDon Bright
2011-09-12mergeDon Bright
2011-09-12mergingDon Bright
Merge remote branch 'upstream/master' into visitortests Conflicts: src/cgaladv.cc src/export.cc src/openscad.cc src/polyset.cc src/transform.cc
2011-09-11Implemented CGAL cachingMarius Kintel
2011-09-08dummy commitMarius Kintel
2011-09-08Don't try exporting a non-3D object to stl or offMarius Kintel
2011-09-08bugfix: off export from the command-line was brokenMarius Kintel
2011-09-08bugfix: command-line crash on parser errorMarius Kintel
2011-09-08fixed merge conflictMarius Kintel
2011-09-08merged with masterMarius Kintel
2011-09-08Catch a non-simple polyhedron before export as this crashes CGALMarius Kintel
2011-09-07Implemented OFF exportMarius Kintel
2011-09-03Extracted handle_dep() to separate source fileMarius Kintel
2011-09-01Refactored some non-CGAL functionality into separate functions in ↵Marius Kintel
PolySetCGALEvaluator
2011-09-01Refactoring of CGAL functionality to allow for forward-declaration of CGAL ↵Marius Kintel
classes in header files, reducing coupling and thus compilation times
2011-08-28bugfix: -x option didn't workMarius Kintel
2011-07-30Merge branch 'master' into visitorMarius Kintel
Conflicts: src/GLView.h src/glview.cc src/mainwin.cc src/render-opencsg.cc
2011-04-28Merged with masterMarius Kintel
2011-04-12Must specify both long and short optionsMarius Kintel
2011-04-12bugfix: Pass short options to boost program_optionsMarius Kintel
2011-04-12Ported recent changes to master into the visitor branchMarius Kintel
2011-04-10Bugfix: Handling of input-file was not workingMarius Kintel
2011-04-06bugfix: no bounds checking on program_options in non-MDI modeMarius Kintel
2011-04-06bugfix: check size of program options before indexingMarius Kintel
2011-04-06gcc compile fixMarius Kintel
2011-01-22convert from getopt to boost::program_optionsmeta
2011-01-21Copyright updatesMarius Kintel
2010-11-07Allow render_polyset() to return NULLMarius Kintel
2010-11-03Fixed some issues with PolySetRenderer, causing e.g. extrusions to fail in ↵Marius Kintel
OpenCSG mode
2010-10-31Reverted accidental commitskintel
git-svn-id: http://svn.clifford.at/openscad/trunk@573 b57f626f-c46c-0410-a088-ec61d464b74c
2010-10-31Committed current version of visitor refactoringkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@571 b57f626f-c46c-0410-a088-ec61d464b74c
2010-10-31Reenabled CGAL renderingMarius Kintel
2010-10-31Compile fixes after working in test-code/Marius Kintel
2010-10-31export to stream for stdout/stderr output supportMarius Kintel
2010-10-31Another refactoring session:Marius Kintel
o mk_cache_id() obsoleted by removing the node index from the dump o node index output removed from each node and make optional in NodeDumper o The visitors are no longer global, but associated with a tree o Added Tree class to manage node trees and the (now implicit) dump cache o Moved PolySet cache into PolySetRenderer
2010-10-31Initial implementation of CGALRendererMarius Kintel
2010-10-31Added CGALRenderer + some minor fixesMarius Kintel
contact: Jan Huwald // Impressum