diff options
author | Brad King <brad.king@kitware.com> | 2022-08-03 13:45:06 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-08-03 13:45:15 (GMT) |
commit | e2112b37786eee4f4f47bc2dd548e51349076254 (patch) | |
tree | e424f75bcd555bbba861a72f4ec4c4a248b20613 /Help | |
parent | f6917a2f1f434ddb5c27ba59e3332f2d92e66057 (diff) | |
parent | 4f95e6b284205c7c01ba1923e6d7f2f5a6dc849a (diff) | |
download | CMake-e2112b37786eee4f4f47bc2dd548e51349076254.zip CMake-e2112b37786eee4f4f47bc2dd548e51349076254.tar.gz CMake-e2112b37786eee4f4f47bc2dd548e51349076254.tar.bz2 |
Merge topic 'cpp-named-module-support-msvc'
4f95e6b284 ci: test BMI exporting and installation with GCC in CI
c49d5f137b RunCMake/CXXModules: add a "deep-chain" test
297e0f4dce cmCxxModuleMapper: support MSVC module map format
b3c2880cb2 cmCxxModuleMapper: track transitive modules for MSVC
a43713d615 CTestCustom: ignore `cm::optional` uninitialized memory false positive
b90de0b492 RunCMake/CXXModules: support MSVC extensions
a84c186a7d cmScanDepFormat: support the MSVC 17.3 toolchain temporarily
d7f5064ff7 cmScanDepFormat: support P1689R5
...
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7481
Diffstat (limited to 'Help')
-rw-r--r-- | Help/dev/experimental.rst | 4 | ||||
-rw-r--r-- | Help/release/dev/p1689r5.rst | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/Help/dev/experimental.rst b/Help/dev/experimental.rst index b8d681c..adfa36f 100644 --- a/Help/dev/experimental.rst +++ b/Help/dev/experimental.rst @@ -58,7 +58,7 @@ dependencies to the file specified by the ``<DYNDEP_FILE>`` placeholder. The for scandep rules which use ``msvc``-style dependency reporting. The module dependencies should be written in the format described -by the `P1689r4`_ paper. +by the `P1689r5`_ paper. Compiler writers may try out their scanning functionality using the `cxx-modules-sandbox`_ test project, modified to set variables @@ -85,5 +85,5 @@ the GCC documentation, but the relevant section for the purposes of CMake is: -- GCC module mapper documentation .. _`D1483r1`: https://mathstuf.fedorapeople.org/fortran-modules/fortran-modules.html -.. _`P1689r4`: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p1689r4.html +.. _`P1689r5`: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p1689r5.html .. _`cxx-modules-sandbox`: https://github.com/mathstuf/cxx-modules-sandbox diff --git a/Help/release/dev/p1689r5.rst b/Help/release/dev/p1689r5.rst new file mode 100644 index 0000000..a630dc4 --- /dev/null +++ b/Help/release/dev/p1689r5.rst @@ -0,0 +1,6 @@ +p1689r5 +------- + +* C++ module scanning now supports the latest revision, `P1689R5`_. + +.. _`P1689r5`: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p1689r5.html |