Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-11 | Fix output of range expressions. | Torsten Paul | |
2013-11-11 | Add support for handling negative step values in ranges (fixes #500). | Torsten Paul | |
2013-10-07 | use explicit Value::RangeType for clarity | Vicnet | |
2013-06-26 | Short circuit boolean logic - fixes #411 | Marius Kintel | |
2013-06-06 | Increase recursion limit to 1000 | Marius Kintel | |
2013-06-01 | Some expressions didn't support toString, which caused an assertion failure. ↵ | Marius Kintel | |
Part of #384 | |||
2013-05-14 | Forgot to initialize recursioncount in all constructors | Marius Kintel | |
2013-05-13 | bugfix: Fixed recursion crash (#346) | Marius Kintel | |
2013-04-27 | Fixes remaining dxfdim() issue from #217 | Marius Kintel | |
2013-04-26 | Modified parse to allow overloading of variables in local blocks. Also did ↵ | Marius Kintel | |
some minor cleanups while at it. Test cases missing | |||
2013-04-26 | Experiment: Lazy evaluation of argument lists in evaluation context. Allows ↵ | Marius Kintel | |
e.g. for loop variables to be dependent on each other | |||
2013-04-18 | Cleaned up argument list handling, related to #116 | Marius Kintel | |
2013-04-09 | Refactored context handling into using separate Module contexts and Eval ↵ | Marius Kintel | |
contexts. This allows for recursive module calls, and cascading children. I believe this fixes issue #116 | |||
2012-03-27 | Rewrote the Value class to be based on boost::variant - this should reduce ↵ | Marius Kintel | |
memory footprint and improve performance | |||
2012-02-13 | Cleaned up unsigned int compiler warnings | Andrew Plumb | |
2011-12-04 | Killed some warnings | Marius Kintel | |
2011-11-13 | string indexing | Brad Pitcher | |
2011-10-23 | Evaluate expressions for the ternary operator the same way as for if-else, ↵ | Marius Kintel | |
i.e. cast any value to bool | |||
2011-09-03 | killed warnings | Marius Kintel | |
2011-09-03 | Ported a bunch of stuff from Qt to STL | Marius Kintel | |
2011-04-12 | Ported recent changes to master into the visitor branch | Marius Kintel | |
2011-01-21 | Copyright updates | Marius Kintel | |
2010-11-07 | Value::QVector -> std::vector | Marius Kintel | |
2010-11-07 | Refactored some QString usage in the backend to std::string | Marius Kintel | |
2010-02-10 | Fixed crash when using negative array indices | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@433 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-02-01 | Clifford Wolf: | clifford | |
Added CGAL exception to all copyright notes, as it is suggested on: http://www.cgal.org/license.html http://www.fsf.org/licensing/licenses/index_html git-svn-id: http://svn.clifford.at/openscad/trunk@405 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-01-30 | header file reorg | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@365 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-01-30 | reorganized file structure layout. more to follow... | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@364 b57f626f-c46c-0410-a088-ec61d464b74c |