[Cmake-commits] CMake branch, master, updated. v3.7.2-1112-g35ad12f

Brad King brad.king at kitware.com
Mon Jan 16 11:01:41 EST 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, master has been updated
       via  35ad12f99e71515f9cc65b1219160b88095a5f6b (commit)
       via  b42330be21c0d3046aa0e6fdf046a492bddef520 (commit)
      from  47d391d71d611c5129c6914ad77b34dc4bb79d75 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=35ad12f99e71515f9cc65b1219160b88095a5f6b
commit 35ad12f99e71515f9cc65b1219160b88095a5f6b
Merge: 47d391d b42330b
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jan 16 11:01:38 2017 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jan 16 11:01:38 2017 -0500

    Merge topic 'source_group-tree'
    
    b42330be source_group: Add options create groups matching directory tree


-----------------------------------------------------------------------

Summary of changes:
 Help/command/source_group.rst                     |   18 ++-
 Help/release/dev/source_group-tree.rst            |    5 +
 Source/cmSourceGroupCommand.cxx                   |  165 +++++++++++++++++++++
 Source/cmSourceGroupCommand.h                     |    6 +
 Tests/SourceGroups/CMakeLists.txt                 |   13 +-
 Tests/SourceGroups/main.c                         |    7 +
 Tests/SourceGroups/sub1/tree_bar.c                |    4 +
 Tests/SourceGroups/sub1/tree_baz.c                |    4 +
 Tests/SourceGroups/sub1/tree_subdir/tree_foobar.c |    4 +
 Tests/SourceGroups/tree_foo.c                     |    4 +
 10 files changed, 227 insertions(+), 3 deletions(-)
 create mode 100644 Help/release/dev/source_group-tree.rst
 create mode 100644 Tests/SourceGroups/sub1/tree_bar.c
 create mode 100644 Tests/SourceGroups/sub1/tree_baz.c
 create mode 100644 Tests/SourceGroups/sub1/tree_subdir/tree_foobar.c
 create mode 100644 Tests/SourceGroups/tree_foo.c


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list