summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'try_compile-source-from'Brad King2022-09-2313-0/+29
|\
| * try_compile: Add SOURCE_FROM_FILEMatthew Woehlke2022-09-224-0/+7
| * try_compile: Add SOURCE_FROM_{ARG,VAR}Matthew Woehlke2022-09-2210-0/+22
* | Merge topic 'modernize-build-self'Brad King2022-09-232-7/+11
|\ \
| * | Build: Modernize some `foreach` calls to use `IN LISTS`/`IN ITEMS`Alex Turbov2022-09-222-7/+11
* | | Merge topic 'cdo-consider-dots'Brad King2022-09-233-0/+6
|\ \ \
| * | | CMakeDependentOption: allow in depends the use of .Vicente Adolfo Bolea Sanchez2022-09-213-0/+6
| |/ /
* | | Genex LINK_LIBRARY: Add support for framework with postfixMarc Chevrier2022-09-213-0/+42
|/ /
* | 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-192-0/+18
|\ \
| * | Tests: document try_{compile,run} old/new signature testingMatthew Woehlke2022-09-152-0/+18
* | | 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
* | | Merge topic 'xcode-lib-dirs'Brad King2022-09-163-0/+25
|\ \ \
| * | | Xcode: Do not append per-config suffixes to library search pathsMikko Sivulainen2022-09-153-0/+25
| |/ /
* | | Merge topic 'fphsa-no-version-var'Brad King2022-09-163-0/+5
|\ \ \
| * | | FPHSA: Fix regression when VERSION_VAR is missingBrad King2022-09-153-0/+5
| | |/ | |/|
* | | cmake --list-presets: List package as a valid optionKyle Edwards2022-09-153-0/+5
|/ /
* | Merge topic 'fix-try_compile-tests'Brad King2022-09-153-3/+9
|\ \
| * | Tests: Fix recently added testsMatthew Woehlke2022-09-143-3/+9
| |/
* | Merge topic 'link-framework-with-multi-config-postfix'Brad King2022-09-151-0/+5
|\ \ | |/ |/|
| * Apple: Fix regression when linking a framework with postfixMarc Chevrier2022-09-141-0/+5
* | Merge topic 'MsvcDebugInformationFormatAbstraction'Brad King2022-09-1414-0/+128
|\ \
| * | MSVC: Add abstraction for debug information formatGlen Chung2022-09-1414-0/+128
* | | Merge topic 'modules-use-new-try_compile-signature'Brad King2022-09-144-2/+15
|\ \ \
| * | | Modules: Use new keyword-dispatched try_compile signatureMatthew Woehlke2022-09-144-2/+15
| |/ /
* | | CMakePresets.json: Fix error message for unsupported package presetsKyle Edwards2022-09-131-1/+1
* | | Merge topic 'fix-commandline-test-with-symlinks'Brad King2022-09-131-1/+6
|\ \ \
| * | | Tests: Fix RunCMake.CommandLine test in unusual environmentsMatthew Woehlke2022-09-121-1/+6
| |/ /
* | | Merge topic 'try_compile_correctly_compute_exec_name'Brad King2022-09-129-18/+28
|\ \ \
| * | | try_compile: Record output location instead of reverse computing itRobert Maynard2022-09-079-18/+28
| |/ /
* | | Merge topic 'fetchcontent-redirect-version-exact'Brad King2022-09-121-0/+4
|\ \ \ | | |/ | |/|
| * | FetchContent: Ignore EXACT for redirected find_package() callsCraig Scott2022-09-111-0/+4
| * | Merge topic 'truncation_invalid' into release-3.24Brad King2022-09-097-0/+10
| |\ \
* | \ \ Merge topic 'fphsa-error-message-empty-version-var'Brad King2022-09-094-1/+15
|\ \ \ \
| * | | | FPHSA: Improve error message when VERSION_VAR is empty or has been unset()Andrea Pappacoda2022-09-074-1/+15
* | | | | Merge topic 'truncation_invalid'Brad King2022-09-097-0/+10
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Tests: Add cases covering bad ctest output truncation typesBrad King2022-09-077-0/+10
* | | | | Merge topic 'check-library-properties-fix-performances-regression'Brad King2022-09-092-5/+5
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | Check link libraries properties: fix performances regressionMarc Chevrier2022-09-072-5/+5
| |/ /
* | | Merge topic 'try_compile-unique-bindir'Brad King2022-09-0770-163/+314
|\ \ \
| * | | try_compile: Add keyword-dispatched signatureMatthew Woehlke2022-09-0570-163/+314
* | | | Merge topic 'return-propagate-variables'Brad King2022-09-0714-1/+218
|\ \ \ \
| * | | | return(): Propagate variables to result scopeMarc Chevrier2022-09-0314-1/+218
* | | | | Merge topic 'cpack-reuse-cmake-tools'Brad King2022-09-076-11/+11
|\ \ \ \ \
| * | | | | CPack: re-use paths of tools discovered by CMakeFindBinUtilsMatteo Martelli2022-09-066-11/+11
| |/ / / /
* | | | | Merge topic 'implicit-link-info-msvc'Brad King2022-09-061-0/+1
|\ \ \ \ \