openfoam/applications/utilities/mesh/advanced
Mark Olesen 48d654cf19 ENH: avoid memory leaks for HashPtrTable, PtrMap insertion (issue #749)
- disallow insert() of raw pointers, since a failed insertion
  (ie, entry already existed) results in an unmanaged pointer.

  Either insert using an autoPtr, or set() with raw pointers or autoPtr.

- IOobjectList::add() now takes an autoPtr instead of an object reference

- IOobjectList::remove() now returns an autoPtr instead of a raw pointer
2018-05-17 09:56:36 +01:00
..
collapseEdges ENH: make format of ExecutionTime = ... output configurable (issue #788) 2018-04-27 15:00:34 +02:00
combinePatchFaces STYLE: use direct iteration for HashSet 2018-03-06 00:29:03 +01:00
modifyMesh ENH: code reduction in PackedList, PackedBoolList (issue #751) 2018-03-13 08:32:40 +01:00
PDRMesh ENH: avoid memory leaks for HashPtrTable, PtrMap insertion (issue #749) 2018-05-17 09:56:36 +01:00
refineHexMesh ENH: cleanup autoPtr class (issue #639) 2018-02-26 12:00:00 +01:00
refinementLevel STYLE: more consistent use of dimensioned Zero 2018-03-16 10:24:03 +01:00
refineWallLayer ENH: consistency of HashSet setMany(), insertMany() with packed-list version 2018-03-14 21:08:29 +01:00
removeFaces ENH: cleanup autoPtr class (issue #639) 2018-02-26 12:00:00 +01:00
selectCells ENH: cleanup autoPtr class (issue #639) 2018-02-26 12:00:00 +01:00
snappyRefineMesh STYLE: Correcting typos 2018-03-28 17:14:16 +01:00
splitCells ENH: consistency of HashSet setMany(), insertMany() with packed-list version 2018-03-14 21:08:29 +01:00