openfoam/applications
Mark Olesen 49151becf3 ENH: improve robustness of raw reading, file size checks
- use ignore instead of seekg/tellg to swallow input (robuster)

- check for bad gcount() values

- wrap Foam::fileSize() compressed/uncompressed handling into IFstream.

- improve handling of compressed files in masterUncollatedFileOperation.
  Previously read into a string via stream iterators.
  Now read chunk-wise into a List of char for fewer reallocations.
2023-08-30 15:40:26 +02:00
..
solvers ENH: add UPstream::msgType() setter method and UPstream::incrMsgType() 2023-08-18 15:08:42 +02:00
test ENH: improve robustness of raw reading, file size checks 2023-08-30 15:40:26 +02:00
tools ENH: support field width for #eval expressions 2021-03-29 16:00:11 +02:00
utilities STYLE: prefer emplace_back() to append() + last() 2023-08-29 11:24:16 +02:00
Allwmake COMP: increment lemon sources, fix stray comment char (wmkdepend) 2022-05-11 09:53:58 +02:00