summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/try_compile/RunCMakeTest.cmake
Commit message (Expand)AuthorAgeFilesLines
* try_compile(): Include languages with _ or - when passing linker varsCraig Scott2024-03-221-0/+2
* try_compile: Run native build tool with verbose outputBrad King2023-01-201-0/+2
* Tests: Add explicit ConfigureLog case to RunCMake.try_compileBrad King2023-01-161-0/+1
* Tests: Simplify RunCMake.try_compile compiler inspectionBrad King2022-10-311-0/+6
* Tests: Fix logic to enable RunCMake.try_compile OBJC/OBJCXX casesBrad King2022-10-311-6/+9
* Merge topic 'try_compile-CMP0128'Brad King2022-10-251-4/+5
|\
| * Tests: Avoid running C++11 test on GNU < 4.7Brad King2022-10-241-4/+5
* | Merge topic 'try_compile-CMP0128'Brad King2022-10-191-0/+17
|\ \ | |/
| * try_compile: Honor CMP0128 setting in test projectBrad King2022-10-181-0/+17
* | try_compile: Add SOURCE_FROM_FILEMatthew Woehlke2022-09-221-0/+1
* | try_compile: Add SOURCE_FROM_{ARG,VAR}Matthew Woehlke2022-09-221-0/+4
* | try_compile: Add PROJECT keyword-dispatched signatureMatthew Woehlke2022-09-141-0/+6
* | try_compile: Add keyword-dispatched signatureMatthew Woehlke2022-09-051-55/+10
* | cmCoreTryCompile: Port to cmArgumentParserBrad King2022-08-021-0/+1
* | Tests: Add RunCMake.try_compile case for try_run-only argsBrad King2022-08-021-0/+1
* | Tests: Add RunCMake.try_compile case covering empty value argumentsBrad King2022-07-261-0/+1
* | Tests: Add RunCMake.try_compile case covering list arguments with no valuesBrad King2022-07-261-0/+1
* | try_compile: Fail earlier when bindir is not an absolute pathBrad King2022-07-261-0/+2
* | try_compile: Propagate platform variables in project-mode tooBrad King2022-05-161-0/+2
|/
* Merge topic 'env-init-configs'Brad King2021-11-231-0/+2
|\
| * try_compile: Do not use CMAKE_BUILD_TYPE or CMAKE_CONFIGURATION_TYPES env varsBrad King2021-11-221-0/+2
* | LCC: Add policy CMP0129 regarding interpreting LCC as GNUmakise-homura2021-10-211-2/+2
* | LCC: Add dedicated support for MCST LCC compilermakise-homura2021-10-151-3/+3
|/
* Tests: Update for upstream ninja change to write status on stderrBrad King2021-02-231-0/+4
* ISPC: Support generation for multiple instruction setsRobert Maynard2020-09-041-0/+9
* Tests: Skip RunCMake.try_compile RerunCMake-nowork case on 1s filesystemsBrad King2020-06-011-2/+6
* cmCoreTryCompile::CleanupFiles now removes symlinks instead of their contents.Johnny Jazeix2019-12-261-0/+4
* CUDA: Add cuda meta-features (e.g. ``cuda_std_11``) supportRobert Maynard2019-12-101-5/+1
* ObjC: Add try_compile supportCristian Adam2019-11-091-0/+6
* try_compile/try_run: Add support for LINK_OPTIONS option.Marc Chevrier2018-12-011-0/+7
* CUDA: Port test cases to Windows with MSVC host compilerBrad King2017-01-121-1/+5
* try_compile: extend CMP0067 to honor language standards for CUDA.Robert Maynard2016-12-121-0/+3
* try_compile: Add policy CMP0067 to honor language standardsBrad King2016-12-061-0/+1
* try_compile: Add options to specify language standardsBrad King2016-12-061-0/+17
* try_compile: Honor CMAKE_WARN_DEPRECATED in test projectBrad King2016-11-221-0/+1
* try_compile: Add policy CMP0066 to honor CMAKE_<LANG>_FLAGS_<CONFIG>Brad King2016-06-291-0/+1
* Revert "try_compile: Honor CMAKE_<LANG>_FLAGS_<CONFIG> changes"Brad King2016-06-281-1/+0
* try_compile: Optionally forward custom platform variables to test projectBrad King2016-05-251-0/+4
* try_compile: Honor CMAKE_<LANG>_FLAGS_<CONFIG> changes (#16054)Brad King2016-04-111-0/+1
* try_compile: Add option to control type of targetBrad King2016-02-191-0/+4
* try_compile: Test that CMake re-runs on input changeBrad King2015-01-271-0/+33
* try_compile: Pass linker flags into test project (#14066)Brad King2014-12-031-0/+2
* try_compile: Add COPY_FILE_ERROR option to capture failureBrad King2013-07-151-0/+2
* try_compile: Add signature to allow multiple SOURCESBrad King2013-06-061-0/+3
* try_compile: Refactor argument processingBrad King2013-05-311-1/+2
* try_compile: Add test for bad call error casesBrad King2013-05-311-0/+11