Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-20 | removed unused member variable | Marius Kintel | |
2013-03-10 | beginning of resize() command implementation. | don bright | |
2012-01-09 | Updated cache handling to keep the root node and issue a warning if it ↵ | Marius Kintel | |
didn't fit into the cache. Better debug output | |||
2011-11-09 | Ported QCache and related code away from Qt | Marius Kintel | |
2011-10-26 | Bugfix: Changed caching strategy to avoid the risk of sibling nodes being ↵ | Marius Kintel | |
evicted from the cache before the parent node has evaluated. | |||
2011-10-26 | Make some code more readable and better error reporting on a reporter assert ↵ | Marius Kintel | |
error | |||
2011-09-30 | Cleaned up some unnecessary includes | Marius Kintel | |
2011-09-11 | Implemented CGAL caching | 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-09-06 | Implemented 2D hull | Marius Kintel | |
2011-09-06 | minkowski sums should now work again | Marius Kintel | |
2011-09-01 | Removed old cruft | Marius Kintel | |
2011-09-01 | Refactoring of CGAL functionality to allow for forward-declaration of CGAL ↵ | Marius Kintel | |
classes in header files, reducing coupling and thus compilation times | |||
2011-08-12 | fix build errors on windows | don bright | |
2011-07-30 | Merge branch 'master' into visitor | Marius Kintel | |
Conflicts: src/GLView.h src/glview.cc src/mainwin.cc src/render-opencsg.cc |