Age | Commit message (Expand) | Author |
2012-02-02 | Minor refactor: use set/get_librarydir() to access global variable | Marius Kintel |
2012-01-29 | Added test case for recently fixed csg normalization bugfix | Marius Kintel |
2012-01-25 | The tests no longer depend on QtGui or QtOpenGL | Marius Kintel |
2012-01-14 | fix boosty.h docs / layout. chg boost CMake minver back to 1.35.0 | Don Bright |
2012-01-14 | add boosty.h for compatability with boost <1.44 | donb |
2012-01-14 | Added absolute path tests to include and use tests, fixed bug using absolute ... | Marius Kintel |
2012-01-13 | Require Boost 1.44, and set BOOST_FILESYSTEM_VERSION=3 on .44 and .45 | Don Bright |
2012-01-09 | Added cgalcachetest | Marius Kintel |
2012-01-09 | Another try at fixing double-to-text conversion for testing | Marius Kintel |
2012-01-08 | Merge branch 'inftest' of https://github.com/brad/openscad into brad-inftest | Marius Kintel |
2012-01-08 | added tests passing infinity to various functions | Brad Pitcher |
2012-01-04 | Merge branch 'master' into boost_filesystem | Marius Kintel |
2012-01-04 | Merge pull request #54 from openscad/parserfix | Marius Kintel |
2012-01-04 | Merge pull request #55 from openscad/netbsd_build | Marius Kintel |
2012-01-03 | adding flags for NetBSD build | don bright |
2012-01-03 | Added use-tests, minimal change to include-tests | Marius Kintel |
2012-01-03 | add --mingw-cross-env switch to test_cmdline_tool.py | Don Bright |
2012-01-03 | changes to enable building on NetBSD | don bright |
2012-01-03 | use pkg-config to find QT libraries in mingw-cross-env, not FindQt4.cmake | Don Bright |
2011-12-31 | add -no-strict-aliasing for mingw cross compiles. add lzma lib flag | don bright |
2011-12-31 | various tweaks for cross compiling tests under mingw | Don Bright |
2011-12-31 | enable linux->mingw32 cross-compilation of tests | don bright |
2011-12-29 | Disabled a few more dumptests due to floating point differences | Marius Kintel |
2011-12-28 | Disabled a few dump tests causing floating point comparison issues | Marius Kintel |
2011-12-27 | Merge branch 'buildfix' of github.com:openscad/openscad into buildfix | 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 | print boost_root when it's under OPENSCAD_LIBRARIES, otherwise skip print | don |
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 | fix eigen2 finding bug | don bright |
2011-12-26 | Merge branch 'master' into boost_filesystem | Marius Kintel |
2011-12-26 | Added test case for nan occuring in exported STL files | Marius Kintel |
2011-12-25 | Modified eigen2 test to work for system-eigen2 and OPENSCAD_LIBRARIES without... | Marius Kintel |
2011-12-25 | find eigen2 when OPENSCAD_LIBRARIES is set in regression test build | don bright |
2011-12-24 | Extracted librarydir initialization to separate function | Marius Kintel |
2011-12-23 | Merge branch 'master' into boost_filesystem | Marius Kintel |
2011-12-23 | Fixed CSG regression reported by Ed Nisley; bounding boxes are now transforme... | Marius Kintel |
2011-12-23 | Test case for recent CSG regression reported by Ed Nisley | Marius Kintel |
2011-12-19 | Merge branch 'master' of https://github.com/donbright/openscad into donbright... | Marius Kintel |
2011-12-19 | Supply the REQUIRED parameter to the find macros | Marius Kintel |
2011-12-19 | Merge branch 'master' into boost_filesystem | Marius Kintel |
2011-12-17 | add no-strict-aliasing to cmake of regression tests, fixing CGAL/GCC bugs | Don Bright |
2011-12-17 | Compile tests with -O2 -g as default | Marius Kintel |
2011-12-15 | Some more build system cleaning | Marius Kintel |
2011-12-15 | fix EIGEN2DIR cmake syntax | don |
2011-12-14 | fix freebsd build, improve test_pretty_print error handle, improve documentation | don |
2011-12-13 | fix cmake path bugs. rewrite testing to match non-underscore DIR variables. | Don Bright |