[Cmake-commits] CMake branch, master, updated. v2.8.9-569-g982905c

David Cole david.cole at kitware.com
Wed Oct 17 16:44:46 EDT 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  982905c0d23aded548718cf64665002cac350e77 (commit)
       via  79edd00235091475d5b3f1305bcf991cad3e45f4 (commit)
       via  f7ef32b00b8d4fe74bfdcee3e690309e9a89e251 (commit)
       via  fd59b10e7149026658d8dcdedfef0b3810fea226 (commit)
       via  6dd2b365596c08b4799e0ebec92333519aac283a (commit)
       via  e7230c71fdf9ed58b2e8fbf2064452a41ea57180 (commit)
       via  145a4af8d3812fbd6a28f27e6fd4bb4d60d715af (commit)
       via  e2d141d47410ad17ba2b63fd32a61cead8a50606 (commit)
      from  e8b1c1ffc0a9eb3a224fbdb205627096ea6453c0 (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=982905c0d23aded548718cf64665002cac350e77
commit 982905c0d23aded548718cf64665002cac350e77
Merge: e8b1c1f 79edd00
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Wed Oct 17 16:44:44 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Oct 17 16:44:44 2012 -0400

    Merge topic 'generator-expression-bug-fixes'
    
    79edd00 GenEx: Fix reporting about not-found include directories and libraries.
    f7ef32b GenEx: Replace some failing tests with Borland and NMake makefiles.
    fd59b10 GenEx: Add some more asserts to verify code-sanity.
    6dd2b36 GenEx: Break if there are no more commas in the container
    e7230c7 GenEx: Fix termination bugs in generator expression parser.
    145a4af GenEx: Test the use of generator expressions to generate lists.
    e2d141d GenEx: Parse colon after arguments separator colon specially.


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

Summary of changes:
 Source/cmGeneratorExpression.cxx                   |   49 ++++++++++++++++
 Source/cmGeneratorExpression.h                     |    7 ++
 Source/cmGeneratorExpressionParser.cxx             |   60 +++++++++++++++----
 Source/cmGlobalGenerator.cxx                       |   22 +++++--
 Source/cmMakeDepend.cxx                            |   19 +++++-
 Tests/CompileDefinitions/compiletest.cpp           |    9 +++
 .../CompileDefinitions/target_prop/CMakeLists.txt  |    1 +
 Tests/GeneratorExpression/CMakeLists.txt           |   26 +++++++++
 Tests/GeneratorExpression/check.cmake              |   26 +++++++++
 .../TargetIncludeDirectories/CMakeLists.txt        |    4 +
 .../TargetIncludeDirectories/main.cpp              |    2 +
 Tests/RunCMake/CMakeLists.txt                      |    1 +
 .../CMakeLists.txt                                 |    0
 .../NotFoundContent-result.txt}                    |    0
 .../include_directories/NotFoundContent-stderr.txt |    6 ++
 .../include_directories/NotFoundContent.cmake      |    9 +++
 .../include_directories/RunCMakeTest.cmake         |    3 +
 17 files changed, 221 insertions(+), 23 deletions(-)
 copy Tests/RunCMake/{GeneratorExpression => include_directories}/CMakeLists.txt (100%)
 copy Tests/RunCMake/{GeneratorExpression/BadAND-result.txt => include_directories/NotFoundContent-result.txt} (100%)
 create mode 100644 Tests/RunCMake/include_directories/NotFoundContent-stderr.txt
 create mode 100644 Tests/RunCMake/include_directories/NotFoundContent.cmake
 create mode 100644 Tests/RunCMake/include_directories/RunCMakeTest.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list