summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeCUDACompilerId.cu.in
Commit message (Expand)AuthorAgeFilesLines
* NVCC: Detect host compiler id and versionBrad King2024-09-201-0/+28
* CUDA: Fix detection of default C++ standard level with MSVC host compilerBrad King2024-04-181-1/+9
* C++26: Support detection as the default standardRaul Tambre2024-04-161-1/+3
* CompilerId: Clarify CUDA, HIP, ObjC, ObjC++ standard level detectionBrad King2024-04-161-5/+13
* CompilerId: Fix default extensions check for Clang targeting MSVC ABIBrad King2022-02-031-3/+2
* CompilerId: Restore support for classic C by avoiding C++ style commentsBrad King2021-11-231-1/+1
* CompilerID: Compiler extensions default detectionRaul Tambre2021-09-281-0/+11
* CompilerID: Rename language_dialect to language_standardRaul Tambre2021-09-281-2/+2
* CUDA, CXX, OBJCXX: C++23 support with Clang 12Raul Tambre2020-12-081-1/+3
* 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
* CUDA: Detect use of MSVC host compilerBrad King2017-01-121-0/+9
* Features: Add infrastructure for C++ 17 language standardBrad King2016-12-021-1/+3
* CUDA: CompilerId now errors out properly when passed a non CUDA compiler.Robert Maynard2016-11-141-3/+2
* CUDA: Add basic CUDA language support for *NIX systems.Robert Maynard2016-11-141-0/+40