summaryrefslogtreecommitdiff
path: root/Modules/Internal/FeatureTesting.cmake
Commit message (Expand)AuthorAgeFilesLines
* Modules: Drop redundant check logging to CMakeOutput.log and CMakeError.logBrad King2023-01-181-8/+0
* CompileFeatures: Warn explicitly when feature detection binary is not foundBrad King2023-01-181-4/+7
* Modules: Use new SOURCES_FROM_* try_compile (1/2)Matthew Woehlke2022-09-271-4/+5
* Modules: Use new keyword-dispatched try_compile signatureMatthew Woehlke2022-09-141-1/+1
* HIP: Add language to CMakeRobert Maynard2021-06-071-0/+14
* CUDA: Add cuda meta-features (e.g. ``cuda_std_11``) supportRobert Maynard2019-12-101-0/+14
* CompileFeatures: memoize C++ compilers with full language level supportRobert Maynard2019-04-091-0/+4
* CompileFeatures: memoize C compilers with full language level supportRobert Maynard2019-03-271-0/+11
* CompileFeatures: Don't try_compile for language levels with no featuresRobert Maynard2019-03-201-2/+12
* Features: On SunPro link feature check with lang std flagBrad King2017-05-091-0/+10
* Features: Add meta-features requesting awareness of a particular standardBrad King2016-11-021-0/+2
* Features: Centralize per-compiler recording macrosBrad King2016-11-021-1/+9
* Features: Extract strings from test binary more reliably (#15736)Brad King2015-09-101-1/+1
* Features: Use the features symbol in the feature-test compile.Stephen Kelly2014-05-151-1/+1
* Project: Use nullary form of main for compile feature tests.Stephen Kelly2014-05-071-1/+1
* Project: Remove extern from static string in feature tests.Stephen Kelly2014-05-071-1/+1
* Features: Make CMAKE_CXX_KNOWN_FEATURES a property.Stephen Kelly2014-05-021-1/+4
* project: Add infrastructure for recording CXX compiler featuresStephen Kelly2014-04-071-0/+57