- Dec 15, 2017
-
-
Mark OLESEN authored
- allows enabling new warnings without causing messy output with older clang versions
-
- Sep 29, 2017
-
-
Mark OLESEN authored
-
- Mar 10, 2017
-
-
Mark Olesen authored
- easier to test or use different versions - change WM_CXXFLAGS to -std=c++11 instead of -std=c++0x
-
- Jan 18, 2017
-
-
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.
-
- 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.?
-
- Oct 23, 2015
-
-
Henry Weller authored
-
- Jul 19, 2015
-
-
Henry Weller authored
-
- Jul 17, 2015
-
-
Henry Weller authored
-
Henry Weller authored
Also removed __GNUC__ conditional compilation statements which are no longer needed.
-
- Feb 04, 2015
-
-
Henry authored
classes in the DebugSwitches sub-dictionary of system/controlDict
-
- Dec 14, 2014
-
-
Henry authored
-
- Sep 26, 2013
- Jun 07, 2012
-
-
Henry authored
-
- Feb 18, 2011
-
-
Mark Olesen authored
- this behaviour changed in clang 2.9 between trunk 122348 and trunk 125662
-
- Jan 07, 2011
-
-
graham authored
-
- Oct 12, 2010
-
-
Mark Olesen 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
-
-
mattijs authored
modified: SiCortex64Gcc/cOpt modified: SunOS64Gcc/cOpt modified: linux64Gcc/c++Opt modified: linux64Gcc/cOpt modified: linux64Gcc/general modified: linux64Gcc42/c++Opt modified: linux64Gcc42/cOpt modified: linuxGcc/c++ modified: linuxGcc/cDebug modified: linuxGcc/general modified: linuxIA64Gcc/cOpt
-
graham authored
openSUSE 11.1. Added 20 to the template depth for all architectures for CGAL.
-
- Apr 15, 2008
-
-
OpenFOAM-admin authored
-