Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
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-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-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-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-06-26 | Test case for #399 | Marius Kintel | |
2013-06-23 | Removed a bunch of less useful tests | Marius Kintel | |
2013-06-13 | Related to #399, reverted assignment evaluation order to be the same as in ↵ | Marius Kintel | |
2013.01 as the new implementation broke existing scripts. Added some experimental commented out code, which can be used as reference in the future | |||
2013-06-13 | Added scope and reassignment tests | Marius Kintel | |
2013-06-13 | Added scope and reassignment tests | Marius Kintel | |
2013-06-13 | Added scope and reassignment tests | Marius Kintel | |
2013-05-09 | Added testcase for #322 | Marius Kintel | |
2013-05-08 | Added failing test for the #217 regression | Marius Kintel | |
2013-04-27 | Fixes remaining dxfdim() issue from #217 | Marius Kintel | |
2013-04-26 | Further refactoring of scope/context mechanisms. Mostly related to the new ↵ | Marius Kintel | |
FileContext class. Not quite there yet, but almost | |||
2013-04-05 | I think this should fix issue #217 | Marius Kintel | |
2013-03-12 | Handle files with non-ascii filenames. Only rudimentary tested. Fixes #113 #290 | Marius Kintel | |
2013-03-11 | Added test case for value reassignment issue. #289 | Marius Kintel | |
2012-10-10 | Detect recursive execution of functions to avoid a stack overflow crash. ↵ | Marius Kintel | |
Fixes #200 | |||
2012-07-27 | add test for proper rounding of decimals in echo() | don bright | |
2012-06-04 | Merge branch 'master' into value | Marius Kintel | |
2012-06-04 | Added test cases for issue #123 | Marius Kintel | |
2012-03-31 | Updated matrix and vector multiplication tests | Marius Kintel | |
2012-02-15 | Added search function | Andrew Plumb | |
Search for characters, strings and integers in a lookup table and return the index (or indices) for matches. | |||
2012-02-15 | Added vector math support. | Andrew Plumb | |
Added vector dot-product, matrix*vec, vec*matrix and matrix*matrix support. | |||
2012-02-02 | Use teardrop instead of roundedBox - renders better (#78) | Marius Kintel | |
2012-02-02 | Test cases for #78 | Marius Kintel | |
2012-01-14 | Added absolute path tests to include and use tests, fixed bug using absolute ↵ | Marius Kintel | |
paths in use and include | |||
2011-12-26 | Added test case for nan occuring in exported STL files | Marius Kintel | |
2011-11-24 | Another try for Windows test compatibility; no backslashes in filenames | Marius Kintel | |
2011-11-23 | Modified escape-test to avoid issues with Windows drive letters | Marius Kintel | |
2011-11-13 | string indexing tests | Brad Pitcher | |
2011-11-12 | Reorganized some tests | Marius Kintel | |
2011-11-09 | Only quote strings when using the stream operator. Fixes #35 | Marius Kintel | |
2011-11-07 | Added escape-test | Marius Kintel | |
2011-11-05 | Added builtin-tests | Marius Kintel | |
2011-11-05 | Added support for parsing numbers in scientific notation, e.g. to allow ↵ | Marius Kintel | |
roundtripping of written csg files as well as parsing of externally generated scad files |