[Cmake-commits] CMake branch, master, updated. v2.8.3-259-gb78fb87

Brad King brad.king at kitware.com
Tue Dec 21 13:58:09 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  b78fb879b48efdda8a574b4cf46d2f932924804d (commit)
       via  86979e49a16b0fc2976329480d236e62471f331a (commit)
       via  cdf92c952a40650a5bc37e93489e4b3130841d82 (commit)
       via  08f829b50971d7d848b8c4398f9c559fcf338d8e (commit)
       via  58bd4f21855f1ee4889ba7d933bd84fb24da672b (commit)
       via  dd2a5aa69fa1ba9fc73740355971fc28bfb504c0 (commit)
       via  88b7f4252c86f655c026d0906e7a8396cf75b70c (commit)
      from  4c88a8622dd25bc3d630f2d35e3a4acca9a7a5a2 (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=b78fb879b48efdda8a574b4cf46d2f932924804d
commit b78fb879b48efdda8a574b4cf46d2f932924804d
Merge: 4c88a86 86979e4
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Dec 21 13:57:59 2010 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Dec 21 13:57:59 2010 -0500

    Merge topic 'CPack-AddMoreTests'
    
    86979e4 Change cpack run and verify script to work with multi-config generators.
    cdf92c9 Precise the project config type when invoking cpack
    08f829b Arrange output in a better way
    58bd4f2 CPackTest spit out more output in case of failure
    dd2a5aa CPack  Default component test for ZIP should be OK
    88b7f42 CPack new tests for component install


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

Summary of changes:
 Tests/CMakeLists.txt                               |   29 +++++
 Tests/CPackComponentsForAll/CMakeLists.txt         |  120 ++++++++++++++++++++
 .../MyLibCPackConfig.cmake.in                      |    7 +
 .../RunCPackVerifyResult.cmake                     |   73 ++++++++++++
 .../mylib.cpp                                      |    0
 .../mylib.h                                        |    0
 .../mylibapp.cpp                                   |    0
 7 files changed, 229 insertions(+), 0 deletions(-)
 create mode 100644 Tests/CPackComponentsForAll/CMakeLists.txt
 create mode 100644 Tests/CPackComponentsForAll/MyLibCPackConfig.cmake.in
 create mode 100644 Tests/CPackComponentsForAll/RunCPackVerifyResult.cmake
 copy Tests/{CPackComponents => CPackComponentsForAll}/mylib.cpp (100%)
 copy Tests/{CPackComponents => CPackComponentsForAll}/mylib.h (100%)
 copy Tests/{CPackComponents => CPackComponentsForAll}/mylibapp.cpp (100%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list