Skip to content
Snippets Groups Projects
  1. Apr 24, 2018
    • Mark OLESEN's avatar
      CONFIG: adjust make scripts for darwin · 76cb38fb
      Mark OLESEN authored
      - handling of dead links (find -L -delete unsupported)
      
      - remove ignore case flag on 's/../../i' used in have_scotch script.
        It is unneeded and not tolerated by Darwin's sed.
      
      - avoid embedded comments in EXE_INC (Make/options files), which do
        not work well with the OSX LLVM cpp.
        It strips out the comments but also removes the continuation char.
      
      STYLE: adjust notes about paraview library locations
      76cb38fb
  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 21, 2017
  4. Feb 10, 2017
  5. Nov 12, 2016
  6. Jul 09, 2016
  7. Jan 24, 2016
  8. Dec 16, 2015
  9. Dec 15, 2015
  10. Dec 14, 2014
  11. Aug 14, 2011
  12. Mar 08, 2011
  13. Jan 19, 2011
  14. Jan 14, 2011
  15. Jan 07, 2011
  16. Jan 05, 2011
  17. Nov 24, 2010
  18. Mar 29, 2010
  19. Mar 23, 2010
  20. Mar 04, 2009
  21. Feb 27, 2009
  22. Dec 31, 2008
  23. Nov 12, 2008
  24. 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
  25. 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
  26. Jun 25, 2008
  27. Jun 11, 2008
  28. Jun 10, 2008
  29. May 30, 2008
  30. May 29, 2008
  31. May 09, 2008
  32. Apr 15, 2008