summaryrefslogtreecommitdiff
path: root/Modules/Compiler/GNU-CXX.cmake
Commit message (Expand)AuthorAgeFilesLines
* GNU: C++23 supportRaul Tambre2021-05-101-0/+2
* GNU: Final C++20 flagsRaul Tambre2021-05-101-1/+4
* GNU: C++17 default versionRaul Tambre2021-05-101-1/+1
* Compile with explicit language flag when source LANGUAGE property is setBrad King2020-12-021-0/+1
* Makefiles Generators: use compiler for dependencies generationMarc Chevrier2020-11-291-0/+10
* Revert "specify language flag when source LANGUAGE property is set"Brad King2020-11-191-2/+0
* CXX: Compile when possible with explicit `Cxx` language flag setRobert Maynard2020-06-091-0/+2
* CompileFeatures: Record when compilers gained full CXX14 supportRobert Maynard2019-05-021-0/+4
* CompileFeatures: Record when compilers gained full CXX11 supportRobert Maynard2019-04-291-1/+5
* CompileFeatures: Record when CXX compilers have gained full support for 98Robert Maynard2019-04-111-0/+1
* Features: Activate C++ 20 support for GNU 8.0+Brad King2018-03-271-0/+5
* Features: Use -std=c++17 for C++ 17 on GNU 8.0+Brad King2018-03-261-1/+4
* GNU: Fix language defaults for 3.4Chuck Atkins2017-05-301-1/+1
* Compilers: Port to use default cmake_record_lang_compile_features macrosChuck Atkins2017-05-301-18/+0
* GNU: Use common compiler macros for language standard defaultChuck Atkins2017-05-021-11/+1
* g++ knows about C++98 selection flags since at least 3.4Rolf Eike Beer2017-02-081-2/+1
* GNU C++: record that -fvisibility-inlines-hidden is available since 4.0Rolf Eike Beer2017-02-021-1/+1
* Features: Activate C++ 17 support for GNU 5.1+Brad King2016-12-021-0/+8
* Features: Make feature recording conditions more consistentBrad King2016-12-021-3/+3
* Features: Centralize per-compiler recording macrosBrad King2016-11-021-7/+3
* Project: Guess default standard dialect if compiler was forced (#15852)Brad King2015-11-191-0/+3
* Project: Don't require computed default dialect if compiler was forced.Stephen Kelly2015-09-221-3/+5
* Project: Determine default language dialect for the compiler.Stephen Kelly2015-09-181-1/+4
* Record compile features for GNU on Windows (#15443)Brad King2015-03-171-2/+2
* Features: Populate CMAKE_<LANG>_STANDARD_DEFAULT only for supported compilers.Stephen Kelly2015-02-041-1/+3
* Features: Record for GNU 4.4.Stephen Kelly2015-01-181-3/+3
* Features: Record for GNU 4.6.Stephen Kelly2015-01-161-1/+1
* Features: Record C/CXX dialect flags for GNU 4.6.Stephen Kelly2015-01-151-1/+4
* Features: Ensure appropriate return value from feature test macros.Stephen Kelly2015-01-151-2/+0
* Record compile features for GNU on Apple.Stephen Kelly2015-01-111-2/+2
* Merge topic 'fix-GNU-CXX-dialect-versions'Brad King2014-11-251-4/+3
|\
| * Features: Record C++11 dialect switch only for GNU 4.7 and later.Stephen Kelly2014-11-191-4/+3
* | Features: Run GNU feature tests with std=c++14 when available.Stephen Kelly2014-11-121-1/+4
* | Features: Use the correct dialect flag when recording features.Stephen Kelly2014-11-121-4/+4
|/
* Features: Add support for C++14 features.Stephen Kelly2014-05-221-1/+12
* Merge topic 'GNU-4.7-features'Brad King2014-05-081-1/+1
|\
| * Features: Record for GNU 4.7.Stephen Kelly2014-05-071-1/+1
* | Features: Decay language flag if requested is not available.Stephen Kelly2014-05-071-0/+2
* | Project: Fix exit-on-error with compile feature tests.Stephen Kelly2014-05-071-4/+3
|/
* Features: Add cxx_template_template_parameters.Stephen Kelly2014-04-161-0/+4
* Features: Add cxx_auto_type.Stephen Kelly2014-04-071-0/+12
* Add some COMPILE_OPTIONS for specifying C++ dialect.Stephen Kelly2014-04-071-0/+13
* Add a COMPILE_OPTION for a VISIBILITY_INLINES_HIDDEN target property.Stephen Kelly2013-06-021-0/+10
* Split GNU compiler information filesBrad King2009-12-021-1/+2
* ENH: Implicit link info for C, CXX, and FortranBrad King2009-07-231-0/+1