summaryrefslogtreecommitdiff
path: root/testdata/scad/misc
AgeCommit message (Collapse)Author
2014-01-16Added test for empty geometryMarius Kintel
2014-01-14Testcase and fix for a problem transforming an empty bbox with very small ↵Marius Kintel
numbers in a transformation matrix
2013-12-06Add specific tests for unicode len()Brody Kenrick
2013-12-05Unicode support for stringsBrody 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-11Update 'children' test case using range [4 : -1 : 0] which is now valid.Torsten Paul
2013-11-11Add test cases for new range expression handling.Torsten Paul
2013-10-13Merge branch 'children' of git://github.com/vicnet/openscad into vicnet-childrenMarius Kintel
Conflicts: tests/CMakeLists.txt
2013-10-09Added test case for parent_module()Marius Kintel
2013-10-08add children testsVicnet
2013-08-21Fixes 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-26Test case for #399Marius Kintel
2013-06-23Removed a bunch of less useful testsMarius Kintel
2013-06-13Related 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-13Added scope and reassignment testsMarius Kintel
2013-06-13Added scope and reassignment testsMarius Kintel
2013-06-13Added scope and reassignment testsMarius Kintel
2013-05-09Added testcase for #322Marius Kintel
2013-05-08Added failing test for the #217 regressionMarius Kintel
2013-04-27Fixes remaining dxfdim() issue from #217Marius Kintel
2013-04-26Further refactoring of scope/context mechanisms. Mostly related to the new ↵Marius Kintel
FileContext class. Not quite there yet, but almost
2013-04-05I think this should fix issue #217Marius Kintel
2013-03-12Handle files with non-ascii filenames. Only rudimentary tested. Fixes #113 #290Marius Kintel
2013-03-11Added test case for value reassignment issue. #289Marius Kintel
2012-10-10Detect recursive execution of functions to avoid a stack overflow crash. ↵Marius Kintel
Fixes #200
2012-07-27add test for proper rounding of decimals in echo()don bright
2012-06-04Merge branch 'master' into valueMarius Kintel
2012-06-04Added test cases for issue #123Marius Kintel
2012-03-31Updated matrix and vector multiplication testsMarius Kintel
2012-02-15Added search functionAndrew Plumb
Search for characters, strings and integers in a lookup table and return the index (or indices) for matches.
2012-02-15Added vector math support.Andrew Plumb
Added vector dot-product, matrix*vec, vec*matrix and matrix*matrix support.
2012-02-02Use teardrop instead of roundedBox - renders better (#78)Marius Kintel
2012-02-02Test cases for #78Marius Kintel
2012-01-14Added absolute path tests to include and use tests, fixed bug using absolute ↵Marius Kintel
paths in use and include
2011-12-26Added test case for nan occuring in exported STL filesMarius Kintel
2011-11-24Another try for Windows test compatibility; no backslashes in filenamesMarius Kintel
2011-11-23Modified escape-test to avoid issues with Windows drive lettersMarius Kintel
2011-11-13string indexing testsBrad Pitcher
2011-11-12Reorganized some testsMarius Kintel
2011-11-09Only quote strings when using the stream operator. Fixes #35Marius Kintel
2011-11-07Added escape-testMarius Kintel
2011-11-05Added builtin-testsMarius Kintel
2011-11-05Added 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
contact: Jan Huwald // Impressum