summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cpack-command-line-arguments'Brad King2022-04-211-108/+115
|\
| * CPack: Use cmCommandLineArgument instead of cmsys::CommandLineArgumentsKyle Edwards2022-04-201-108/+115
* | Merge topic 'find_package_document_global_in_full_signature'Brad King2022-04-211-0/+1
|\ \
| * | Help: Clarify that find_package GLOBAL argument is supported in full signatureRobert Maynard2022-04-201-0/+1
* | | Merge branch 'release-3.23'Brad King2022-04-210-0/+0
|\ \ \
| * \ \ Merge topic 'FindPython-pypy-v7.3.9-support' into release-3.23Brad King2022-04-211-1/+12
| |\ \ \
* | \ \ \ Merge topic 'FindPython-pypy-v7.3.9-support'Brad King2022-04-211-1/+12
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | FindPython: Add support for pypy v7.3.9 and uppersMarc Chevrier2022-04-201-1/+12
* | | | | Merge branch 'release-3.23'Brad King2022-04-210-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge topic 'file-set-build-export' into release-3.23Brad King2022-04-214-24/+135
| |\ \ \ \
* | \ \ \ \ Merge topic 'file-set-build-export'Brad King2022-04-214-24/+135
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | cmExportBuildFileGenerator: handle genex-wrapped source pathsBen Boeckel2022-04-182-19/+130
| * | | | | cmInstallCommand: tweak error messageBen Boeckel2022-04-162-5/+5
| | |/ / / | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2022-04-211-1/+1
| |_|_|/ |/| | |
* | | | Merge topic 'cpack-dmg-sla'Brad King2022-04-2015-6/+91
|\ \ \ \
| * | | | CPack/DMG: Do not use CPACK_RESOURCE_FILE_LICENSE for SLA by defaultBrad King2022-04-1415-6/+91
* | | | | Merge topic 'vs-dotnet-startup-object'Brad King2022-04-2011-0/+112
|\ \ \ \ \
| * | | | | VS: Add StartupObject property for managed .NET projectsFlorian Schweiger2022-04-1211-0/+112
* | | | | | Merge topic 'cmake-gui-font'Brad King2022-04-201-1/+2
|\ \ \ \ \ \
| * | | | | | cmake-gui: avoid undefined font in recent macOSCarlo Marcelo Arenas Belón2022-04-151-1/+2
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'command-line-argument-bool'Brad King2022-04-203-76/+71
|\ \ \ \ \ \
| * | | | | | Refactor: Use cmCommandLineArgument::setTo{True,Value}()Kyle Edwards2022-04-182-76/+21
| * | | | | | cmCommandLineArgument: Add setToTrue() and setToValue() helpersKyle Edwards2022-04-181-0/+50
* | | | | | | Merge branch 'release-3.23'Brad King2022-04-200-0/+0
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge topic 'target-runtime-dlls-doc' into release-3.23Brad King2022-04-201-7/+7
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge topic 'target-runtime-dlls-doc'Brad King2022-04-201-7/+7
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Help: Remove references to MODULE in $<TARGET_RUNTIME_DLLS> docKyle Edwards2022-04-191-7/+7
| |/ / / / /
* | | | | | CMake Nightly Date StampKitware Robot2022-04-201-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2022-04-191-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2022-04-181-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2022-04-171-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2022-04-161-1/+1
| |/ / / / |/| | | |
* | | | | Merge branch 'release-3.23'Brad King2022-04-150-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | Merge topic 'CPackIFW-extra-dot' into release-3.23Brad King2022-04-151-3/+3
| |\ \ \ \
* | \ \ \ \ Merge topic 'CPackIFW-extra-dot'Brad King2022-04-151-3/+3
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | CPackIFW: Fix regression in icon file namesJean-Philippe Lebel2022-04-141-3/+3
* | | | | | Merge branch 'release-3.23'Brad King2022-04-150-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge topic 'file-set-generated-dependency' into release-3.23Brad King2022-04-156-2/+33
| |\ \ \ \ \ | | |/ / / / | |/| | | |
* | | | | | Merge topic 'file-set-generated-dependency'Brad King2022-04-156-2/+33
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | FILE_SET: Make INTERFACE libraries with HEADER_SETS participate in buildsystemKyle Edwards2022-04-146-2/+33
* | | | | | CMake Nightly Date StampKitware Robot2022-04-151-1/+1
| |_|/ / / |/| | | |
* | | | | Merge topic 'export-missing-targets'Brad King2022-04-1411-157/+117
|\ \ \ \ \
| * | | | | cmExportFileGenerator: Simplify collection of targets missing from export setBrad King2022-04-1111-157/+117
* | | | | | Merge topic 'vswhere-support'Brad King2022-04-142-56/+129
|\ \ \ \ \ \
| * | | | | | VS: Add support for enumerating VS instances with vswhereNiyas Sait2022-04-132-2/+58
| * | | | | | VS: refactor EnumerateAndChooseVSInstanceNiyas Sait2022-04-112-56/+73
| |/ / / / /
* | | | | | Merge topic 'xcode-universal'Brad King2022-04-1415-13/+65
|\ \ \ \ \ \
| * | | | | | Xcode: Add tests for OBJECT library per target `OSX_ARCHITECTURES`Hyper Nova Sun2022-04-126-0/+24
| * | | | | | Xcode: Check for multiple `OSX_ARCHITECTURES` on targetHyper Nova Sun2022-04-111-3/+21
| * | | | | | cmTarget: Add `HasKnownObjectFileLocation()` shorthandHyper Nova Sun2022-04-119-11/+21
| |/ / / / /