https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
6244615 CMake 3.26.3 04 April 2023, 18:59:48 UTC
5a3a7ab Merge branch 'release-3.25' into release-3.26 04 April 2023, 18:25:35 UTC
905b62c Merge branch 'release-3.24' into release-3.25 04 April 2023, 18:24:58 UTC
dc6ef0d Merge branch 'release-3.23' into release-3.24 04 April 2023, 18:24:50 UTC
87812bb Merge topic 'test-xcode-14.3' into release-3.26 3bb46b29fd Tests: Teach RunCMake to ignore Xcode DVTCoreDeviceEnabledState warnings Merge-request: !8392 04 April 2023, 17:04:05 UTC
9b828e0 Merge branch 'test-xcode-14.3' into release-3.25 Merge-request: !8392 04 April 2023, 17:03:49 UTC
d27cff7 Merge branch 'test-xcode-14.3' into release-3.24 Merge-request: !8392 04 April 2023, 17:03:41 UTC
21f6ada Merge branch 'test-xcode-14.3' into release-3.23 Merge-request: !8392 04 April 2023, 17:03:10 UTC
3bb46b2 Tests: Teach RunCMake to ignore Xcode DVTCoreDeviceEnabledState warnings On some Xcode versions, `xcodebuild` may warn: ... xcodebuild[...] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default Teach RunCMake to drop such incidental lines before matching against expected output. 04 April 2023, 17:00:07 UTC
fca7e77 Merge branch 'release-3.25' into release-3.26 04 April 2023, 13:27:00 UTC
1dae4d9 Merge branch 'release-3.24' into release-3.25 04 April 2023, 13:26:46 UTC
741abe2 Merge branch 'release-3.23' into release-3.24 04 April 2023, 13:26:32 UTC
f8deb84 Merge topic 'swift-xcode-14.3' into release-3.26 52dbfefe0d Xcode: Fix detection of Swift compiler location for Xcode 14.3 Merge-request: !8388 04 April 2023, 13:24:57 UTC
636df83 Merge branch 'swift-xcode-14.3' into release-3.25 Merge-request: !8388 03 April 2023, 23:03:37 UTC
5db0c6c Merge branch 'swift-xcode-14.3' into release-3.24 Merge-request: !8388 03 April 2023, 23:03:24 UTC
3b7809b Merge branch 'swift-xcode-14.3' into release-3.23 Merge-request: !8388 03 April 2023, 23:02:56 UTC
52dbfef Xcode: Fix detection of Swift compiler location for Xcode 14.3 Previously we tried to match output from `xcodebuild` to detect the path to the `swiftc` tool. This approach is used for C and CXX for historical reasons, but is unnecessary for Swift. We know the name of the tool, so we can just ask `xcrun --find swiftc`. Fixes: #24666 03 April 2023, 22:59:57 UTC
b5e972f Merge branch 'release-3.25' into release-3.26 03 April 2023, 12:57:50 UTC
921ffd3 Merge topic 'vs-fortran-try_compile' into release-3.26 4da50fe3f4 VS: Remove extra try_compile argument in Intel Fortran check Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8383 03 April 2023, 12:56:54 UTC
46441e5 Merge branch 'vs-fortran-try_compile' into release-3.25 Merge-request: !8383 31 March 2023, 12:51:07 UTC
4da50fe VS: Remove extra try_compile argument in Intel Fortran check Refactoring in commit d00d8537f6 (Modules: Use new keyword-dispatched try_compile signature, 2022-09-16, v3.25.0-rc1~115^2) accidentally left one of the old signature arguments behind, causing a warning. 31 March 2023, 12:22:23 UTC
bef6a27 CMake 3.26.2 29 March 2023, 18:19:57 UTC
0849598 Merge topic 'swift-old-driver' into release-3.26 006e1995eb Swift: Restore compatibility with old C++ driver Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8365 29 March 2023, 13:13:31 UTC
006e199 Swift: Restore compatibility with old C++ driver The `-wmo` flag added by commit 6063428de7 (Swift: Update default build flags, 2022-10-03, v3.26.0-rc1~585^2~1) behaves differently with the old driver. Detect when the old driver is being used, and avoid adding that flag. Fixes: #24641 28 March 2023, 14:02:05 UTC
fbe739e Merge topic 'mingw-slashes' into release-3.26 a67cd9c39c Ninja: Restore slash style for MinGW tools when extra languages are enabled Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8368 28 March 2023, 12:11:08 UTC
a67cd9c Ninja: Restore slash style for MinGW tools when extra languages are enabled Since commit f3ca199c9b (cmGlobalNinjaGenerator: Factor out GNU-like command-line detection on Windows, 2023-03-18, v3.26.1~2^2~6), we accidentally "unrecognize" MinGW tools on Windows if a language other than C or CXX is enabled. This causes the wrong slash style to be generated in paths in `build.ninja`. Fixes: #24642 27 March 2023, 22:20:23 UTC
381327c Merge topic 'module-depends-static-lib-cycle' into release-3.26 01d7860fdb Ninja,Makefile: Restore Fortran module scanning in static library cycle 846baa7c5b cmGlobalGenerator: Factor out helper to check target ordering Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8363 27 March 2023, 13:51:58 UTC
01d7860 Ninja,Makefile: Restore Fortran module scanning in static library cycle Since * commit eed295fd8a (cmGlobalNinjaGenerator: require that dependency info files work, 2023-02-01, v3.26.0-rc1~1^2~1), and * commit 13810dee17 (cmDependsFortran: require that dependency info files work, 2023-02-01, v3.26.0-rc1~1^2), the Ninja and Makefile generators' module dependency scanning requires that scanning results from from linked targets is available before scanning the current target. In the case of a static library cycle, we cannot expect this information from other static libraries in the cycle. Previously we supported cyclic cases at the cost of silently ignoring missing information. We already compute a global order of targets that respects all `add_dependencies`, but may break `target_link_libraries` dependencies that occur in a static library cycle. Use this order to filter the linked targets so we only expect scanning results to be available from those targets that build before the current target. This approach is sufficient to support module dependency scanning in static library cycles as long as module dependencies do not cross between two libraries in the same cycle. Fixes: #24631 24 March 2023, 19:57:52 UTC
846baa7 cmGlobalGenerator: Factor out helper to check target ordering 24 March 2023, 19:57:52 UTC
fae6e8c CMake 3.26.1 23 March 2023, 13:12:04 UTC
e133fe3 Merge topic 'FindHDF5-CXX-without-C' into release-3.26 a6bb4975ab FindHDF5: Restore parallel HDF5 detection with only CXX enabled Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8355 23 March 2023, 12:42:53 UTC
a6bb497 FindHDF5: Restore parallel HDF5 detection with only CXX enabled Since commit 14c46fb16a (FindHDF5: Find C component with only CXX compiler, 2022-12-13, v3.26.0-rc1~175^2), if CXX is enabled but C is not, the `_HDF5_test_regular_compiler_C` helper writes a `.cpp` source but the `_HDF5_invoke_compiler` still expects a `.c` source. Refactor the logic to select a name for the source file up front, and use it in both helpers. Fixes: #24627 Issue: #24241 22 March 2023, 15:50:18 UTC
15a86d4 Merge topic 'clang-windows-cxx-modules' into release-3.26 1b7c26da49 Ninja: Wrap rules using '>' shell redirection with 'cmd /C' on Windows ffd8537acf Clang: Record Clang 16.0 C++ modules flags only for GNU-like front-end 6013227230 cmGlobalNinjaGenerator: Use forward slashes in clang modmap format on Windows d9d74b5e8a cmDyndepCollation: Drop outdated mentions of CXX_MODULE_INTERNAL_PARTITIONS edab56d29a cmLocalNinjaGenerator: De-duplicate condition for using 'cmd /C' on Windows 8ebe3f92b3 cmGlobalNinjaGenerator: Detect GNU-like command-line for dyndep collator f3ca199c9b cmGlobalNinjaGenerator: Factor out GNU-like command-line detection on Windows f79817fcf0 cmCxxModuleMapper: Use value semantics in path conversion callback ... Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8346 21 March 2023, 12:58:42 UTC
90d90a5 Merge topic 'clang-cl-showIncludes' into release-3.26 843fc607de Ninja: Restore detection of clang-cl showIncludes prefix 3346570ae9 Tests: Comment RunCMake.Ninja ShowIncludes sample input languages Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8344 21 March 2023, 12:57:34 UTC
bf6131f Merge topic 'FindPython-SOSABI-handling' into release-3.26 4c902d675b FindPython: ensure Stable ABI is correctly handled Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8345 21 March 2023, 12:56:06 UTC
1b7c26d Ninja: Wrap rules using '>' shell redirection with 'cmd /C' on Windows This is needed for the clang-scan-deps rule added by commit 0e21e55fc5 (Clang: Record Clang 16.0 C++ modules flags only for GNU-like front-end, 2023-03-16). Fixes: #24611 20 March 2023, 17:13:30 UTC
ffd8537 Clang: Record Clang 16.0 C++ modules flags only for GNU-like front-end The settings added by commit 3fe8e33f27 (Clang: Record Clang 16.0 flags for our experimental C++ modules support, 2023-03-03, v3.26.0-rc6~6^2) work only for the GNU-like `clang++` front-end, and not for the MSVC-like `clang-cl` on Windows. Also quote the path to `clang-scan-deps` to support spaces in its path. Issue: #24611 20 March 2023, 17:13:08 UTC
843fc60 Ninja: Restore detection of clang-cl showIncludes prefix Since commit 8f82e755f3 (Ninja: Fix detection of MSVC showIncludes prefix in Italian, 2023-01-26, v3.26.0-rc1~20^2) our regex no longer matches the output from `clang-cl`, which uses a relative path, forward slashes, and is always in English [1]: Note: including file: ./foo.h Update the regex to match that too. [1] https://github.com/llvm/llvm-project/blob/llvmorg-16.0.0/clang/lib/Frontend/HeaderIncludeGen.cpp#L102 Co-authored-by: Brad King <brad.king@kitware.com> 20 March 2023, 14:08:25 UTC
3346570 Tests: Comment RunCMake.Ninja ShowIncludes sample input languages 20 March 2023, 14:05:57 UTC
4c902d6 FindPython: ensure Stable ABI is correctly handled Fixes: #24610 20 March 2023, 12:10:53 UTC
6013227 cmGlobalNinjaGenerator: Use forward slashes in clang modmap format on Windows Issue: #24611 18 March 2023, 15:52:42 UTC
d9d74b5 cmDyndepCollation: Drop outdated mentions of CXX_MODULE_INTERNAL_PARTITIONS These were left from an older design iteration in which, for MSVC, we needed to distinguish `cl -internalPartition` from `cl -interface` before scanning. It is no longer needed since `cl -scanDependencies` was updated to use the standard-conforming interpretation of non-exported module partition syntax. Issue: #24611 18 March 2023, 15:52:42 UTC
edab56d cmLocalNinjaGenerator: De-duplicate condition for using 'cmd /C' on Windows 18 March 2023, 15:52:41 UTC
8ebe3f9 cmGlobalNinjaGenerator: Detect GNU-like command-line for dyndep collator This will help the collator choose flags and path styles for modmap files. 18 March 2023, 15:52:41 UTC
f3ca199 cmGlobalNinjaGenerator: Factor out GNU-like command-line detection on Windows 18 March 2023, 15:52:41 UTC
f79817f cmCxxModuleMapper: Use value semantics in path conversion callback The call site already owns a path it doesn't need when the callback returns. Hand ownership to the callback so it can optionally mutate the path without necessarily allocating. 18 March 2023, 15:52:41 UTC
5ab002e cmCxxModuleMapper: Remove redundant path conversion callbacks Two calls to `PathForGenerator` were applied to values returned by `BmiGeneratorPathForModule`, that already calls `PathForGenerator`. 18 March 2023, 15:52:41 UTC
5e5a21a Merge topic 'CMakePackageConfigHelpers-ARCH_INDEPENDENT' into release-3.26 6988ddf8ac WriteBasicConfigVersionFile: Fix regression in ARCH_INDEPENDENT check Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8337 17 March 2023, 11:54:16 UTC
970af1c Merge topic 'FindMatlab-R2023a' into release-3.26 58ab34d88a FindMatlab: add version/release map for R2023a Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8334 17 March 2023, 11:46:53 UTC
6988ddf WriteBasicConfigVersionFile: Fix regression in ARCH_INDEPENDENT check Refactoring in commit 77982de955 (CMakePackageConfigHelpers: only emit arch check if needed, 2023-01-29, v3.26.0-rc1~16^2) did not correctly preserve the check for empty `CMAKE_SIZEOF_VOID_P`. Fix it. The difference between the version files generated before and after is: -if(CMAKE_SIZEOF_VOID_P STREQUAL "" OR "8" STREQUAL "") +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") This restores the check generated before the above-mentioned commit. Fixes: #24608 16 March 2023, 15:26:10 UTC
58ab34d FindMatlab: add version/release map for R2023a 16 March 2023, 15:08:05 UTC
6c71fa6 CMake 3.26.0 14 March 2023, 14:04:14 UTC
c2b1d9b Merge topic 'revert-CheckCompilerFlag-clang-argument-unused' into release-3.26 97fcd3bd30 CheckCompilerFlag: Revert 'Match the Clang "argument unused" output ...' Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Acked-by: scivision <michael@scivision.dev> Merge-request: !8322 14 March 2023, 13:29:00 UTC
97fcd3b CheckCompilerFlag: Revert 'Match the Clang "argument unused" output ...' Revert commit 5b45a3d0ce (CheckCompilerFlag: Match the Clang "argument unused" output for all languages, 2023-01-23, v3.26.0-rc1~38^2). It broke existing projects that were silently tolerating unrelated unused arguments in their checks for C and CXX. For example, using `CFLAGS=-nostdinc` or `CXXFLAGS=-nostdinc++` causes those flags to be used when driving the linker as well, and Clang warns they are unused in that case. Add a test case covering the now-restored behavior. Fixes: #24591 13 March 2023, 20:18:50 UTC
bd74679 Merge branch 'release-3.25' into release-3.26 13 March 2023, 18:31:47 UTC
2644555 Merge branch 'backport-3.25-log-failed-compiler-id' into release-3.25 Merge-request: !8320 13 March 2023, 18:31:05 UTC
9f54901 CompilerId: Restore logging of failed identifications in CMake 3.25 Changes in commit 9c5bd7fe3a (CompilerId: Output errors from all attempts at detection, 2022-08-16, v3.25.0-rc1~290^2) accidentally stopped logging failed compiler identification build output. This was fixed for CMake 3.26 and later by commit 24ccc8c3c9 (CompilerId: Restore logging of failed identifications, 2023-01-16, v3.26.0-rc1~70^2~6). Backport it to 3.25. 13 March 2023, 18:29:50 UTC
8e4c849 Merge topic 'revert-optimize-target-depends-closure' into release-3.26 685108a582 Ninja: Revert "Optimize target depends closure" due to performance regression Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8315 13 March 2023, 13:36:01 UTC
685108a Ninja: Revert "Optimize target depends closure" due to performance regression Revert commit 1f16af01f4 (cmGlobalNinjaGenerator: Optimize target depends closure, 2023-01-17, v3.26.0-rc1~74^2). It regressed generation time for some projects. Revert it pending further investigation. 10 March 2023, 20:13:23 UTC
454bfa7 CMake 3.26.0-rc6 08 March 2023, 19:04:09 UTC
3bb8263 Merge branch 'release-3.25' into release-3.26 08 March 2023, 15:35:16 UTC
5709a7e CMake 3.25.3 08 March 2023, 15:01:06 UTC
db8be3b Merge branch 'release-3.25' into release-3.26 08 March 2023, 14:50:39 UTC
9ee3e2c Merge branch 'release-3.24' into release-3.25 08 March 2023, 14:50:32 UTC
451d1c8 CMake 3.24.4 08 March 2023, 14:15:32 UTC
cea9dae Merge topic 'revert-vs-BuildInParallel' into release-3.26 abb1c12162 VS: Revert "Build custom commands concurrently when possible" Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8297 08 March 2023, 13:56:28 UTC
a7e697d Merge branch 'release-3.25' into release-3.26 08 March 2023, 13:53:36 UTC
d748167 Merge topic 'file-install-macos' into release-3.26 a6f5bdd650 Merge branch 'backport-3.24-file-install-macos' 35f2b1bf5b file(INSTALL): Fix file ownership regression when running as root on macOS a5d6548587 file(INSTALL): Fix file ownership regression when running as root on macOS Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8293 08 March 2023, 13:52:08 UTC
84adf3e Merge branch 'release-3.24' into release-3.25 08 March 2023, 12:45:25 UTC
24f356c Merge branch 'backport-3.24-file-install-macos' into release-3.25 Merge-request: !8293 08 March 2023, 12:45:15 UTC
a6373ca Merge branch 'backport-3.24-file-install-macos' into release-3.24 Merge-request: !8293 08 March 2023, 12:44:36 UTC
a6f5bdd Merge branch 'backport-3.24-file-install-macos' 08 March 2023, 12:37:35 UTC
abb1c12 VS: Revert "Build custom commands concurrently when possible" Since commit 33c15ae2b9 (VS: Build custom commands concurrently when possible, 2023-01-19, v3.26.0-rc1~56^2) we add `BuildInParallel` to custom commands in `.vcxproj` files. However, this can break existing projects that implicitly rely on serial execution of custom commands. For example, custom commands in our FindCUDA module run MSVC (via nvcc) with a common `vc*.pdb` file, and therefore cannot run in parallel. Revert use of `BuildInParallel` while leaving most of the infrastructure for it in place. It can be restored later with an option or policy. Fixes: #24576 Issue: #18405 07 March 2023, 19:19:49 UTC
35f2b1b file(INSTALL): Fix file ownership regression when running as root on macOS Backport KWSys commit `51272e80e` (SystemTools: Avoid macOS copyfile semantic differences as root, 2023-03-07). Fixes: #24577 07 March 2023, 16:39:58 UTC
a5d6548 file(INSTALL): Fix file ownership regression when running as root on macOS Backport KWSys commit `51272e80e` (SystemTools: Avoid macOS copyfile semantic differences as root, 2023-03-07). Fixes: #24577 07 March 2023, 16:36:25 UTC
5f4dad3 Merge topic 'clang-16-cxx-modules' into release-3.26 3fe8e33f27 Clang: Record Clang 16.0 flags for our experimental C++ modules support Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: scivision <michael@scivision.dev> Acked-by: Alex <leha-bot@yandex.ru> Merge-request: !8285 06 March 2023, 13:59:20 UTC
dcd6fe7 Merge branch 'release-3.25' into release-3.26 06 March 2023, 13:57:17 UTC
9c181ad Merge topic 'GoogleTest-type-param-suite' into release-3.26 9aa9032266 GoogleTest: Restore suite name for type-parametrized tests Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8282 06 March 2023, 13:53:40 UTC
b8916bc Merge branch 'release-3.24' into release-3.25 03 March 2023, 17:59:00 UTC
ab7085d Merge branch 'release-3.23' into release-3.24 03 March 2023, 17:58:40 UTC
df18138 Merge branch 'GoogleTest-type-param-suite' into release-3.25 Merge-request: !8282 03 March 2023, 17:58:30 UTC
c5f0dde Merge branch 'GoogleTest-type-param-suite' into release-3.24 Merge-request: !8282 03 March 2023, 17:58:20 UTC
3abd37f Merge branch 'GoogleTest-type-param-suite' into release-3.23 Merge-request: !8282 03 March 2023, 17:57:59 UTC
3fe8e33 Clang: Record Clang 16.0 flags for our experimental C++ modules support LLVM/Clang 16.0 now contains official support for what CMake needs. 03 March 2023, 17:44:53 UTC
9aa9032 GoogleTest: Restore suite name for type-parametrized tests Fix a regression from commit 073dd1bd81 (GoogleTest: Change format for typed tests, 2022-02-07, v3.23.0-rc1~4^2) in the suite name detection. Co-authored-by: Evgeniy Shcherbina <ixsci@pm.me> Fixes: #24563 03 March 2023, 15:38:02 UTC
a8b1fb7 Merge branch 'release-3.25' into release-3.26 03 March 2023, 14:26:05 UTC
cb1b958 Merge topic 'ExternalProject-revert-install' into release-3.26 771387523a ExternalProject: Restore driving install through build system Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Acked-by: Craig Scott <craig.scott@crascit.com> Reviewed-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !8279 03 March 2023, 14:22:45 UTC
3540e2a Merge branch 'ExternalProject-revert-install' into release-3.25 Merge-request: !8279 03 March 2023, 14:21:38 UTC
cbaf334 Merge topic 'doc-block' into release-3.26 2931f078dc Help:cmake-language: note new block() command scope Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8276 03 March 2023, 14:21:16 UTC
7713875 ExternalProject: Restore driving install through build system Revert commit 66b5d51f38 (ExternalProject: Install CMake projects using 'cmake --install', 2022-09-08, v3.25.0-rc1~150^2). It changed the ExternalProject install step command from: cmake --build <dir> --target install --config <cfg> to: cmake --install <dir> --config <cfg> The latter command no longer runs the external project build system during the install step. We could consider using the commands: cmake --build <dir> --target all --config <cfg> cmake --install <dir> --config <cfg> as the install step, but if `CMAKE_SKIP_INSTALL_ALL_DEPENDENCY` is used in the external project, that can change semantics too. Revert the original change pending further investigation on other ways to support its motivating use case. Add a test covering the previously-regressed use case. Fixes: #24567 Issue: #23946 02 March 2023, 19:28:26 UTC
2931f07 Help:cmake-language: note new block() command scope 02 March 2023, 15:34:56 UTC
6c0b3d2 CMake 3.26.0-rc5 01 March 2023, 14:43:05 UTC
fd05b42 Merge topic 'check-curses-min-cmake' into release-3.26 d70582eed8 ccmake: Update minimum required version of CMake for curses check Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8272 01 March 2023, 14:36:35 UTC
e903268 Merge topic 'FindPython-fix-CMAKE_SHARED_LIBRARY_SUFFIX-matching' into release-3.26 764441e672 FindPython: fix erroneous ${CMAKE_SHARED_LIBRARY_SUFFIX} matching Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8271 01 March 2023, 14:35:41 UTC
d70582e ccmake: Update minimum required version of CMake for curses check This should have been part of commit d6b811fb82 (Require CMake 3.13+ to configure CMake itself, 2022-02-22, v3.24.0-rc1~605^2~1). 01 March 2023, 14:15:38 UTC
43fd7f6 Merge topic 'ci-package-pipeline' into release-3.26 7c60a2625d gitlab-ci: Optionally upload release packages to custom URL fc8a981893 gitlab-ci: Generalize package and help upload URLs f73649823b gitlab-ci: Stage unsigned release package artifacts in a dedicated directory 0929221ca3 gitlab-ci: Simplify Windows packaging pipeline ce2e825306 gitlab-ci: Simplify macOS packaging jobs 05531a7c4e gitlab-ci: add pre-build and post-build steps to Windows 5ab92d8e71 gitlab-ci: add pre-build and post-build steps to macOS Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !8266 01 March 2023, 14:12:52 UTC
a5cf009 Merge topic 'try-doc' into release-3.26 b6cfbe7b17 Help:try_{compile,run}: clarify, encourage new syntax Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8262 01 March 2023, 14:11:54 UTC
764441e FindPython: fix erroneous ${CMAKE_SHARED_LIBRARY_SUFFIX} matching Fixes: #24556 01 March 2023, 11:34:13 UTC
7c60a26 gitlab-ci: Optionally upload release packages to custom URL 28 February 2023, 18:39:52 UTC
fc8a981 gitlab-ci: Generalize package and help upload URLs 28 February 2023, 18:39:52 UTC
back to top