summaryrefslogtreecommitdiffstats
path: root/Tests/CompileFeatures
Commit message (Expand)AuthorAgeFilesLines
* VS: Restore support for mixing C++23 and C in one target with clang-clBrad King2024-12-091-0/+6
* Tests: Update cmake_minimum_required versions to 3.10Brad King2024-10-031-1/+1
* Tests/CompileFeatures: Cover hip_std_## meta-featuresBrad King2024-05-288-1/+31
* Tests/CompileFeatures: Cover cuda_std_## meta-featuresBrad King2024-04-198-1/+31
* Tests/CompileFeatures: Fix c_std_23 case with Clang < 14Brad King2024-04-191-2/+1
* Tests/CompileFeatures: Cover CUDA default standard levelBrad King2024-04-182-0/+17
* C++26: Support detection as the default standardRaul Tambre2024-04-162-1/+6
* C++26: Fix C++/CUDA/HIP compile feature supportRaul Tambre2024-04-092-1/+5
* Clang: Fix detection of C++26 when targeting MSVC ABIBrad King2024-04-091-1/+5
* ci: Record expected C and CXX language standard supportBrad King2024-04-051-1/+2
* Tests/CompileFeatures: Cover c_std_## and cxx_std_## meta-featuresBrad King2024-04-0512-0/+58
* Tests/CompileFeatures: Factor out headers to compute C and C++ standard levelsBrad King2024-04-054-59/+60
* GNU: Fix detection of C++ 11 mode in GCC 4.{4,5,6}Brad King2024-04-051-0/+2
* PGI: Fix detection of C++ 14/17 modesBrad King2024-04-051-1/+1
* NVHPC: Fix detection of C++ 20 mode on NVHPC < 22.7Brad King2024-04-051-0/+6
* XL/XLClang: Fix detection of C++ 14 mode on LinuxBrad King2024-04-041-0/+6
* Intel: Fix detection of C++ 14/17 modes on Linux/macOSBrad King2024-04-041-0/+8
* Intel: Fix detection of C++ 17/20 modes on WindowsBrad King2024-04-041-8/+13
* CompilerId: Clarify C and C++ standard level detectionBrad King2024-04-042-14/+30
* Tests: Fix clang -Wstrict-prototypes warningsBrad King2023-10-263-3/+3
* OrangeC: Add support for OrangeC compilerDavid Lindauer2023-09-251-2/+2
* Tests: Teach CompileFeatures to tolerate __STDC_VERSION__ on Intel ClassicBrad King2023-05-011-1/+2
* Revise C++ coding style using clang-format-15Kitware Robot2023-01-182-2/+5
* clang-format.bash: Use generic clang-format attributeBrad King2023-01-181-1/+1
* Place language standard flags just after CMAKE_<LANG>_FLAGSBrad King2022-11-182-0/+22
* CMake: Support upcoming C++26 language levelRobert Maynard2022-08-312-0/+4
* IBMClang: Add support for IBM Open XL C/C++Aaron Liu2022-01-271-2/+2
* LCC: Add dedicated support for MCST LCC compilermakise-homura2021-10-151-2/+5
* Tests: Fix warning clang-analyzer-cplusplus.NewDeleteLeaksnic-kaczinsky2021-04-161-1/+1
* Tests: Update for the FujitsuClang compilerYuichiro Utsumi2021-03-311-2/+2
* Tests: Update for the Fujitsu compilerChuck Atkins2021-03-311-2/+2
* C23 supportRaul Tambre2021-02-252-1/+6
* C17 supportRaul Tambre2021-02-252-1/+6
* Tests: Update CompileFeatures test for IntelLLVMBrad King2021-01-281-2/+2
* Tests: Fix CMP0115 warnings in CompileFeatures testBrad King2021-01-281-1/+4
* Tests: Update tests for NVHPC compilerTin Huynh2021-01-271-2/+2
* CUDA, CXX, OBJCXX: C++23 support with Clang 12Raul Tambre2020-12-083-1/+13
* Tests: Update CompileFeatures test for Intel 19 with VS 2015Brad King2019-10-101-0/+6
* Intel: Fix default C++ dialect detection on WindowsBrad King2019-10-101-1/+11
* CompileFeatures: Relax cxx_relaxed_constexpr compiler requirementsRobert Maynard2019-05-131-1/+2
* SunPro: Record support for C++14 features by SunPro 5.{14,15}Brad King2019-04-191-0/+10
* CompileFeatures: Now able to presume full language level supportRobert Maynard2019-04-091-10/+14
* Tests: Remove outdated portion of CompileFeatures genex testBrad King2019-04-091-11/+0
* Features: Do not use a lower-than-default standard for requested featuresZsolt Parragi2019-02-262-4/+4
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-019-95/+93
* clang-format.bash: update to clang-format-6.0Brad King2018-06-011-1/+1
* Tests: Simplify CompileFeatures expectation logicBrad King2018-04-061-174/+44
* Merge topic 'features-c++20'Brad King2018-04-022-1/+7
|\
| * Features: Add infrastructure for C++ 20 language standardBrad King2018-03-272-1/+7
* | Features: Record C features for MSVCBrad King2018-03-291-0/+5