- Apr 24, 2018
-
-
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
-
- Nov 24, 2017
-
-
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.
-
- Feb 21, 2017
-
-
mark authored
- use -name test before -type test to avoid calling stat(2) on every file. - use -delete instead of -exec rm to avoid forking
-
- Feb 10, 2017
-
-
Mark Olesen authored
- also add some comments about the side-effects
-
- Nov 12, 2016
-
-
Henry Weller authored
Based on patch contributed by Alexey Matveichev Resolves feature request http://bugs.openfoam.org/view.php?id=2328
-
- Jul 09, 2016
-
-
Henry Weller authored
-
- Jan 24, 2016
-
-
Henry Weller authored
-
- Dec 16, 2015
-
-
Henry Weller authored
The Makefiles are now in the makefiles sub-directory The "-f | -force" option in wmakeLnInclude is now "-u | -update" for consistency with the other scripts. The "Usage" entry in the headers is now consistently formatted in all scripts.
-
- Dec 15, 2015
-
-
Henry Weller authored
-
Henry Weller authored
-
- Dec 14, 2014
-
-
Henry authored
-
- Aug 14, 2011
-
-
Henry authored
-
- Mar 08, 2011
-
-
Mark Olesen authored
- reduces verbosity for dynamicCode - non-silent wmakeLnInclude output to stderr to avoid polluting logs
-
- Jan 19, 2011
-
- Jan 14, 2011
-
-
Andrew Heather authored
-
- Jan 07, 2011
-
-
graham authored
-
- Jan 05, 2011
-
-
Andrew Heather authored
This reverts commit 2e1e671d.
-
graham authored
-
- Nov 24, 2010
-
-
Mark Olesen authored
- not required since the addition of the '-f' option
-
- Mar 29, 2010
-
-
Mark Olesen authored
-
- Mar 23, 2010
-
-
Mark Olesen authored
-
- Mar 04, 2009
-
-
Mark Olesen authored
-
Mark Olesen authored
- this seems to be the most sensible solution. The changed time stamps on the links doesn't seem to bother make at all.
-
- Feb 27, 2009
-
-
mattijs authored
-
- Dec 31, 2008
-
-
Mark Olesen authored
-
- Nov 12, 2008
-
-
Mark Olesen authored
- useful for avoiding links on older versions, or for 'hiding' contents
-
- Oct 22, 2008
-
-
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
-
- Sep 26, 2008
-
-
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
-
- Jun 25, 2008
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- Jun 11, 2008
-
-
henry authored
specifically on the request of the user by running 'wmake all' or 'Allwmake' in the directory as appropriate.
-
- Jun 10, 2008
-
-
Mark Olesen authored
-
- May 30, 2008
-
-
Mattijs Janssens authored
-
henry authored
-
henry authored
-
- May 29, 2008
-
-
Mattijs Janssens authored
-
- May 09, 2008
-
-
Mark Olesen authored
-
- Apr 15, 2008
-
-
OpenFOAM-admin authored
-