summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/try_compile
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'try_compile-more-consistent-errors'Brad King2022-09-202-2/+2
|\
| * try_compile: Improve error message consistencyMatthew Woehlke2022-09-162-2/+2
* | Merge topic 'add-try_compile-test-documentation'Brad King2022-09-191-0/+9
|\ \
| * | Tests: document try_{compile,run} old/new signature testingMatthew Woehlke2022-09-151-0/+9
* | | Merge topic 'improve-try_compile-arg-error'Brad King2022-09-193-3/+3
|\ \ \ | |_|/ |/| |
| * | try_compile: More useful error if insufficient argumentsMatthew Woehlke2022-09-153-3/+3
| |/
* | Merge topic 'try_compile-new-project-signature'Brad King2022-09-1619-0/+51
|\ \ | |/ |/|
| * try_compile: Add PROJECT keyword-dispatched signatureMatthew Woehlke2022-09-1419-0/+51
* | Tests: Fix recently added testsMatthew Woehlke2022-09-143-3/+9
|/
* try_compile: Record output location instead of reverse computing itRobert Maynard2022-09-074-0/+23
* try_compile: Add keyword-dispatched signatureMatthew Woehlke2022-09-0556-136/+258
* try_compile: Don't accept try_run argumentsMatthew Woehlke2022-08-171-8/+13
* cmCoreTryCompile: Port to cmArgumentParserBrad King2022-08-0211-73/+44
* Tests: Add RunCMake.try_compile case for try_run-only argsBrad King2022-08-023-0/+83
* Tests: Add RunCMake.try_compile case covering empty value argumentsBrad King2022-07-264-0/+15
* Tests: Add RunCMake.try_compile case covering list arguments with no valuesBrad King2022-07-262-0/+9
* try_compile: Fail earlier when bindir is not an absolute pathBrad King2022-07-267-0/+16
* cmTarget: add support for C++ module fileset typesBen Boeckel2022-06-161-2/+13
* try_compile: Add option to skip passing platform variablesBrad King2022-05-163-0/+14
* try_compile: Propagate platform variables in project-mode tooBrad King2022-05-167-0/+24
* 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