diff options
Diffstat (limited to 'Help')
-rw-r--r-- | Help/dev/review.rst | 4 | ||||
-rw-r--r-- | Help/manual/cmake-modules.7.rst | 1 | ||||
-rw-r--r-- | Help/module/CPackArchive.rst | 1 | ||||
-rw-r--r-- | Help/release/dev/ExtractGTestMacro.rst | 6 | ||||
-rw-r--r-- | Help/release/dev/FindProtobuf-targets.rst | 5 | ||||
-rw-r--r-- | Help/release/dev/cpack-archive-per-component-filename.rst | 6 | ||||
-rw-r--r-- | Help/release/dev/cpackifw-i18n.rst | 7 |
7 files changed, 29 insertions, 1 deletions
diff --git a/Help/dev/review.rst b/Help/dev/review.rst index 3db1f40..c4122d4 100644 --- a/Help/dev/review.rst +++ b/Help/dev/review.rst @@ -261,6 +261,10 @@ until one of the following occurs: and the MR cannot be merged into the topic stage again due to conflicts. * A developer or the submitter posts an explicit ``Do: unstage`` command. + This is useful to remove a MR from the topic stage when one is not ready + to push an update to the MR topic branch. It is unnecessary to explicitly + unstage just before or after pushing an update because the push will cause + the MR to be unstaged automatically. * The MR is closed. diff --git a/Help/manual/cmake-modules.7.rst b/Help/manual/cmake-modules.7.rst index 1e8342c..4a03b7a 100644 --- a/Help/manual/cmake-modules.7.rst +++ b/Help/manual/cmake-modules.7.rst @@ -54,6 +54,7 @@ All Modules /module/CMakePrintSystemInformation /module/CMakePushCheckState /module/CMakeVerifyManifest + /module/CPackArchive /module/CPackBundle /module/CPackComponent /module/CPackCygwin diff --git a/Help/module/CPackArchive.rst b/Help/module/CPackArchive.rst new file mode 100644 index 0000000..eb8d9d2 --- /dev/null +++ b/Help/module/CPackArchive.rst @@ -0,0 +1 @@ +.. cmake-module:: ../../Modules/CPackArchive.cmake diff --git a/Help/release/dev/ExtractGTestMacro.rst b/Help/release/dev/ExtractGTestMacro.rst index 574982c..ff2b444 100644 --- a/Help/release/dev/ExtractGTestMacro.rst +++ b/Help/release/dev/ExtractGTestMacro.rst @@ -2,4 +2,8 @@ ExtractGTestMacro ----------------- * A new :module:`GoogleTest` module was added to provide the - ``gtest_add_tests`` macro independently of the :module:`FindGTest` module. + :command:`gtest_add_tests` function independently of the :module:`FindGTest` + module. The function was also updated to support keyword arguments, with + functionality expanded to allow a test name prefix and suffix to be + specified, the dependency on the source files to be optional and the list of + discovered test cases to be returned to the caller. diff --git a/Help/release/dev/FindProtobuf-targets.rst b/Help/release/dev/FindProtobuf-targets.rst new file mode 100644 index 0000000..e38303d --- /dev/null +++ b/Help/release/dev/FindProtobuf-targets.rst @@ -0,0 +1,5 @@ +FindProtobuf-targets +-------------------- + +* The :module:`FindProtobuf` module now provides imported targets + when the libraries are found. diff --git a/Help/release/dev/cpack-archive-per-component-filename.rst b/Help/release/dev/cpack-archive-per-component-filename.rst new file mode 100644 index 0000000..a7a413f --- /dev/null +++ b/Help/release/dev/cpack-archive-per-component-filename.rst @@ -0,0 +1,6 @@ +cpack-rpm-debuginfo-honor-package-filename +------------------------------------------ + +* The :module:`CPackArchive` module learned to modify filename per component. + See :variable:`CPACK_ARCHIVE_FILE_NAME` variable and its per component + version. diff --git a/Help/release/dev/cpackifw-i18n.rst b/Help/release/dev/cpackifw-i18n.rst new file mode 100644 index 0000000..59327fe --- /dev/null +++ b/Help/release/dev/cpackifw-i18n.rst @@ -0,0 +1,7 @@ +cpackifw-i18n +------------- + +* The :module:`CPackIFW` module :command:`cpack_ifw_configure_component` and + :command:`cpack_ifw_configure_component_group` commands gained a + internationalization support for ``DISPLAY_NAME`` and ``DESCRIPTION`` options + to more specific configuration. |