Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-28 | paralell build curl | don bright | |
2012-05-27 | Don't build CGAL as debug | Marius Kintel | |
2012-05-09 | Build mpfr with the latest official patches | Marius Kintel | |
2012-05-09 | Bumped gmp to 5.0.5 | Marius Kintel | |
2012-05-09 | Fixes to make CGAL-4.0 link correctly on Mac | Marius Kintel | |
2012-03-27 | Upgraded CGAL to 4.0 | Marius Kintel | |
2012-02-19 | Added commented-out support for CGAL-4.0beta1 | Marius Kintel | |
2012-02-18 | Removed deprecated file | Marius Kintel | |
2012-02-14 | Merged the 64-bit only script back into the main script. Use the -6 option ↵ | Marius Kintel | |
for 64-bit only | |||
2012-02-13 | EIGEN2DIR and MAC_OSX_VERSION_MIN | Andrew Plumb | |
Defining EIGEN2DIR in setenv. Set MAC_OSX_VERSION_MIN=10.5. | |||
2012-02-12 | Build Deps for 64-bit only mac osx | Andrew Plumb | |
To work with QtSDK 4.7.4 and more current versions of Mac OS X. | |||
2012-02-10 | Parametrized version-min and added eigen2. | Andrew Plumb | |
- Made "macosx-version-min" set via MAC_OSX_VERSION_MIN variable. - Added build-deps for eigen2 - Added EIGEN2DIR to openscad.pro.user - Unchecked "Use Shadow Build" to build OpenSCAD.app in project directory. | |||
2012-02-09 | Merge branch 'master' of github.com:clothbot/openscad | Andrew Plumb | |
2012-02-08 | Conditionally download bundles if they don't exist. | Andrew Plumb | |
Saves having to re-download the bundles every time, assuming downloaded successfully the (N-1)th time. | |||
2012-02-08 | Fix linux releases | Brad Pitcher | |
2012-02-06 | Replaced user- with PWD-dependent paths | Andrew Plumb | |
2012-02-06 | Bugs ID'd by Qt Creator & setup for Mac OS X. | Andrew Plumb | |
- Removing user-dependency in dep-build path. - QT Creator complains about entries in Preferences.ui - File opescad.pro.user by QT Creator on Mac OS X 10.7. | |||
2012-02-03 | Updated to gmp-5.0.3 - now works on Mac OS X Lion. Also exit script on any error | Marius Kintel | |
2012-01-25 | check that the .git directory exists | Brad Pitcher | |
2012-01-25 | updates submodules if building from git | Brad Pitcher | |
2012-01-14 | Added OPENSCAD_COMMIT define to show which git commit a binary actually is ↵ | Marius Kintel | |
built from in the about box. Pass -c to release_common.sh to turn this on. Please use this for development builds, see publish-macosx.sh for how development vs. release is handled | |||
2012-01-14 | Removed obsolete script | Marius Kintel | |
2012-01-14 | Removed obsolete script | Marius Kintel | |
2012-01-04 | Merge branch 'master' into boost_filesystem | Marius Kintel | |
Conflicts: boost.pri src/lexer.l tests/CMakeLists.txt | |||
2011-12-30 | Set back version to date-tagged | Marius Kintel | |
2011-12-30 | build system bugfix: set version back to 2011.12 | Marius Kintel | |
2011-12-30 | packaging bugfix: Make archive include MCAD | Marius Kintel | |
2011-12-29 | Set back version to date-tagged | Marius Kintel | |
2011-12-29 | Updated version to 2011.12 | Marius Kintel | |
2011-12-23 | Handle internal boost dependencies | Marius Kintel | |
2011-12-19 | Merge branch 'master' into boost_filesystem | Marius Kintel | |
Conflicts: boost.pri tests/CMakeLists.txt | |||
2011-12-17 | Minor release preparations | Marius Kintel | |
2011-12-15 | generalized MACOSX_DEPLOY_DIR into the platform-independent OPENSCAD_LIBRARIES | Marius Kintel | |
2011-12-06 | Added regex to boost build | Marius Kintel | |
2011-12-06 | Ported from QFileInfo to boost::filesystem | Marius Kintel | |
2011-12-03 | Upgraded OpenCSG to 1.3.2 | Marius Kintel | |
2011-11-27 | Turn off ccache when building releases | Marius Kintel | |
2011-11-23 | Reverted to boost-1.47 for now - 1.48 causes some tests to fail; ↵ | Marius Kintel | |
*_polygon-holes-touch *_polygon-mesh | |||
2011-11-22 | Upgraded to boost 1.48, added boost filesystem | Marius Kintel | |
2011-11-08 | Upgraded 3rd party software: gmp-5.0.2, mpfr-3.1.0, glew-1.7.0 | Marius Kintel | |
2011-11-07 | indentation | Marius Kintel | |
2011-10-16 | support mingw win32 builds | Brad Pitcher | |
2011-09-30 | gmp was specified twice | Marius Kintel | |
2011-09-29 | Upgrade to CGAL-3.9 | Marius Kintel | |
2011-09-12 | Some typos | Marius Kintel | |
2011-09-11 | Change link on web page when publishing snapshots | Marius Kintel | |
2011-09-08 | Bundle MCAD library | Marius Kintel | |
2011-09-03 | Use our own boost with CGAL | Marius Kintel | |
2011-08-02 | Apply FBO patch to OpenCSG | Marius Kintel | |
2011-07-30 | Merge branch 'master' into visitor | Marius Kintel | |
Conflicts: src/GLView.h src/glview.cc src/mainwin.cc src/render-opencsg.cc |