https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
9c33824 VS: Fix MSBuild property for nostdlib flag The C# flag table added by commit 9b06c22648 (VS: Add flag tables for C#, 2016-12-01, v3.8.0-rc1~230^2) and preserved by commit 6e947179a8 (Add json flag tables for C#, 2018-11-21, v3.14.0-rc1~282^2~27) was written by hand. Fix the entry name for the `NoStdLib` property. Fixes: #24077 25 October 2022, 15:40:13 UTC
70aef29 cmake --workflow: print usage message 25 October 2022, 14:52:07 UTC
19f49a7 Merge topic 'doc-presets' into release-3.25 8a413eb8d0 Help: State default preset strategy for architecture and toolset 8de977fa70 Help: Use array consistently in presets manual e11773e8cf Help: Fix trivial typos related to presets Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7817 25 October 2022, 14:37:23 UTC
32386d7 Merge topic 'nsis-licence-bom' into release-3.25 b276d9d8f1 CPack/NSIS: Document BOM mark for UTF-8 encoded LICENSE file Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7820 25 October 2022, 14:36:29 UTC
85191f6 Merge branch 'release-3.23' into release-3.24 25 October 2022, 14:35:42 UTC
6f2e8ba Merge branch 'try_compile-CMP0128' into release-3.24 Merge-request: !7821 25 October 2022, 14:35:30 UTC
07755a1 Merge branch 'release-3.24' into release-3.25 25 October 2022, 14:34:14 UTC
0a34bde Merge topic 'flang-windows' into release-3.25 166bc00399 LLVMFlang: Add a required line to define linking rules on Windows Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7818 25 October 2022, 14:33:19 UTC
b5ebaa0 CPack: Require no argument for --trace and --trace-expand This was accidentally broken by commit 87c762d435 (CPack: Use cmCommandLineArgument instead of cmsys::CommandLineArguments, 2022-04-18, v3.24.0-rc1~258^2). Fixes: #24085 25 October 2022, 14:11:20 UTC
b276d9d CPack/NSIS: Document BOM mark for UTF-8 encoded LICENSE file Previously this requirement was only mentioned in the 3.20 release notes. 24 October 2022, 16:58:10 UTC
f58d714 Merge branch 'flang-windows' into release-3.24 Merge-request: !7818 24 October 2022, 16:54:01 UTC
166bc00 LLVMFlang: Add a required line to define linking rules on Windows This was missed in commit d34e5a98b8 (LLVMFlang: Add support for Windows, 2022-09-18, v3.25.0-rc1~102^2). 24 October 2022, 16:53:07 UTC
c3f04fe Merge topic 'cmake-presets-list-workflow-type' into release-3.25 75cfbef780 cmake: Support --list-presets=workflow Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Tested-by: Craig Scott <craig.scott@crascit.com> Merge-request: !7816 24 October 2022, 16:33:31 UTC
29f66bd Merge topic 'doc-ctest' into release-3.25 36d76ed07c Help: cmake(1), ctest(1), versionadded for key flags Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7815 24 October 2022, 16:31:15 UTC
4f2bb02 Merge branch 'try_compile-CMP0128' into release-3.23 Merge-request: !7821 24 October 2022, 16:30:24 UTC
30fcc44 Merge topic 'fix_narrow_conversion' into release-3.25 f3c918ef1b cmGlobalVisualStudioGenerator: Fix compiling as C++20 in VS 2022 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7814 24 October 2022, 16:21:39 UTC
9028779 Tests: Avoid running C++11 test on GNU < 4.7 The test added in commit 50e90e2828 (try_compile: Honor CMP0128 setting in test project, 2022-10-18, v3.25.0-rc2~4^2) requires that the compiler support C++11 mode, so do not run it on GNU compilers that are too old. 24 October 2022, 16:04:57 UTC
8a413eb Help: State default preset strategy for architecture and toolset 22 October 2022, 05:21:34 UTC
8de977f Help: Use array consistently in presets manual When referring to data in a JSON array, use "array" consistently rather than "list". This avoids ambiguity over whether we mean a string containing a CMake list, or a JSON array. Fixes: #24074 22 October 2022, 05:19:19 UTC
e11773e Help: Fix trivial typos related to presets 22 October 2022, 05:17:13 UTC
f3c918e cmGlobalVisualStudioGenerator: Fix compiling as C++20 in VS 2022 Adding missing narrow string conversion. 21 October 2022, 15:01:16 UTC
36d76ed Help: cmake(1), ctest(1), versionadded for key flags 21 October 2022, 14:55:15 UTC
75cfbef cmake: Support --list-presets=workflow Fixes: #24072 21 October 2022, 14:21:21 UTC
63d2846 Merge topic 'doc-cli-xrefs' into release-3.25 3043c17039 Help: Add more CLI `:option:` references to various pages Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7811 21 October 2022, 14:19:53 UTC
fbea7d4 Merge topic 'doc-find_package-search-path-versionadded' into release-3.25 65dc8aa8b3 Help: Mention CMake version for a recently-added `find_package` search path 93871cb5a9 Help: Reformat find_package search paths as Sphinx tables Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7810 21 October 2022, 14:18:51 UTC
55764f8 Merge branch 'release-3.24' into release-3.25 21 October 2022, 14:11:54 UTC
b6ddcbc Merge branch 'release-3.23' into release-3.24 21 October 2022, 14:11:37 UTC
d443401 Merge topic 'filesystem-path-c++03-abi' into release-3.25 ee9805ccd1 cm/filesystem: Fix crash with pre-C++11 std::string GNU ABI in C++17 Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7813 21 October 2022, 14:06:20 UTC
32c0f96 Merge topic 'test-git-protocol-file' into release-3.25 79ce0f434e Tests: Explicitly allow usage of git file-based protocol in test cases Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7812 21 October 2022, 14:05:18 UTC
47063db Merge branch 'filesystem-path-c++03-abi' into release-3.24 Merge-request: !7813 20 October 2022, 23:03:52 UTC
199b3e5 Merge branch 'filesystem-path-c++03-abi' into release-3.23 Merge-request: !7813 20 October 2022, 23:03:19 UTC
ee9805c cm/filesystem: Fix crash with pre-C++11 std::string GNU ABI in C++17 The `remove_filename` and `replace_extension` methods compute an offset between the whole path in a `std::string` and a part of a path in a `std::string_view`. This is done by subtracting their `.data()` pointers. However, C++17 adds a non-const `.data()` through which modification of the string is allowed. This means the copy-on-write implementation used by the pre-C++11 std::string GNU ABI must reallocate if the string has been copied. Our subtraction then computes an offset between two different allocations, which is undefined behavior. The workaround in commit b3ca4f9ad1 (cm/filesystem: Work around crash when compiled for CYGWIN/MSYS runtime, 2021-04-22, v3.21.0-rc1~271^2~2) avoided the problem by calling the non-const `.data()` to reallocate before constructing the `string_view`. Instead, explicitly call the const `.data()` method on the string, which does not reallocate. Fixes: #22090, #23328 20 October 2022, 22:31:50 UTC
81ebea4 Merge branch 'test-git-protocol-file' into release-3.24 Merge-request: !7812 20 October 2022, 17:47:08 UTC
79ce0f4 Tests: Explicitly allow usage of git file-based protocol in test cases Due to CVE-2022-39253, Git 2.30.6 sets `protocol.file.allow=user` by default. The change has also been backported to other Git versions by distros. This breaks some of our test cases that use the file-based protocol locally to simulate real workflows without requiring network access. In these cases the file protocol is safe, so explicitly enable it in the tests. 20 October 2022, 17:45:01 UTC
3043c17 Help: Add more CLI `:option:` references to various pages 20 October 2022, 15:21:40 UTC
65dc8aa Help: Mention CMake version for a recently-added `find_package` search path Add a `versionadded` mark for the search path added by commit e55c154c5b (cmFindPackageCommand: Add one more search path, 2022-06-27, v3.25.0-rc1~339^2~1). Fixes: #24067 20 October 2022, 15:17:46 UTC
93871cb Help: Reformat find_package search paths as Sphinx tables 20 October 2022, 15:17:46 UTC
7d710ab CMake 3.25.0-rc2 19 October 2022, 15:22:54 UTC
6fa189f Merge topic 'cmake-presets-output-junit' into release-3.25 bea4ed5430 CTest: Add support for outputJUnitFile in presets 9270a02003 CMakePresets.json: Add outputJUnitFile to test presets schema 757786bb73 Tests: Add test for outputLogFile in CMakePresets.json b68c3596e7 CMakePresets.json: Disallow extra properties in test output schema Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: scivision <michael@scivision.dev> Merge-request: !7806 19 October 2022, 14:04:29 UTC
86ed35c Merge topic 'mingw-unc' into release-3.25 9777e4c30e MinGW Makefiles: Quote UNC paths on command lines Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7802 19 October 2022, 13:59:59 UTC
9ece086 Merge branch 'release-3.24' into release-3.25 19 October 2022, 13:58:14 UTC
589aa44 Merge branch 'release-3.23' into release-3.24 19 October 2022, 13:58:01 UTC
177c56e Merge topic 'try_compile-CMP0128' into release-3.25 50e90e2828 try_compile: Honor CMP0128 setting in test project Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Raul Tambre <raul@tambre.ee> Merge-request: !7803 19 October 2022, 13:57:08 UTC
077e42f Merge topic 'android-path-suffixes' into release-3.25 7e5b48a7b1 Android: Avoid searching API level directories matching architecture bitness Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7805 19 October 2022, 13:55:59 UTC
bea4ed5 CTest: Add support for outputJUnitFile in presets Fixes: #22400 18 October 2022, 20:52:23 UTC
9270a02 CMakePresets.json: Add outputJUnitFile to test presets schema 18 October 2022, 19:41:29 UTC
20587e5 Merge topic 'doc-flag-init' into release-3.25 e0075799ed Help: Clarify how language-specific flag environment values are used Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7804 18 October 2022, 19:32:26 UTC
757786b Tests: Add test for outputLogFile in CMakePresets.json 18 October 2022, 19:20:44 UTC
b68c359 CMakePresets.json: Disallow extra properties in test output schema And add test for testOutputTruncation being unsupported. 18 October 2022, 18:40:11 UTC
9777e4c MinGW Makefiles: Quote UNC paths on command lines UNC paths (starting with `\\`) need quotes when generating MinGW Makefiles to avoid gmake interpreting the first `\` as an escape character. Fixes: #24061 18 October 2022, 18:30:57 UTC
588c9c4 Merge branch 'try_compile-CMP0128' into release-3.24 Merge-request: !7803 18 October 2022, 18:25:52 UTC
96172ba Merge branch 'try_compile-CMP0128' into release-3.23 Merge-request: !7803 18 October 2022, 18:25:26 UTC
263d733 Merge branch 'android-path-suffixes' into release-3.24 Merge-request: !7805 18 October 2022, 18:22:17 UTC
7e5b48a Android: Avoid searching API level directories matching architecture bitness When cross-compiling for Android, the library path suffixes `/<number>/` refer to API level specific platform libraries instead of architecture bitness. Disable path suffix use under NDK to avoid incorrect inclusion of API level specific libraries below the targeted API level. Fixes: #23830 18 October 2022, 18:21:51 UTC
e007579 Help: Clarify how language-specific flag environment values are used Previous the wording could be interpreted to mean that the environment variables like `CXXFLAGS` are used exclusively to initialize the corresponding cache entries like `CMAKE_CXX_FLAGS`. State clearly that the value will be used in combination with builtin defaults. Issue: #23956 18 October 2022, 18:10:41 UTC
53841c6 Merge branch 'release-3.24' into release-3.25 18 October 2022, 17:52:04 UTC
dd32e58 Merge topic 'FindJNI-android-api' into release-3.25 c833df0924 FindJNI: replace CMAKE_ANDROID_API by CMAKE_SYSTEM_VERSION Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7801 18 October 2022, 17:51:01 UTC
65542be Merge topic 'doc-CMAKE_ANDROID_API' into release-3.25 a739b55bb6 Help: Clarify historical-only role of CMAKE_ANDROID_API variable Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7800 18 October 2022, 17:49:52 UTC
5b2900a Merge topic 'tutorial-step1-standard-required' into release-3.25 5b7e465be3 Tutorial: Fix variable name typo in step 1 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7799 18 October 2022, 17:48:38 UTC
f688e4f Merge topic 'serenityos-no-libdl' into release-3.25 4fa0d157bc SerenityOS: Unset CMAKE_DL_LIBS because LibDl no longer exists Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7797 18 October 2022, 17:47:07 UTC
599e49c Merge topic 'revert_nvcc_marking_include_as_system' into release-3.25 d0e52219eb CUDA: Revert "Always mark cuda toolkit as system include" Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7798 18 October 2022, 17:45:56 UTC
50e90e2 try_compile: Honor CMP0128 setting in test project Some projects pass a raw `-std=` flag to the compiler in the `try_compile` project. If they do not set CMP0128 to NEW, we should not append a `-std=` flag where we did not before the policy was added. Fixes: #24063 18 October 2022, 17:38:00 UTC
9fefa9e Merge branch 'FindJNI-android-api' into release-3.24 Merge-request: !7801 17 October 2022, 19:53:41 UTC
c833df0 FindJNI: replace CMAKE_ANDROID_API by CMAKE_SYSTEM_VERSION In commit 00c4f488f2 (FindJNI: support Android NDK, 2022-03-18, v3.24.0-rc1~325^2) we used `CMAKE_ANDROID_API` to check the Android API level. However, `CMAKE_SYSTEM_VERSION` is the authoritative value. When cross-compiling for Android, an unset `CMAKE_ANDROID_API` can result in failure to locate JNI because the `NativeHelper` component cannot be found. In this case, the component is falsely assumed to be available by default (and thus required) since the comparison against an unset `CMAKE_ANDROID_API` variable evaluates to true. Use `CMAKE_SYSTEM_VERSION` to determine the Android API level instead. Issue: #23830 17 October 2022, 19:51:10 UTC
a739b55 Help: Clarify historical-only role of CMAKE_ANDROID_API variable Revise documentation added by commit 6b84df8da9 (Help: Document cross compiling for Android, 2016-06-20, v3.7.0-rc1~229^2~2) to avoid implying that `CMAKE_ANDROID_API` is interchangeable with `CMAKE_SYSTEM_VERSION`. The latter is the authoritative value of the Android API level. Issue: #23830 17 October 2022, 15:42:46 UTC
5b7e465 Tutorial: Fix variable name typo in step 1 `CMAKE_CXX_REQUIRED_STANDARD` => `CMAKE_CXX_STANDARD_REQUIRED` 17 October 2022, 14:36:15 UTC
d0e5221 CUDA: Revert "Always mark cuda toolkit as system include" We need to revert this change as it can disable error messages when compiling invalid CUDA code. This reverts commit ea659b155d (CUDA: Always mark cuda toolkit as system include, 2022-06-27, v3.25.0-rc1~269^2). 17 October 2022, 14:17:33 UTC
4fa0d15 SerenityOS: Unset CMAKE_DL_LIBS because LibDl no longer exists Serenity's LibDl was merged into LibC to simplify the build and port infrastructure [1]. Set `CMAKE_DL_LIBS` to the empty string to match what other platforms do. Update the platform module added by commit 45ca894164 (SerenityOS: Add Platform module, 2022-01-02, v3.25.0-rc1~635^2). [1] https://github.com/SerenityOS/serenity/pull/14854 Issue: #23589 17 October 2022, 14:13:47 UTC
787fc8c Merge topic 'xcode-framework-consumption' into release-3.25 4aa86da827 Xcode: ensure framework with custom output directory can be consumed Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Jason Juang <jasjuang@gmail.com> Merge-request: !7791 17 October 2022, 14:03:57 UTC
f8ac572 Merge branch 'release-3.24' into release-3.25 17 October 2022, 14:02:00 UTC
06294a1 Merge branch 'release-3.23' into release-3.24 17 October 2022, 14:01:52 UTC
4cb8564 Merge topic 'doc-timestamp-f' into release-3.25 7d25ae7350 Help: Add versionadded for string(TIMESTAMP) %f specifier Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7796 17 October 2022, 14:00:57 UTC
7780588 Merge branch 'doc-timestamp-f' into release-3.24 Merge-request: !7796 14 October 2022, 15:33:14 UTC
367f10f Merge branch 'doc-timestamp-f' into release-3.23 Merge-request: !7796 14 October 2022, 15:32:49 UTC
7d25ae7 Help: Add versionadded for string(TIMESTAMP) %f specifier This was accidentally left out of commit c050d6a01e (string(TIMESTAMP): add %f specifier for microseconds, 2022-01-27, v3.23.0-rc1~59^2). 14 October 2022, 15:28:38 UTC
4aa86da Xcode: ensure framework with custom output directory can be consumed Fixes: #24046 14 October 2022, 13:13:37 UTC
20bfbf7 Merge topic 'FindGLUT-pkg-config-HINTS' into release-3.25 a2fc4b6257 FindGLUT: Drop the now-unnecessary exclusion of pkg-config for multiconfig a60a33dcb0 FindGLUT: Drop the now-unnecessary ALLOW_SYSTEM_CFLAGS logic 4ad57224b5 FindGLUT: Use pkg-config's results as HINTS for normal search Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Christopher Degawa <cddegawa@gmail.com> Merge-request: !7770 14 October 2022, 13:05:38 UTC
06b6cec Merge topic 'doc-typo' into release-3.25 f9fd27a5ee Help: Fix typo that crashes older pygments lexers Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: Craig Scott <craig.scott@crascit.com> Merge-request: !7792 14 October 2022, 12:48:22 UTC
f9fd27a Help: Fix typo that crashes older pygments lexers In commit cb14ae2b87 (try_compile: Add SOURCE_FROM_{ARG,VAR}, 2022-09-21, v3.25.0-rc1~94^2~2) we accidentally added unbalanced closing `]` characters in the `try_compile` and `try_run` signatures. Fixes: #24053 13 October 2022, 16:04:00 UTC
a2fc4b6 FindGLUT: Drop the now-unnecessary exclusion of pkg-config for multiconfig Revert commit e0a62b84b5 (FindGLUT: On Windows and with multiple config generator do not use pkg-config, 2022-09-27, v3.25.0-rc1~69^2). We now call `select_library_configurations()` even after using pkg-config, which will handle the absent libraries on Debug/Release configurations. Issue: #24028 13 October 2022, 14:06:57 UTC
a60a33d FindGLUT: Drop the now-unnecessary ALLOW_SYSTEM_CFLAGS logic Revert commit 8041ca5df0 (FindGLUT: Fix GLUT_INCLUDE_DIRS with pkg-config and /usr/include, 2022-05-11, v3.24.0-rc1~151^2). As the main code path will always do `find_path()` which respects the `CMAKE_FIND_ROOT_PATH_MODE_INCLUDE` variable and will search in system paths depending on that variable. Issue: #23474, #24028 13 October 2022, 14:04:41 UTC
4ad5722 FindGLUT: Use pkg-config's results as HINTS for normal search Since commit f90d15458a (FindGLUT: Use pkg-config to find flags if available, 2021-06-11, v3.22.0-rc1~469^2), pkg-config results are used directly. However, this is not compatible with other features of CMake's find logic such as `CMAKE_FIND_ROOT_PATH` and per-config results. Switch to a convention already used by pkg-config support in other find modules, in which the pkg-config results are only used as hints for the main search logic. Fixes: #24028 13 October 2022, 14:02:46 UTC
ffad2c4 Merge topic 'correct_cufile_linkage' into release-3.25 eefba0fb02 FindCUDAToolkit: cuFile_rdma_static needs to link to cuFile_static Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7785 13 October 2022, 13:54:05 UTC
eefba0f FindCUDAToolkit: cuFile_rdma_static needs to link to cuFile_static 12 October 2022, 17:26:05 UTC
ed08488 CMake 3.25.0-rc1 12 October 2022, 14:23:58 UTC
8cfd8a6 Merge topic 'doc-gen' into release-3.25 9e8b8bf4ef Help: Document version when COMPILE_LANGUAGE genex accepts multiple languages 16f37ea7a0 Help: Document comma-separation in some generator expressions Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7784 12 October 2022, 14:21:02 UTC
2df2e1e Merge topic 'doc-cmake-E-subcommand-suboptions' into release-3.25 26020fdaae Help: Reference options of sub-commands in some older release notes (>= 3.20) c3ec1b7411 Help: Replace the ref `cmake --workflow --preset` with `option` role a0349eb13f Help: Make cmake(1) sub-command options look like other options Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7782 12 October 2022, 14:20:09 UTC
9e8b8bf Help: Document version when COMPILE_LANGUAGE genex accepts multiple languages 12 October 2022, 13:42:36 UTC
16f37ea Help: Document comma-separation in some generator expressions 12 October 2022, 13:42:19 UTC
26020fd Help: Reference options of sub-commands in some older release notes (>= 3.20) 12 October 2022, 13:29:48 UTC
c3ec1b7 Help: Replace the ref `cmake --workflow --preset` with `option` role So, it'll look the same as refs to other commands in this release notes below. 12 October 2022, 13:29:48 UTC
a0349eb Help: Make cmake(1) sub-command options look like other options Particularly, - options for `cmake -E env` - options for `cmake -E tar` 12 October 2022, 13:29:48 UTC
2f2cdb0 Merge topic 'GoogleTest-TYPED_TEST_P' into release-3.25 1d340d7cb2 GoogleTest: Add gtest-filter for TYPED_TEST_P Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7778 12 October 2022, 13:25:35 UTC
9adb3fb Merge topic 'add_nvptx_compiler_to_findCUDAToolkit' into release-3.25 01cfd0163d FindCUDAToolkit: Add support for the nvptx compiler library Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7779 12 October 2022, 13:22:11 UTC
9615beb Merge topic 'add_cufile_to_findCUDAToolkit' into release-3.25 ce6de038d9 FindCUDAToolkit: Add support for the cuFile library Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7763 12 October 2022, 13:20:59 UTC
8391ae0 Merge branch 'release-3.24' into release-3.25 12 October 2022, 13:19:38 UTC
f3bb1c8 Merge topic 'flang-implicit-link-info' into release-3.25 0301779e85 LLVMFlang: Add support for mixed-language linking with Fortran Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7781 12 October 2022, 13:17:47 UTC
76f13bc Merge branch 'flang-implicit-link-info' into release-3.24 Merge-request: !7781 11 October 2022, 20:17:23 UTC
0301779 LLVMFlang: Add support for mixed-language linking with Fortran Parse implicit link information for this compiler to support mixed-language linking. This was missed by commit 85749766df (LLVMFlang: Add support for LLVM Flang, 2021-07-07, v3.24.0-rc1~86^2). Also activate mixed-language test cases that would have caught this. Issue: #22387 11 October 2022, 19:38:48 UTC
5d13211 Begin 3.25 release versioning 11 October 2022, 15:13:05 UTC
back to top