Age | Commit message (Collapse) | Author |
|
|
|
Qt to find application path if available
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|