Age | Commit message (Expand) | Author |
2012-01-03 | changes to enable building on NetBSD | don bright |
2011-12-26 | Refactored normalization into a separate class, hard-limited normalization to... | Marius Kintel |
2011-12-26 | Some light refactoring attempts, didn't get very far.. | Marius Kintel |
2011-12-23 | Fixed CSG regression reported by Ed Nisley; bounding boxes are now transforme... | Marius Kintel |
2011-12-17 | -fno-strict-aliasing fix for GCC bug & link to wikibooks build instructions. | Don Bright |
2011-12-17 | fix qmake under mingw-cross-compile | Don Bright |
2011-12-17 | fix OPENSCAD_LIBRARIES on FreeBSD | don |
2011-12-17 | fix compilation on Fedora: boost, flex, and OPENSCAD_LIBRARIES | don bright |
2011-12-17 | improve OPENSCAD_LIBRARIES for freebsd | don |
2011-12-15 | Some more build system cleaning | Marius Kintel |
2011-12-15 | generalized MACOSX_DEPLOY_DIR into the platform-independent OPENSCAD_LIBRARIES | Marius Kintel |
2011-12-13 | Started documenting env. variables | Marius Kintel |
2011-12-11 | Some small refactoring of color handling to support using the color() module ... | Marius Kintel |
2011-12-09 | Better warnings and GL info related to OpenCSG capabilities and OpenGL 1.x | Marius Kintel |
2011-12-07 | bugfix: 2D hull() now works with for loops. Thanks to nophead to reasserting ... | Marius Kintel |
2011-11-09 | Ported QCache and related code away from Qt | Marius Kintel |
2011-11-08 | Compile DEBUG builds with -DDEBUG | Marius Kintel |
2011-11-06 | Merge remote-tracking branch 'upstream/master' | don bright |
2011-11-06 | Slight refactoring of builtin function and module handling | Marius Kintel |
2011-11-06 | provide helpful error message when 'qmake' for qt3 is run | don bright |
2011-11-03 | Applied configurable PREFIX patch from chrysn | Marius Kintel |
2011-10-30 | extracted version config to separate .pri file | Marius Kintel |
2011-10-26 | integrate Brad Pitcher's cross compile linux->win32-mingw qmake stuff | Don Bright |
2011-10-25 | confine date detection to win32-msvc, set VERSION, hide debug message | don bright |
2011-10-24 | fdef getopt.h for MSVC, cleanup makefile, ignore another msvc warning | don bright |
2011-10-24 | auto detect date in windows qmake | don bright |
2011-10-21 | eigen align tweak | don |
2011-10-20 | fix freebsd build | User |
2011-10-18 | improve freebsd build. also remove windows unicode preamble from .cc | don b |
2011-10-16 | cleanup: use -DEIGEN_DONT_ALIGN for all except Mac | Marius Kintel |
2011-10-16 | clean up linux changes to fit with win32 changes. | Don Bright |
2011-10-15 | improve documentation. move EIGEN_DONT_ALIGN to makefile. win32 build fixes. | don bright |
2011-10-11 | enable building of opencsgtest, throwntogethertest, on WinXP | don bright |
2011-10-10 | enable build of cgalpngtest under windowsXP | don bright |
2011-10-03 | Redefined version() to return the version as a vector. Added version_num() to... | Marius Kintel |
2011-09-30 | Cleaned up some unnecessary includes | Marius Kintel |
2011-09-30 | Renamed some files and classnames for clarification | Marius Kintel |
2011-09-11 | helper to include TR1 stuff | Marius Kintel |
2011-09-11 | Implemented CGAL caching | Marius Kintel |
2011-09-11 | Fixed bug introduced by the new PolySet cache; string filtering done in the w... | Marius Kintel |
2011-09-07 | Implemented OFF import, refactored PolySet/Polyhedron conversion | Marius Kintel |
2011-09-06 | minkowski sums should now work again | Marius Kintel |
2011-09-03 | Filename case fix | Marius Kintel |
2011-09-03 | Extracted handle_dep() to separate source file | Marius Kintel |
2011-09-02 | Refactoring: Moved color functionality into separate module and node | Marius Kintel |
2011-09-01 | Refactoring of CGAL functionality to allow for forward-declaration of CGAL cl... | Marius Kintel |
2011-08-22 | Refactored cgal_nef3_to_polyset() to cgal wrapper class | Marius Kintel |
2011-08-04 | De-Qt-ified AbstractNode | Marius Kintel |
2011-08-04 | Merge branch 'master' into visitor | Marius Kintel |
2011-08-03 | fix broken build on systems that use case sensitive filenames (linux) | Don Bright |