Brad King
|
48aac247e9
Compile with explicit language flag when source LANGUAGE property is set
|
5 years ago |
Marc Chevrier
|
2c71d051fa
Makefiles Generators: use compiler for dependencies generation
|
5 years ago |
Brad King
|
30aa715fac
Revert "specify language flag when source LANGUAGE property is set"
|
5 years ago |
Robert Maynard
|
457170a476
CXX: Compile when possible with explicit `Cxx` language flag set
|
5 years ago |
Raul Tambre
|
25439c7d62
Clang: Refactor CXX standard flags into __compiler_clang_cxx_standards()
|
5 years ago |
Hanjiang Yu
|
f6f4eb0907
clang-tidy: Add driver mode argument
|
5 years ago |
Brad King
|
d50b31be35
Clang: For MSVC ABI do not use modes older than C++14
|
6 years ago |
Zsolt Parragi
|
d44c0db0b2
clang: setup correct configuration in gnu mode
|
6 years ago |
Robert Maynard
|
3dbec53255
CompileFeatures: Record when compilers gained full CXX14 support
|
6 years ago |
Robert Maynard
|
8d45a2ffe0
CompileFeatures: Record when compilers gained full CXX11 support
|
6 years ago |
Robert Maynard
|
239a8a0266
CompileFeatures: Record when CXX compilers have gained full support for 98
|
6 years ago |
Ruben Van Boxem
|
3f82c5904d
Clang: Add standard flags support when simulating MSVC
|
7 years ago |
Brad King
|
8381bc12ad
Clang: Avoid extra C++ feature detection when simulating MSVC
|
7 years ago |
Brad King
|
6cddf7ba32
Clang: Refactor standard flags logic when simulating MSVC
|
7 years ago |
Brad King
|
12e6796b62
Android: Do not pass non-existent Clang -std flags
|
7 years ago |
Brad King
|
7f295b1bd3
Features: Activate C++ 20 support for Clang 5.0+
|
7 years ago |
Brad King
|
7fe580a362
Features: Add infrastructure for C++ 20 language standard
|
7 years ago |
Brad King
|
1b328e09a3
Features: Use -std=c++17 for C++ 17 on Clang 5.0+
|
7 years ago |
Ruben Van Boxem
|
c67bb5bae3
Clang: Do not add '-std=' options when simulating MSVC
|
8 years ago |
Chuck Atkins
|
a40e6ba88d
Clang: Fix language defaults for 2.1
|
8 years ago |
Chuck Atkins
|
9b112a848a
Compilers: Port to use default cmake_record_lang_compile_features macros
|
8 years ago |
Chuck Atkins
|
08fa2ba8d0
Clang: Use common compiler macros for language standard default
|
8 years ago |
Giel van Schijndel
|
9fe399e389
Features: activate C++11 support for Clang 3.1+
|
9 years ago |
Brad King
|
8084f7a6c9
Features: Activate C++ 17 support for Clang 3.5+
|
9 years ago |
Brad King
|
684e4d205d
Features: Make feature recording conditions more consistent
|
9 years ago |
Brad King
|
8b6cc2518a
Features: Centralize per-compiler recording macros
|
9 years ago |
Brad King
|
3baca6364b
Record compile features for MinGW Clang on Windows (#15897)
|
10 years ago |
Brad King
|
441dba8032
Project: Guess default standard dialect if compiler was forced (#15852)
|
10 years ago |
Stephen Kelly
|
d13758514c
Project: Don't require computed default dialect if compiler was forced.
|
10 years ago |
Stephen Kelly
|
7235334a2f
Project: Determine default language dialect for the compiler.
|
10 years ago |