Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-11 | Add support for handling negative step values in ranges (fixes #500). | Torsten Paul | |
2013-09-13 | reorder parser predicat to better understanding | Vicnet | |
2013-09-13 | Indent parser file for better clarity | Vicnet | |
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 | Fixed a bug where changing a file during a large automatic reload could ↵ | Marius Kintel | |
cause a crash | |||
2013-05-04 | Temporarily deactivate new feature: variable declarations in child block | Marius Kintel | |
2013-05-04 | Backported to bison 2.4 | 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 | Refactoring: Split out FileModule from Module, Added LocalScope renamed some ↵ | Marius Kintel | |
confusing 'evaluate' methods to 'instantiate', added FileContext (not yet used) | |||
2013-04-26 | Refactored assignments and assignments_var into one component | Marius Kintel | |
2013-04-26 | Gave up on tabs. The only change is indentation | Marius Kintel | |
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 | |||
2013-04-05 | I think this should fix issue #217 | Marius Kintel | |
2013-03-11 | Changed redeclaration of assignment so that the last declaration defines the ↵ | Marius Kintel | |
order. This hopefully fixes the confusing error message discussed on the mailing list nov 27-30 (Variable bug) | |||
2012-10-07 | Fixed weakness in parser causing modifier characters not to work in front of ↵ | Marius Kintel | |
'if' statements. Fixes #197 | |||
2012-10-06 | bugfix: parser errors wasn't treated correctly, causing cmd-line tools to ↵ | Marius Kintel | |
return without an error code, as well as error highlighting in the editor being broken | |||
2012-03-31 | Merge branch 'master' into value | Marius Kintel | |
2012-03-29 | Remove superfluous debug output. Fixes #103 | Marius Kintel | |
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-15 | Comment out some debug info to let tests pass | Marius Kintel | |
2012-02-15 | Initial implementation of ModuleCache and dependency tracking of used modules | Marius Kintel | |
2012-01-25 | Ported printutils away from Qt | Marius Kintel | |
2012-01-14 | add boosty.h for compatability with boost <1.44 | donb | |
2012-01-04 | Merge branch 'master' into boost_filesystem | Marius Kintel | |
Conflicts: boost.pri src/lexer.l tests/CMakeLists.txt | |||
2012-01-03 | Small clarification of Don's Windows parser crash fix | Marius Kintel | |
2012-01-02 | fix crash bug rpt by nop head - 'use <x.scad>' when x.scad doesnt exist | Don Bright | |
2011-12-26 | Merge branch 'master' into boost_filesystem | Marius Kintel | |
Conflicts: openscad.pro src/module.h | |||
2011-12-26 | Some light refactoring attempts, didn't get very far.. | Marius Kintel | |
2011-12-24 | Ported currentdir handling from Qt to boost filesystem | Marius Kintel | |
2011-12-24 | Ported parser code from QFile to boost filesystem | Marius Kintel | |
2011-10-31 | de-Qt'ified printutils | Marius Kintel | |
2011-09-10 | Don't leave files open on parse errors | Marius Kintel | |
2011-09-03 | refactor fix: use hex timestamps | 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-24 | compile fixes for parser and lexer under MSVC | meta | |
2011-01-21 | Copyright updates | Marius Kintel | |
2010-11-07 | Refactored some QString usage in the backend to std::string | Marius Kintel | |
2010-03-19 | Added expected conflict to parser to kill compiler warning | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@485 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-03-11 | Clifford Wolf: | clifford | |
Fixed binding of ? : operator git-svn-id: http://svn.clifford.at/openscad/trunk@483 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-02-28 | Clifford Wolf: | clifford | |
Some fixes regarding 'use <filename>' git-svn-id: http://svn.clifford.at/openscad/trunk@460 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-02-28 | Clifford Wolf: | clifford | |
Implemented 'use' statement git-svn-id: http://svn.clifford.at/openscad/trunk@459 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-02-27 | Clifford Wolf: | clifford | |
Added include<...> statement Prepared use<...> statement git-svn-id: http://svn.clifford.at/openscad/trunk@457 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-02-12 | Support for if-else statements | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@436 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-02-01 | bugfix: In MDI mode, the parser must know which file it compiles, not just ↵ | kintel | |
the contents, for inluded files to be found. Made the parser Qt-dependant - oh well... git-svn-id: http://svn.clifford.at/openscad/trunk@395 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-01-30 | minor build fix | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@368 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 |