summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ci: Update CMake version to 3.30.0Brad King2024-07-022-7/+7
|
* CMake 3.30.0v3.30.0Brad King2024-07-021-1/+1
|
* Merge branch 'release-3.29' into release-3.30Brad King2024-07-020-0/+0
|\
| * Merge branch 'release-3.28' into release-3.29Brad King2024-07-020-0/+0
| |\
| | * Merge topic 'ctest-windows-std-handles' into release-3.28Brad King2024-07-023-34/+0
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | e4d0169107 ctest: Fix spurious build failures with CTEST_USE_LAUNCHERS on Windows Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9598
* | | \ Merge topic 'fix-doc-manual-cmake-cxxmodules' into release-3.30Brad King2024-06-271-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 727d25152b Help: Fix typo in cmake-cxxmodules(7) note syntax Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !9625
| * | | | Help: Fix typo in cmake-cxxmodules(7) note syntax權少2024-06-261-1/+1
|/ / / / | | | | | | | | | | | | | | | | Fix a typo from commit 5bbd2c12db (Help/cmake-cxxmodules: describe the compilation strategy, 2024-03-26, v3.30.0-rc1~251^2~22).
* | | | Merge topic 'ci-cmake-update' into release-3.30Brad King2024-06-262-7/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bd84ed18a7 ci: Update CMake version to 3.30.0-rc4 Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !9624
| * | | | ci: Update CMake version to 3.30.0-rc4Brad King2024-06-242-7/+7
|/ / / /
* | | | CMake 3.30.0-rc4v3.30.0-rc4Brad King2024-06-241-1/+1
| | | |
* | | | Merge topic 'emacs-bracket-syntax-fix' into release-3.30Brad King2024-06-241-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3ecf6bd1b1 cmake-mode.el: fix bracket string/comment syntax-propertize Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9621
| * | | | cmake-mode.el: fix bracket string/comment syntax-propertizeeutro2024-06-241-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With `lexical-binding: t`, the `end` variable is undefined in `cmake--syntax-propertize-until-bracket-close`, causing syntax highlighting errors. This fixes that by passing `end` from the caller.
* | | | | Merge branch 'release-3.29' into release-3.30Brad King2024-06-240-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge topic 'vs-17.11' into release-3.29Brad King2024-06-241-4/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dfe0f3f358 VS: Fix '-T version=14.4x' under VS 17.1x Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9622
* | \ \ \ \ Merge topic 'vs-17.11' into release-3.30Brad King2024-06-241-4/+2
|\ \ \ \ \ \ | | |/ / / / | |/| / / / | |_|/ / / |/| | | | | | | | | | | | | | dfe0f3f358 VS: Fix '-T version=14.4x' under VS 17.1x Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9622
| * | | | VS: Fix '-T version=14.4x' under VS 17.1xBrad King2024-06-241-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Starting with VS 17.10 the v143 toolset reserves versions `14.30` through `14.49`. This is the first time that the first three digits of the version do not match the toolset name. Extend the special case from commit d256581bb0 (VS: Fix '-T version=14.40' under VS 17.10 preview 1, 2024-02-19, v3.29.0-rc2~10^2) to cover the entire reserved version range.
* | | | | Merge branch 'release-3.29' into release-3.30Brad King2024-06-240-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge topic 'libuv-macos-kqueue' into release-3.29Brad King2024-06-249-40/+54
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 422c1de564 libuv: macos: restore use of kqueue instead of posix poll 7e3519e705 libuv: macos: reap child processes more reliably when using kqueue Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9619
| * \ \ \ \ Merge topic 'ctest-windows-std-handles' into release-3.29Brad King2024-06-243-34/+0
| |\ \ \ \ \ | | |_|/ / / | |/| | | / | | | |_|/ | | |/| | | | | | | | | | | | e4d0169107 ctest: Fix spurious build failures with CTEST_USE_LAUNCHERS on Windows Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9598
* | | | | Merge topic 'libuv-macos-kqueue' into release-3.30Brad King2024-06-249-40/+54
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | 422c1de564 libuv: macos: restore use of kqueue instead of posix poll 7e3519e705 libuv: macos: reap child processes more reliably when using kqueue Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9619
| * | | | libuv: macos: restore use of kqueue instead of posix pollBrad King2024-06-213-11/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert commit f54ec4e7f9 (libuv: macos: use posix poll instead of kqueue, 2024-03-31, v3.29.1~7^2) and its parent. It is not necessary after the kqueue-based implementation was fixed to reap child processes more reliably. Issue: #25839
| * | | | libuv: macos: reap child processes more reliably when using kqueueBrad King2024-06-216-29/+50
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Backport libuv commit `42cc412c4a` (darwin,process: feed kevent the signal to reap children, 2023-02-01, `v1.45.0~55`) from libuv PR 3893. Fixes: #25839
* | | | Merge topic 'link-feature-attributes-stabilization' into release-3.30Brad King2024-06-2458-191/+268
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 576567f028 Link feature attributes: stabilization 5617c34c31 Libraries processing: update configuration wording Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9607
| * | | | Link feature attributes: stabilizationMarc Chevrier2024-06-2146-166/+240
| | | | | | | | | | | | | | | | | | | | | | | | | * enhance OVERRIDE handling * Update wording
| * | | | Libraries processing: update configuration wordingMarc Chevrier2024-06-2116-25/+28
| | | | |
* | | | | Merge topic 'nmc-config-list' into release-3.30Brad King2024-06-249-48/+49
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b1a804d616 Ninja Multi-Config: Fix crash if config list is changed in subdirectory 9f8afacb3e cmGlobalNinjaGenerator: Reuse local generator caching of config list 48b911e3e5 cmGlobalNinjaGenerator: Factor out helper for global config list lookup e2c6a54b07 cmGlobalNinjaGenerator: De-duplicate CMAKE_CONFIGURATION_TYPES lookup Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !9618
| * | | | | Ninja Multi-Config: Fix crash if config list is changed in subdirectoryBrad King2024-06-214-4/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Look up the value of `CMAKE_CONFIGURATION_TYPES` only in the top level directory. Fixes: #26064
| * | | | | cmGlobalNinjaGenerator: Reuse local generator caching of config listBrad King2024-06-215-16/+12
| | | | | |
| * | | | | cmGlobalNinjaGenerator: Factor out helper for global config list lookupBrad King2024-06-212-27/+22
| | | | | |
| * | | | | cmGlobalNinjaGenerator: De-duplicate CMAKE_CONFIGURATION_TYPES lookupBrad King2024-06-211-5/+3
|/ / / / /
* | | | | Merge topic 'doc-cpack-nuget' into release-3.30Brad King2024-06-211-0/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a08faa1a2a Help: Mention CPack/NuGet additions in the 3.30 release notes Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9613
| * | | | | Help: Mention CPack/NuGet additions in the 3.30 release notesAlex Turbov2024-06-201-0/+7
|/ / / / /
* | | | | Merge topic 'doc-cpack-nuget' into release-3.30Brad King2024-06-191-41/+123
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dbdca56555 Help: CPack/NuGet avoid deprecated variables in the usage example d06a39dd59 Help: CPack/NuGet add `:Supported:` to some variables a6a8212ba2 Help: CPack/NuGet add description to the added variables 039bf0f3f3 Help: CPack/NuGet fix `versionadded` position 391e339926 Help: CPack/NuGet add deprecation notes according to the current spec 4e11de312b Help: Reorder variables as they mentioned in the official spec Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9605
| * | | | | Help: CPack/NuGet avoid deprecated variables in the usage exampleAlex Turbov2024-06-171-2/+1
| | | | | |
| * | | | | Help: CPack/NuGet add `:Supported:` to some variablesAlex Turbov2024-06-171-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some features of NuGet require relatively fresh versions. Mention that versions as they are specified in the upstream spec.
| * | | | | Help: CPack/NuGet add description to the added variablesAlex Turbov2024-06-171-0/+55
| | | | | |
| * | | | | Help: CPack/NuGet fix `versionadded` positionAlex Turbov2024-06-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | It should be right after `.. variable::`
| * | | | | Help: CPack/NuGet add deprecation notes according to the current specAlex Turbov2024-06-171-0/+7
| | | | | |
| * | | | | Help: Reorder variables as they mentioned in the official specAlex Turbov2024-06-171-39/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, group 'em into sub-sub-sections (same as in the upstream doc). See also, https://learn.microsoft.com/en-us/nuget/reference/nuspec
* | | | | | Merge topic 'cpackrpm_owner_execute' into release-3.30Brad King2024-06-181-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | f73ad97220 CPack/RPM: Fix debuginfo permissions check Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9603
| * | | | | CPack/RPM: Fix debuginfo permissions checkAdrian DC2024-06-171-1/+1
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Replace non-existent 'USER_EXECUTE' with intended 'OWNER_EXECUTE'. Signed-off-by: Adrian DC <radian.dc@gmail.com>
* | | | | Merge branch 'release-3.29' into release-3.30Brad King2024-06-171-0/+7
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | CMake 3.29.6v3.29.6Brad King2024-06-172-1/+8
| | | | |
* | | | | Merge topic 'doc-link-library-features' into release-3.30Brad King2024-06-174-103/+115
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | c4fdf01a84 Help: Improve link library feature properties docs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9599
| * | | | Help: Improve link library feature properties docsCraig Scott2024-06-154-103/+115
| | | | |
* | | | | Merge topic 'ci-cmake-update' into release-3.30Brad King2024-06-152-7/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4e2037032d ci: Update CMake version to 3.30.0-rc3 Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !9601
| * | | | | ci: Update CMake version to 3.30.0-rc3Brad King2024-06-142-7/+7
|/ / / / /
* | | | | CMake 3.30.0-rc3v3.30.0-rc3Brad King2024-06-141-1/+1
| | | | |
* | | | | Merge topic 'doc-cleanup' into release-3.30Brad King2024-06-143-7/+6
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6636b11997 Help: Minor grammar and formatting cleanup c2390f7676 Help: Fix nuget example with unwanted comment and bad use of rst link Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9600
| * | | | Help: Minor grammar and formatting cleanupCraig Scott2024-06-142-4/+4
| | | | |