openfoam/applications/utilities/miscellaneous
Mark Olesen 779a2ca084 ENH: adjust fileName methods for similarity to std::filesystem::path
- stem(), replace_name(), replace_ext(), remove_ext() etc

- string::contains() method - similar to C++23 method

  Eg,
      if (keyword.contains('/')) ...
  vs
      if (keyword.find('/') != std::string::npos) ...
2022-10-11 17:58:22 +02:00
..
foamDictionary ENH: adjust fileName methods for similarity to std::filesystem::path 2022-10-11 17:58:22 +02:00
foamFormatConvert STYLE: set readOpt(..), writeOpt(..) by parameter, not by assignment 2022-07-19 11:17:47 +02:00
foamHasLibrary ENH: improved argList handling of libs, functionObjects 2022-09-22 16:08:52 +02:00
foamHelp ENH: thermoTools: new library for thermophysics tools 2022-06-21 09:29:13 +01:00
foamListRegions ENH: no implicit loading of controlDict libs for foamListRegions (#1713) 2020-05-23 15:53:17 +02:00
foamListTimes ENH: add -verbose support into argList 2021-11-09 15:44:54 +01:00
foamRestoreFields ENH: bundle broadcasts (#2371) 2022-04-29 11:44:28 +02:00
OSspecific ENH: improve demangled symbol names for safePrintStack 2022-07-21 11:29:49 +02:00
patchSummary GIT: Header file updates 2019-10-31 14:48:44 +00:00