Age | Commit message (Expand) | Author |
2012-12-29 | make RPATH work on uni-build-dependencies with GLEW on 64 bit machines | don bright |
2012-12-29 | prevent LD_LIBRARY_PATH problems on unix (not OSX) systems with | don bright |
2012-12-23 | detect netbsd / freebsd after linux not before, for bison/flex. | don bright |
2012-12-23 | netbsd fixes | don bright |
2012-10-28 | refactor, cleanup, put code where it belongs, make simple logging class | don bright |
2012-08-22 | bugfix: There is a bug in the stdc++ library on Mac OS 10.5 which messes up s... | Marius Kintel |
2012-08-19 | look for EIGENDIR env var. (also look for EIGEN2DIR for backwards compatability) | don bright |
2012-08-18 | modify build system to auto-detect eigen3, and fallback to eigen2 | don bright |
2012-08-18 | initial rework to enable eigen3 per issue #174. | don bright |
2012-08-04 | Add info to 'about' window with acknowledgements, etc. | don bright |
2012-07-20 | enable build of glew + opencsg with clang from script | don bright |
2012-07-20 | initial steps towards support of clang compiler | don bright |
2012-07-17 | Merge pull request #146 from openscad/mingwcross1 | Marius Kintel |
2012-07-15 | fix build bug on some DSO linux systems | don bright |
2012-07-15 | cleanup | don bright |
2012-07-15 | fix documentation | don bright |
2012-07-15 | put .o files of cross into separate directory. handle git issue. | don bright |
2012-07-13 | check versions of libraries at compile time - warn users. fix FIXME in opensc... | don bright |
2012-06-03 | more reliable way of ensuring GLU is linked on new DSO linux systems. | don bright |
2012-02-15 | Initial implementation of ModuleCache and dependency tracking of used modules | Marius Kintel |
2012-01-09 | Merge branch 'master' into threading | Marius Kintel |
2012-01-08 | Merge branch 'master' into boost_filesystem | Marius Kintel |
2012-01-04 | Added Linux desktop icon and .desktop file from chrysn | Marius Kintel |
2012-01-04 | Merge branch 'master' into threading | Marius Kintel |
2012-01-04 | Merge branch 'master' into boost_filesystem | Marius Kintel |
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 | Merge branch 'master' into threading | Marius Kintel |
2011-12-26 | Merge branch 'master' into boost_filesystem | Marius Kintel |
2011-12-26 | Some light refactoring attempts, didn't get very far.. | Marius Kintel |
2011-12-25 | Perform CGAL evaluation in a separate thread. First steps towards better GUI ... | Marius Kintel |
2011-12-24 | Extracted librarydir initialization to separate function | 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 |