diff options
author | Brad King <brad.king@kitware.com> | 2019-02-11 13:05:29 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-02-11 13:05:36 (GMT) |
commit | 4a944deef99a8d2cfd676a3517b24fdf063a1f8c (patch) | |
tree | 3d7c9ea02b6314cea30d853c1c9b16e02a3d4eeb /Help | |
parent | 5651568d14ee227bcc8edfa3801e1847ff89a23e (diff) | |
parent | 2d701b78de30f8b0380abe07bf80cf2babaf68ae (diff) | |
download | CMake-4a944deef99a8d2cfd676a3517b24fdf063a1f8c.zip CMake-4a944deef99a8d2cfd676a3517b24fdf063a1f8c.tar.gz CMake-4a944deef99a8d2cfd676a3517b24fdf063a1f8c.tar.bz2 |
Merge topic 'ghs-relnotes'
2d701b78de Help: Update 3.14 release notes for GHS changes
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2934
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/3.14.rst | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Help/release/3.14.rst b/Help/release/3.14.rst index 2d1e602..13d209f 100644 --- a/Help/release/3.14.rst +++ b/Help/release/3.14.rst @@ -25,6 +25,34 @@ Generators platform. The VS host toolset selection is now based on the host architecture as well. +* The :generator:`Green Hills MULTI` generator has been updated: + + * Now supports :ref:`Object Libraries`. + + * Now warns on unsupported project types such as shared libraries. + + * Now generates a top-level ``<PROJECT-NAME>.top.gpj`` for each directory + calling the :command:`project` command. The top-level project file + ``default.gpj`` is no longer created. + + * Now honors target renaming and destination output control properties + such as :prop_tgt:`RUNTIME_OUTPUT_DIRECTORY` and :prop_tgt:`OUTPUT_NAME`. + This also fixes support for installation rules generated by + :command:`install`. + + * Now honors source file properties :prop_sf:`INCLUDE_DIRECTORIES`, + :prop_sf:`COMPILE_DEFINITIONS`, and :prop_sf:`COMPILE_OPTIONS`. + + * Now supports Dynamic Download Integrity Applications which did not include + Integrate Files via :prop_tgt:`GHS_INTEGRITY_APP` and setting a target + link flag of ``-dynamic``. + + * The contents of project files now sorts sources groups and files by name. + Set the :prop_tgt:`GHS_NO_SOURCE_GROUP_FILE` target property to ``ON`` to + generate a single project file for the target instead of a project file for + each source group. Set the :variable:`CMAKE_GHS_NO_SOURCE_GROUP_FILE` + variable to enable this for all targets. + File-Based API -------------- |