[Cmake-commits] CMake branch, master, updated. v2.8.10.1-232-g5f30a56

Brad King brad.king at kitware.com
Tue Nov 27 13:35:05 EST 2012


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  5f30a56f290acd7abd805e32f7537957ae78377d (commit)
       via  b581be07672e08cce4c29fa279b250d8e9c7aaba (commit)
       via  07749e3705cfc0105399c4a7a8349ec9f83ba39c (commit)
       via  ee96dc76864b899684d62b51edd87d3083e80168 (commit)
      from  d5adbbcf9cf7443392a38eb980886833de104826 (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=5f30a56f290acd7abd805e32f7537957ae78377d
commit 5f30a56f290acd7abd805e32f7537957ae78377d
Merge: d5adbbc b581be0
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 27 13:35:02 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Nov 27 13:35:02 2012 -0500

    Merge topic 'generator-expression-fixes'
    
    b581be0 Genex: Don't segfault on $<FOO,>
    07749e3 Genex: Ensure that $<0:...> has a parameter.
    ee96dc7 Genex: Extract a method to parse parameters.


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

Summary of changes:
 Source/cmGeneratorExpressionEvaluator.cxx          |   37 ++++++++++++++++++--
 Source/cmGeneratorExpressionEvaluator.h            |    8 ++++
 Source/cmGeneratorExpressionParser.cxx             |   10 +++++-
 .../{BadAND-result.txt => BadZero-result.txt}      |    0
 .../GeneratorExpression/BadZero-stderr.txt         |   17 +++++++++
 Tests/RunCMake/GeneratorExpression/BadZero.cmake   |    5 +++
 .../GeneratorExpression/RunCMakeTest.cmake         |    1 +
 7 files changed, 74 insertions(+), 4 deletions(-)
 copy Tests/RunCMake/GeneratorExpression/{BadAND-result.txt => BadZero-result.txt} (100%)
 create mode 100644 Tests/RunCMake/GeneratorExpression/BadZero-stderr.txt
 create mode 100644 Tests/RunCMake/GeneratorExpression/BadZero.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list