PrusaSlicer-NonPlainar/src/admesh
bubnikv cd95b52dcd Undo / Redo memory conservation strategy: Release recoverable data
starting from the objects of lowest ObjectID.
(convex hulls are recoverable as well as the indexed triangle sets
inside the TriangleMeshes or the triangle connectivity information).

Now the top most snapshot (the temp one taken before Undo jump) will
never be released.
2019-07-18 11:51:06 +02:00
..
CMakeLists.txt Build fix when boost is not in prefix/boost 2019-06-13 14:19:24 +02:00
connect.cpp Undo / Redo memory conservation strategy: Release recoverable data 2019-07-18 11:51:06 +02:00
normals.cpp Fix of admesh import due to boost::pool::destroy taking O(n). 2019-06-14 11:07:07 +02:00
shared.cpp Fix of a typo. 2019-06-10 22:43:42 +02:00
stl_io.cpp admesh refactoring: Using boost::object_pool for linked list memory 2019-06-11 09:29:32 +02:00
stl.h WIP: Undo / Redo memory limiting by releasing the least recently 2019-07-17 15:48:53 +02:00
stlinit.cpp Further C++isation of the admesh library & TriangleMesh 2019-06-13 16:33:50 +02:00
util.cpp Further C++isation of the admesh library & TriangleMesh 2019-06-13 16:33:50 +02:00