diff options
author | Brad King <brad.king@kitware.com> | 2019-01-28 13:21:32 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-01-28 13:21:50 (GMT) |
commit | 1593e16d881bf74fd8981e1290d20f28191f1f0e (patch) | |
tree | 1b6753dc6e1a12314452b3a477453f28e55b9949 /Help/release/dev | |
parent | dc752c9d2d4bc2c0ad047689bd01bb75aa8f8fb9 (diff) | |
parent | 2a9220c34d26d33b5733ba41a25c44e02c8cdb3a (diff) | |
download | CMake-1593e16d881bf74fd8981e1290d20f28191f1f0e.zip CMake-1593e16d881bf74fd8981e1290d20f28191f1f0e.tar.gz CMake-1593e16d881bf74fd8981e1290d20f28191f1f0e.tar.bz2 |
Merge topic 'get_filename_component_last_ext'
2a9220c34d Help: Add notes for topic 'get_filename_component_last_ext'
edda30d0f5 Tests: Add tests for LAST_EXT and NAME_WLE
7a25ef326b Help: Add documentation for new get_filename_component components
e50a36df48 cmGetFilenameComponentCommand: Add more components
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2853
Diffstat (limited to 'Help/release/dev')
-rw-r--r-- | Help/release/dev/get_filename_component_last_ext.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/get_filename_component_last_ext.rst b/Help/release/dev/get_filename_component_last_ext.rst new file mode 100644 index 0000000..2487dbc --- /dev/null +++ b/Help/release/dev/get_filename_component_last_ext.rst @@ -0,0 +1,6 @@ +get_filename_component_last_ext +------------------------------- + +* The :command:`get_filename_component` command gained new + ``LAST_EXT`` and ``NAME_WLE`` variants to work with the + extension after the last ``.`` in the name. |