openfoam/applications/utilities/postProcessing/graphics/PVReaders/foamReader
Mark Olesen 7c1190f0b1 ENH: rationalize some string methods.
- silently deprecate 'startsWith', 'endsWith' methods
  (added in 2016: 2b14360662), in favour of
  'starts_with', 'ends_with' methods, corresponding to C++20 and
  allowing us to cull then in a few years.

- handle single character versions of starts_with, ends_with.

- add single character version of removeEnd and silently deprecate
  removeTrailing which did the same thing.

- drop the const versions of removeRepeated, removeTrailing.
  Unused and with potential confusion.

STYLE: use shrink_to_fit(), erase()
2019-11-11 18:50:00 +01:00
..
library ENH: rationalize some string methods. 2019-11-11 18:50:00 +01:00
plugin COMP: restructure paraview reader files, add paraview-5.7 guards 2019-11-05 09:14:37 +01:00
CMakeLists-OpenFOAM.txt COMP: restructure paraview reader files, add paraview-5.7 guards 2019-11-05 09:14:37 +01:00
CMakeLists-Project57.txt COMP: restructure paraview reader files, add paraview-5.7 guards 2019-11-05 09:14:37 +01:00
CMakeLists-Project.txt COMP: adjust common paraview library name to vtkPVFoamCommon 2019-11-11 11:21:45 +01:00
CMakeLists.txt COMP: adjust common paraview library name to vtkPVFoamCommon 2019-11-11 11:21:45 +01:00