Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-26 | Further refactoring of scope/context mechanisms. Mostly related to the new ↵ | Marius Kintel | |
FileContext class. Not quite there yet, but almost | |||
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-18 | Cleaned up argument list handling, related to #116 | Marius Kintel | |
2013-04-16 | Reinstate recursion guard to new context handling, fixes the last known ↵ | Marius Kintel | |
subissue of #116 and #328 | |||
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-03-07 | minor namespace fix | Marius Kintel | |
2012-10-10 | Detect recursive execution of functions to avoid a stack overflow crash. ↵ | Marius Kintel | |
Fixes #200 | |||
2011-09-03 | Some cleanup of the Context class | Marius Kintel | |
2011-09-03 | Ported a bunch of stuff from Qt to STL | Marius Kintel | |
2011-02-05 | Proof of concept implementation of builtin constants. | Giles Bathgate | |
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-23 | Multiple non-MDI assumptions were made, setting CWD and assuming it didn't ↵ | kintel | |
change. Fix required to pass more context to nodes (functions). It's not totally clean, but it's a start. Fixes bugs: opening multiple files simultaneously only loaded the first file, refreshing an scad file referencing an external file failed if another scad file was opened in the meantime. git-svn-id: http://svn.clifford.at/openscad/trunk@451 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 |