Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-05 | 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-05 | 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-05 | 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-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 | |
2013-11-08 | Get rid of leading zeros in date tags, causing them to be interpreted as ↵ | Marius Kintel | |
octal in C++ | |||
2013-10-21 | Extend circle tests to cover the new diameter parameter. | Torsten Paul | |
2013-10-21 | Add cylinder tests to cover the new diameter parameters. | Torsten Paul | |
2013-10-21 | Extend sphere tests to cover the new diameter parameter. | Torsten Paul | |
2013-10-19 | Ignore malformed polygons | Marius Kintel | |
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 | Mac needs to know if we're a GUI app in order to find bundled libraries, Use ↵ | Marius Kintel | |
Qt to find application path if available | |||
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-10-07 | Added echo as test type | 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 | |
2013-09-21 | make echotest work on BSD, by adding .echo as recognized extension | Don Bright | |
2013-09-21 | moving towards making tests work on bsd again | Don Bright | |
2013-09-20 | restore missing digits. make --info work better. fix parser / path bug | Don Bright | |
2013-09-20 | allow openscad binary to be compiled with or without QT. use non-QT for tests. | Don Bright | |
2013-09-15 | fix camdist test, issue #430 | don bright | |
2013-09-13 | Merge pull request #476 from openscad/testfixes | Marius Kintel | |
Testfixes | |||
2013-09-13 | cleanup, remove unused files and code, etc | Don Bright | |
2013-09-13 | little tweaks, cleanups, tab fixing, eliminating comments | Don Bright | |
2013-09-13 | fix bug in 2d resize code | Don Bright | |
2013-09-12 | remove extraneous files, add rands working test | Don Bright | |
2013-09-12 | cmdline throwntogether, integrate w chrysn tests, update resize tests | Don Bright | |
2013-09-12 | fix issue #430 | Don Bright | |
2013-09-06 | Mac Build update build to 2013-09 versions | David M. Palmer | |
README.md reflect change in setenv_mac*.sh files macosx-build-dependencies.sh qt4 version updated to 4.8.5 and is now at a different host which uses 302 redirection FindBoost.cmake Added paths for MacPorts (/opt/local) and Brew (/usr/local) to previous Fink (/sw/local) | |||
2013-08-21 | Fixes two problems related to : lookup was dynamic rather than lexical, ↵ | Marius Kintel | |
assignment was done after all local variables causing it not to be copyable | |||
2013-08-17 | Support out-of-source use of testsuite. Fixes #456 | Marius Kintel | |
2013-08-15 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel | |
2013-08-08 | commit bugfix per report from chrysn to mailing list 8/8/13 | Don Bright | |
2013-07-02 | Ported use of check_output to Python-2.6 | Marius Kintel | |