Skip to content
Snippets Groups Projects
  1. Sep 12, 2018
  2. Nov 24, 2017
    • Mark OLESEN's avatar
      ENH: more succinct output from command-line errors. · 5947f9a3
      Mark OLESEN authored
      - unknown options or missing option values now emit a shorter message
        without the entire usage. This makes it easier to identify the errors
        and is better aligned with the behaviour of GNU system tools.
      
        ====
           $ simpleFoam -case
           Using: OpenFOAM-plus (see www.OpenFOAM.com)
           Build: plus-01234
      
           Error: option '-case' requires an argument
      
           See 'simpleFoam -help' for usage
        ====
      
      - provide for reduced (-help) and full (-help-full) usage information.
        In many cases the reduced usage provided sufficient and easier
        to find the information.
      
      - make -srcDoc an alias for -doc-source
      
      - no warnings about option aliases for future dates.
      5947f9a3
  3. Nov 17, 2017
  4. Jun 25, 2016
  5. Mar 31, 2014
  6. Aug 14, 2011
  7. Aug 11, 2011
  8. Jul 21, 2011
  9. Mar 11, 2011
    • Mark Olesen's avatar
      ENH: add support for WM_PROJECT_SITE env variable · 9cbc0efc
      Mark Olesen authored
      - alternative to WM_PROJECT_INST_DIR/site for systems with locked down
        installation paths (eg, when packaged as RPM or deb)
      
        When "$WM_PROJECT_SITE" is defined, it is used in favour of
        "$WM_PROJECT_INST_DIR/site"
      9cbc0efc
  10. Feb 15, 2011
  11. Jan 19, 2011
  12. Jan 14, 2011
  13. Jan 07, 2011
  14. Jan 05, 2011
  15. Apr 09, 2010
  16. Mar 29, 2010
  17. Mar 03, 2010
  18. Aug 18, 2009
  19. Aug 13, 2009
  20. Aug 12, 2009
  21. Aug 02, 2009
    • Mark Olesen's avatar
      consistency fix for scripts: foamCheckJobs, foamPrintJobs, foamLog · b5616b4e
      Mark Olesen authored
      - drop reference to license directory
      - check -help before checking directories
      
      - search for foamLog.db is more consistent with foamEtcFile
          $HOME/.OpenFOAM/$WM_PROJECT_VERSION
          $HOME/.OpenFOAM
          $WM_PROJECT_INST_DIR/site/$WM_PROJECT_VERSION
          $WM_PROJECT_INST_DIR/site
          $WM_PROJECT_DIR/etc
          $PROGDIR/tools
      b5616b4e
  22. Dec 31, 2008
  23. Jun 25, 2008
  24. Jun 23, 2008
  25. Apr 15, 2008