openfoam/applications/utilities/mesh/conversion
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
..
ansysToFoam ENH: make treatment of stream allocators more uniform (issue #532) 2017-07-17 15:14:38 +02:00
ccm DEFEATURE: remove CCM combine boundary code 2017-05-31 12:34:07 +02:00
cfx4ToFoam BUG: polyMesh removeFiles side-effect for blockMesh viewer (issue #346) 2016-12-15 19:07:05 +01:00
datToFoam ENH: make treatment of stream allocators more uniform (issue #532) 2017-07-17 15:14:38 +02:00
fireToFoam STYLE: eliminate duplicate includes (issue #293) 2017-07-17 14:44:05 +02:00
fluent3DMeshToFoam STYLE: use the more succinct forms for argList (issue #307) 2016-11-20 13:06:57 +01:00
fluentMeshToFoam ENH: make treatment of stream allocators more uniform (issue #532) 2017-07-17 15:14:38 +02:00
foamMeshToFluent ENH: make treatment of stream allocators more uniform (issue #532) 2017-07-17 15:14:38 +02:00
foamToFireMesh ENH: relocate triSurface classes into surfMesh library (issue #294) 2017-05-18 10:42:05 +02:00
foamToStarMesh ENH: relocate triSurface classes into surfMesh library (issue #294) 2017-05-18 10:42:05 +02:00
foamToSurface MRG: Integrated Foundation code to commit ba4dbed 2017-03-23 12:11:49 +00:00
gambitToFoam ENH: make treatment of stream allocators more uniform (issue #532) 2017-07-17 15:14:38 +02:00
gmshToFoam STYLE: eliminate duplicate includes (issue #293) 2017-07-17 14:44:05 +02:00
ideasUnvToFoam MRG: merged develop line back into integration branch 2017-05-18 11:11:12 +01:00
kivaToFoam ENH: make treatment of stream allocators more uniform (issue #532) 2017-07-17 15:14:38 +02:00
mshToFoam ENH: increase precision of points for some mesh conversion applications 2016-12-15 21:35:14 +01:00
netgenNeutralToFoam ENH: increase precision of points for some mesh conversion applications 2016-12-15 21:35:14 +01:00
Optional Merge remote-tracking branch 'origin/master' into develop 2017-04-04 16:15:10 +02:00
plot3dToFoam MRG: Integrated Foundation code to commit 47bd8e1 2017-03-23 10:12:38 +00:00
star4ToFoam ENH: relocate triSurface classes into surfMesh library (issue #294) 2017-05-18 10:42:05 +02:00
tetgenToFoam ENH: increase precision of points for some mesh conversion applications 2016-12-15 21:35:14 +01:00
vtkUnstructuredToFoam ENH: increase precision of points for some mesh conversion applications 2016-12-15 21:35:14 +01:00
writeMeshObj GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00