openfoam/applications/utilities/mesh/generation
Mark Olesen 86ef9e86dc ENH: make treatment of stream allocators more uniform (issue #532)
- use allocator class to wrap the stream pointers instead of passing
  them into ISstream, OSstream and using a dynamic cast to delete
  then. This is especially important if we will have a bidirectional
  stream (can't delete twice!).

STYLE:

- file stream constructors with std::string (C++11)

- for rewind, explicit about in|out direction. This is not currently
  important, but avoids surprises with any future bidirectional access.

- combined string streams in StringStream.H header.
  Similar to <sstream> include that has both input and output string
  streams.
2017-07-17 15:14:38 +02:00
..
blockMesh ENH: relocate triSurface classes into surfMesh library (issue #294) 2017-05-18 10:42:05 +02:00
extrude ENH: upgrade from NamedEnum to Enum (issue #515) 2017-07-03 21:43:33 +02:00
extrude2DMesh ENH: upgrade from NamedEnum to Enum (issue #515) 2017-07-03 21:43:33 +02:00
foamyMesh ENH: make treatment of stream allocators more uniform (issue #532) 2017-07-17 15:14:38 +02:00
snappyHexMesh STYLE: hash constructors with power-of-two 2017-07-05 10:46:50 +02:00
Allwmake CONFIG: remove foundation use of FOAMY_HEX_MESH control. 2016-09-29 12:36:27 +02:00