Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-25 | Ported printutils away from Qt | Marius Kintel | |
2012-01-24 | Fixed nasty bug reported by Pasca Andrei - if the underlying cache in Tree ↵ | Marius Kintel | |
gets resized during the execution of this method, the reference ceases to be valid and causes arbitrary nastyness | |||
2012-01-09 | Started on cache size management: Let cache sizes be read from Preferences, ↵ | Marius Kintel | |
measure cache sizes in bytes | |||
2011-12-26 | Minor doc clarification | Marius Kintel | |
2011-09-30 | Cleaned up some unnecessary includes | 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 | |||
2011-09-09 | Make PolySet cache global | Marius Kintel | |
2011-09-09 | Initial attempt of cleaning up polyset handling. PolySet no longer keeps a ↵ | Marius Kintel | |
refcount, basic cache mechanism is in place, instantiating polysets are controlled through PolySetEvaluator | |||
2011-07-30 | Merge branch 'master' into visitor | Marius Kintel | |
Conflicts: src/GLView.h src/glview.cc src/mainwin.cc src/render-opencsg.cc |