[Cmake-commits] CMake branch, master, updated. v3.2.2-1207-g0cbc69b

Brad King brad.king at kitware.com
Tue May 19 11:09:38 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  0cbc69b9ea97a44280350a58a365c617896e4589 (commit)
       via  61d52e6e77bef903225bd3bad3e381bac73ee557 (commit)
       via  a271f7f17707c50744c2dbeb20ae82b10c886f4f (commit)
       via  f4300cd4dd46560c95203bad4a386c5db0bda2cd (commit)
       via  65a42849639a3268f613795683d7c91a6ed8b661 (commit)
       via  9645cba3bfc4bd583259130fd7e63da0c8bbecca (commit)
       via  52a8d19c9b67e5c902155f52fc7d145e091a5e7d (commit)
       via  59ba1215b936b04fa5c5e8041eae14a754911cb4 (commit)
       via  18f810a8659ea257c28d81b17aa3664f3d6f43e6 (commit)
       via  e96b5d14f9f3500b2221e9afedfacabb0a56bb4c (commit)
       via  7eb0dfa0622afe078c2e131ee1cbad293960b634 (commit)
       via  f9785e0cb6c823849bb344e487d9e70d9fdaddb4 (commit)
       via  e17b5e426294dc5cc86ba31dfd4d4acc553c0c72 (commit)
       via  1ec1bf9f071ce930094171ab45f2dbc02c57927b (commit)
       via  9b4aefad41218866e392021b6d7239b2eeb50390 (commit)
      from  56dc91c3adac1abbd2326fe677b6093c997771c1 (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=0cbc69b9ea97a44280350a58a365c617896e4589
commit 0cbc69b9ea97a44280350a58a365c617896e4589
Merge: 56dc91c 61d52e6
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue May 19 11:09:36 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue May 19 11:09:36 2015 -0400

    Merge topic 'minor-cleanups'
    
    61d52e6e cmListFileBacktrace: Hide the context-stack implementation detail.
    a271f7f1 cmTarget: Simplify CMP0023 message loop.
    f4300cd4 cmTarget: Simplify output computation.
    65a42849 cmTarget: Store context in stack only if different.
    9645cba3 cmListFileContext: Implement EqualityComparable.
    52a8d19c cmTarget: Store only cmListFileContext for CMP0023 handling.
    59ba1215 cmTarget: Remove needless iteration.
    18f810a8 cmListFileContext: Sort by line before file.
    e96b5d14 cmListFileContext: Implement LessThanComparable.
    7eb0dfa0 cmMakefile: Use std::set::insert API to simplify CMP0054 handling.
    f9785e0c cmMakefile: Simplify CMP0054 handling.
    e17b5e42 cmMakefile: Add access to the top-level execution context.
    1ec1bf9f if(): Test the effect of cmMakefileCall use in elseif() handling.
    9b4aefad cmMakefile: Replace deques with vectors.


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

Summary of changes:
 Source/cmCommandArgumentParserHelper.cxx           |    2 +-
 Source/cmConditionEvaluator.cxx                    |   10 +---
 Source/cmListFileCache.cxx                         |   49 ++++++++++++++++++++
 Source/cmListFileCache.h                           |   10 +++-
 Source/cmMakefile.cxx                              |   39 +++++++---------
 Source/cmMakefile.h                                |   30 ++----------
 Source/cmTarget.cxx                                |   43 ++++++-----------
 Source/cmTarget.h                                  |    2 +-
 Source/cmake.cxx                                   |   19 +-------
 Tests/RunCMake/if/RunCMakeTest.cmake               |    1 +
 .../elseif-message-result.txt}                     |    0
 .../elseif-message-stderr.txt}                     |    6 +--
 Tests/RunCMake/if/elseif-message.cmake             |    4 ++
 13 files changed, 107 insertions(+), 108 deletions(-)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => if/elseif-message-result.txt} (100%)
 copy Tests/RunCMake/{CMP0054/CMP0054-keywords-NEW-stderr.txt => if/elseif-message-stderr.txt} (50%)
 create mode 100644 Tests/RunCMake/if/elseif-message.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list