[Cmake-commits] CMake branch, master, updated. v2.8.10.2-778-g57072c1

Brad King brad.king at kitware.com
Mon Feb 25 13:12:15 EST 2013


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  57072c12d2e9302cefa66c96e55a595de085a161 (commit)
       via  8dfdf1c734af19a1e49efa4568e5e1f8fc7cb2f2 (commit)
       via  98a672528d7e6c192fc75abb10161121c8b28073 (commit)
       via  7e707444be6f7344888102ce4f88db48a31cab63 (commit)
       via  d1a2729b1af86a0a3abfb21df18ed85bcfaa59c6 (commit)
       via  e72eaadc42be80ef8273addfc19a6dd13b5feb90 (commit)
       via  ec2c67bcf3aada9b601d5dca52b31a4fb6104240 (commit)
      from  990c440ddd599d0bf4cad2cb7ac1688a42dca6d9 (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=57072c12d2e9302cefa66c96e55a595de085a161
commit 57072c12d2e9302cefa66c96e55a595de085a161
Merge: 990c440 8dfdf1c
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Feb 25 13:12:12 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Feb 25 13:12:12 2013 -0500

    Merge topic 'interface-property-external-read'
    
    8dfdf1c Fix the tests for evaluating includes and defines.
    98a6725 Fix constness of accessors.
    7e70744 Expand includes and defines transitively in 'external' genexes.
    d1a2729 Fix DAG checker finding cycling dependencies.
    e72eaad Workaround broken code where a target has itself in its link iface.
    ec2c67b Strip stray semicolons when evaluating generator expressions.


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

Summary of changes:
 Source/cmGeneratorExpression.cxx            |    7 +-
 Source/cmGeneratorExpression.h              |    1 +
 Source/cmGeneratorExpressionDAGChecker.cxx  |   10 ++--
 Source/cmGeneratorExpressionDAGChecker.h    |    4 +-
 Source/cmGeneratorExpressionEvaluator.cxx   |   97 +++++++++++++++++----------
 Tests/GeneratorExpression/CMakeLists.txt    |   31 ++++++++-
 Tests/GeneratorExpression/check-part2.cmake |    8 ++
 Tests/GeneratorExpression/empty.cpp         |    2 +
 8 files changed, 113 insertions(+), 47 deletions(-)
 create mode 100644 Tests/GeneratorExpression/empty.cpp


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list