Skip to content
Snippets Groups Projects
  1. Jul 31, 2017
    • Mark OLESEN's avatar
      ENH: improve bash completion functionality (issue #551) · c614110d
      Mark OLESEN authored
      - use complete -o filenames, dropped -o nospace to make it more responsive.
      
      - restructure completion code to use a unified backend, which makes it easier
        understand, maintain and re-use.
      
      - foamCreateBashCompletions now simply outputs to a stdout, and allows
        quick generation of completion of single applications.
      
      - add -fileHandler completion in anticipation of future changes there.
      
      - relocated as etc/config.s/bash_completion to prevent inadvertently
        having two versions (.com, .org) installed at the same time.
      c614110d
  2. Jul 29, 2017
    • 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
  3. Jul 28, 2017
  4. Jul 27, 2017
  5. Jul 22, 2017
  6. Jul 21, 2017
  7. Jul 20, 2017
  8. Jul 17, 2017
  9. Jul 20, 2017
  10. Jul 19, 2017
  11. Jul 18, 2017
  12. Jul 17, 2017
  13. Jul 16, 2017
  14. Jul 14, 2017
  15. Jul 13, 2017
  16. Jul 12, 2017