[Cmake-commits] CMake branch, master, updated. v3.8.0-rc1-71-gdc58d9f

Brad King brad.king at kitware.com
Tue Feb 14 08:30:35 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  dc58d9f06d921e3e5d03b9adf9a4d9ec5359d9ba (commit)
       via  e0f3931226d6f947572bce7a4b98c55812bba105 (commit)
       via  72dcbbe5c017a4c071187259f9594ccf02f7b466 (commit)
       via  7fb14775a3cce73dc0cb0d759b96059a95f7104b (commit)
       via  615e2a17e499b2bd53cce8da1a0cfae36d67b24a (commit)
       via  45b49099d9dd034fd1e7344b3bae88b0e3d3427a (commit)
       via  5396bc92d0162fa9a9462e15ccaae8764da8ff98 (commit)
      from  b7d8d80a62d2e2c31863efedd41945c2e9db9bcf (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=dc58d9f06d921e3e5d03b9adf9a4d9ec5359d9ba
commit dc58d9f06d921e3e5d03b9adf9a4d9ec5359d9ba
Merge: b7d8d80 e0f3931
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Feb 14 08:30:33 2017 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Feb 14 08:30:33 2017 -0500

    Merge topic 'command-cleanup'
    
    e0f39312 cmCommands: add commands directly to cmState
    72dcbbe5 split Default commands into Scripting and Project
    7fb14775 cmDisallowedCommand: extract policy checking from cmCommand
    615e2a17 cmCommand: Don't prefix error message with command name
    45b49099 cmCommand: make noncopyable
    5396bc92 cmCommand: remove member Helper


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

Summary of changes:
 Help/manual/cmake-commands.7.rst              |  133 +++++++-------
 Source/CMakeLists.txt                         |    2 +
 Source/CTest/cmCTestHandlerCommand.cxx        |    4 +-
 Source/cmBuildNameCommand.cxx                 |    5 -
 Source/cmCommand.cxx                          |   25 +--
 Source/cmCommand.h                            |    9 +-
 Source/cmCommands.cxx                         |  242 ++++++++++++++-----------
 Source/cmCommands.h                           |   10 +-
 Source/cmDisallowedCommand.cxx                |   31 ++++
 Source/cmDisallowedCommand.h                  |   50 +++++
 Source/cmExportCommand.h                      |    1 +
 Source/cmExportLibraryDependenciesCommand.cxx |    6 -
 Source/cmLoadCommandCommand.cxx               |    5 -
 Source/cmMakefile.cxx                         |    3 +-
 Source/cmOutputRequiredFilesCommand.cxx       |    5 -
 Source/cmSubdirDependsCommand.cxx             |    3 -
 Source/cmUseMangledMesaCommand.cxx            |    5 -
 Source/cmUtilitySourceCommand.cxx             |    5 -
 Source/cmVariableRequiresCommand.cxx          |    5 -
 Source/cmake.cxx                              |   18 +-
 Source/cmake.h                                |    3 +-
 21 files changed, 313 insertions(+), 257 deletions(-)
 create mode 100644 Source/cmDisallowedCommand.cxx
 create mode 100644 Source/cmDisallowedCommand.h


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list