Age | Commit message (Expand) | Author |
2011-12-28 | regression tests: fix ncc==0 false-fails when using NCC image comparison | don bright |
2011-12-27 | Merge branch 'buildfix' | Marius Kintel |
2011-12-27 | Merge branch 'buildfix' of github.com:openscad/openscad into buildfix | Marius Kintel |
2011-12-27 | Merge branch 'buildfix' | Marius Kintel |
2011-12-27 | bugfix: Fix assertion fail trying to export a non-2D file to dxf | Marius Kintel |
2011-12-26 | fix pre/ appending of includes on systems w mult libs + OPENSCAD_LIBRARIES | don bright |
2011-12-26 | Merge branch 'master' into buildfix | Marius Kintel |
2011-12-26 | remove some flags used during debugging | don |
2011-12-26 | print boost_root when it's under OPENSCAD_LIBRARIES, otherwise skip print | don |
2011-12-26 | clarify and simplify the language used in the testing.txt document. | don bright |
2011-12-26 | Refactored normalization into a separate class, hard-limited normalization to... | Marius Kintel |
2011-12-26 | if CGAL's -DMAKE_INSTALL_PREFIX=$X, then enable finding of CGAL in $X | don bright |
2011-12-26 | fix bug on system with OPENSCAD_LIBRARIES + mult versions of boost | don bright |
2011-12-26 | fix build w mult. versions of boost when OPENSCAD_LIBRARIES used | don bright |
2011-12-26 | Added test for hexagonal cylinder orientation, aka. captured nuts | Marius Kintel |
2011-12-26 | Added test for hexagonal cylinder orientation, aka. captured nuts | Marius Kintel |
2011-12-26 | fix eigen2 finding bug | don bright |
2011-12-26 | Some light refactoring attempts, didn't get very far.. | Marius Kintel |
2011-12-26 | bugfix: Reinstated normal length sanity check since at least once case slippe... | Marius Kintel |
2011-12-26 | Added test case for nan occuring in exported STL files | Marius Kintel |
2011-12-26 | Added test case for nan occuring in exported STL files | Marius Kintel |
2011-12-26 | Updated documentation | Marius Kintel |
2011-12-26 | Minor doc clarification | Marius Kintel |
2011-12-25 | Modified eigen2 test to work for system-eigen2 and OPENSCAD_LIBRARIES without... | Marius Kintel |
2011-12-25 | Merge branch 'master' into buildfix | Marius Kintel |
2011-12-25 | bugfix: Fixes flickering animation, reported by Don Bright | Marius Kintel |
2011-12-25 | Added test case for color override | Marius Kintel |
2011-12-25 | find eigen2 when OPENSCAD_LIBRARIES is set in regression test build | don bright |
2011-12-24 | make OPENSCAD_LIBRARIES not show a message for EIGEN2 include | Don Bright |
2011-12-24 | further improve eigen2 build message | Don Bright |
2011-12-24 | cleanup eigen2 build, improve debug message | Don Bright |
2011-12-24 | fix boost qmake on 64-bit fedora where OPENSCAD_LIBRARIES has been set | don bright |
2011-12-24 | boost fix for OPENSCAD_LIBRARIES and BOOSTDIR env vars usage | don bright |
2011-12-24 | fix eigen build on machine with system eigen + OPENSCAD_LIBRARIES without eigen | don bright |
2011-12-24 | fix build when system boost is mt and local boost is not mt | don bright |
2011-12-24 | commit Marius' linalg.cc | Don Bright |
2011-12-23 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel |
2011-12-23 | Fixed CSG regression reported by Ed Nisley; bounding boxes are now transforme... | Marius Kintel |
2011-12-23 | Added suggestion | Marius Kintel |
2011-12-23 | Test case for recent CSG regression reported by Ed Nisley | Marius Kintel |
2011-12-23 | fix for recently introduced bug: If no actual image was generated, we failed ... | Marius Kintel |
2011-12-22 | Merge pull request #45 from donbright/master | Marius Kintel |
2011-12-22 | fix crash bug | Don Bright |
2011-12-22 | Update test case: Since we're now pruning the normalized tree, subtracted obj... | Marius Kintel |
2011-12-22 | Implemented CSG tree pruning - this should significantly improve performance ... | Marius Kintel |
2011-12-22 | Removed old debug output | Marius Kintel |
2011-12-21 | Added note about tree pruning | Marius Kintel |
2011-12-21 | fix for normal fix: would fail in some extreme cases (e.g. if there are | Marius Kintel |
2011-12-21 | CSG normalization bugfix | Marius Kintel |
2011-12-21 | bugfix: Sometimes, the CSG normalization created extremely large trees. Rewro... | Marius Kintel |