openfoam/applications/utilities
Mark Olesen e720f823d3 ENH: simplify SubStrings class/handling (remove template parameters)
- previous code used derived string iterators, but these would
  be largely ignored anyhow since the underlying std::sub_match
  str() method would just yields a std::string anyhow.

  The SubStrings::str(size_t) method wasn't used in any code, so now
  just use std::string iterators only.

  This change simplfies overall handling, since it removes an unneeded
  template dependency.
2025-03-31 16:00:07 +02:00
..
doc GIT: Header file updates 2019-10-31 14:48:44 +00:00
finiteArea ENH: separate registry and revised file locations for finite-area 2024-04-19 17:20:09 +02:00
mesh ENH: simplify SubStrings class/handling (remove template parameters) 2025-03-31 16:00:07 +02:00
miscellaneous DEFEATURE: remove POSIX regex interface (#3343) 2025-03-21 14:41:43 +01:00
parallelProcessing BUG: decomposePar: only write pointBoundaryMesh if needed 2024-12-16 12:14:02 +00:00
postProcessing STYLE: prefer listReduce() to using listCombineReduce() when possible 2025-03-06 16:54:31 +01:00
preProcessing COMP: avoid deprecated headers for CGAL-6.0 2025-03-24 16:27:02 +01:00
surface COMP: avoid deprecated headers for CGAL-6.0 2025-03-24 16:27:02 +01:00
thermophysical ENH: use DynamicList to SLList for ansysToFoam, kivaToFoam 2025-03-12 11:50:58 +01:00