[Cmake-commits] CMake branch, master, updated. v2.8.7-436-g7d02020

David Cole david.cole at kitware.com
Tue Feb 21 15:57:20 EST 2012


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  7d02020d682018a541b10460b28d6a8d0ef9bcf3 (commit)
       via  9a8103e929de7569fd2e5459a6676dff64d88892 (commit)
       via  4da2223ab768e44b7ef6e789ab193ea54c9b5e27 (commit)
       via  cfac874b7783a5c464334bfc13d969a667f1c397 (commit)
       via  dee0a38648195786bae0abce437ef4617ea0912e (commit)
       via  b4abcfecbe281373fd3c28adccf4c3002b7909c4 (commit)
       via  9717727d5fa29a993b22b9437e67cc28d8eaf52c (commit)
       via  7a8f44a2d6d23ec0345a1413f3a79c21f9566456 (commit)
       via  b8a274c091b63e6203b61f5aee40393d1409c9fc (commit)
       via  a6bce55aefd332f148a2753d5be0ec4383534473 (commit)
      from  6c6c2664394d9542cf611b7941c0f45cffd1e108 (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=7d02020d682018a541b10460b28d6a8d0ef9bcf3
commit 7d02020d682018a541b10460b28d6a8d0ef9bcf3
Merge: 6c6c266 9a8103e
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Tue Feb 21 15:57:17 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Feb 21 15:57:17 2012 -0500

    Merge topic 'CPack-dynamicDocSection'
    
    9a8103e Try to fix compile error on Win32-vs70
    4da2223 Fix typo in end markup
    cfac874 More documentation concerning CPack Components
    dee0a38 Put CPack DMG and PackageMaker doc in separate files
    b4abcfe Correct copy/paste section name mistake
    9717727 Suppress unecessary (now empty) doc sections
    7a8f44a Add structure documentation for CPack Bundle generator
    b8a274c Add structured documentation for NSIS
    a6bce55 Dynamically add documentation section specified in documented script.


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

Summary of changes:
 Modules/CPack.cmake             |   55 ------------------------------
 Modules/CPackBundle.cmake       |   12 +++++++
 Modules/CPackComponent.cmake    |   47 +++++++++++++++++++++++++-
 Modules/CPackDMG.cmake          |   70 +++++++++++++++++++++++++++++++++++++++
 Modules/CPackDeb.cmake          |    2 +-
 Modules/CPackNSIS.cmake         |   42 +++++++++++++++++++++++
 Modules/CPackPackageMaker.cmake |   34 +++++++++++++++++++
 Modules/CPackRPM.cmake          |    2 +-
 Source/CPack/cpack.cxx          |    3 +-
 Source/cmDocumentation.cxx      |   24 ++++++++++---
 Source/cmDocumentation.h        |    6 ++-
 11 files changed, 230 insertions(+), 67 deletions(-)
 create mode 100644 Modules/CPackDMG.cmake
 create mode 100644 Modules/CPackPackageMaker.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list