summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/Clang-CXX.cmake
Commit message (Expand)AuthorAgeFilesLines
* Clang: Add standard flags support when simulating MSVCRuben Van Boxem2018-04-111-0/+21
* Clang: Avoid extra C++ feature detection when simulating MSVCBrad King2018-04-111-0/+15
* Clang: Refactor standard flags logic when simulating MSVCBrad King2018-04-111-5/+6
* Android: Do not pass non-existent Clang -std flagsBrad King2018-04-021-2/+9
* Features: Activate C++ 20 support for Clang 5.0+Brad King2018-03-271-0/+5
* Features: Add infrastructure for C++ 20 language standardBrad King2018-03-271-0/+2
* Features: Use -std=c++17 for C++ 17 on Clang 5.0+Brad King2018-03-261-1/+4
* Clang: Do not add '-std=' options when simulating MSVCRuben Van Boxem2017-06-271-22/+38
* Clang: Fix language defaults for 2.1Chuck Atkins2017-05-301-1/+1
* Compilers: Port to use default cmake_record_lang_compile_features macrosChuck Atkins2017-05-301-18/+0
* Clang: Use common compiler macros for language standard defaultChuck Atkins2017-05-021-11/+1
* Features: activate C++11 support for Clang 3.1+Giel van Schijndel2017-01-121-3/+3
* Features: Activate C++ 17 support for Clang 3.5+Brad King2016-12-021-0/+8
* Features: Make feature recording conditions more consistentBrad King2016-12-021-1/+3
* Features: Centralize per-compiler recording macrosBrad King2016-11-021-7/+3
* Record compile features for MinGW Clang on Windows (#15897)Brad King2016-01-111-2/+2
* 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-2/+5
* Features: Populate CMAKE_<LANG>_STANDARD_DEFAULT only for supported compilers.Stephen Kelly2015-02-041-1/+3
* Features: Ensure appropriate return value from feature test macros.Stephen Kelly2015-01-151-2/+1
* Avoid if() quoted auto-dereference when checking for "MSVC"Fraser Hutchison2014-11-191-1/+1
* Features: Use the correct dialect flag when recording features.Stephen Kelly2014-11-121-4/+4
* Clang: Enable c++14 dialect flag with Clang 3.5.Stephen Kelly2014-09-171-1/+4
* Clang: Don't overwrite c++11 compile option value with c++14 flag.Stephen Kelly2014-09-171-2/+2
* Features: Record for Clang 3.4Stephen Kelly2014-05-201-1/+26
* Features: Only require AppleClang policy to be NEW on APPLE.Stephen Kelly2014-05-141-1/+1
* Add some COMPILE_OPTIONS for specifying C++ dialect.Stephen Kelly2014-04-071-0/+13
* Don't load Clang-CXX from AppleClang-CXX.Stephen Kelly2014-04-071-0/+5
* Clang: Support Windows variants for GNU and MSVC (#13035, #14458)Brad King2013-10-041-1/+3
* Add a COMPILE_OPTION for a VISIBILITY_INLINES_HIDDEN target property.Stephen Kelly2013-06-021-0/+2
* Clang: Split Compiler/Clang* modules out from GNU (#13550)Brad King2012-09-191-1/+2
* Recognize Clang C and C++ compilers (see #10693)Brad King2010-05-171-0/+1