summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | Merge branch 'release-3.30'Brad King2024-06-240-0/+0
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | 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
* | | | | | | | | Merge topic 'libuv-macos-kqueue'Brad 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 'find_library-per-arch-lib-with-sysroot'Brad King2024-06-241-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e74fba3d9c find_library: Search per-arch lib directories when compiling with sysroot Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9614
| * | | | | | | | find_library: Search per-arch lib directories when compiling with sysrootHarmen Stoppels2024-06-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using Gentoo Prefix on Debian, find_library for libm.so fails, because it needs to locate the lib in $sysroot/usr/lib64/libm.so, i.e. lib64/ not lib/. To fix this, do not disable per-arch lib directories when a sysroot is set. Fixes: #26069
* | | | | | | | | Merge topic 'apple-framework-bundle-name'Brad King2024-06-249-27/+102
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8a06f173d9 Apple: Add CFBundleName to framework Info.plist files 7c1a18655b Tests/RunCMake/Framework: Improve failure messages Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Jason Juang <jasjuang@gmail.com> Merge-request: !9610
| * | | | | | | | | Apple: Add CFBundleName to framework Info.plist filesBrad King2024-06-208-0/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: #26046
| * | | | | | | | | Tests/RunCMake/Framework: Improve failure messagesBrad King2024-06-183-27/+53
| | | | | | | | | |
* | | | | | | | | | Merge branch 'release-3.30'Brad King2024-06-240-0/+0
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| * | | | | | | | | 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
* | \ \ \ \ \ \ \ \ \ Merge topic 'link-feature-attributes-stabilization'Brad 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 branch 'release-3.30'Brad King2024-06-240-0/+0
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | 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
* | \ \ \ \ \ \ \ \ \ \ Merge topic 'nmc-config-list'Brad 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
| |/ / / / / / / / / /
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2024-06-241-1/+1
| |_|_|_|_|_|/ / / / |/| | | | | | | | |
* | | | | | | | | | CMake Nightly Date StampKitware Robot2024-06-231-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | CMake Nightly Date StampKitware Robot2024-06-221-1/+1
| | | | | | | | |
* | | | | | | | | Merge topic 'masm-static-lib'Brad King2024-06-216-0/+6
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | faadb86474 ASM_MASM: Add support for masm-only static libraries Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9612
| * | | | | | | | | ASM_MASM: Add support for masm-only static librariesJeremy Koritzinsky2024-06-206-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set correct command to create a static library for Microsoft assembly dialects. Fixes: #18889
* | | | | | | | | | Merge branch 'release-3.30'Brad King2024-06-210-0/+0
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | 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
* | \ \ \ \ \ \ \ \ \ Merge topic 'doc-cpack-nuget'Brad 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
| |/ / / / / / / /
* | | | | | | | | CMake Nightly Date StampKitware Robot2024-06-211-1/+1
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2024-06-201-1/+1
| | | | | | | |
* | | | | | | | Merge branch 'release-3.30'Brad King2024-06-190-0/+0
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | 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
* | \ \ \ \ \ \ \ Merge topic 'doc-cpack-nuget'Brad 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
* | | | | | | | | CMake Nightly Date StampKitware Robot2024-06-191-1/+1
| | | | | | | | |
* | | | | | | | | Merge branch 'release-3.30'Brad King2024-06-180-0/+0
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | 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
* | | | | | | | | Merge topic 'cpackrpm_owner_execute'Brad 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>
* | | | | | | CMake Nightly Date StampKitware Robot2024-06-181-1/+1
| | | | | | |
* | | | | | | Merge branch 'release-3.30'Brad King2024-06-170-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'release-3.29' into release-3.30Brad King2024-06-171-0/+7
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |