OpenFOAM-5.x/wmake/rules
Henry Weller 618753c5b4 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
..
General wmake/rules/General: Add support for WM_SCHEDULER to the compilation of lex, yacc and moc files 2016-07-03 22:21:02 +01:00
linux64Clang C++11: Update compilation rules to specify C++11 support and conformance 2016-08-05 16:28:19 +01:00
linux64Gcc C++11: Update compilation rules to specify C++11 support and conformance 2016-08-05 16:28:19 +01:00
linux64GccKNL C++11: Update compilation rules to specify C++11 support and conformance 2016-08-05 16:28:19 +01:00
linux64Icc C++11: Update compilation rules to specify C++11 support and conformance 2016-08-05 16:28:19 +01:00
linux64IccKNL C++11: Update compilation rules to specify C++11 support and conformance 2016-08-05 16:28:19 +01:00
linuxARM7Gcc C++11: Update compilation rules to specify C++11 support and conformance 2016-08-05 16:28:19 +01:00
linuxClang C++11: Update compilation rules to specify C++11 support and conformance 2016-08-05 16:28:19 +01:00
linuxGcc C++11: Update compilation rules to specify C++11 support and conformance 2016-08-05 16:28:19 +01:00
linuxIA64Gcc C++11: Update compilation rules to specify C++11 support and conformance 2016-08-05 16:28:19 +01:00
linuxIA64Icc C++11: Update compilation rules to specify C++11 support and conformance 2016-08-05 16:28:19 +01:00
linuxIcc C++11: Update compilation rules to specify C++11 support and conformance 2016-08-05 16:28:19 +01:00
linuxPPC64Gcc C++11: Update compilation rules to specify C++11 support and conformance 2016-08-05 16:28:19 +01:00
linuxPPC64leGcc C++11: Update compilation rules to specify C++11 support and conformance 2016-08-05 16:28:19 +01:00
solaris64Gcc C++11: Update compilation rules to specify C++11 support and conformance 2016-08-05 16:28:19 +01:00
solarisGcc C++11: Update compilation rules to specify C++11 support and conformance 2016-08-05 16:28:19 +01:00