openfoam/applications/utilities/postProcessing
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
..
dataConversion Merge commit 'e9219558d7' into develop-v1906 2019-12-05 11:47:19 +00:00
graphics/PVReaders ENH: rationalize some string methods. 2019-11-11 18:50:00 +01:00
lagrangian GIT: Header file updates 2019-10-31 14:48:44 +00:00
lumped GIT: Header file updates 2019-10-31 14:48:44 +00:00
miscellaneous GIT: Header file updates 2019-10-31 14:48:44 +00:00
noise ENH: test for WM_PROJECT_DIR being set/unset in scripts 2019-11-06 09:18:51 +01:00
optimisation/computeSensitivities GIT: Header file updates 2019-10-31 14:48:44 +00:00
postProcess ENH: postProcess - updated app to update on mesh change instead of full clear out 2019-11-12 15:38:52 +00:00