summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-08-23compile fix, boost>=1.44 can use boost filesystem v3don 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-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-22Bugfix: rotate() with a vector argument with less that 3 elements used ↵Marius Kintel
uninitialized variables, ending up being non-deterministic. Fixes #152
2012-08-22Extracted the about box contents to an external file for easier editingMarius Kintel
2012-08-22Compile fix for eigen3Marius Kintel
2012-08-22minor code compactingMarius Kintel
2012-08-22Merge pull request #186 from openscad/issue185Marius Kintel
Issue185
2012-08-21clarify warning messagedon bright
2012-08-20improve test scaddon bright
2012-08-20dont crash if there's infinity or NaN in transformation matrixdon bright
2012-08-19rewrite Eigen detection in CMakelists. cleanup files for pull request.don bright
2012-08-19cleanup for pull requestdon bright
2012-08-19Merge branch 'master' of github.com:openscad/openscad into eigen3don bright
2012-08-19Revert "Revert "Revert "more debug"""don bright
This reverts commit 94de600995a142bb0643b70f7717be3650072644.
2012-08-19Revert "Revert "more debug""don bright
This reverts commit 4ef470be1f147cb33d75117716ec83c84328da25.
2012-08-19Revert "more debug"don bright
This reverts commit 8f17a48e2c76e0a7a35032ff87df7b89cdcb8772.
2012-08-19more debugdon bright
2012-08-19debugging failed test: throwntogethertest polygonsdon bright
2012-08-19update eigen version in README. dont use alignment in dxfdata vector.don bright
2012-08-18Merge branch 'master' of github.com:openscad/openscadMarius Kintel
2012-08-18Lion compile fixMarius Kintel
2012-08-18Make OS checks independent of QtMarius Kintel
2012-08-18modify build system to auto-detect eigen3, and fallback to eigen2don bright
2012-08-18more 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-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-18avoid compiler warning about unusued parameterdon bright
2012-08-18bugfix: default parameters should be in class declaration onlyMarius Kintel
2012-08-18Merge pull request #179 from openscad/issue176Marius Kintel
fix issue #176
2012-08-18detect flaws in 'use' and 'include' statements. make locate_file consider ↵don bright
directories as 'non files'.
2012-08-18maintain order of polygons in evaluateCGALMesh to fix issue 177. add option ↵don bright
to dump more info to csgchain
2012-08-16fix issue 174 by maintaining order of pointdata during dxf importdon bright
2012-08-13Merge pull request #169 from openscad/copyright_noticesMarius Kintel
Copyright notices
2012-08-13Merge pull request #173 from openscad/issue160Marius Kintel
Issue160
2012-08-09rearrange to check once at init, then use set variabledon bright
2012-08-09check if running under wine, then run swapbuffers() if sodon bright
2012-08-06fix issue160 by adding updateGL() call after 'f5' (opencsg)don bright
2012-08-05QT minimum version was incorrect and did not match README. fixing.Don Bright
2012-08-05add nsis to list of toolsdon bright
2012-08-04Add info to 'about' window with acknowledgements, etc.don bright
2012-08-04give Kintel and Wolf permission to alter the licensedon bright
2012-08-01change value so that ECHO works more like old Qstring.sprintfdon bright
2012-08-01fix broken mousewheel scrolling (bug introduced by ctrl-wheel-zoom feature)don bright
2012-07-27Merge pull request #150 from openscad/issue148Marius Kintel
Issue148
2012-07-26bugfix: 3D initializer was used for 2D Vector2dMarius Kintel
2012-07-24Merge branch 'master' of github.com:openscad/openscadMarius Kintel
Conflicts: scripts/linux-build-dependencies.sh
2012-07-24Merge pull request #155 from openscad/fontsize_saveMarius Kintel
Fontsize save
2012-07-23clarify commentdon bright
2012-07-23on control + mousewheel, zoomin/zoomout text (like firefox, IE, etc)don bright
2012-07-23remove debugging statementsdon bright
2012-07-23debugging and rearranging to find issuedon bright
contact: Jan Huwald // Impressum