openfoam/applications
Mark Olesen effd69a005 ENH: add refPtr release() method
- releases ownership of the pointer. A no-op (and returns nullptr)
  for references.

  Naming consistent with unique_ptr and autoPtr.

DOC: adjust wording for memory-related classes

- add is_const() method for tmp, refPtr.

  Drop (ununsed and confusing looking) isTmp method from refPtr
  in favour of is_pointer() or movable() checks

ENH: noexcept for some pTraits methods, remove redundant 'inline'

- test for const first for tmp/refPtr (simpler logic)
2021-11-15 19:34:01 +01:00
..
solvers ENH: use singleton method for accessing runtime selection 2021-11-05 17:21:27 +01:00
test ENH: add refPtr release() method 2021-11-15 19:34:01 +01:00
tools ENH: support field width for #eval expressions 2021-03-29 16:00:11 +02:00
utilities ENH: additional dictionary controls, methods 2021-11-09 21:33:32 +01:00
Allwmake BUG: foamPackRelease detects wrong build information 2021-11-04 19:56:01 +01:00