Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-27 | Moved get_fragments_from_r into Calc | Torsten Paul | |
2013-12-26 | Updated tests | Marius Kintel | |
2013-12-26 | Updated tests | Marius Kintel | |
2013-12-16 | Added mesh test | Marius Kintel | |
2013-12-15 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel | |
2013-12-15 | Added FIXME | Marius Kintel | |
2013-12-15 | Improved non-planar tests | Marius Kintel | |
2013-12-15 | merging tests | Don Bright | |
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 | Added testcase for concave polygons in polyhedrons | Marius Kintel | |
2013-12-15 | improve CGAL nonplanar face error detection. also change dumptests to 'faces' | Don Bright | |
keyword for 'polyhedrnon(). | |||
2013-12-15 | add tests for non-planar bug. add docs to .cc code | Don Bright | |
2013-12-14 | Put back printing path to test report | Marius Kintel | |
2013-12-14 | bugfix: #562 didn't take into account that it's allowed with all X ↵ | Marius Kintel | |
coordinates being negative | |||
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 | Ctests build for Glib2 - Add GLIB2_LIBDIR to find_library paths | Brody Kenrick | |
2013-12-11 | Build glib2 and gettext on Mac, Find macro for glib2 | Marius Kintel | |
2013-12-09 | Set upload env. variable in travis env since the cmake version on Travis is ↵ | Marius Kintel | |
too old | |||
2013-12-09 | Enable upload of test results (#525) | Marius Kintel | |
2013-12-09 | Merge pull request #566 from a-e-m/master | Marius Kintel | |
Fix for issue 525 | |||
2013-12-09 | Added --upload command line option | a-e-m | |
2013-12-09 | Revert to uploading to dinkypage, gists won't work | a-e-m | |
2013-12-08 | Add specific tests for unicode len() | Brody Kenrick | |
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 | Taking out test accidentially left in, my user token | a-e-m | |
2013-12-08 | Changed upload code to use gists | a-e-m | |
2013-12-08 | Moved include_passed | a-e-m | |
2013-12-08 | Fixed variable name error | a-e-m | |
2013-12-08 | Fixed small error in Templates.get | a-e-m | |
2013-12-08 | #559 CMAKE_OSX_DEPLOYMENT_TARGET needs to be cached | Marius Kintel | |
2013-12-08 | Adding imports | a-e-m | |
2013-12-07 | Update design philosopy comments | a-e-m | |
2013-12-07 | Add html report upload to test_pretty_print.py, removed wiki support | a-e-m | |
2013-12-06 | #559 fixes for 10.9 | Marius Kintel | |
2013-11-30 | Merge branch 'master' into issue410x | Don Bright | |
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-25 | Split projection tests into cut vs. project | Marius Kintel | |
2013-11-24 | Added test for implicit union of render() children | Marius Kintel | |
2013-11-24 | Added test for polygon with hole | Marius Kintel | |
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 | Update 'for' test cases to match the new range expression handling. | Torsten Paul | |
2013-11-11 | Fix output of range expressions. | Torsten Paul | |
2013-11-11 | Update 'children' test case using range [4 : -1 : 0] which is now valid. | Torsten Paul | |
2013-11-11 | Add test cases for new range expression handling. | Torsten Paul | |