Raul Tambre
|
9f3c70a333
|
CUDA, CXX, OBJCXX: C++23 support with Clang 12
Clang 12 landed initial support for C++23 language mode flag -std={c|gnu}++2b
in commit 6627a3c2873fdf7ccba1a1573371079be48b36e8.
|
2020-12-08 18:43:59 +02:00 |
|
Robert Maynard
|
2467a2b318
|
CUDA: Add cuda meta-features (e.g. `cuda_std_11`) support
|
2019-12-10 17:56:48 -05:00 |
|
Brad King
|
7fe580a362
|
Features: Add infrastructure for C++ 20 language standard
Issue: #17849
|
2018-03-27 07:40:54 -04:00 |
|
Brad King
|
65c1e012ff
|
CUDA: Detect use of MSVC host compiler
Report it in `CMAKE_CUDA_SIMULATE_{ID,VERSION}`.
|
2017-01-12 10:39:02 -05:00 |
|
Brad King
|
ae1a6815b6
|
Features: Add infrastructure for C++ 17 language standard
Issue: #16468
|
2016-12-02 11:22:46 -05:00 |
|
Robert Maynard
|
aaeee1ca72
|
CUDA: CompilerId now errors out properly when passed a non CUDA compiler.
Previously we only reported an error if the compiler was a C compiler.
|
2016-11-14 11:36:43 -05:00 |
|
Robert Maynard
|
f8aac21947
|
CUDA: Add basic CUDA language support for *NIX systems.
|
2016-11-14 11:36:42 -05:00 |
|