summaryrefslogtreecommitdiff
path: root/src/expr.cc
AgeCommit message (Collapse)Author
2013-11-11Fix output of range expressions.Torsten Paul
2013-11-11Add support for handling negative step values in ranges (fixes #500).Torsten Paul
2013-10-07use explicit Value::RangeType for clarityVicnet
2013-06-26Short circuit boolean logic - fixes #411Marius Kintel
2013-06-06Increase recursion limit to 1000Marius Kintel
2013-06-01Some expressions didn't support toString, which caused an assertion failure. ↵Marius Kintel
Part of #384
2013-05-14Forgot to initialize recursioncount in all constructorsMarius Kintel
2013-05-13bugfix: Fixed recursion crash (#346)Marius Kintel
2013-04-27Fixes remaining dxfdim() issue from #217Marius Kintel
2013-04-26Modified parse to allow overloading of variables in local blocks. Also did ↵Marius Kintel
some minor cleanups while at it. Test cases missing
2013-04-26Experiment: Lazy evaluation of argument lists in evaluation context. Allows ↵Marius Kintel
e.g. for loop variables to be dependent on each other
2013-04-18Cleaned up argument list handling, related to #116Marius Kintel
2013-04-09Refactored 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-27Rewrote the Value class to be based on boost::variant - this should reduce ↵Marius Kintel
memory footprint and improve performance
2012-02-13Cleaned up unsigned int compiler warningsAndrew Plumb
2011-12-04Killed some warningsMarius Kintel
2011-11-13string indexingBrad Pitcher
2011-10-23Evaluate expressions for the ternary operator the same way as for if-else, ↵Marius Kintel
i.e. cast any value to bool
2011-09-03killed warningsMarius Kintel
2011-09-03Ported a bunch of stuff from Qt to STLMarius Kintel
2011-04-12Ported recent changes to master into the visitor branchMarius Kintel
2011-01-21Copyright updatesMarius Kintel
2010-11-07Value::QVector -> std::vectorMarius Kintel
2010-11-07Refactored some QString usage in the backend to std::stringMarius Kintel
2010-02-10Fixed crash when using negative array indiceskintel
git-svn-id: http://svn.clifford.at/openscad/trunk@433 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-01Clifford 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-30header file reorgkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@365 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-30reorganized file structure layout. more to follow...kintel
git-svn-id: http://svn.clifford.at/openscad/trunk@364 b57f626f-c46c-0410-a088-ec61d464b74c
contact: Jan Huwald // Impressum