- Jan 08, 2017
-
-
Henry Weller authored
Patch provided by Bruno Santos Resolves patch request https://bugs.openfoam.org/view.php?id=2425
-
- Dec 27, 2016
-
-
Henry Weller authored
Patch contributed by Bruno Santos Resolves bug-report https://bugs.openfoam.org/view.php?id=2408
-
- Nov 14, 2016
-
-
Henry Weller authored
when Allwmake is called from wmake -all
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
- Nov 13, 2016
-
-
Henry Weller authored
Avoids a lot of unnecessary clutter in the compilation log.
-
Henry Weller authored
Changed 'ld' line to include path of target library or executable.
-
Henry Weller authored
-
Henry Weller authored
'set -x' should be used for debugging. Added command printing into wmake and Allwmake as a replacement for 'set -x' to log current target.
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
- Nov 12, 2016
-
-
Henry Weller authored
Based on patch contributed by Alexey Matveichev Resolves feature request http://bugs.openfoam.org/view.php?id=2328
-
- Oct 09, 2016
-
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2283
-
- Oct 04, 2016
-
-
Henry Weller authored
-
- Sep 22, 2016
-
-
Henry Weller authored
-
- Sep 09, 2016
-
-
Henry Weller authored
-
- Aug 25, 2016
-
-
Henry Weller authored
Patch contributed by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2218
-
- Aug 22, 2016
-
-
Henry Weller authored
Patch contributed by Paul Edwards, Intel.
-
- Aug 11, 2016
-
-
Henry Weller authored
-
- Aug 05, 2016
-
-
Henry Weller authored
The change from C++0x to C++11 allows all of C++11 functionality to be used in OpenFOAM, in particular constructor delegation which avoids code duplication or constructor helper functions. However, this also means a change to the minimum gcc version supported which is now 4.7 rather than 4.5. Note that gcc-4.7 does not support the entire C++11 standard but does support all of the functionality currently needed for further OpenFOAM development. The minimum gcc-version which supports the entire C++11 standard is 4.8 which is now the recommended minimum gcc version.
-
- Jul 28, 2016
-
-
Henry Weller authored
-
- Jul 17, 2016
-
-
Henry Weller authored
wclean: added support for automatic searching up the tree for the Make directory if in a sub-directory
-
- Jul 10, 2016
-
-
Henry Weller authored
Patch contributed by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2146
-
- Jul 09, 2016
-
-
Henry Weller authored
Patch contributed by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2144
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
to avoid file names which are two long for the standard GNU/Linux file systems.
-
Henry Weller authored
-
Henry Weller authored
-
- Jul 08, 2016
-
-
Henry Weller authored
A simple 'sleep' is more reliable.
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
then synchronize the file system to ensure all links are flushed before compilation starts
-
- Jul 07, 2016
-
-
Henry Weller authored
-