summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMake 3.29.0-rc4v3.29.0-rc4Brad King2024-03-141-1/+1
* Merge topic 'Apple-TBD-in-subdirecory' into release-3.29Brad King2024-03-143-3/+17
|\
| * Apple Text Based Stubs: should be usage in subdirectoriesMarc Chevrier2024-03-143-3/+17
* | Merge branch 'release-3.28' into release-3.29Brad King2024-03-140-0/+0
|\ \
| * \ Merge topic 'autogen-makefile-depfile' into release-3.28Brad King2024-03-147-33/+38
| |\ \
* | \ \ Merge topic 'autogen-makefile-depfile' into release-3.29Brad King2024-03-147-33/+38
|\ \ \ \ | | |/ / | |/| |
| * | | cmQtAutoGenInitializer: De-duplicate autogen/timestamp target depend logicBrad King2024-03-141-24/+10
| * | | Autogen: Restore target-ordering dependencies in Makefiles with DEPFILEBrad King2024-03-147-16/+35
| |/ /
* | | Merge topic 'LINKER_TYPE-mold-support' into release-3.29Brad King2024-03-1412-14/+57
|\ \ \
| * | | LINKER_TYPE: Support MOLD only on GCC versions that support itMarc Chevrier2024-03-1311-14/+51
| * | | LINKER_TYPE: fix spelling error in messageMarc Chevrier2024-03-122-2/+2
| * | | LINKER_TYPE: Document that linker tool should be in the PATHMarc Chevrier2024-03-121-0/+6
* | | | Merge topic 'fc-MakeAvailable-leak-var' into release-3.29Brad King2024-03-141-13/+20
|\ \ \ \ | |_|_|/ |/| | |
| * | | FetchContent: Don't leak temporary variable and restore var robustlyCraig Scott2024-03-131-13/+20
* | | | Merge topic 'export-find_dependency-calls' into release-3.29Brad King2024-03-1329-26/+124
|\ \ \ \
| * | | | EXPORT_PACKAGE_DEPENDENCIES: Add experimental feature gateBrad King2024-03-1229-26/+124
| |/ / /
* | | | Merge branch 'release-3.28' into release-3.29Brad King2024-03-130-0/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge topic 'backport-3.28-ci-xcode-15.3' into release-3.28Brad King2024-03-134-9/+16
| |\ \ \
* | \ \ \ Merge topic 'ci-xcode-15.3' into release-3.29Brad King2024-03-135-10/+17
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge branch 'backport-3.28-ci-xcode-15.3'Brad King2024-03-124-9/+16
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | gitlab-ci: update macOS jobs to use Xcode 15.3Brad King2024-03-121-6/+6
| | * | | Tests: Update RunCMake.CheckCompilerFlag for Xcode 15.3Brad King2024-03-121-2/+2
| | * | | Tests: Update RunCMake.CompileFeatures for Xcode 15.3Brad King2024-03-122-1/+8
| | |/ /
| * | | LinkerId: Update detection of linker tool for Xcode 15.3Brad King2024-03-121-1/+1
|/ / /
* | | Merge topic 'export-find_dependency-calls' into release-3.29Brad King2024-03-123-6/+6
|\ \ \ | |_|/ |/| |
| * | install(EXPORT): Drop REQUIRED from exported find_dependency callsBrad King2024-03-113-6/+6
|/ /
* | Merge topic 'ctest-j-default' into release-3.29Brad King2024-03-1148-208/+440
|\ \
| * | ctest: Allow passing -j without value to choose a contextual defaultBrad King2024-03-1040-51/+372
| * | cmCTestMultiProcessHandler: Modernize member initializationBrad King2024-03-103-34/+23
| * | Tests: Remove unnecessary parallel suppression from CTestCoverageCollectGCOVBrad King2024-03-101-1/+0
| * | Tests: Convert CTestTestSkipReturnCode to RunCMake.ctest_test caseBrad King2024-03-106-48/+15
| * | Tests: Convert CTestTestSerialOrder to RunCMake.ctest_test caseBrad King2024-03-105-75/+31
* | | Merge topic 'ctest-tests-from-file' into release-3.29Brad King2024-03-1120-36/+80
|\ \ \
| * | | Help: Improve ctest tests-from-file documentation wording and wrappingBrad King2024-03-081-4/+4
| * | | ctest: Remove unnecessary and ambiguous tests-from-file comment syntaxBrad King2024-03-084-7/+10
| * | | ctest: Honor tests-from-file options with empty inputBrad King2024-03-0811-22/+53
| * | | Tests: Make ctest tests-from-file expected output more preciseBrad King2024-03-087-3/+13
* | | | Merge topic 'llvm-objdump' into release-3.29Brad King2024-03-112-2/+2
|\ \ \ \
| * | | | GET_RUNTIME_DEPENDENCIES: Allow more whitespace before objdump's "DLL Name:"Adrian Pop2024-03-102-2/+2
| |/ / /
* | | | Merge topic 'marmasm-language' into release-3.29Brad King2024-03-111-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | ASM_MARMASM: Remove broken partial support for preprocessor definesAlexander Neumann2024-03-101-1/+1
|/ / /
* | | Merge branch 'release-3.28' into release-3.29Brad King2024-03-080-0/+0
|\ \ \ | | |/ | |/|
| * | Merge topic 'cxxmodules-target-objects' into release-3.28Brad King2024-03-084-0/+42
| |\ \
* | \ \ Merge topic 'cxxmodules-target-objects' into release-3.29Brad King2024-03-084-0/+42
|\ \ \ \ | | |/ / | |/| |
| * | | Tests/CXXModules: add a test using `TARGET_OBJECTS` from modulesBen Boeckel2024-03-064-0/+42
| |/ /
* | | Merge topic 'doc-https' into release-3.29Brad King2024-03-088-16/+16
|\ \ \
| * | | Help: Convert http URLs to httpsscivision2024-03-078-16/+16
| | |/ | |/|
* | | Merge topic 'ctest-tests-from-file' into release-3.29Brad King2024-03-0820-19/+47
|\ \ \ | |/ / |/| |
| * | ctest: Exit with failure when tests-from-file input is missingBrad King2024-03-0616-10/+38
| * | Tests: Generalize ctest tests-from-file test casesBrad King2024-03-066-9/+9
|/ /