openfoam/applications/utilities/miscellaneous
Mark Olesen 12c91b9472 STYLE: check autoPtr as plain bool instead of valid()
- cleaner code, more similarity with unique_ptr

  Now
      if (ptr)
      if (!ptr)

  instead
      if (ptr.valid())
      if (!ptr.valid())
2020-07-16 11:39:24 +02:00
..
foamDictionary ENH: support predicate checks for argList (similar to dictionary methods) 2020-06-02 13:51:18 +02:00
foamFormatConvert STYLE: check autoPtr as plain bool instead of valid() 2020-07-16 11:39:24 +02:00
foamHasLibrary ENH: dlLibraryTable InfoProxy output (#1735) 2020-06-22 10:22:45 +02:00
foamHelp STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
foamListRegions ENH: no implicit loading of controlDict libs for foamListRegions (#1713) 2020-05-23 15:53:17 +02:00
foamListTimes BUG: foamListTimes does not remove collated directories (fixes #1588) 2020-02-14 17:44:49 +01:00
foamRestoreFields BUG: foamListTimes does not remove collated directories (fixes #1588) 2020-02-14 17:44:49 +01:00
OSspecific STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
patchSummary GIT: Header file updates 2019-10-31 14:48:44 +00:00