Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-28 | Merge pull request #190 from openscad/colorwarn | Marius Kintel | |
color>1.0 warning (color([255,0,0]) per Joel Bodenmann rept to mail list | |||
2012-08-23 | compile fix, boost>=1.44 can use boost filesystem v3 | don bright | |
if you pass BOOST_FILESYSTEM_VERSION=3 as a compiler define but try to use boost filesystem v2 functions on these older boosts, (1.44, 1.45, etc) you get compilation errors. by changing the boost version detection for v3, we prevent the compile error. | |||
2012-08-22 | color>1.0 warning (color([255,0,0]) per Joel Bodenmann rept to mail list | don bright | |
2012-08-22 | bugfix: 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-22 | Bugfix: rotate() with a vector argument with less that 3 elements used ↵ | Marius Kintel | |
uninitialized variables, ending up being non-deterministic. Fixes #152 | |||
2012-08-22 | Manual tests for module caching | Marius Kintel | |
2012-08-22 | Updated mpfr, boost, glew | Marius Kintel | |
2012-08-22 | Extracted the about box contents to an external file for easier editing | Marius Kintel | |
2012-08-22 | Compile fix for eigen3 | Marius Kintel | |
2012-08-22 | minor code compacting | Marius Kintel | |
2012-08-22 | Merge pull request #186 from openscad/issue185 | Marius Kintel | |
Issue185 | |||
2012-08-21 | clarify warning message | don bright | |
2012-08-21 | clarify that 'infinity' is not 'really' tested currently. | don bright | |
2012-08-21 | add images for tests | don bright | |
2012-08-21 | improve test scad. don't use dumptest(), 'nan' is a bit of a problem | don bright | |
2012-08-20 | Merge commit '765f1a98dc124e1913b53ea8467908b8b8bda032' | Marius Kintel | |
2012-08-20 | improve test scad | don bright | |
2012-08-20 | dont crash if there's infinity or NaN in transformation matrix | don bright | |
2012-08-20 | collect library dependencies a bit to reduce duplication | Marius Kintel | |
2012-08-20 | Enable running the test suite on a Mac VM | Marius Kintel | |
2012-08-20 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel | |
2012-08-20 | Added support for Mac OS X Lion | Marius Kintel | |
2012-08-20 | Added support for Lion, added option to force LLVM compiler | Marius Kintel | |
2012-08-19 | Merge branch 'master' of github.com:openscad/openscad | don bright | |
2012-08-19 | for ubuntu 12, use binary libcgal libopencsg packages, not build from source | don bright | |
2012-08-19 | cleanup | don bright | |
2012-08-19 | fix small bugs in eigen build scripts | don bright | |
2012-08-19 | look for EIGENDIR env var. (also look for EIGEN2DIR for backwards compatability) | don bright | |
2012-08-19 | rewrite Eigen detection in CMakelists. cleanup files for pull request. | don bright | |
2012-08-19 | cleanup for pull request | don bright | |
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 | |