summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* install(): Properly ignore FILE_SETs that don't existKyle Edwards2022-02-173-21/+27
* Merge topic 'cmake-empty-cmd-line-arg' into release-3.23Brad King2022-02-1715-6/+60
|\
| * cmake: Ignore any empty "" command line argumentsRobert Maynard2022-02-1614-4/+45
| * Tests: Add RunCMake helper to run cmake with raw execute_process argsBrad King2022-02-161-2/+15
* | Merge topic 'test-cuda-sepcomp-ptx' into release-3.23Brad King2022-02-171-1/+1
|\ \
| * | Tests: Fix CudaOnly.SeparateCompilationPTX test project nameBrad King2022-02-161-1/+1
* | | Merge topic 'tll-genex-concat' into release-3.23Brad King2022-02-162-102/+148
|\ \ \
| * | | target_link_libraries: Improve tolerance of unquoted generator expressionsBrad King2022-02-152-4/+48
| * | | target_link_libraries: Handle keyword arguments in dedicated code pathBrad King2022-02-151-83/+100
| * | | target_link_libraries: Remove likely-broken ancient compatibility checkBrad King2022-02-151-18/+3
| |/ /
* | | Merge branch 'release-3.22' into release-3.23Brad King2022-02-160-0/+0
|\ \ \
| * \ \ Merge branch 'FindGLUT-link-dirs' into release-3.22Brad King2022-02-151-0/+3
| |\ \ \
* | \ \ \ Merge topic 'FindGLUT-link-dirs' into release-3.23Brad King2022-02-161-0/+3
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | FindGLUT: Use link directories for libs from pkg-configSilvio Traversaro2022-02-151-0/+3
| |/ / /
* | | | Merge topic 'FindHDF5-info-binary-exists' into release-3.23Brad King2022-02-161-2/+2
|\ \ \ \
| * | | | FindHDF5: Tolerate failure during compiler interrogationAxel Huebl2022-02-151-2/+2
| | |/ / | |/| |
* | | | Merge topic 'vs-package-restore-docs' into release-3.23Brad King2022-02-167-38/+41
|\ \ \ \
| * | | | Help: Clarify how package resolve mode is intended to be usedCarsten Rudolph2022-02-153-8/+12
| * | | | cmake --build: prioritize --resolve-package-references over presetCarsten Rudolph2022-02-156-30/+29
| |/ / /
* | | | Merge topic 'doc-vs-instance-version' into release-3.23Brad King2022-02-161-5/+22
|\ \ \ \ | |/ / / |/| | |
| * | | Help: Clarify version specification in CMAKE_GENERATOR_INSTANCEBrad King2022-02-151-5/+22
* | | | Merge branch 'release-3.22' into release-3.23Brad King2022-02-150-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'FindMatlab-mcr911' into release-3.22Brad King2022-02-141-1/+1
| |\ \ \
* | \ \ \ Merge topic 'FindMatlab-mcr911' into release-3.23Brad King2022-02-151-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | FindMatlab: Fix version detection for MCR >= 9.10Tom M2022-02-141-1/+1
| |/ / /
* | | | Merge topic 'doc-example-package-components' into release-3.23Brad King2022-02-152-4/+4
|\ \ \ \
| * | | | Help: use package-specific var for supported component listConnor Imes2022-02-142-4/+4
| | |/ / | |/| |
* | | | Merge topic 'doc-no-versioned-soname' into release-3.23Brad King2022-02-152-0/+15
|\ \ \ \
| * | | | Help: Document CMAKE_PLATFORM_NO_VERSIONED_SONAMERalf Habacker2022-02-142-0/+15
* | | | | Merge topic 'doc-export-command' into release-3.23Brad King2022-02-151-43/+88
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Help: Organize and clarify export() command documentationBrad King2022-02-141-43/+88
|/ / / /
* | | | Merge topic 'doc-debug-find-pkg-var' into release-3.23Brad King2022-02-142-5/+6
|\ \ \ \
| * | | | cmake::GetDebugFindPkgOutput: Use consistent argument nameCraig Scott2022-02-141-1/+1
| * | | | Help: Fix typo and improve docs for --debug-find-pkg|var optionsCraig Scott2022-02-141-4/+5
| |/ / /
* | | | Merge topic 'FortranCInterface-macos-arch' into release-3.23Brad King2022-02-142-0/+19
|\ \ \ \
| * | | | FortranCInterface: Fix mangling detection for x86_64 on arm64 macOSBrad King2022-02-112-0/+19
| |/ / /
* | | | Merge topic 'GoogleTest-discovery-fix-escaping' into release-3.23Brad King2022-02-148-24/+147
|\ \ \ \
| * | | | GoogleTest: Fix escaping in test namesEvgeniy Shcherbina2022-02-118-24/+147
| | |_|/ | |/| |
* | | | Merge branch 'release-3.22' into release-3.23Brad King2022-02-140-0/+0
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Merge branch 'restore-target-export-includes' into release-3.22Brad King2022-02-1411-13/+71
| |\ \
* | \ \ Merge topic 'debug-find' into release-3.23Brad King2022-02-1115-88/+375
|\ \ \ \
| * | | | find_package: Improve --debug-find-pkg= when using a find moduleBrad King2022-02-109-4/+176
| * | | | find_package: Avoid printing debug output header multiple timesBrad King2022-02-103-19/+4
| * | | | find_package: Mention package name in Config mode debug outputBrad King2022-02-104-4/+8
| * | | | find_package: Fix find module name in --debug-find outputBrad King2022-02-103-7/+6
| * | | | find_package: Improve formatting of --debug-find outputBrad King2022-02-105-56/+191
| * | | | Tests: Improve order of RunCMake.find_package casesBrad King2022-02-101-3/+2
| * | | | cmFindPackageCommand: Drop ComputeIfDebugModeWanted overloadBrad King2022-02-102-9/+2
|/ / / /
* | | | Merge branch 'release-3.22' into release-3.23Brad King2022-02-100-0/+0
|\ \ \ \ | |/ / /
| * | | Merge branch 'release-3.21' into release-3.22Brad King2022-02-090-0/+0
| |\ \ \