summaryrefslogtreecommitdiff
path: root/src/openscad.cc
AgeCommit message (Collapse)Author
2012-07-05Merge branch 'master' into valueMarius Kintel
Conflicts: src/parsersettings.cc
2012-06-23Output filenames relative to document path when exporting .csg files from ↵Marius Kintel
the command-line. Fixes #128
2012-05-02cosmeticsMarius Kintel
2012-02-19Bugfix: Unknown cmd-line options caused a crash. Reported by nop head.Marius Kintel
2012-02-15Simplify file readingMarius Kintel
2012-02-15Initial implementation of ModuleCache and dependency tracking of used modulesMarius Kintel
2012-02-14Fix bug including files from within an included file inside a folder. ↵Marius Kintel
Reported by nop head.
2012-01-31bugfix: scad files without a newline as the last character could leave a ↵Marius Kintel
commented out line open, shadowing command-line parameters. Fixes #76
2012-01-25Ported printutils away from QtMarius Kintel
2012-01-25Temporarily removed progress output from file exporting to remove Qt ↵Marius Kintel
dependency. When reinstating this, use another mechanism
2012-01-15bugfix: Handle empty filename parameter to OpenSCAD exeMarius Kintel
2012-01-14add boosty.h for compatability with boost <1.44donb
2012-01-11bugfix: Opening absolute filenames from the command-line broke after porting ↵Marius Kintel
to boost filesystem. Fixes #63
2012-01-09prevent crash: make path absolute so that it has a parent to cwd todon bright
2012-01-04Merge branch 'master' into boost_filesystemMarius Kintel
Conflicts: boost.pri src/lexer.l tests/CMakeLists.txt
2011-12-27bugfix: Fix assertion fail trying to export a non-2D file to dxfMarius Kintel
2011-12-25Removed Qt dependency from parser_init()Marius Kintel
2011-12-24Ported currentdir handling from Qt to boost filesystemMarius Kintel
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
contact: Jan Huwald // Impressum