[Cmake-commits] CMake branch, master, updated. v3.2.1-425-g6390d5f

Brad King brad.king at kitware.com
Thu Mar 12 15:26:46 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  6390d5f5cb107dcc4a0bc6124ab5f17370dcadcd (commit)
       via  ec428fafcf9f50c54b163dd16f68063cc387f779 (commit)
       via  082b6a9d78c6198dc7a9891615930c40a5c3b967 (commit)
       via  9df1f0fce19d893b75108fa29eb06cf6b2ce4997 (commit)
       via  80b9f0cbe263c64613acd18e4e94505924fce40e (commit)
       via  642048ce356304155bf67b85deeacb9d030c3300 (commit)
      from  0d58b082d00b8dc0fc678911e6e3c489c0bd5a9a (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=6390d5f5cb107dcc4a0bc6124ab5f17370dcadcd
commit 6390d5f5cb107dcc4a0bc6124ab5f17370dcadcd
Merge: 0d58b08 ec428fa
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Mar 12 15:26:45 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Mar 12 15:26:45 2015 -0400

    Merge topic 'refactor-cmGeneratorExpression'
    
    ec428faf Genex: Extend cmGeneratorExpressionContext constructor.
    082b6a9d Genex: Split cmGeneratorExpressionContext into own file.
    9df1f0fc Genex: Split cmGeneratorExpressionNode into own file.
    80b9f0cb Genex: Extract an evaluateWithContext method.
    642048ce Help: Move docs of $<0:...> and $<1:...> to output section.


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

Summary of changes:
 Help/manual/cmake-generator-expressions.7.rst      |    8 +-
 Source/CMakeLists.txt                              |    4 +
 Source/cmGeneratorExpression.cxx                   |   27 +-
 Source/cmGeneratorExpression.h                     |    4 +
 Source/cmGeneratorExpressionContext.cxx            |   34 +
 Source/cmGeneratorExpressionContext.h              |   54 +
 Source/cmGeneratorExpressionEvaluator.cxx          | 1892 +-------------------
 Source/cmGeneratorExpressionEvaluator.h            |   29 +-
 ...Evaluator.cxx => cmGeneratorExpressionNode.cxx} |  299 +---
 Source/cmGeneratorExpressionNode.h                 |   70 +
 bootstrap                                          |    2 +
 11 files changed, 204 insertions(+), 2219 deletions(-)
 create mode 100644 Source/cmGeneratorExpressionContext.cxx
 create mode 100644 Source/cmGeneratorExpressionContext.h
 copy Source/{cmGeneratorExpressionEvaluator.cxx => cmGeneratorExpressionNode.cxx} (87%)
 create mode 100644 Source/cmGeneratorExpressionNode.h


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list