Skip to content
Snippets Groups Projects
  1. Feb 06, 2019
  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. Feb 24, 2017
    • Mark Olesen's avatar
      ENH: provide wcleanBuild and improve wcleanPlatform · 60574799
      Mark Olesen authored
      - new behaviour is to do nothing if no platform was specified.
        This helps avoid inadvertently removing files.
      
      - support special platforms for compatibility with wmake/wclean targets.
        Eg, "wcleanPlatform all"
      
      - allow use from ThirdParty top-level as well, since the directory
        structure is similar.
      
      BUG: fix regression in wcleanLnIncludeAll introduced by 9e2e1115
      60574799
  4. Feb 21, 2017
  5. Feb 10, 2017
  6. Jan 08, 2017
  7. Jul 17, 2016
  8. Dec 16, 2015
  9. Dec 14, 2014
  10. Aug 14, 2011
  11. Jan 19, 2011
  12. Jan 14, 2011
  13. Jan 07, 2011
  14. Jan 05, 2011
  15. Mar 29, 2010
  16. Mar 24, 2010
  17. Jan 07, 2009
  18. Dec 31, 2008
  19. Oct 22, 2008
    • Mark Olesen's avatar
      bin/ wmake/ script updates · 50a2ddfc
      Mark Olesen authored
        - send error messages to stderr
        - added -h/-help options where some were missing
        - changed 3-space to 4-space indentation
        - where possible, allow multiple directories from the command-line
      50a2ddfc
  20. Sep 26, 2008
    • Mark Olesen's avatar
      wmakeLnInclude: improvements and bugfix · e0bb935e
      Mark Olesen authored
        - fixed typo: had skipped '-Make' instead of 'Make' directory
      
        - remove broken links first
          * helps when file locations have changed
      
        - filter out trailing 'lnInclude' from the <dir> spec
          * this makes it easier to update existing lnInclude dirs:
               find -name lnInclude -exec wmakeLnInclude -f {} \;
      
        - reduced output noise when re-creating an identical link
      e0bb935e
  21. Jun 25, 2008
  22. Apr 15, 2008