summaryrefslogtreecommitdiff
path: root/openscad.pro
AgeCommit message (Collapse)Author
2012-12-23detect netbsd / freebsd after linux not before, for bison/flex.don bright
2012-12-23netbsd fixesdon bright
2012-10-28refactor, cleanup, put code where it belongs, make simple logging classdon 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-19look for EIGENDIR env var. (also look for EIGEN2DIR for backwards compatability)don bright
2012-08-18modify build system to auto-detect eigen3, and fallback to eigen2don bright
2012-08-18initial rework to enable eigen3 per issue #174.don bright
1. enable eigen3 in qmake build system 2. convert Transform3d and cwise() per the eigen2->eigen3 porting faq online 3. get rid of 'using namespace boost::filesystem' as it conflicts with eigen3
2012-08-04Add info to 'about' window with acknowledgements, etc.don bright
2012-07-20enable build of glew + opencsg with clang from scriptdon bright
2012-07-20initial steps towards support of clang compilerdon bright
2012-07-17Merge pull request #146 from openscad/mingwcross1Marius Kintel
Mingwcross1
2012-07-15fix build bug on some DSO linux systemsdon bright
2012-07-15cleanupdon bright
2012-07-15fix documentationdon bright
2012-07-15put .o files of cross into separate directory. handle git issue.don bright
2012-07-13check versions of libraries at compile time - warn users. fix FIXME in ↵don bright
openscad.pro
2012-06-03more reliable way of ensuring GLU is linked on new DSO linux systems.don bright
2012-02-15Initial implementation of ModuleCache and dependency tracking of used modulesMarius Kintel
2012-01-09Merge branch 'master' into threadingMarius Kintel
Conflicts: RELEASE_NOTES
2012-01-08Merge branch 'master' into boost_filesystemMarius Kintel
2012-01-04Added Linux desktop icon and .desktop file from chrysnMarius Kintel
2012-01-04Merge branch 'master' into threadingMarius Kintel
Conflicts: RELEASE_NOTES
2012-01-04Merge branch 'master' into boost_filesystemMarius Kintel
Conflicts: boost.pri src/lexer.l tests/CMakeLists.txt
2012-01-03changes to enable building on NetBSDdon bright
2011-12-26Refactored normalization into a separate class, hard-limited normalization ↵Marius Kintel
to stop at 5000 nodes to keep from normalizing 'forever'
2011-12-26Merge branch 'master' into threadingMarius Kintel
2011-12-26Merge branch 'master' into boost_filesystemMarius Kintel
Conflicts: openscad.pro src/module.h
2011-12-26Some light refactoring attempts, didn't get very far..Marius Kintel
2011-12-25Perform CGAL evaluation in a separate thread. First steps towards better GUI ↵Marius Kintel
responsiveness and parallelization
2011-12-24Extracted librarydir initialization to separate functionMarius Kintel
2011-12-23Fixed CSG regression reported by Ed Nisley; bounding boxes are now ↵Marius Kintel
transformed correctly
2011-12-17-fno-strict-aliasing fix for GCC bug & link to wikibooks build instructions.Don Bright
2011-12-17fix qmake under mingw-cross-compileDon Bright
2011-12-17fix OPENSCAD_LIBRARIES on FreeBSDdon
2011-12-17fix compilation on Fedora: boost, flex, and OPENSCAD_LIBRARIESdon bright
2011-12-17improve OPENSCAD_LIBRARIES for freebsddon
2011-12-15Some more build system cleaningMarius Kintel
2011-12-15generalized MACOSX_DEPLOY_DIR into the platform-independent OPENSCAD_LIBRARIESMarius Kintel
2011-12-13Started documenting env. variablesMarius Kintel
2011-12-11Some small refactoring of color handling to support using the color() module ↵Marius Kintel
to change only alpha
2011-12-09Better warnings and GL info related to OpenCSG capabilities and OpenGL 1.xMarius Kintel
2011-12-07bugfix: 2D hull() now works with for loops. Thanks to nophead to reasserting ↵Marius Kintel
this bug.
2011-11-09Ported QCache and related code away from QtMarius Kintel
2011-11-08Compile DEBUG builds with -DDEBUGMarius Kintel
2011-11-06Merge remote-tracking branch 'upstream/master'don bright
2011-11-06Slight refactoring of builtin function and module handlingMarius Kintel
2011-11-06provide helpful error message when 'qmake' for qt3 is rundon bright
2011-11-03Applied configurable PREFIX patch from chrysnMarius Kintel
2011-10-30extracted version config to separate .pri fileMarius Kintel
2011-10-26integrate Brad Pitcher's cross compile linux->win32-mingw qmake stuffDon Bright
contact: Jan Huwald // Impressum