[Cmake-commits] CMake branch, master, updated. v3.0.1-1639-g2fdd5d8

Brad King brad.king at kitware.com
Mon Aug 11 09:54:11 EDT 2014


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  2fdd5d88a16f816ac5fc0f3ff0d22bf5bbe8a12d (commit)
       via  ebe8d51b11a2633857317aa1c8fe7ec0527c37eb (commit)
       via  82382479f7d43158d12f75c5ee8dda53edacd8c4 (commit)
       via  3040ab8f557b8d8e0e09f4ff569263d429afdb6d (commit)
      from  52584050c2bb0d65b60b0164af6a28c2761d1598 (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=2fdd5d88a16f816ac5fc0f3ff0d22bf5bbe8a12d
commit 2fdd5d88a16f816ac5fc0f3ff0d22bf5bbe8a12d
Merge: 5258405 ebe8d51
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Aug 11 09:54:10 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Aug 11 09:54:10 2014 -0400

    Merge topic 'cpack-ifw-generator'
    
    ebe8d51b CPackIFW: Refactor and revise this generator
    82382479 Doxygen: Add STRIP_FROM_PATH variable to doxyfile.in
    3040ab8f Doxygen: Add CPack/IFW subdir to doxyfile.in INPUT section


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

Summary of changes:
 Modules/CPackIFW.cmake                   |   18 +-
 Source/CMakeLists.txt                    |    4 +-
 Source/CPack/IFW/cmCPackIFWGenerator.cxx |  538 ++++++++++++++++++
 Source/CPack/IFW/cmCPackIFWGenerator.h   |  137 +++++
 Source/CPack/IFW/cmCPackIFWInstaller.cxx |  289 ++++++++++
 Source/CPack/IFW/cmCPackIFWInstaller.h   |   84 +++
 Source/CPack/IFW/cmCPackIFWPackage.cxx   |  486 ++++++++++++++++
 Source/CPack/IFW/cmCPackIFWPackage.h     |  131 +++++
 Source/CPack/cmCPackGeneratorFactory.cxx |    2 +-
 Source/CPack/cmCPackIFWGenerator.cxx     |  909 ------------------------------
 Source/CPack/cmCPackIFWGenerator.h       |   82 ---
 Utilities/Doxygen/doxyfile.in            |    5 +
 12 files changed, 1689 insertions(+), 996 deletions(-)
 create mode 100644 Source/CPack/IFW/cmCPackIFWGenerator.cxx
 create mode 100644 Source/CPack/IFW/cmCPackIFWGenerator.h
 create mode 100644 Source/CPack/IFW/cmCPackIFWInstaller.cxx
 create mode 100644 Source/CPack/IFW/cmCPackIFWInstaller.h
 create mode 100644 Source/CPack/IFW/cmCPackIFWPackage.cxx
 create mode 100644 Source/CPack/IFW/cmCPackIFWPackage.h
 delete mode 100644 Source/CPack/cmCPackIFWGenerator.cxx
 delete mode 100644 Source/CPack/cmCPackIFWGenerator.h


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list