[Cmake-commits] CMake branch, master, updated. v2.8.2-193-g6d85679

Brad King brad.king at kitware.com
Tue Aug 10 14:35:44 EDT 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  6d856795510fc7cdab8c1ab1d7aa0ade1113646b (commit)
       via  aef672311aa8b802c4477a4d51f531f752a6a787 (commit)
       via  1b5b2ed3b2c458b25523342f3f32cb2a6368b1f5 (commit)
       via  c7c90095d4759034359a747abb1cc32b97dc8363 (commit)
       via  ac267371e63806718a0905e321baa552f18a57e9 (commit)
       via  3296e6ad90865ae618435452e3422eab97ce9a09 (commit)
      from  cc31f89c17f365c63065c78a25d26075f453d31a (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=6d856795510fc7cdab8c1ab1d7aa0ade1113646b
commit 6d856795510fc7cdab8c1ab1d7aa0ade1113646b
Merge: cc31f89 aef6723
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Aug 10 14:35:41 2010 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Aug 10 14:35:41 2010 -0400

    Merge topic 'libarchive-wrapper'
    
    aef6723 cmArchiveWrite: Fix signed/unsigned compare/convert
    1b5b2ed Include entries for directories in tarballs (#11020)
    c7c9009 Create class cmArchiveWrite to wrap libarchive (#11020)
    ac26737 Merge branch 'system-libarchive-include' into libarchive-wrapper
    3296e6a Include headers from chosen libarchive (#10923)


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

Summary of changes:
 Source/CMakeLists.txt                              |    1 +
 Source/CPack/cmCPackArchiveGenerator.cxx           |    4 +-
 Source/cmArchiveWrite.cxx                          |  247 ++++++++++++++++++++
 Source/cmArchiveWrite.h                            |   84 +++++++
 Source/cmSystemTools.cxx                           |  148 ++----------
 Utilities/cmThirdParty.h.in                        |    1 +
 .../cm_libarchive.h                                |   17 +-
 7 files changed, 370 insertions(+), 132 deletions(-)
 create mode 100644 Source/cmArchiveWrite.cxx
 create mode 100644 Source/cmArchiveWrite.h
 copy Source/cmStandardIncludes.cxx => Utilities/cm_libarchive.h (64%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list