Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-19 | Merge branch 'master' of github.com:openscad/openscad into eigen3 | don bright | |
2012-08-19 | cleaning up for pull request | don bright | |
2012-08-19 | Revert "Revert "Revert "more debug""" | don bright | |
This reverts commit 94de600995a142bb0643b70f7717be3650072644. | |||
2012-08-19 | Revert "Revert "more debug"" | don bright | |
This reverts commit 4ef470be1f147cb33d75117716ec83c84328da25. | |||
2012-08-19 | Revert "more debug" | don bright | |
This reverts commit 8f17a48e2c76e0a7a35032ff87df7b89cdcb8772. | |||
2012-08-19 | more debug | don bright | |
2012-08-19 | debugging failed test: throwntogethertest polygons | don bright | |
2012-08-19 | make EIGEN_DONT_ALIGN flag work. also remove warnings when using clang. | don bright | |
2012-08-19 | update eigen version in README. dont use alignment in dxfdata vector. | don bright | |
2012-08-18 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel | |
2012-08-18 | Lion compile fix | Marius Kintel | |
2012-08-18 | Make OS checks independent of Qt | Marius Kintel | |
2012-08-18 | fix bug in build script for boost | don bright | |
2012-08-18 | restore commented-out build commands | don bright | |
2012-08-18 | alter Mac OSX dependencies build script to get eigen version 3.1.1 | don bright | |
This still allows the building of eigen, 2.0.17 just change the version number at the bottom of the file. Eigen3 requires an 'out of source' build. | |||
2012-08-18 | modify build system to auto-detect eigen3, and fallback to eigen2 | don bright | |
2012-08-18 | more eigen3 fixes. | don bright | |
1. finish converting 'using namespace boost::filsystem' to 'namespace fs = boost::filesystem'. 2. initial version of changes to CMakelists.txt for the regression test | |||
2012-08-18 | initial 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-18 | avoid compiler warning about unusued parameter | don bright | |
2012-08-18 | bugfix: default parameters should be in class declaration only | Marius Kintel | |
2012-08-18 | Merge pull request #179 from openscad/issue176 | Marius Kintel | |
fix issue #176 | |||
2012-08-18 | detect flaws in 'use' and 'include' statements. make locate_file consider ↵ | don bright | |
directories as 'non files'. | |||
2012-08-18 | Merge pull request #178 from openscad/issue177 | Marius Kintel | |
maintain order of polygons in evaluateCGALMesh to fix issue 177. add opt... | |||
2012-08-18 | maintain order of polygons in evaluateCGALMesh to fix issue 177. add option ↵ | don bright | |
to dump more info to csgchain | |||
2012-08-16 | Merge pull request #175 from openscad/issue174 | Marius Kintel | |
fix issue 174 by maintaining order of pointdata during dxf import | |||
2012-08-16 | fix issue 174 by maintaining order of pointdata during dxf import | don bright | |
2012-08-13 | Merge pull request #169 from openscad/copyright_notices | Marius Kintel | |
Copyright notices | |||
2012-08-13 | Merge pull request #170 from openscad/mingw_installer2 | Marius Kintel | |
Mingw installer2 | |||
2012-08-13 | Merge pull request #173 from openscad/issue160 | Marius Kintel | |
Issue160 | |||
2012-08-09 | rearrange to check once at init, then use set variable | don bright | |
2012-08-09 | check if running under wine, then run swapbuffers() if so | don bright | |
2012-08-06 | fix issue160 by adding updateGL() call after 'f5' (opencsg) | don bright | |
2012-08-05 | QT minimum version was incorrect and did not match README. fixing. | Don Bright | |
2012-08-05 | add nsis to list of tools | don bright | |
2012-08-05 | add flattr icon | don bright | |
2012-08-05 | clarify documentation | don bright | |
2012-08-05 | restory old submodule update command if .git exists | don bright | |
2012-08-05 | remove debugging | don bright | |
2012-08-05 | update README to match mingw script changes | don bright | |
2012-08-05 | update README to match new mingw build | don bright | |
2012-08-05 | more error reporting and log reporting | don bright | |
2012-08-05 | improve log messages in release script | don bright | |
2012-08-05 | fix path of openscad.exe in installer.nsi | don bright | |
2012-08-05 | 1. fix bug in detecting makensis | don bright | |
2. better error message for MXE not being found | |||
2012-08-05 | move functionality from build-installer script to release-common. | don bright | |
mostly this means 1. detect NSIS and fail with error message if its not there 2. remove mingw-build-installer and mingw-build-openscad as they are nowredundant. running publish-mingw-x does exactly the same thing, only better because it builds from a clean source tree. | |||
2012-08-05 | favor exclusion during copy instead of rm of .git directory. | don bright | |
2012-08-04 | use mxe's nsis if we dont have it. detect MCAD better. | don bright | |
2012-08-04 | enable MXEDIR to bet user-set. improve linux doc. | don bright | |
2012-08-04 | remove debug comment | don bright | |
2012-08-04 | fix symlink bug in setenv-mingw script. enhance linux docs | don bright | |