summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeCUDACompilerId.cu.in
Commit message (Collapse)AuthorAgeFilesLines
* CUDA, CXX, OBJCXX: C++23 support with Clang 12Raul Tambre2020-12-081-1/+3
| | | | | Clang 12 landed initial support for C++23 language mode flag -std={c|gnu}++2b in commit 6627a3c2873fdf7ccba1a1573371079be48b36e8.
* CUDA: Add cuda meta-features (e.g. ``cuda_std_11``) supportRobert Maynard2019-12-101-1/+1
|
* Features: Add infrastructure for C++ 20 language standardBrad King2018-03-271-1/+3
| | | | Issue: #17849
* CUDA: Detect use of MSVC host compilerBrad King2017-01-121-0/+9
| | | | Report it in `CMAKE_CUDA_SIMULATE_{ID,VERSION}`.
* Features: Add infrastructure for C++ 17 language standardBrad King2016-12-021-1/+3
| | | | Issue: #16468
* CUDA: CompilerId now errors out properly when passed a non CUDA compiler.Robert Maynard2016-11-141-3/+2
| | | | Previously we only reported an error if the compiler was a C compiler.
* CUDA: Add basic CUDA language support for *NIX systems.Robert Maynard2016-11-141-0/+40