openfoam/applications
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
..
solvers STYLE: use ""_deg user-literal for degrees to radians conversion 2017-07-04 15:36:46 +02:00
test ENH: make treatment of stream allocators more uniform (issue #532) 2017-07-17 15:14:38 +02:00
utilities ENH: make treatment of stream allocators more uniform (issue #532) 2017-07-17 15:14:38 +02:00
Allwmake ENH: reduce reliance on FOAM_EXT_LIBBIN during builds 2017-04-04 15:28:42 +02:00