- Feb 28, 2018
-
-
Mark OLESEN authored
- downgrades some diagnostics about nonconformant code from errors to warnings. Oddly enough, the errors actually arise from STL library elements shipped with gcc itself. Affects kahip compilation with gcc-6, gcc-7
-
- Sep 29, 2017
-
-
Mark OLESEN authored
-
- Jul 31, 2017
-
-
- 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.
-
- Jan 24, 2016
-
-
Henry Weller authored
which may be optionally overridden by version-specific rules. For example the default rules for gcc on GNU/Linux x86_64 are in the wmake/rules/linux64Gcc directory. If there is a need to change any of the rules for a specific version of gcc, e.g. gcc-4.8.4 the directory wmake/rules/linux64Gcc48 may be created into which any of the language files may be provided containing the rules to override the defaults.
-
- Jan 10, 2016
-
-
Henry Weller authored
The c++0x is used rather than c++11 to support gcc-4.5.?
-
- Sep 13, 2015
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1846
-
- Jul 19, 2015
-
-
Henry Weller authored
-
- Jul 17, 2015
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
Also removed __GNUC__ conditional compilation statements which are no longer needed.
-
- Jun 23, 2015
-
-
Henry Weller authored
Resolves feature request http://www.openfoam.org/mantisbt/view.php?id=1759
-
- Dec 14, 2014
-
-
Henry authored
-
- Jan 07, 2011
-
-
graham authored
-
- Aug 31, 2010
-
-
mattijs authored
COMP: Fedore13 has linkage with --no-add-needed as default. This disallows indirectly loaded libraries.
-
- Aug 19, 2010
-
-
mattijs authored
-
- Sep 17, 2009
-
-
Andrew Heather authored
-
- Aug 19, 2009
-
- Aug 18, 2009
-
-
graham authored
Adding -lrt to decompositionMethods/decompositionMethods/Make/options to get rid of get_clocktime error.
-
- Apr 28, 2009
-
-
graham authored
openSUSE 11.1. Added 20 to the template depth for all architectures for CGAL.
-
- Apr 15, 2008
-
-
OpenFOAM-admin authored
-