[Cmake-commits] CMake branch, master, updated. v3.2.1-767-g92d6179

Brad King brad.king at kitware.com
Mon Apr 13 11:38:21 EDT 2015


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  92d61798937e42ecb7ae3d1be8b2b4ab7ce15fcb (commit)
       via  07d44d638bca028d2a76fb1ffdc1f1542184243c (commit)
       via  ea819b29f8735ca09242cc646a7b25e933bc913c (commit)
       via  6ad86c7fc4167561c7c13c28482a5fea0fe9d70b (commit)
       via  fca2b542b43546c64aa2c474b810890e52bd0ea4 (commit)
       via  7bb4e3db069e06fe2eac053e329ffb9f1ea322bf (commit)
       via  6241253a4b20e74625b855b1e0d5220c8e7282b1 (commit)
       via  0ee3ccb3b0a25264e8302a150eee297dd40affde (commit)
       via  57dd094eded03a94402b6eecf7027325bd7b5136 (commit)
       via  6deb43e6c836a61536c3d6e36ca16b51013e9134 (commit)
       via  ecdb1b3bba991c13f3f61c7b00a80b8dd97567b2 (commit)
       via  04b307b961a34c00f72d9031817ce4f918288701 (commit)
       via  0f1f324b0dd7147850f923ab266873bd8a4a4353 (commit)
       via  275185ac2b30b655b53100a129f5d7518ed943ad (commit)
       via  c57f086a81c487fa88c36a785865d27b81e3cb8d (commit)
       via  23368c9b83cd62724e94d345e3af940b3cda8762 (commit)
       via  14c70b8c580c519ca38bcd9ba5ca8fc9e7629068 (commit)
       via  6ed19e615bada326c38a2b27d9378959503094ae (commit)
       via  ade20b433b2ce1cf176bc727a8ed9c47a5f6537e (commit)
       via  6fb306ea3bbe04b8e4dde8f13eec3e6bdfe35086 (commit)
       via  7450a2c6ed601dc94f2de410661065554ff8ce12 (commit)
       via  8c13d7709bb2a254e5927d3df1346d8264ba1bd5 (commit)
       via  55ecd818f6bf70590d61584a87aae7bba992e26d (commit)
      from  cec6e3e9eb9861a3a1a0fd7a3972fa36dd6b9996 (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=92d61798937e42ecb7ae3d1be8b2b4ab7ce15fcb
commit 92d61798937e42ecb7ae3d1be8b2b4ab7ce15fcb
Merge: cec6e3e 07d44d6
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Apr 13 11:38:20 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Apr 13 11:38:20 2015 -0400

    Merge topic 'cmake-cleanups'
    
    07d44d63 cmake: Remove confusing duplication.
    ea819b29 cmMakefile: Remove unused method.
    6ad86c7f cmMakefile: Remove bad comment.
    fca2b542 cmMakefile: Internalize setting of CMakeInstance on Properties.
    7bb4e3db cmMakefile: Out-of-line Home directory accessors.
    6241253a cmake: Out-of-line Home and Start directory methods.
    0ee3ccb3 cmake: Fix variable name bugs.
    57dd094e Use vector, not list for cmCommand storage.
    6deb43e6 Remove some files which do not need to be in BootstrapCommands.
    ecdb1b3b Add some missing includes.
    04b307b9 cmake: Simplify CommandExists method.
    0f1f324b cmake: Rename oddly named variables.
    275185ac cmake: Constify GetCommand method.
    c57f086a cmake: Don't lower-case a string needlessly.
    23368c9b cmake: Use make_pair instead of Foo::value_type.
    14c70b8c cmake: out-of-line try compile state methods.
    ...


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

Summary of changes:
 Source/CMakeLists.txt                              |    4 +
 Source/cmBootstrapCommands1.cxx                    |    3 +-
 Source/cmBootstrapCommands2.cxx                    |    3 +-
 Source/cmCommands.cxx.in                           |    2 +-
 Source/cmCommands.h                                |    8 +-
 Source/cmCommandsForBootstrap.cxx                  |    2 +-
 Source/cmFileCommand.cxx                           |    2 +
 Source/cmGlobalGenerator.cxx                       |   17 ++-
 Source/cmGlobalGenerator.h                         |    2 +-
 Source/cmLocalGenerator.cxx                        |    1 -
 Source/cmMakefile.cxx                              |   39 ++----
 Source/cmMakefile.h                                |   11 +-
 Source/cmTarget.cxx                                |    4 +-
 Source/cmTargetLinkLibrariesCommand.cxx            |    2 +-
 Source/cmake.cxx                                   |  137 +++++++++++---------
 Source/cmake.h                                     |   48 ++-----
 .../get_property/DebugConfigurations-stderr.txt    |   11 ++
 .../get_property/DebugConfigurations.cmake         |   41 ++++++
 Tests/RunCMake/get_property/RunCMakeTest.cmake     |    1 +
 bootstrap                                          |    4 +-
 20 files changed, 185 insertions(+), 157 deletions(-)
 create mode 100644 Tests/RunCMake/get_property/DebugConfigurations-stderr.txt
 create mode 100644 Tests/RunCMake/get_property/DebugConfigurations.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list