Skip to content
Snippets Groups Projects
  1. Jul 29, 2017
    • Mark OLESEN's avatar
      ENH: more graceful handling of invalid IOobject headers (issue #539) · 9923ec96
      Mark OLESEN authored
      - With special-purpose templating it is possible to have file contents
        that almost look like an OpenFOAM file, but which are not.
        The contents do not need to be deliberately tricky, even the simplest
        README:
      
            FoamFile is the first word parsed in OpenFOAM files
      
        will trigger problems.
        We now trap any IOerror on these and reject this type of file as invalid.
      9923ec96
    • Mark OLESEN's avatar
      ENH: additional method for switching error throwing on/off (issue #552) · 797155f8
      Mark OLESEN authored
      - error::throwExceptions(bool) returning the previous state makes it
        easier to set and restore states.
      
      - throwing() method to query the current handling (if required).
      
      - the normal error::throwExceptions() and error::dontThrowExceptions()
        also return the previous state, to make it easier to restore later.
      797155f8
  2. Jul 28, 2017
  3. Jul 27, 2017
  4. Jul 22, 2017
  5. Jul 21, 2017
  6. Jul 20, 2017
  7. Jul 17, 2017
  8. Jul 20, 2017
  9. Jul 19, 2017
  10. Jul 18, 2017
  11. Jul 17, 2017
  12. Jul 16, 2017
  13. Jul 14, 2017
  14. Jul 13, 2017
  15. Jul 12, 2017