Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-06 | Refactoring: Use shared_ptr instead of our own shared pointer implementation ↵ | Marius Kintel | |
for CSGTerm | |||
2011-09-11 | bugfix: Clear both caches before rebuilding | Marius Kintel | |
2011-09-11 | Implemented CGAL caching | Marius Kintel | |
2011-09-11 | Fixed bug introduced by the new PolySet cache; string filtering done in the ↵ | Marius Kintel | |
wrong place, refactored cache into separate class | |||
2011-09-11 | Reenabled PolySet caching. Pass shared_ptrs to polysets around to better ↵ | Marius Kintel | |
manage memory | |||
2010-11-06 | doc and cosmetics | Marius Kintel | |
2010-10-31 | Another refactoring session: | Marius Kintel | |
o mk_cache_id() obsoleted by removing the node index from the dump o node index output removed from each node and make optional in NodeDumper o The visitors are no longer global, but associated with a tree o Added Tree class to manage node trees and the (now implicit) dump cache o Moved PolySet cache into PolySetRenderer |