summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/try_compile
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'env-init-configs'Brad King2021-11-233-0/+27
|\
| * try_compile: Do not use CMAKE_BUILD_TYPE or CMAKE_CONFIGURATION_TYPES env varsBrad King2021-11-223-0/+27
* | 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-0412-0/+52
* Move AddCompilerRequirementFlag to cmStandardLevelResolverRobert Maynard2020-07-152-2/+2
* Tests/RunCMake: Update cmake_minimum_required versionsBrad King2020-06-183-2/+3
* 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-262-0/+25
* CUDA: Add cuda meta-features (e.g. ``cuda_std_11``) supportRobert Maynard2019-12-101-5/+1
* ObjC: Add try_compile supportCristian Adam2019-11-099-0/+44
* Add deprecation warnings for policies CMP0067 and belowBrad King2019-07-011-0/+11
* Tests: fix failures with gnu mode clang on windowsZsolt Parragi2019-05-241-1/+3
* Add deprecation warnings for policies CMP0066 and belowBrad King2019-02-211-1/+12
* Tests: Teach tests when to treat clang-cl as MSVCZsolt Parragi2019-02-111-1/+1
* try_compile/try_run: Add support for LINK_OPTIONS option.Marc Chevrier2018-12-014-0/+57
* Add deprecation warnings for policies CMP0063 and belowBrad King2018-09-171-1/+12
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-013-5/+5
* CUDA: Port test cases to Windows with MSVC host compilerBrad King2017-01-122-1/+14
* try_compile: extend CMP0067 to honor language standards for CUDA.Robert Maynard2016-12-125-0/+22
* try_compile: Add policy CMP0067 to honor language standardsBrad King2016-12-065-0/+90
* try_compile: Add options to specify language standardsBrad King2016-12-0614-0/+112
* try_compile: Honor CMAKE_WARN_DEPRECATED in test projectBrad King2016-11-222-0/+20
* try_compile: Add policy CMP0066 to honor CMAKE_<LANG>_FLAGS_<CONFIG>Brad King2016-06-295-0/+81
* Revert "try_compile: Honor CMAKE_<LANG>_FLAGS_<CONFIG> changes"Brad King2016-06-283-21/+0
* try_compile: Optionally forward custom platform variables to test projectBrad King2016-05-252-0/+27
* Revise C++ coding style using clang-formatKitware Robot2016-05-162-3/+9
* try_compile: Honor CMAKE_<LANG>_FLAGS_<CONFIG> changes (#16054)Brad King2016-04-113-0/+21
* try_compile: Add option to control type of targetBrad King2016-02-197-0/+41
* Merge topic 'test-rerun-cmake'Brad King2015-01-278-0/+56
|\
| * try_compile: Test that CMake re-runs on input changeBrad King2015-01-278-0/+56
* | try_run: Add support for LINK_LIBRARIES option.Matt McCormick2015-01-261-2/+2
|/
* try_compile: Pass linker flags into test project (#14066)Brad King2014-12-034-0/+86
* Cygwin: Avoid legacy warnings in RunCMake.* testsBrad King2013-08-131-1/+1
* try_compile: Add COPY_FILE_ERROR option to capture failureBrad King2013-07-157-0/+16
* try_compile: Add signature to allow multiple SOURCESBrad King2013-06-0610-0/+41
* try_compile: Refactor argument processingBrad King2013-05-3111-9/+17
* try_compile: Add test for bad call error casesBrad King2013-05-3131-0/+79