https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
95cce32 CMake 3.24.0-rc3 07 July 2022, 15:02:54 UTC
18a3ee6 Merge topic 'ccmake-fix-pdcurses-windows' into release-3.24 a78d10220c ccmake: Fix mangled configuration log with PDCurses on Windows Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7458 07 July 2022, 13:13:12 UTC
5970536 Merge topic 'genex-LINK_LIBRARY-check-supported-properties' into release-3.24 913ea78d7a Genex LINK_LIBRARY and LINK_GROUP: check supported properties Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !7454 07 July 2022, 13:07:00 UTC
f92964b Merge topic 'findwxwidgets-mingw-regression' into release-3.24 7d6e01801d FindwxWidgets: Do not reset wxWidgets_LIB_DIR unnecessarily 6dce42b171 FindwxWidgets: Restore win32 find style on MinGW Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7451 07 July 2022, 13:05:38 UTC
78ab4f9 Merge branch 'release-3.23' into release-3.24 07 July 2022, 13:03:48 UTC
8b89649 Merge branch 'release-3.22' into release-3.23 07 July 2022, 13:03:38 UTC
acc6a08 Merge topic 'FindLAPACK-nvhpc' into release-3.24 28d52a43fc FindLAPACK: Add '-fortranlibs' flag only with NVHPC/PGI compilers Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7452 07 July 2022, 13:02:01 UTC
05a5d35 Merge branch 'FindLAPACK-nvhpc' into release-3.23 Merge-request: !7452 07 July 2022, 13:01:20 UTC
7cc61ff Merge branch 'FindLAPACK-nvhpc' into release-3.22 Merge-request: !7452 07 July 2022, 13:00:30 UTC
28d52a4 FindLAPACK: Add '-fortranlibs' flag only with NVHPC/PGI compilers Since commit 2c9e623e31 (Find{BLAS,LAPACK}: Add support for the NVHPC LAPACK library, 2021-05-05, v3.21.0-rc1~192^2) we try the `-fortranlibs` option as a dependency of the NVHPC LAPACK. That flag is specific to the NVHPC/PGI compilers, so use it conditionally with them. Without this modification, CMake fails to find LAPACK if - compiler ID is GNU - `BLA_STATIC` is `ON` - `BLA_VENDOR` is not defined or set to `All` Fixes: #23705, #22878 06 July 2022, 17:58:47 UTC
a78d102 ccmake: Fix mangled configuration log with PDCurses on Windows This fix seems to work on both Windows and Ubuntu (WSL). Issue: #18053 06 July 2022, 16:14:47 UTC
913ea78 Genex LINK_LIBRARY and LINK_GROUP: check supported properties Refines check for properties supporting these genex. Enhance error message. Fixes: #23699 06 July 2022, 14:15:43 UTC
7d6e018 FindwxWidgets: Do not reset wxWidgets_LIB_DIR unnecessarily Only reset it when `WX_ROOT_DIR` had a value. This change allows to set both `wxWidgets_LIB_DIR` and `wxWidgets_ROOT_DIR` at the same time when they where previously `-NOTFOUND`. 06 July 2022, 13:59:38 UTC
6dce42b FindwxWidgets: Restore win32 find style on MinGW Since commit 6fac8af9ca (FindwxWidgets: set wxWidgets_FIND_STYLE to unix on MINGW, 2022-04-11, v3.24.0-rc1~296^2), we only tried unix find style on MinGW. However, only some MinGW builds have the `wx-config` needed for unix find style. Other builds, including those using the official wxWidgets makefiles, do not provide `wx-config` and need to use win32 find style. To accommodate both use cases, first use win32 find style and if it fails, use unix find style. 06 July 2022, 13:58:48 UTC
9b051f5 Merge topic 'genex-LINK_LIBRARY-fix-generation' into release-3.24 e8792da04b genex-LINK_LIBRARY: ensure correct generation inside LINK_GROUP genex Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7443 06 July 2022, 13:13:05 UTC
4a8db17 Merge topic 'FindwxWidgets-more-versions' into release-3.24 2a19231d61 FindwxWidgets: Support more wxWidgets versions, including 3.2 853449429d FindwxWidgets: Use version number from header for library names ed51e0bb75 FindwxWidgets: Move extracting version number to a macro Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7448 05 July 2022, 21:35:05 UTC
a5a442d Merge topic 'doc-cpack-archive-component' into release-3.24 5fa14ddecb Help: Document that CPack Archive Generator <component> is all uppercase Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7438 05 July 2022, 21:33:54 UTC
7de107c Merge topic 'doc-TARGET_FILE-depends' into release-3.24 a4f0321ddc Help: Document $<TARGET_FILE> dependency behavior Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7431 05 July 2022, 21:32:27 UTC
b90757a Merge topic 'docopt' into release-3.24 ee6b429498 Help: Clarify that option() is a boolean Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7434 05 July 2022, 21:31:05 UTC
2a19231 FindwxWidgets: Support more wxWidgets versions, including 3.2 Update the example to use a more recent wxWidgets version. Use a list with known version numbers when searching for installation directories and wx-config names. 05 July 2022, 18:55:43 UTC
8534494 FindwxWidgets: Use version number from header for library names 05 July 2022, 18:55:43 UTC
ed51e0b FindwxWidgets: Move extracting version number to a macro 05 July 2022, 18:55:43 UTC
5fa14dd Help: Document that CPack Archive Generator <component> is all uppercase 05 July 2022, 15:36:29 UTC
a4f0321 Help: Document $<TARGET_FILE> dependency behavior Fixes: #23686 05 July 2022, 15:31:23 UTC
ee6b429 Help: Clarify that option() is a boolean Also describe `option()` behavior in project vs. script mode. 05 July 2022, 15:05:54 UTC
8fd68f9 Merge topic 'doc-CMP0131' into release-3.24 703900d166 Help: Mention CMP0131 in LINK_LIBRARIES docs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7444 05 July 2022, 14:35:36 UTC
c70ed63 Merge topic 'nvhpc-Werror' into release-3.24 35ec676ace NVHPC: warnings as error flag is "-Werror" Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7415 05 July 2022, 14:32:54 UTC
6fee995 Merge topic 'add_nvcc_compile_warning_support' into release-3.24 cd324110d2 CUDA: NVCC support for COMPILE_WARNING_AS_ERROR target property 2e9ac1d272 Tests: Refactor warn on error tests to support multiple languages Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7417 05 July 2022, 14:31:22 UTC
e8792da genex-LINK_LIBRARY: ensure correct generation inside LINK_GROUP genex This fix ensures the following pattern is correctly handled: $<LINK_GROUP:group_feat,$<LINK_LIBRARY:lib_feat,mylib>> With: CMAKE_LINK_GROUP_USING_group_feat = "—START_GROUP" "—END_GROUP" CMAKE_LINK_LIBRARY_USING_lib_feat = "—PREFIX" "—LINK <LIBRARY>" "—SUFFIX" Before the fix, we get the following generation: —START_GROUP —PREFIX —LINK /path/to/mylib —END_GROUP —SUFFIX —END_GROUP and —SUFFIX are in the wrong order After the fix, we get the correct order: —START_GROUP —PREFIX —LINK /path/to/mylib —SUFFIX —END_GROUP 05 July 2022, 08:00:04 UTC
ba107f0 Merge topic 'LINK_LIBRARY-Darwin-LIBRARY-features-enhancements' into release-3.24 537861664a Genex LINK_LIBRARY: MacOS: enhance *_LIBRARY features c55d42eb42 Darwin.cmake: Fix indenting Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7433 05 July 2022, 03:53:13 UTC
703900d Help: Mention CMP0131 in LINK_LIBRARIES docs 05 July 2022, 01:08:56 UTC
2a336d8 Merge topic 'doc-LINK_LIBRARY_genex' into release-3.24 d185f7c0a8 Help: Rework $<LINK_LIBRARY>, $<LINK_GROUP> and related docs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7413 03 July 2022, 04:50:44 UTC
5378616 Genex LINK_LIBRARY: MacOS: enhance *_LIBRARY features 03 July 2022, 04:43:23 UTC
c55d42e Darwin.cmake: Fix indenting 03 July 2022, 04:43:23 UTC
d185f7c Help: Rework $<LINK_LIBRARY>, $<LINK_GROUP> and related docs These changes restructure the docs to improve readability and flow, correct grammar and typos, and fix errors and inconsistencies in some of the examples. Fixes: #23684 03 July 2022, 04:34:41 UTC
3201439 Merge topic 'genex-TARGET_BUNDLE_DIR_NAME' into release-3.24 8bd98b8117 Genex: Fix TARGET_BUNDLE_DIR_NAME incorrect extension Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7428 01 July 2022, 12:19:35 UTC
8bd98b8 Genex: Fix TARGET_BUNDLE_DIR_NAME incorrect extension Fix the genex from commit 997af2e1a6 (Genex: Add TARGET_BUNDLE_DIR_NAME, 2022-04-14, v3.24.0-rc1~233^2) to use the correct bundle directory extension for each bundle type. Fixes: #23683 01 July 2022, 12:18:10 UTC
35ec676 NVHPC: warnings as error flag is "-Werror" 01 July 2022, 12:05:19 UTC
cd32411 CUDA: NVCC support for COMPILE_WARNING_AS_ERROR target property 01 July 2022, 12:04:54 UTC
6b2bcae Merge branch 'release-3.23' into release-3.24 30 June 2022, 12:24:57 UTC
5290047 Merge branch 'file-set-crash' into release-3.23 Merge-request: !7420 30 June 2022, 12:22:27 UTC
6bc597b Merge topic 'file-set-crash' into release-3.24 3fee5398bd install(EXPORT): Check for missing file sets at generate time Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7420 30 June 2022, 12:20:23 UTC
3fee539 install(EXPORT): Check for missing file sets at generate time Missing file sets were originally checked at configure time in install(TARGETS ... EXPORT), but were not checked at generate time. If a file set was added after install(TARGETS ... EXPORT) was called, an abortion error was thrown. Check again at generate time to gracefully display an error message instead of crashing. Fixes: #23680 29 June 2022, 19:05:32 UTC
2e9ac1d Tests: Refactor warn on error tests to support multiple languages 29 June 2022, 15:50:34 UTC
c24620f Merge topic 'FetchContent-avoid-IN_LIST' into release-3.24 5c7b6b29f9 FetchContent: Don't use if(... IN_LIST ...) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7423 29 June 2022, 12:46:30 UTC
18c0ff6 Merge topic 'fix-23523' into release-3.24 10668f26c9 AUTOUIC: Fix internal paths of generated ui_foo.h files Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7419 29 June 2022, 12:43:27 UTC
5c7b6b2 FetchContent: Don't use if(... IN_LIST ...) This avoids the need for changing policy settings, which would then propagate through to projects brought into the build via FetchContent. 28 June 2022, 21:54:06 UTC
10668f2 AUTOUIC: Fix internal paths of generated ui_foo.h files For every file foo.ui we generate a ui_foo.h file in ${target}_autogen/include or ${target}_autogen/include_$<CONFIG> in the multi-config case. Even .ui files in subdirectories are handled this way. That means, .ui files with the same base name will conflict in a target. However, for .ui files in subdirectories we added generated sources with the nonexistent path ${target}_autogen/include/subdir/ui_foo.h. This patch fixes that. Also, CMake will now yield an error if a target has multiple .ui files with the same base name. Fixes #23523 28 June 2022, 15:26:28 UTC
e921301 Merge topic 'FindPython-multiple-queries' into release-3.24 ece3bedbf2 FindPython: fix error on multiple queries with different COMPONENTS Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7410 28 June 2022, 13:22:54 UTC
f074066 Merge topic 'depguide-fetchcontent-versioning' into release-3.24 8d8d8ac772 Help: Mark features new to 3.24 in Using Dependencies Guide Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7411 28 June 2022, 13:21:13 UTC
353a135 Merge topic 'revert-FindHDF5-library' into release-3.24 b5bc72574e FindHDF5: Revert "Add explicit library location instead of guessed ..." Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7416 28 June 2022, 13:20:23 UTC
81a51a8 Merge topic 'doc-osx-cmp0126' into release-3.24 3fac3d365d Help: Mention CMP0126 in CMAKE_OSX_* variable documentation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7414 28 June 2022, 13:19:34 UTC
3daad63 Merge branch 'release-3.23' into release-3.24 28 June 2022, 13:16:22 UTC
746bed4 Merge topic 'lcc-liblfortran-renamed' into release-3.24 57da7a4925 LCC: link with -lgfortran instead of -llfortran since 1.26.03 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7407 28 June 2022, 13:15:23 UTC
b5bc725 FindHDF5: Revert "Add explicit library location instead of guessed ..." Revert commit e4e309f165 (FindHDF5: Add explicit library location instead of guessed library name., 2022-03-22, v3.24.0-rc1~375^2). The old behavior was not a guessed library name, but the name of an imported target that can contain per-config locations and encode usage requirements. Although find modules do not normally return their imported target names in the `_LIBRARIES` variable, FindHDF5 has done so since commit 5201a3065b (FindHDF5: use the target rather than the path, 2017-01-04, v3.8.0-rc1~81^2). Fixes: #23667 27 June 2022, 17:51:33 UTC
3fac3d3 Help: Mention CMP0126 in CMAKE_OSX_* variable documentation Signed-off-by: Da Quexian <daquexian566@gmail.com> 27 June 2022, 17:36:13 UTC
8d8d8ac Help: Mark features new to 3.24 in Using Dependencies Guide The sections on FetchContent's FIND_PACKAGE_ARGS and on Dependency Providers only apply to CMake 3.24+, so add versionadded markers at the start of both sections. 27 June 2022, 17:26:46 UTC
ece3bed FindPython: fix error on multiple queries with different COMPONENTS Ensure that multiple queries with different COMPONENTS specified in different sub-directories are fully supported. 27 June 2022, 17:16:29 UTC
49a9741 Merge branch 'lcc-liblfortran-renamed' into release-3.23 Merge-request: !7407 27 June 2022, 17:07:31 UTC
57da7a4 LCC: link with -lgfortran instead of -llfortran since 1.26.03 Since LCC 1.26.03, compiler developers decided to rename liblfortran to libgfortran (internal reference: mcstbug#131633), and despite it's stated that "-llfortran will be automatically treated as -lgfortran", it actually does not work (and there's even no symlinks like liblfortran.* -> libgfortran.*); so we have to explicitly choose which library we have to link in. Fixes: #23646 27 June 2022, 17:02:53 UTC
8c562ec CMake 3.24.0-rc2 23 June 2022, 14:58:01 UTC
0bc85cc Merge topic 'rel-win-arm64' into release-3.24 6108ced377 Help: Add release note for windows-arm64 binary Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7404 23 June 2022, 13:25:58 UTC
0c2066f Merge topic 'ipo_append_auto_on_gcc' into release-3.24 fe57410b33 IPO: Use -flto=auto if compiler is GCC >= 10.1 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7400 23 June 2022, 13:24:58 UTC
fd83847 Merge topic 'vs-compile-batching' into release-3.24 9a0a94fdaa VS: Add variable to to turn off Visual Studio compile batching a7ebb73929 Help: Improve formatting in VS_NO_COMPILE_BATCHING docs Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7405 23 June 2022, 13:23:55 UTC
4630521 Merge topic 'revert-pkgconfig-static-libs' into release-3.24 7e4adcac82 FindPkgConfig: Revert "Populate _STATIC_LINK_LIBRARIES. Add STATIC_TARGET." Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7402 23 June 2022, 13:21:25 UTC
9a0a94f VS: Add variable to to turn off Visual Studio compile batching Extend the change from commit b764c7c273 (VS: Add property to turn off Visual Studio compile batching, 2022-02-07, v3.24.0-rc1~710^2) by adding a variable to initialize the property on every target. Issue: #23179 Fixes: #23639 22 June 2022, 16:07:03 UTC
a7ebb73 Help: Improve formatting in VS_NO_COMPILE_BATCHING docs 22 June 2022, 15:59:55 UTC
6108ced Help: Add release note for windows-arm64 binary Since commit 41ea4d4de8 (ci: Rebuild Qt 6.3.0 windows-arm64 dependency with LLVM/Clang, 2022-06-17) the release binary package now includes a working `cmake-gui`, and is ready for general usage. Fixes: #21902 22 June 2022, 15:47:42 UTC
7e4adca FindPkgConfig: Revert "Populate _STATIC_LINK_LIBRARIES. Add STATIC_TARGET." Revert commit 020976d637 (FindPkgConfig: Populate _STATIC_LINK_LIBRARIES. Add STATIC_TARGET., 2021-12-31, v3.24.0-rc1~105^2). Several regressions have been reported. Revert the feature pending further discussion and design work. Issue: #21714 Fixes: #23642 22 June 2022, 14:13:00 UTC
fe57410 IPO: Use -flto=auto if compiler is GCC >= 10.1 Since GCC 12.1, the `-flto` option warns unless given an explicit LTRANS job count. Issue: #23640 22 June 2022, 13:09:16 UTC
aae6a67 Merge topic 'FetchContent-doc-example' into release-3.24 641d97e03f FetchContent: Fix example code in documentation Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Craig Scott <craig.scott@crascit.com> Merge-request: !7393 22 June 2022, 12:50:26 UTC
e38783f Merge topic 'FindMPI-l-colon' into release-3.24 a606609499 FindMPI: Parse '-l:' flags in pkg-config output Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7392 22 June 2022, 12:49:31 UTC
dc67ae7 Merge topic 'use-arm64-msbuild' into release-3.24 80273514aa VS: Prefer ARM64 MSBuild on Windows ARM64 host Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7381 22 June 2022, 12:48:32 UTC
0b86798 Merge topic 'xcode14' into release-3.24 7c79fde5fb Xcode: automatically create Info.plist for signing during compiler id 116cc5a57b cm_cxx_features: filter out warnings from Xcode 14 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7391 22 June 2022, 12:47:37 UTC
4300923 Merge topic 'ci-openal' into release-3.24 b97d371007 ci: Add OpenAL to Debian and Fedora base images Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7394 22 June 2022, 12:46:30 UTC
271fdae Merge branch 'release-3.23' into release-3.24 22 June 2022, 12:43:37 UTC
ab8bc1c Merge topic 'ExternalProject-stamp-cfgdir' into release-3.24 6a1e45fdec Merge branch 'backport-3.23-ExternalProject-stamp-cfgdir' 5022b42f8b ExternalProject: Fix regression in stamp creation for Xcode+iOS 7b622f3e80 ExternalProject: Fix regression in stamp creation for Xcode+iOS Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Craig Scott <craig.scott@crascit.com> Merge-request: !7396 22 June 2022, 12:42:49 UTC
8321c3d Merge branch 'backport-3.23-ExternalProject-stamp-cfgdir' into release-3.23 Merge-request: !7396 22 June 2022, 12:41:50 UTC
6a1e45f Merge branch 'backport-3.23-ExternalProject-stamp-cfgdir' 21 June 2022, 22:31:00 UTC
5022b42 ExternalProject: Fix regression in stamp creation for Xcode+iOS The change to `_ep_add_mkdir_command` in commit 5fbac2bb24 (ExternalProject: Move inline scripts to separate files, 2022-01-22, v3.23.0-rc1~101^2) did not account for the possibility that `CMAKE_CFG_INTDIR` is `$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)` instead of just the configuration name. Pass the value into the helper script on the command line so that the native buildsystem placeholders are evaluated. Fixes: #23645 21 June 2022, 22:27:44 UTC
7b622f3 ExternalProject: Fix regression in stamp creation for Xcode+iOS The change to `_ep_add_mkdir_command` in commit 5fbac2bb24 (ExternalProject: Move inline scripts to separate files, 2022-01-22, v3.23.0-rc1~101^2) did not account for the possibility that `CMAKE_CFG_INTDIR` is `$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)` instead of just the configuration name. Pass the value into the helper script on the command line so that the native buildsystem placeholders are evaluated. Fixes: #23645 21 June 2022, 22:26:22 UTC
a606609 FindMPI: Parse '-l:' flags in pkg-config output With the msmpi package in MSYS2: $ pkg-config --libs msmpi -LC:/msys64/mingw64/lib -l:libmsmpi.dll.a MSYS2-Issue: https://github.com/msys2/MINGW-packages/pull/11839 Fixes: #23620 21 June 2022, 16:38:30 UTC
641d97e FetchContent: Fix example code in documentation 21 June 2022, 16:31:00 UTC
b97d371 ci: Add OpenAL to Debian and Fedora base images 21 June 2022, 16:27:58 UTC
8027351 VS: Prefer ARM64 MSBuild on Windows ARM64 host Fixes: #23629 21 June 2022, 14:56:42 UTC
7c79fde Xcode: automatically create Info.plist for signing during compiler id Extend the Xcode 14 update from commit 89e1113e0c (Xcode: Use ad-hoc signing during compiler id on macOS, 2022-06-10, v3.24.0-rc1~13^2~2). 21 June 2022, 14:49:45 UTC
116cc5a cm_cxx_features: filter out warnings from Xcode 14 ``` xcodebuild[13070:54426] [MT] DVTSDK: Warning: SDK path collision for path ``` 21 June 2022, 14:48:37 UTC
2787427 Merge topic 'ci-rel-win-arm64' into release-3.24 41ea4d4de8 ci: Rebuild Qt 6.3.0 windows-arm64 dependency with LLVM/Clang e0d9ee0cc4 Utilities/Release: Simplify script to build Qt 6.3.0 Windows binaries Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7380 20 June 2022, 13:57:22 UTC
41ea4d4 ci: Rebuild Qt 6.3.0 windows-arm64 dependency with LLVM/Clang In commit 7a21173b0e (gitlab-ci: Add job to build Windows arm64 binaries, 2022-06-13, v3.24.0-rc1~4^2~1) we built the Qt binaries using the MSVC 14.32 toolset targeting arm64. However, the `cmake-gui` built with them does not start, perhaps due to a bug in MSVC's ARM64 support. Run the `Utilities/Release/win/qtbase-6.3.0-win-msvc.cmake` script for `i386` and `x86_64`. Run it for `arm64` with the `clang-cl` argument. Issue: #21902 17 June 2022, 15:04:11 UTC
e0d9ee0 Utilities/Release: Simplify script to build Qt 6.3.0 Windows binaries Revise and simplify the script from commit d0c9225a7e (Utilities/Release: Add script to build Qt 6.3.0 Windows binaries, 2022-06-10, v3.24.0-rc1~4^2~5). For `cmake-gui` we only need QtBase. Also, convert to a `.cmake` script. Issue: #21902 17 June 2022, 15:04:10 UTC
81104d7 Merge topic 'ci-rel-win-arm64-nightly' into release-3.24 24099112c0 gitlab-ci: Add jobs to package and upload Windows arm64 nightly binaries dfa5401af6 ci: use CMake 3.24.0-rc1 Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7368 15 June 2022, 13:32:45 UTC
2409911 gitlab-ci: Add jobs to package and upload Windows arm64 nightly binaries Follow up commit 7a21173b0e (gitlab-ci: Add job to build Windows arm64 binaries, 2022-06-13, v3.24.0-rc1~4^2~1). Base the package and upload jobs on the approach from commit 4c7c66dcf5 (gitlab-ci: Add jobs to make Windows x86_64 and i386 packages, 2022-05-19). Issue: #21902 14 June 2022, 20:13:45 UTC
dfa5401 ci: use CMake 3.24.0-rc1 14 June 2022, 18:21:01 UTC
3b4bd01 CMake 3.24.0-rc1 14 June 2022, 16:11:11 UTC
a26ab5c Merge topic 'doctop' into release-3.24 75aedb1204 Help: Clarify PROJECT_IS_TOP_LEVEL behavior w.r.t. add_subdirectory Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7362 14 June 2022, 16:09:01 UTC
ca00b75 Merge topic 'fortc-warn' into release-3.24 812000904e Tests: Add Fortran test C function prototype Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7363 14 June 2022, 16:06:01 UTC
6b5a0a0 Merge topic 'update-kwiml' into release-3.24 82eb512637 Merge branch 'upstream-KWIML' into update-kwiml 2a233bb754 KWIML 2022-06-14 (7b9bd7fe) Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7356 14 June 2022, 16:05:08 UTC
82eb512 Merge branch 'upstream-KWIML' into update-kwiml # By KWIML Upstream * upstream-KWIML: KWIML 2022-06-14 (7b9bd7fe) 14 June 2022, 14:43:13 UTC
2a233bb KWIML 2022-06-14 (7b9bd7fe) Code extracted from: https://gitlab.kitware.com/utils/kwiml.git at commit 7b9bd7fe925396d06d3d9540b4863d6d2382661d (master). Upstream Shortlog ----------------- Brad King (2): 33c2acf1 test: Replace sprintf with snprintf 7b9bd7fe test: Avoid snprintf on MSVC before VS 2015 14 June 2022, 14:43:13 UTC
75aedb1 Help: Clarify PROJECT_IS_TOP_LEVEL behavior w.r.t. add_subdirectory Clarify documentation added by commit 2df4badc5f (Help: Note PROJECT_IS_TOP_LEVEL behavior w.r.t. ExternalProject, 2021-07-05, v3.21.0-rc3~1^2). Fixes: #23511 14 June 2022, 12:06:02 UTC
back to top