OpenFOAM-5.x/etc/config.sh
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
..
example Doxygen documentation: Standardized the 'See also' heading 2016-06-17 17:31:34 +01:00
aliases etc/config.sh/aliases: For backward-compatibility unalias wmRefresh if it is defined as an alias 2016-06-24 10:36:04 +01:00
CGAL etc/config.sh/CGAL: unset CGAL_ARCH_PATH if it is no longer needed 2016-07-01 17:01:26 +01:00
compiler C++11: Update compilation rules to specify C++11 support and conformance 2016-08-05 16:28:19 +01:00
ensight etc/bashrc, etc/cshrc: Filter $WM_PROJECT_DIR from paths rather than $FOAM_INST_DIR 2016-05-05 15:37:00 +01:00
functions etc/bashrc, etc/cshrc: Filter $WM_PROJECT_DIR from paths rather than $FOAM_INST_DIR 2016-05-05 15:37:00 +01:00
gperftools scripts: Reformat with consistent section separators 2016-02-15 18:30:24 +00:00
metis Updates to script documentation 2016-05-15 18:12:26 +01:00
mpi etc/bashrc, etc/config.sh: Updates provided by Bruno Santos: 2016-03-09 09:01:09 +00:00
paraview etc/config.*/paraview: Upgraded to ParaView-5.0.1 2016-05-30 21:27:11 +01:00
scotch Updates to script documentation 2016-05-15 18:12:26 +01:00
settings etc/config.*: Added support for gcc-6.1 2016-05-29 22:28:07 +01:00
unset CGAL: Set to use the system CGAL installation by default 2016-06-23 16:05:44 +01:00