Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-02 | Integrate feature registry with modules. | Torsten Paul | |
In case a module is attached to a disabled feature, the module lookup will give a warning message and ignore that (builtin) module. | |||
2013-08-18 | Enable module stack introspection from within an SCAD script | Łukasz Stelmach | |
The _current_module and _parent_module variables have been replaced by a built-in function parent_module(n). It takes one numeric parameter n, and returns n-th element from the module stack. If no argument provided, n defaults to 1 and the function returns the name of the direct parent module. If n is equal 0 current module name is returned. | |||
2013-08-17 | Introduce '_current_module' and '_parent_module' variables | Łukasz Stelmach | |
Add two built-in variables that provide access to the names of the current and the previously instantiated modules. Having these variables simplifies generation of BOMs and assembly graphs (e.g. with GraphViz). [std::stack] | |||
2013-06-18 | Merge remote-tracking branch 'origin/issue181' into epec-kernel | Marius Kintel | |
Conflicts: src/MainWindow.h src/ModuleCache.cc src/mainwin.cc src/module.cc src/module.h src/parsersettings.cc testdata/modulecache-tests/cascade.sh testdata/modulecache-tests/cascade2.sh | |||
2013-06-13 | Fixed a bug where changing a file during a large automatic reload could ↵ | Marius Kintel | |
cause a crash | |||
2013-06-06 | Minor refactoring of include checks | Marius Kintel | |
2013-06-02 | Merge branch 'master' into issue181 | Marius Kintel | |
2013-06-01 | Dump the else part of if-else blocks if it has any content. Part of #384 | Marius Kintel | |
2013-05-28 | Minor refactoring, no longer automatically reloads if a dependency disappears | Marius Kintel | |
2013-05-25 | Search paths when looking for previously missing includes. Should provide ↵ | Marius Kintel | |
most of what's needed for #364 | |||
2013-05-20 | try to refactor the 'is_modified( includefile )' code | Don Bright | |
2013-05-13 | bugfix: Fixed recursion crash (#346) | 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 | 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-26 | Refactored assignments and assignments_var into one component | 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-09-02 | Block recursion on circular or recursive inclusions. Fixes #187 | Marius Kintel | |
2012-02-17 | Handle include dependencies | Marius Kintel | |
2012-02-15 | Initial implementation of ModuleCache and dependency tracking of used modules | Marius Kintel | |
2012-01-04 | Additional fixes after merging with master | Marius Kintel | |
2011-12-26 | Some light refactoring attempts, didn't get very far.. | Marius Kintel | |
2011-09-04 | Ported use for Qt's foreach to BOOST_FOREACH | Marius Kintel | |
2011-09-03 | Ported a bunch of stuff from Qt to STL | Marius Kintel | |
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-01-30 | header file reorg | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@365 b57f626f-c46c-0410-a088-ec61d464b74c |