Henry Weller
c3a03105c4
wmake: Add support for compiler type default rules
...
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.
2016-01-24 14:10:07 +00:00
Henry Weller
acb9ec8b46
wmake/rules: Add -std=c++0x to formally enable support for of C++11 features
...
The c++0x is used rather than c++11 to support gcc-4.5.?
2016-01-10 19:17:31 +00:00
Henry Weller
8a25e3aad7
CGAL: Upgrade to 4.7
2015-10-23 17:25:59 +01:00
Henry Weller
91e04d69c1
Resolve various unimportant warning messages from Gcc, Clang and Icpc
2015-07-19 11:31:49 +01:00
Henry Weller
6dc3a889df
Suppress compiler warnings from CGAL
2015-07-17 21:38:25 +01:00
Henry Weller
94401af010
Resolved issues with virtual function inheritance and warning from clang
...
Also removed __GNUC__ conditional compilation statements which are no
longer needed.
2015-07-17 12:11:37 +01:00
Henry
1a806fa28d
Add support for reading and updating the debug switches of templated
...
classes in the DebugSwitches sub-dictionary of system/controlDict
2015-02-04 22:08:27 +00:00
Henry
844b283030
New version of wmake supporting out-of-tree object and dependency files
2014-12-14 21:42:18 +00:00
mattijs
2b97e91ce2
COMP: clang: suppress foamy compilation warning
2013-09-26 12:31:57 +01:00
mattijs
00128075bb
COMP: foamy: suppress cgal generated warnings
2013-09-26 11:36:13 +01:00
Henry
711cf48e5d
Clang: Updated debug switches
2012-06-07 14:46:32 +01:00
Henry
1d69807a3a
wmake rules: Remove dependency on libiberty which is no longer needed
2011-03-07 12:57:41 +00:00
Mark Olesen
cae015b615
COMP: clang++ -Woverloaded-virtual -> spurious warnings? disable for now
...
- this behaviour changed in clang 2.9 between trunk 122348 and trunk 125662
2011-02-18 17:26:54 +01:00
graham
98f97e7852
COMP: CGAL 3.7 now used. Template depth required to increased > 75, made 100.
2011-01-07 14:24:17 +00:00
Mark Olesen
d967687f14
ENH: add settings/rules for clang-2.8
2010-10-12 10:57:08 +02:00