[Cmake-commits] CMake branch, master, updated. v2.8.2-227-gcc2ba7f

Brad King brad.king at kitware.com
Tue Aug 17 15:12:45 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  cc2ba7f9c283a28804967820fa8f212f630d6aa8 (commit)
       via  bd510fe4ea43ed6adfb28dc830db4489b59ef2aa (commit)
       via  31a313d47043923bc722554175912e75a03a13f6 (commit)
       via  cd7b8a03f5403603da44432470f177601b5bf42b (commit)
      from  57c5bf5b18029ae1e6e28a39c15c51ceb02155a4 (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=cc2ba7f9c283a28804967820fa8f212f630d6aa8
commit cc2ba7f9c283a28804967820fa8f212f630d6aa8
Merge: 57c5bf5 bd510fe
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Aug 17 15:12:42 2010 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Aug 17 15:12:42 2010 -0400

    Merge topic 'CPack-APIredesign'
    
    bd510fe CPack: Avoid member shadowing after API refactor (part2)
    31a313d CPack: Avoid member shadowing after API refactor
    cd7b8a0 CPack: Refactor API in order to handle multi-file packages


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

Summary of changes:
 Source/CPack/cmCPackArchiveGenerator.cxx      |   12 ++--
 Source/CPack/cmCPackArchiveGenerator.h        |    3 +-
 Source/CPack/cmCPackBundleGenerator.cxx       |    6 +-
 Source/CPack/cmCPackBundleGenerator.h         |    3 +-
 Source/CPack/cmCPackCygwinBinaryGenerator.cxx |    9 +--
 Source/CPack/cmCPackCygwinBinaryGenerator.h   |    3 +-
 Source/CPack/cmCPackCygwinSourceGenerator.cxx |   26 ++++----
 Source/CPack/cmCPackCygwinSourceGenerator.h   |    3 +-
 Source/CPack/cmCPackDebGenerator.cxx          |   14 ++---
 Source/CPack/cmCPackDebGenerator.h            |    3 +-
 Source/CPack/cmCPackDragNDropGenerator.cxx    |   11 +--
 Source/CPack/cmCPackDragNDropGenerator.h      |    6 +-
 Source/CPack/cmCPackGenerator.cxx             |   82 ++++++++++++++++---------
 Source/CPack/cmCPackGenerator.h               |   69 +++++++++++++++++++--
 Source/CPack/cmCPackNSISGenerator.cxx         |   13 ++--
 Source/CPack/cmCPackNSISGenerator.h           |    3 +-
 Source/CPack/cmCPackOSXX11Generator.cxx       |   10 +--
 Source/CPack/cmCPackOSXX11Generator.h         |    3 +-
 Source/CPack/cmCPackPackageMakerGenerator.cxx |   10 +--
 Source/CPack/cmCPackPackageMakerGenerator.h   |    3 +-
 Source/CPack/cmCPackRPMGenerator.cxx          |    4 +-
 Source/CPack/cmCPackRPMGenerator.h            |    3 +-
 Source/CPack/cmCPackSTGZGenerator.cxx         |    7 +-
 Source/CPack/cmCPackSTGZGenerator.h           |    3 +-
 24 files changed, 181 insertions(+), 128 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list