Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-10 | Fixed a bug failing to detect changes in underlying libraries. Should ↵ | Marius Kintel | |
improve some of the issues reported in #181 | |||
2014-02-09 | Cleaned up some module cache misbehaviors. Fixes #535 | Marius Kintel | |
2013-10-09 | bugfix related to #460: removed duplicate initializeModule() | Marius Kintel | |
2013-10-04 | Merge branch 'bom-tree-std-stack' of git://github.com/steelman/openscad into ↵ | Marius Kintel | |
steelman-bom-tree-std-stack Conflicts: src/module.cc | |||
2013-08-21 | Fixes two problems related to : lookup was dynamic rather than lexical, ↵ | Marius Kintel | |
assignment was done after all local variables causing it not to be copyable | |||
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-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-06 | Increase recursion limit to 1000 | Marius Kintel | |
2013-06-06 | Don't auto-reload missing files, reduce warning output from periodically ↵ | Marius Kintel | |
called functions | |||
2013-06-01 | Dump the else part of if-else blocks if it has any content. Part of #384 | Marius Kintel | |
2013-05-27 | Support locating previously missing modules. yet another part of #364 | Marius Kintel | |
2013-05-26 | Fixed remaining issue. We now correctly detect removal of files as changes. ↵ | Marius Kintel | |
Removed temporary debug output. Fixes #364 | |||
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-19 | first refactoring towards fixing issue364 | Don Bright | |
2013-05-13 | bugfix: Fixed recursion crash (#346) | Marius Kintel | |
2013-05-09 | Forgot to actually add most files in previous commit (#217) | 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-26 | Experiment: Lazy evaluation of argument lists in evaluation context. Allows ↵ | Marius Kintel | |
e.g. for loop variables to be dependent on each other | |||
2013-04-18 | Cleaned up argument list handling, related to #116 | Marius Kintel | |
2013-04-09 | Disable context debug output | 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-03-28 | Less debug output | Marius Kintel | |
2012-02-17 | Handle include dependencies | Marius Kintel | |
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 | |
2011-12-26 | Some light refactoring attempts, didn't get very far.. | Marius Kintel | |
2011-11-06 | Slight refactoring of builtin function and module handling | Marius Kintel | |
2011-09-04 | bugfix: context mixup after last foreach fix | Marius Kintel | |
2011-09-04 | Ported use for Qt's foreach to BOOST_FOREACH | Marius Kintel | |
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-09-02 | Refactoring: Moved color functionality into separate module and node | Marius Kintel | |
2011-08-04 | De-Qt-ified AbstractNode | Marius Kintel | |
2011-04-12 | Ported recent changes to master into the visitor branch | Marius Kintel | |
2011-01-21 | Copyright updates | Marius Kintel | |
2010-11-07 | Refactored some QString usage in the backend to std::string | 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-20 | Clifford Wolf: | clifford | |
Added cgaladv.cc with advanced transformations via CGAL (as of now only 3d minkowksi sum is implemented but more is planned) git-svn-id: http://svn.clifford.at/openscad/trunk@446 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 |