openfoam/applications/utilities
Mark Olesen d2961eec09 STYLE: avoid deprecation warnings for autoPtr set() method
- set() was silently deprecated in favour of reset() FEB-2018
  since the original additional check for overwriting an existing
  pointer was never used. The reset(...) name is more consistent
  with unique_ptr, tmp etc.

  Now emit deprecations for set().

- use direct test for autoPtr, tmp instead of valid() method.
  More consistent with unique_ptr etc.

STYLE: eliminate redundant ptr() use on cloned quantities
2022-01-24 12:26:38 +01:00
..
doc GIT: Header file updates 2019-10-31 14:48:44 +00:00
finiteArea ENH: additional decompose options 2021-11-09 15:44:54 +01:00
mesh COMP: isolate include for coordSet writer 2022-01-21 09:19:50 +01:00
miscellaneous ENH: add -verbose support into argList 2021-11-09 15:44:54 +01:00
parallelProcessing STYLE: avoid deprecation warnings for autoPtr set() method 2022-01-24 12:26:38 +01:00
postProcessing STYLE: avoid deprecation warnings for autoPtr set() method 2022-01-24 12:26:38 +01:00
preProcessing RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
surface RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
thermophysical ENH: improve consistency of fileName handling windows/non-windows (#2057) 2021-04-19 16:33:42 +00:00