lumiera_/admin/scons
Ichthyostega 7cc174808e GCC-7: disable pre-C++17 warning
This warning is only relevant when object files compile with and without
C++17 language level are to be linked into a single executable; starting
with C++17, new style 'noexcept' specifications will become part of the
function signature and thus part of the mangled function name. Linkiing
mixed object files might fail in such a situation.

Obviously this warning is not relevant for us; moreover we plan to
upgrade to C++17 soon
2018-04-26 11:40:39 +02:00
..
BuilderDoxygen.py DOC: reorganise the Doxygen configuration and structure 2013-10-25 06:34:38 +02:00
BuilderGCH.py SCons: use two existing modules for integrating DistCC and CCache 2008-12-19 20:17:23 +01:00
Buildhelper.py SCons: rework test definition to link according to layer 2013-01-07 02:15:05 +01:00
DIR_INFO move the Buildhelper.py to ./admin/scons 2007-07-18 00:39:53 +02:00
IconSvgRenderer.py DOC: reorganise the Doxygen configuration and structure 2013-10-25 06:34:38 +02:00
LumieraEnvironment.py workaround for bug in binutils > 2.23 (closes TICKET #965) 2015-08-16 01:16:20 +02:00
Options.py SCons: rework test definition to link according to layer 2013-01-07 02:15:05 +01:00
Platform.py clean-up: kill Boost scoped_ptr 2017-01-05 00:56:46 +01:00
Setup.py GCC-7: disable pre-C++17 warning 2018-04-26 11:40:39 +02:00
ToolCCache.py SCons: several small improvements, e.g. valgrind-suppressionfile 2010-07-26 03:24:15 +02:00
ToolDistCC.py SCons: use two existing modules for integrating DistCC and CCache 2008-12-19 20:17:23 +01:00