Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-02 | use is implemented, added note about include limitation | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@576 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-11-02 | use is implemented, added note about include limitation | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@576 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-11-01 | Yet another diagram attempt | Marius Kintel | |
2010-11-01 | cosmetics | Marius Kintel | |
2010-11-01 | Elusive CSG bug finally squashed | Marius Kintel | |
2010-10-31 | Removed old code made redundant by tests | Marius Kintel | |
2010-10-31 | fixed minor merge mistake | Marius Kintel | |
2010-10-31 | coding style | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@575 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-10-31 | coding style | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@575 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-10-31 | Added a rands() function that returns a vector of random numbers. | kintel | |
the function takes either 3 arguments or 4 rands(min,max,num) or rands(min,max,num,seed) git-svn-id: http://svn.clifford.at/openscad/trunk@574 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-10-31 | Added a rands() function that returns a vector of random numbers. | kintel | |
the function takes either 3 arguments or 4 rands(min,max,num) or rands(min,max,num,seed) git-svn-id: http://svn.clifford.at/openscad/trunk@574 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-10-31 | Reverted accidental commits | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@573 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-10-31 | Reverted accidental commits | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@573 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-10-31 | FIXME's added to AbstractNode | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@572 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-10-31 | FIXME's added to AbstractNode | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@572 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-10-31 | Committed current version of visitor refactoring | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@571 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-10-31 | Committed current version of visitor refactoring | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@571 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-10-31 | How to run tests | Marius Kintel | |
2010-10-31 | bugfix: Matrix initialization state was wrong, made CSGTermRenderer fail | Marius Kintel | |
2010-10-31 | Added cgaltest | Marius Kintel | |
2010-10-31 | Make it possible to run the tests without and -expected file | Marius Kintel | |
2010-10-31 | Added CSGTermRenderer | Marius Kintel | |
2010-10-31 | Improved CSGTermRenderer to a testable point | Marius Kintel | |
2010-10-31 | Reenabled CGAL rendering | Marius Kintel | |
2010-10-31 | bugfix: copy&paste error | Marius Kintel | |
2010-10-31 | Moved more tests from test-code to tests | Marius Kintel | |
2010-10-31 | Added more tests | Marius Kintel | |
2010-10-31 | tag the output dir to avoid collision with executable name | Marius Kintel | |
2010-10-31 | moved dumptest to tests dir to enable building from cmake | Marius Kintel | |
2010-10-31 | dxftess-*.cc are included from dxftess.cc and shouldn't be built | Marius Kintel | |
2010-10-31 | intersection_for now dumps correctly | Marius Kintel | |
2010-10-31 | CSGTermRenderer refactor: minor update | Marius Kintel | |
2010-10-31 | Added AbstractNode::name(), changed CSGTextRenderer to use this instead of ↵ | Marius Kintel | |
the rtti name | |||
2010-10-31 | CSGTermRenderer refactoring: Added matrix to traversal state | Marius Kintel | |
2010-10-31 | cosmetics | Marius Kintel | |
2010-10-31 | Test should fail if cmd is not found | Marius Kintel | |
2010-10-31 | Started refactoring of render_csg_term() into a visitor | Marius Kintel | |
2010-10-31 | Better error output when cmd is not found | Marius Kintel | |
2010-10-31 | Moved regression tests to tests directory | Marius Kintel | |
2010-10-31 | Added support for specifying parameters to programs being tested | Marius Kintel | |
2010-10-31 | assert fix (forgot to set root node on the tree) + mix. coding style fixes + ↵ | Marius Kintel | |
a note to remember that this is the visitor refactor version | |||
2010-10-31 | Compile fixes after working in test-code/ | Marius Kintel | |
2010-10-31 | Mac OS X 32-bit build has been fixed | Marius Kintel | |
2010-10-31 | Added DXF export test | Marius Kintel | |
2010-10-31 | Ignore tests without -expected files, refactored into function | Marius Kintel | |
2010-10-31 | Support specifying output suffix | Marius Kintel | |
2010-10-31 | Export DXF to stream | Marius Kintel | |
2010-10-31 | Regression test howto | Marius Kintel | |
2010-10-31 | output to stdout | Marius Kintel | |
2010-10-31 | export to stream for stdout/stderr output support | Marius Kintel | |