[Cmake-commits] CMake branch, master, updated. v3.7.2-1115-gaa63ab6

Brad King brad.king at kitware.com
Tue Jan 17 09:04:53 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  aa63ab6d3e7bf320f17a5364a596355e3ab976e0 (commit)
       via  7c8ab7ddc8944152a1344c43acbb8c57fa2d398a (commit)
      from  020cba316bb3a4d33da5108ab10d2c06b4712427 (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=aa63ab6d3e7bf320f17a5364a596355e3ab976e0
commit aa63ab6d3e7bf320f17a5364a596355e3ab976e0
Merge: 020cba3 7c8ab7d
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Jan 17 09:04:50 2017 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jan 17 09:04:50 2017 -0500

    Merge topic 'expand_custom_commands'
    
    7c8ab7dd add_custom_{command,target}: Add COMMAND_EXPAND_LISTS option


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

Summary of changes:
 Help/command/add_custom_command.rst         |   11 ++++++++-
 Help/command/add_custom_target.rst          |    9 ++++++++
 Help/release/dev/expand_custom_commands.rst |    7 ++++++
 Source/cmAddCustomCommandCommand.cxx        |    9 ++++++--
 Source/cmAddCustomTargetCommand.cxx         |   13 ++++++++++-
 Source/cmCustomCommand.cxx                  |   12 ++++++++++
 Source/cmCustomCommand.h                    |    5 +++++
 Source/cmCustomCommandGenerator.cxx         |   32 +++++++++++++++++++--------
 Source/cmCustomCommandGenerator.h           |    2 ++
 Source/cmMakefile.cxx                       |   22 +++++++++++-------
 Source/cmMakefile.h                         |   15 ++++++++-----
 Tests/CustomCommand/CMakeLists.txt          |   21 ++++++++++++++++++
 Tests/CustomCommand/compare_options.cmake   |   14 ++++++++++++
 13 files changed, 146 insertions(+), 26 deletions(-)
 create mode 100644 Help/release/dev/expand_custom_commands.rst
 create mode 100644 Tests/CustomCommand/compare_options.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list