summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Merge topic 'autogen-makefile-depfile' into release-3.29Brad King2024-03-141-32/+10
| |\ \ \ \ \
| * \ \ \ \ \ Merge topic 'LINKER_TYPE-mold-support' into release-3.29Brad King2024-03-142-9/+34
| |\ \ \ \ \ \
* | | | | | | | CMake Nightly Date StampKitware Robot2024-03-241-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2024-03-231-1/+1
* | | | | | | | Merge topic 'doc-CMP0118'Brad King2024-03-221-4/+4
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | CMP0118: Revise documentation to describe actual behaviorDeniz Bahadir2024-03-211-4/+4
* | | | | | | | CMake Nightly Date StampKitware Robot2024-03-221-1/+1
* | | | | | | | Merge topic 'fileapi-provide-glob-dependent'Brad King2024-03-2110-39/+137
|\ \ \ \ \ \ \ \
| * | | | | | | | fileapi: Add CONFIGURE_DEPENDS glob info to cmakeFiles objectArctic Lampyrid2024-03-198-1/+71
| * | | | | | | | cmGlobCacheEntry: Add helper to carry CONFIGURE_DEPENDS glob cache argumentsArctic Lampyrid2024-03-199-38/+66
* | | | | | | | | CMake Nightly Date StampKitware Robot2024-03-211-1/+1
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge topic 'ninja-fortran-include'Brad King2024-03-202-9/+26
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Ninja: Fix Fortran module deps in files INCLUDEd by preprocessed sourcesBrad King2024-03-192-9/+27
| | |_|_|/ / / | |/| | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2024-03-201-1/+1
* | | | | | | Merge topic 'improve-onoff'Brad King2024-03-1942-116/+121
|\ \ \ \ \ \ \
| * | | | | | | Source: Use cmValue::IsOn and IsOffVitaly Stakhovsky2024-03-1742-116/+121
* | | | | | | | CMake Nightly Date StampKitware Robot2024-03-191-1/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2024-03-181-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2024-03-171-1/+1
|/ / / / / /
* | | | | | CMake Nightly Date StampKitware Robot2024-03-161-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2024-03-151-1/+1
* | | | | | Merge topic 'Apple-TBD-in-subdirecory'Brad King2024-03-141-0/+3
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Apple Text Based Stubs: should be usage in subdirectoriesMarc Chevrier2024-03-141-0/+3
| | |/ / / | |/| | |
* | | | | Merge topic 'autogen-makefile-depfile'Brad King2024-03-141-32/+10
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | cmQtAutoGenInitializer: De-duplicate autogen/timestamp target depend logicBrad King2024-03-141-24/+10
| * | | | Autogen: Restore target-ordering dependencies in Makefiles with DEPFILEBrad King2024-03-141-15/+7
* | | | | Merge topic 'LINKER_TYPE-mold-support'Brad King2024-03-142-9/+34
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | LINKER_TYPE: Support MOLD only on GCC versions that support itMarc Chevrier2024-03-132-9/+34
| * | | | LINKER_TYPE: fix spelling error in messageMarc Chevrier2024-03-122-2/+2
* | | | | CMake Nightly Date StampKitware Robot2024-03-141-1/+1
* | | | | Merge topic 'ctest-tls-options'Brad King2024-03-136-53/+134
|\ \ \ \ \
| * | | | | ctest: Fall back to CMake options for TLS versionBrad King2024-03-121-2/+22
| * | | | | ctest: Fall back to CMake options for TLS server verificationBrad King2024-03-121-2/+13
| * | | | | ctest: Add explicit options for TLS versionBrad King2024-03-124-0/+20
| * | | | | ctest: Add explicit options for TLS server verificationBrad King2024-03-124-13/+28
| * | | | | cmCTestCurl: Factor out helper struct for curl optionsBrad King2024-03-123-26/+17
| * | | | | cmCTestCurl: Use inline member initializationBrad King2024-03-122-13/+7
| * | | | | cmCurl: Assert that we cover all TLS versions supported by our vendored curlBrad King2024-03-121-0/+8
| * | | | | cmCurl: Add helper to print curl tls versionBrad King2024-03-122-0/+21
| * | | | | cmCurl: Factor out compatibility code for curl < 7.52Brad King2024-03-121-5/+5
| * | | | | cmCurl: Improve signature of cmCurlParseTLSVersionBrad King2024-03-122-2/+3
* | | | | | Merge topic 'export-find_dependency-calls'Brad King2024-03-134-5/+30
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | EXPORT_PACKAGE_DEPENDENCIES: Add experimental feature gateBrad King2024-03-124-5/+30
* | | | | | CMake Nightly Date StampKitware Robot2024-03-131-1/+1
* | | | | | Merge topic 'export-find_dependency-calls'Brad King2024-03-121-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | install(EXPORT): Drop REQUIRED from exported find_dependency callsBrad King2024-03-111-1/+1
| | |/ / / | |/| | |
| * | | | Merge topic 'ctest-j-default' into release-3.29Brad King2024-03-118-69/+156
| |\ \ \ \
| * \ \ \ \ Merge topic 'ctest-tests-from-file' into release-3.29Brad King2024-03-112-27/+26
| |\ \ \ \ \
* | | | | | | CMake Nightly Date StampKitware Robot2024-03-121-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | Merge topic 'ctest-j-default'Brad King2024-03-118-69/+156
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |