Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-11 | Added testcase for #112 | Marius Kintel | |
2014-01-24 | Handle NaN / +Inf / -Inf in range evaluation (fixes #606). | Torsten Paul | |
2014-01-16 | Added test for empty geometry | Marius Kintel | |
2014-01-14 | Testcase and fix for a problem transforming an empty bbox with very small ↵ | Marius Kintel | |
numbers in a transformation matrix | |||
2014-01-07 | Fixes to build against homebrew-built dependencies | Marius Kintel | |
Conflicts: tests/CMakeLists.txt | |||
2014-01-06 | Added testcase for #593 | Marius Kintel | |
2014-01-05 | Added testcase for #591 | Marius Kintel | |
2014-01-03 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel | |
2014-01-03 | Removed obsolete test | Marius Kintel | |
2014-01-03 | Merge branch 'vector-concat' of git://github.com/t-paul/openscad into ↵ | Marius Kintel | |
t-paul-vector-concat Conflicts: src/Preferences.ui | |||
2014-01-03 | Keep cmd-line and GUI separate in terms of preferences, handle experimental ↵ | Marius Kintel | |
tests separately, minor cleanups | |||
2014-01-03 | Added another testcase for #495 | Marius Kintel | |
2014-01-02 | Added testcase for #495 | Marius Kintel | |
2013-12-31 | Added testcase for #585 | Marius Kintel | |
2013-12-30 | Clarified test cases for #541 and #578 | Marius Kintel | |
2013-12-30 | Added testcase for #584 | Marius Kintel | |
2013-12-30 | Added testcase for #578 | Marius Kintel | |
2013-12-30 | Added testcase for #582 | Marius Kintel | |
2013-12-30 | Renamed to issue541 | Marius Kintel | |
2013-12-29 | Added failing test for issue 541 | Marius Kintel | |
2013-12-27 | Moved get_fragments_from_r into Calc | Torsten Paul | |
2013-12-15 | Improved non-planar tests | Marius Kintel | |
2013-12-15 | Merge branch 'master' of github.com:openscad/openscad into planar | Don Bright | |
Conflicts: src/CGAL_Nef_polyhedron.cc tests/CMakeLists.txt | |||
2013-12-15 | add tests for non-planar bug. add docs to .cc code | Don Bright | |
2013-12-11 | Merge pull request #561 from brodykenrick/master | Marius Kintel | |
Unicode support for search, length and STRING[] accesses (+ a fix for 3rd Party CGAL lib issue on Ubunti) | |||
2013-12-11 | minor fix: Only use UPLOADARG if it exists | Marius Kintel | |
2013-12-11 | Add back in GL and GLIB2 links for tests-core | Brody Kenrick | |
2013-12-11 | Build glib2 and gettext on Mac, Find macro for glib2 | Marius Kintel | |
2013-12-09 | Enable upload of test results (#525) | Marius Kintel | |
2013-12-08 | Update comments/messages for CGAL source of bad boost libraries | Brody Kenrick | |
Add comments and change to a status instead of a warning (as we recover nicely and it is a known issue in CGAL @ https://bugs.launchpad.net/ubuntu/+source/cgal/+bug/1242111) | |||
2013-12-08 | Unicode support for strings | Brody Kenrick | |
Add suport for using unicode strings in .scad files. Support iterating across them/accessing them via [] and searching. -------- Add GLIB (to build for test and normal build -- both with installed and built locally development files). Add support for unicode chars to length and search builtin functions and [] for strings. Added unicode testing functions. Ad GLIB to library info page. | |||
2013-12-08 | Fix for bad boost libraries | Brody Kenrick | |
Get this error because of a search for a non-existent library on linux64 ----------- [ 69%] Built target tests-cgal Scanning dependencies of target cgalcachetest [ 70%] Building CXX object CMakeFiles/cgalcachetest.dir/cgalcachetest.cc.o make[2]: *** No rule to make target `/usr/lib/libboost_thread.so', needed by `cgalcachetest'. Stop. make[1]: *** [CMakeFiles/cgalcachetest.dir/all] Error 2 make: *** [all] Error 2 [2]+ Done gedit openscad.pro (wd: ~/git/openscad_unicode) ---------- | |||
2013-12-08 | #559 CMAKE_OSX_DEPLOYMENT_TARGET needs to be cached | Marius Kintel | |
2013-12-06 | #559 fixes for 10.9 | Marius Kintel | |
2013-11-27 | finish adding new test, add png for new test | Don Bright | |
2013-11-27 | simplify nef polyhedron code. attempt to add test for bug | Don Bright | |
2013-11-20 | Split up projection tests to avoid long running times | Marius Kintel | |
2013-11-15 | Removed eigen2 from build system and documentation. We now require eigen3 | Marius Kintel | |
2013-11-11 | Add test cases for new range expression handling. | Torsten Paul | |
2013-11-08 | Get rid of leading zeros in date tags, causing them to be interpreted as ↵ | Marius Kintel | |
octal in C++ | |||
2013-10-19 | Use VERSION env. variable or current timestamp for test builds | Marius Kintel | |
2013-10-13 | Merge branch 'children' of git://github.com/vicnet/openscad into vicnet-children | Marius Kintel | |
Conflicts: tests/CMakeLists.txt | |||
2013-10-09 | Added test case for parent_module() | Marius Kintel | |
2013-10-08 | add children tests | Vicnet | |
2013-10-07 | Set OPENSCADPATH in order for tests to find MCAD | Marius Kintel | |
2013-10-07 | Bugfix related to #480: some tests had the test file specified twice | Marius Kintel | |
2013-09-22 | turn off extra debug in cmakelist | Don Bright | |
2013-09-22 | Merge branch 'issue480' of github.com:openscad/openscad into issue480 | Don Bright | |
Conflicts: tests/CMakeLists.txt | |||
2013-09-22 | tweaks for building on older machines | Don Bright | |
2013-09-21 | use debug symbols for test binaries. also remove echostream pointer | Don Bright | |