Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Removed obsolete tests | 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 | Renamed test belonging to #578, not #541 | Marius Kintel | |
2013-12-30 | Removed obsolete tests | Marius Kintel | |
2013-12-30 | Added testcase for #584 | Marius Kintel | |
2013-12-30 | Removed obsolete tests | Marius Kintel | |
2013-12-30 | Added testcase for #578 | Marius Kintel | |
2013-12-30 | Removed obsolete tests | 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-28 | Added mixed 2D and 3D object for difference tests | Marius Kintel | |
2013-12-28 | Added 2D difference tests | Marius Kintel | |
2013-12-28 | Updated tests | Marius Kintel | |
2013-12-26 | Updated tests | Marius Kintel | |
2013-12-26 | Updated tests | Marius Kintel | |
2013-12-26 | Add concat() builtin (fixes #201). | Torsten Paul | |
This allows to concatenate multiple vectors and single elements into a single result vector. | |||
2013-12-16 | Added mesh test | Marius Kintel | |
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 | Added testcase for concave polygons in polyhedrons | Marius Kintel | |
2013-12-15 | add tests for non-planar bug. add docs to .cc code | Don Bright | |
2013-12-14 | bugfix: #562 didn't take into account that it's allowed with all X ↵ | Marius Kintel | |
coordinates being negative | |||
2013-12-06 | Add specific tests for unicode len() | Brody Kenrick | |
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-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-11 | Update 'for' test cases to match the new range expression handling. | 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-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-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-09-13 | little tweaks, cleanups, tab fixing, eliminating comments | Don Bright | |
2013-09-13 | fix bug in 2d resize code | Don Bright | |
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-14 | first step of dealing with issue #455 | Don Bright | |
2013-08-11 | fix #452 | Don Bright | |
2013-06-26 | Test case for #399 | Marius Kintel | |
2013-06-23 | Removed a bunch of less useful tests | Marius Kintel | |