openfoam/wmake/rules/linuxIA64Icc
Henry Weller 7996a9138f C++11: Update compilation rules to specify C++11 support and conformance
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.
2016-08-05 16:28:19 +01:00
..
c wmake: Add support for compiler type default rules 2016-01-24 14:10:07 +00:00
c++ C++11: Update compilation rules to specify C++11 support and conformance 2016-08-05 16:28:19 +01:00
c++Debug STYLE: remove trailing space from wmake rules 2010-11-17 11:22:31 +01:00
c++Opt STYLE: remove trailing space from wmake rules 2010-11-17 11:22:31 +01:00
c++Prof Corrected the setting of WM_COMPILER and renamed I32 and I64 to Icc. 2008-05-29 16:02:39 +01:00
cDebug STYLE: remove trailing space from wmake rules 2010-11-17 11:22:31 +01:00
cOpt STYLE: remove trailing space from wmake rules 2010-11-17 11:22:31 +01:00
cProf Corrected the setting of WM_COMPILER and renamed I32 and I64 to Icc. 2008-05-29 16:02:39 +01:00
general wmake: Add support for compiler type default rules 2016-01-24 14:10:07 +00:00
mplibHPMPI Resolve various unimportant warning messages from Gcc, Clang and Icpc 2015-07-19 11:31:49 +01:00
mplibIMPI STYLE: remove trailing space from wmake rules 2010-11-17 11:22:31 +01:00
mplibINTELMPI Resolve various unimportant warning messages from Gcc, Clang and Icpc 2015-07-19 11:31:49 +01:00
mplibMPI STYLE: remove trailing space from wmake rules 2010-11-17 11:22:31 +01:00
X Corrected the setting of WM_COMPILER and renamed I32 and I64 to Icc. 2008-05-29 16:02:39 +01:00