summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cmCTestMultiProcessHandler: Use cm::uv_loop_ptr abstractionBrad King2023-11-173-6/+7
* cmCTestMultiProcessHandler: Factor out helper to check for completionJohn Parent2023-11-172-1/+7
* cmCTestMultiProcessHandler: Replace false condition with opposite assertChris Mahoney2023-11-171-3/+1
* cmCTestRunTest: Consolidate initialization in constructorBrad King2023-11-173-25/+15
* Tests: Cover ctest waiting on insufficient non-zero spare test-loadBrad King2023-11-175-15/+21
* Merge topic 'autogen-rsp'Brad King2023-11-1713-62/+142
|\
| * Autogen: Use new API for limiting autogen command line lengthstophoo2023-11-163-12/+2
| * Autogen: Add support for response files for moc predef targetstophoo2023-11-1611-1/+88
| * Autogen: Generalize MaybeWriteMocResponseFile to MaybeWriteResponseFiletophoo2023-11-141-50/+53
* | Merge topic 'UseSWIG-csharp-dllimport'Brad King2023-11-171-1/+1
|\ \
| * | UseSWIG: ensure generated CSharp source code is portable.Marc Chevrier2023-11-141-1/+1
* | | Merge topic 'FetchContent-find_package-args'Brad King2023-11-171-2/+2
|\ \ \
| * | | FetchContent: Fix syntax to forward FIND_PACKAGE_ARGS arguments correctlyAdam Ć ulc2023-11-151-2/+2
* | | | Merge branch 'release-3.28'Brad King2023-11-170-0/+0
|\ \ \ \
| * \ \ \ Merge topic 'update-kwiml' into release-3.28Brad King2023-11-173-3/+3
| |\ \ \ \
* | \ \ \ \ Merge topic 'update-kwiml'Brad King2023-11-173-3/+3
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'upstream-KWIML' into update-kwimlBrad King2023-11-163-3/+3
| |\ \ \ \ \
| | * | | | | KWIML 2023-11-16 (500bc253)KWIML Upstream2023-11-163-3/+3
* | | | | | | Merge branch 'release-3.28'Brad King2023-11-170-0/+0
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge topic 'doc-deprecated-hanging-indent' into release-3.28Brad King2023-11-171-3/+5
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'doc-deprecated-hanging-indent'Brad King2023-11-171-3/+5
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Utilities/Sphinx: Add hanging indent to deprecation notesBrad King2023-11-161-3/+5
| |/ / / / /
* | | | | | CMake Nightly Date StampKitware Robot2023-11-171-1/+1
* | | | | | Merge topic 'install-export-xcframework'Brad King2023-11-1637-58/+549
|\ \ \ \ \ \
| * | | | | | CMakePackageConfigHelpers: Add generate_apple_platform_selection_file()Kyle Edwards2023-11-159-0/+170
| * | | | | | install(EXPORT): Add ability to point to .xcframework fileKyle Edwards2023-11-1530-43/+338
| * | | | | | cmExportBuildFileGenerator: Add structs for target exportsKyle Edwards2023-11-144-20/+46
| | |_|_|_|/ | |/| | | |
* | | | | | Merge topic 'doc-file'Brad King2023-11-161-34/+34
|\ \ \ \ \ \
| * | | | | | Help: Clarify file() command multi-value argument placeholdersBrad King2023-11-151-34/+34
* | | | | | | CMake Nightly Date StampKitware Robot2023-11-161-1/+1
|/ / / / / /
* | | | | | Merge branch 'release-3.28'Brad King2023-11-150-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | CMake 3.28.0-rc5v3.28.0-rc5Brad King2023-11-151-1/+1
* | | | | | Merge branch 'release-3.28'Brad King2023-11-150-0/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'release-3.27' into release-3.28Brad King2023-11-151-2/+2
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'release-3.27'Brad King2023-11-151-2/+2
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | CMake 3.27.8v3.27.8Brad King2023-11-152-3/+3
* | | | | | | Merge branch 'release-3.28'Brad King2023-11-150-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'release-3.27' into release-3.28Brad King2023-11-150-0/+0
| |\ \ \ \ \ \ | | |/ / / / /
* | | | | | | Merge branch 'release-3.27'Brad King2023-11-150-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'backport-target-objects' into release-3.27Brad King2023-11-1510-30/+82
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'release-3.28'Brad King2023-11-150-0/+0
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge topic 'target-objects' into release-3.28Brad King2023-11-1510-25/+80
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'target-objects'Brad King2023-11-1510-25/+80
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge branch 'backport-target-objects' into target-objectsBrad King2023-11-1410-23/+79
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| | * | | | | | | cmComputeLinkInformation: Track targets named by TARGET_OBJECTS sourcesBrad King2023-11-1410-21/+74
| | * | | | | | | cmCommonTargetGenerator: Factor out GetLinkedTargetDirectories loop bodyBrad King2023-11-141-9/+8
| * | | | | | | | cmCommonTargetGenerator: Drop unused local variableBrad King2023-11-141-1/+0
| * | | | | | | | cmComputeLinkInformation: Simplify recording OBJECT libraries as link itemsBrad King2023-11-141-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'doc-find_package-advice'Brad King2023-11-153-0/+47
|\ \ \ \ \ \ \ \
| * | | | | | | | Help: FetchContent FIND_PACKAGE_ARGS REQUIRED usually inappropriateCraig Scott2023-11-071-0/+6