summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | | generated-scripts: quote variable expansionsBen Boeckel2022-04-202-5/+5
| * | | generated-scripts: simplify `if` conditionsBen Boeckel2022-04-203-14/+11
| * | | generated-cmake: use `_cmake_` prefixes for local variablesBen Boeckel2022-04-203-37/+37
| * | | cmExportFileGenerator: require CMake 2.8.3Ben Boeckel2022-04-201-3/+6
* | | | Merge topic 'ghs-rerun-cmake-fix'Brad King2022-04-221-9/+8
|\ \ \ \
| * | | | GHS: Fix RERUN_CMAKE issue when generation step failsFred Baksik2022-04-161-9/+8
* | | | | Merge topic 'NO_CMAKE_INSTALL_PREFIX'Brad King2022-04-224-5/+115
|\ \ \ \ \
| * | | | | Find: Support per call disabling of CMAKE_INSTALL_PREFIXRobert Maynard2022-04-154-5/+115
* | | | | | CMake Nightly Date StampKitware Robot2022-04-221-1/+1
| |_|_|/ / |/| | | |
* | | | | 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 'file-set-build-export'Brad King2022-04-212-11/+88
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | cmExportBuildFileGenerator: handle genex-wrapped source pathsBen Boeckel2022-04-181-8/+85
| * | | | cmInstallCommand: tweak error messageBen Boeckel2022-04-161-3/+3
| * | | | Merge topic 'CPackIFW-extra-dot' into release-3.23Brad King2022-04-151-3/+3
| |\ \ \ \
* | | | | | CMake Nightly Date StampKitware Robot2022-04-211-1/+1
| |_|/ / / |/| | | |
* | | | | Merge topic 'cpack-dmg-sla'Brad King2022-04-201-1/+5
|\ \ \ \ \
| * | | | | CPack/DMG: Do not use CPACK_RESOURCE_FILE_LICENSE for SLA by defaultBrad King2022-04-141-1/+5
* | | | | | Merge topic 'vs-dotnet-startup-object'Brad King2022-04-201-0/+14
|\ \ \ \ \ \
| * | | | | | VS: Add StartupObject property for managed .NET projectsFlorian Schweiger2022-04-121-0/+14
* | | | | | | 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
* | | | | | | | 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 topic 'CPackIFW-extra-dot'Brad King2022-04-151-3/+3
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | CPackIFW: Fix regression in icon file namesJean-Philippe Lebel2022-04-141-3/+3
* | | | | | Merge topic 'file-set-generated-dependency'Brad King2022-04-151-2/+4
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | FILE_SET: Make INTERFACE libraries with HEADER_SETS participate in buildsystemKyle Edwards2022-04-141-2/+4
| |/ / / /
| * | | | CMake 3.23.1v3.23.1Brad King2022-04-121-1/+1
| * | | | Merge topic 'file-set-repr-improvements' into release-3.23Brad King2022-04-125-101/+136
| |\ \ \ \
| * \ \ \ \ Merge topic 'correct_list-presets_parsing' into release-3.23Brad King2022-04-121-2/+3
| |\ \ \ \ \
| * \ \ \ \ \ Merge topic 'xcode-pch' into release-3.23Brad King2022-04-121-4/+6
| |\ \ \ \ \ \
* | | | | | | | 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-149-13/+41
|\ \ \ \ \ \ \
| * | | | | | | Xcode: Check for multiple `OSX_ARCHITECTURES` on targetHyper Nova Sun2022-04-111-3/+21
| * | | | | | | cmTarget: Add `HasKnownObjectFileLocation()` shorthandHyper Nova Sun2022-04-119-11/+21
| |/ / / / / /
* | | | | | | Merge topic 'list_presets'Brad King2022-04-142-8/+4
|\ \ \ \ \ \ \
| * | | | | | | cmCMakePresetsGraph: do not set default value for TestOutputTruncationFrank Winklmeier2022-04-122-8/+4
* | | | | | | | Merge topic 'cmake_host_system_information-query-windows-registry'Brad King2022-04-144-0/+607
|\ \ \ \ \ \ \ \