Skip to content
Snippets Groups Projects
  1. Jul 17, 2017
    • Mark OLESEN's avatar
      ENH: make treatment of stream allocators more uniform (issue #532) · 86ef9e86
      Mark OLESEN authored
      - 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.
      86ef9e86
  2. Jul 18, 2017
  3. Jul 17, 2017
  4. Jul 14, 2017
  5. Jul 13, 2017
  6. Jul 12, 2017
  7. Jul 11, 2017
  8. Jul 10, 2017
  9. Jul 07, 2017
  10. Jul 06, 2017
  11. Jul 05, 2017
    • Mark OLESEN's avatar
      ENH: add trapFpe and setNaN optimisationSwitch (issue #517) · c50368ec
      Mark OLESEN authored
      - allows configuration without an environment variable.
        For compatibility still respect FOAM_SIGFPE and FOAM_SETNAN
        env-variables
      
      - The env-variables are now treated as true/false switch values.
        Previously there was just a check for env exists or not, but this
        can be fairly fragile for a user's environment.
      c50368ec