Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
steelman-bom-tree-std-stack
Conflicts:
src/module.cc
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/openscad.cc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #482
|
|
|
|
|
|
worked fine in clang
|
|
|
|
|
|
|
|
Testfixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assignment was done after all local variables causing it not to be copyable
|
|
|
|
ivoknutsel-master
|
|
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.
|
|
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]
|
|
|