summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | cmSystemTools: move `ComputeCertificateThumbprint` to the only consumerBen Boeckel2023-08-083-85/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's no need to have this API on `cmSystemTools` with only a single consumer.
| * | | | | cmSystemTools: remove `ComputeFileHash` methodBen Boeckel2023-08-082-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | No longer used.
| * | | | | cmCryptoHash: prefer to cmSystemTools::ComputeFileHashBen Boeckel2023-08-083-11/+9
| | | | | |
| * | | | | cmSystemTools: remove `ComputeStringMD5` methodBen Boeckel2023-08-082-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | No longer used.
| * | | | | cmCryptoHash: prefer to cmSystemTools::ComputeStringMD5Ben Boeckel2023-08-087-21/+22
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | The latter call is no longer post-bootstrap only since 596439b1bb (cmCustomCommandGenerator: Add option to transform depfile, 2020-10-05) via !5325. Convert callers to just use `cmCryptoHash` directly and remove the bootstrap guard.
* | | | | Merge topic 'test-cxxmodules-generated-fix'Brad King2023-08-102-5/+9
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1e9ec93f48 Tests/RunCMake/CXXModules: actually generate the source at build time Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8693
| * | | | | Tests/RunCMake/CXXModules: actually generate the source at build timeBen Boeckel2023-08-072-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This tests what is intended to be tested (sources that do not exist until after the configure has run).
* | | | | | Merge topic 'ci-hip'Brad King2023-08-105-1/+29
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cffa56c918 ci: Add HIP job based on Fedora image 05277d92da ci: Add ROCm HIP to Fedora base image Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8698
| * | | | | | ci: Add HIP job based on Fedora imageBrad King2023-08-074-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Fedora `rocm-hip-devel` package organizes the `hip-lang` cmake package differently from the official ROCm base images. Cover it separately. Issue: #25050
| * | | | | | ci: Add ROCm HIP to Fedora base imageBrad King2023-08-072-1/+8
| |/ / / / /
* | | | | | CMake Nightly Date StampKitware Robot2023-08-101-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge topic 'add-cm-fileno'Brad King2023-08-095-14/+34
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fbdb1fd843 Source: Add cm_fileno wrapper Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8686
| * | | | | Source: Add cm_fileno wrapperKyle Edwards2023-08-075-14/+34
| | |_|/ / | |/| | | | | | | | | | | | | And use it where appropriate.
* | | | | CMake Nightly Date StampKitware Robot2023-08-091-1/+1
| |_|/ / |/| | |
* | | | Merge topic 'FindPython-MINGW-support'Brad King2023-08-081-11/+54
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d6b9af5f91 FindPython: enhance MinGW support Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8687
| * | | | FindPython: enhance MinGW supportMarc Chevrier2023-08-051-11/+54
| |/ / / | | | | | | | | | | | | Ensure python-config script can be used.
* | | | Merge topic 'cmExperimental-uuid-doc'Brad King2023-08-081-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 21c45a81c3 Help/experimental: fix UUID documentation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8692
| * | | | Help/experimental: fix UUID documentationBen Boeckel2023-08-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | This was missed in be53c75852 (cmExperimental: recycle the C++ modules API UUID, 2023-07-21) from !8639.
* | | | | Merge branch 'release-3.27'Brad King2023-08-080-0/+0
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge topic 'file-GENERATE-arg-parsing' into release-3.27Brad King2023-08-085-1/+12
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 88f90a72f1 file(GENERATE): Restore INPUT|CONTENT parse checking Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8694
* | \ \ \ \ Merge topic 'file-GENERATE-arg-parsing'Brad King2023-08-085-1/+12
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 88f90a72f1 file(GENERATE): Restore INPUT|CONTENT parse checking Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8694
| * | | | | file(GENERATE): Restore INPUT|CONTENT parse checkingEvan Wilde2023-08-075-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactoring in commit bff468c988 (cmFileCommand: Use cm::optional for keyword argument presence, 2022-06-30, v3.25.0-rc1~512^2) accidentally broke the check that the input argument is either `INPUT` or `CONTENT`. The check is supposed to fail when arguments are passed in the wrong order. For example: file(GENERATE OUTPUT ... TARGET <target> CONTENT <content>) Prior to this fix, the input method would be CONTENT, but because the first parsed keyword is not `CONTENT`, `inputIsContent` would be false. The first parsed keyword isn't INPUT either, so we would not continue into the error condition. CMake would then try to handle this as an input file, when there isn't one, resulting in uninitialized memory usage and segfaults or corruption later on. Fixes: #25169
* | | | | | Merge branch 'release-3.27'Brad King2023-08-080-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge topic 'help-importing-exporting-lib' into release-3.27Brad King2023-08-081-2/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b7704e8818 Help/guide/importing-exporting: Update line numbers in prose Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8691
* | \ \ \ \ \ Merge topic 'help-importing-exporting-lib'Brad King2023-08-081-2/+2
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b7704e8818 Help/guide/importing-exporting: Update line numbers in prose Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8691
| * | | | | | Help/guide/importing-exporting: Update line numbers in proseAdrien Ollier2023-08-071-2/+2
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | These were missed in commit aef057d0e8 (Help/guide: fix MathFunctionsTargets.cmake path in importing-exporting, 2023-05-26, v3.27.0-rc1~39^2) when a line was added to the example code.
* | | | | | Merge branch 'release-3.27'Brad King2023-08-080-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge topic 'FindJNI-xcode-12.2' into release-3.27Brad King2023-08-081-0/+17
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | efa0e2ddaf FindJNI: Update for Xcode greater than 12.1 on macOS Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8690
* | \ \ \ \ \ Merge topic 'FindJNI-xcode-12.2'Brad King2023-08-081-0/+17
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | efa0e2ddaf FindJNI: Update for Xcode greater than 12.1 on macOS Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8690
| * | | | | | FindJNI: Update for Xcode greater than 12.1 on macOSChristian Oyarzun2023-08-071-0/+17
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | `JavaVM.framework` was removed from Xcode in version 12.2+. Fixes: #23364
* | | | | | Merge branch 'release-3.27'Brad King2023-08-080-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge topic 'cmList-append-regression' into release-3.27Brad King2023-08-083-29/+57
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7f9f96151a cmList: Fix performance regression in append/prepend Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8684
* | \ \ \ \ \ Merge topic 'cmList-append-regression'Brad King2023-08-083-26/+36
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ee5edf77db Merge branch 'backport-3.27-cmList-append-regression' into cmList-append-regression a9a34edc82 cmList: Fix performance regression in append/prepend 7f9f96151a cmList: Fix performance regression in append/prepend Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8684
| * \ \ \ \ \ \ Merge branch 'backport-3.27-cmList-append-regression' into ↵Marc Chevrier2023-08-040-0/+0
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | | | | | | | | cmList-append-regression
| | * | | | | | cmList: Fix performance regression in append/prependMarc Chevrier2023-08-043-29/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: #25147
| * | | | | | | cmList: Fix performance regression in append/prependMarc Chevrier2023-08-043-26/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: #25147
* | | | | | | | CMake Nightly Date StampKitware Robot2023-08-081-1/+1
| | | | | | | |
* | | | | | | | Merge branch 'release-3.27'Craig Scott2023-08-070-0/+0
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge topic 'doc-fixups-release-3.27' into release-3.27Craig Scott2023-08-076-36/+46
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 78e7ea598d cmLocalGenerator: Fix trivial spelling error in code comment 1285fe27ff Help: Improve formatting and fix wording for ENABLE_EXPORTS 91336d061c Help: Improve formatting and cross-references for DEPENDS_EXPLICIT_ONLY 03208d9e18 Help: Fix indenting within TARGET_RUNTIME_DLLS genex docs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8688
* | | | | | | | Merge topic 'doc-fixups-release-3.27'Craig Scott2023-08-076-36/+46
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | / | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 78e7ea598d cmLocalGenerator: Fix trivial spelling error in code comment 1285fe27ff Help: Improve formatting and fix wording for ENABLE_EXPORTS 91336d061c Help: Improve formatting and cross-references for DEPENDS_EXPLICIT_ONLY 03208d9e18 Help: Fix indenting within TARGET_RUNTIME_DLLS genex docs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8688
| * | | | | | cmLocalGenerator: Fix trivial spelling error in code commentCraig Scott2023-08-061-1/+1
| | | | | | |
| * | | | | | Help: Improve formatting and fix wording for ENABLE_EXPORTSCraig Scott2023-08-062-28/+32
| | | | | | |
| * | | | | | Help: Improve formatting and cross-references for DEPENDS_EXPLICIT_ONLYCraig Scott2023-08-042-4/+10
| | | | | | |
| * | | | | | Help: Fix indenting within TARGET_RUNTIME_DLLS genex docsCraig Scott2023-08-041-3/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge topic 'doc-install'Brad King2023-08-071-132/+177
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b97350a151 Help: Add more install(TARGETS) examples 0827305032 Help: Clarify install(TARGETS) artifact-kind option group ordering 7bd6478dd0 Help: Use argument value placeholders consistently in install(TARGETS) ae381e1075 Help: Reorganize install() sections 5d15231a67 Help: Revert "improve install() documentation of argument ordering" Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8683
| * | | | | | Help: Add more install(TARGETS) examplesBrad King2023-08-031-38/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add examples showing per-artifact components and per-configuration destinations. Fixes: #25144
| * | | | | | Help: Clarify install(TARGETS) artifact-kind option group orderingBrad King2023-08-031-19/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revise the signature and description to explicitly distinguish the initial group of artifact options from later groups that apply to a specific kind. Issue: #25144 Fixes: #16362
| * | | | | | Help: Use argument value placeholders consistently in install(TARGETS)Brad King2023-08-031-45/+46
| | | | | | |
| * | | | | | Help: Reorganize install() sectionsBrad King2023-08-031-20/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After switching to the signature directive we no longer need per-signature sections. Group all the signatures in one section. Add a table of contents since it is no longer redundant with the synopsis.
| * | | | | | Help: Revert "improve install() documentation of argument ordering"Brad King2023-08-031-15/+1
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert commit f09fda97d8 (Help: improve install() documentation of argument ordering, 2018-01-08, v3.11.0-rc1~126^2). Although the example it added is correct, its explanation is misleading. Revert it to make room for an alternative. Issue: #25144 Issue: #16362