[Cmake-commits] CMake branch, master, updated. v2.8.3-320-g31b0657

Brad King brad.king at kitware.com
Tue Dec 21 14:03:50 EST 2010


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  31b0657e7d4bab3e6c5a00c1318d1c231d8ab44b (commit)
       via  4499d50ad2df7c1db4335d40f9fa20c642f59a5d (commit)
       via  f0cdb6001b3e915fc0d9c1120165d49725440bbd (commit)
       via  4749e4cb76cc1e23cb23f37ceec2e856a18218ce (commit)
       via  ef9e9de0b80a08bb9290fce3816ff621d2ff3419 (commit)
       via  45e1953c4037d4492668651ae3bbfd6a4a875bc1 (commit)
       via  4091bca4ecf4a7f9c2099a7d34e125494de60e1c (commit)
       via  bfb7288f8103298bf4cabb60a13208f95595a7db (commit)
      from  533f5a20372829aa41a71ed4698cac2a50820a7e (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=31b0657e7d4bab3e6c5a00c1318d1c231d8ab44b
commit 31b0657e7d4bab3e6c5a00c1318d1c231d8ab44b
Merge: 533f5a2 4499d50
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Dec 21 14:03:24 2010 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Dec 21 14:03:24 2010 -0500

    Merge topic 'custom-command-generator-expressions'
    
    4499d50 Mark CustomCommand test perconfig.out as SYMBOLIC
    f0cdb60 Introduce "generator expression" syntax to custom commands (#11209)
    4749e4c Record set of targets used in cmGeneratorExpression
    ef9e9de Optionally suppress errors in cmGeneratorExpression
    45e1953 Factor per-config sample targets out of 'Testing' test
    4091bca Factor generator expression docs out of add_test
    bfb7288 Record backtrace in cmCustomCommand


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

Summary of changes:
 Source/CMakeLists.txt                              |    1 +
 Source/cmAddCustomCommandCommand.h                 |   12 ++++++-
 Source/cmAddTestCommand.h                          |   15 +-------
 Source/cmCustomCommand.cxx                         |   27 ++++++++++++++--
 Source/cmCustomCommand.h                           |   11 ++++++-
 Source/cmCustomCommandGenerator.cxx                |   14 ++++++--
 Source/cmCustomCommandGenerator.h                  |    3 ++
 Source/cmDocumentGeneratorExpressions.h            |   30 +++++++++++++++++
 Source/cmGeneratorExpression.cxx                   |    8 +++--
 Source/cmGeneratorExpression.h                     |   10 +++++-
 Source/cmGlobalGenerator.cxx                       |    2 +-
 Source/cmLocalVisualStudio6Generator.cxx           |    2 +-
 Source/cmLocalVisualStudioGenerator.cxx            |    2 +-
 Source/cmMakefile.cxx                              |    5 ++-
 Source/cmTarget.cxx                                |   17 ++++++++++
 Tests/CustomCommand/CMakeLists.txt                 |   13 +++++++
 Tests/PerConfig/CMakeLists.txt                     |   34 ++++++++++++++++++++
 Tests/{Testing => PerConfig}/pcShared.c            |    0
 Tests/{Testing => PerConfig}/pcShared.h            |    0
 Tests/{Testing => PerConfig}/pcStatic.c            |    0
 Tests/{Testing => PerConfig}/perconfig.c           |    0
 .../driver.cmake => PerConfig/perconfig.cmake}     |    2 +-
 Tests/Testing/CMakeLists.txt                       |   34 ++------------------
 23 files changed, 179 insertions(+), 63 deletions(-)
 create mode 100644 Source/cmDocumentGeneratorExpressions.h
 create mode 100644 Tests/PerConfig/CMakeLists.txt
 rename Tests/{Testing => PerConfig}/pcShared.c (100%)
 rename Tests/{Testing => PerConfig}/pcShared.h (100%)
 rename Tests/{Testing => PerConfig}/pcStatic.c (100%)
 rename Tests/{Testing => PerConfig}/perconfig.c (100%)
 rename Tests/{Testing/driver.cmake => PerConfig/perconfig.cmake} (97%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list