[Cmake-commits] CMake branch, master, updated. v2.8.7-332-g4f9c114

David Cole david.cole at kitware.com
Tue Feb 14 16:15:03 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  4f9c114dfabac98dc1b1e55bac3a6be8e9dd23cf (commit)
       via  d4b77eba17e01badc836777dbb0c9ec287f098aa (commit)
       via  9002f73f311893be20d8d986de8e5239ed2afce2 (commit)
       via  02ccb3291bd1053df30600211b0ceefbb7fea00f (commit)
       via  24fbc28e5f81823661853be0c0acdf2670b3453e (commit)
       via  bafd8a9e79612c260af12f9a42c7e7cddf1f7da3 (commit)
       via  543f1adfa4a8f2f38371512ffcb8c252332acb18 (commit)
       via  cdbd1a9e39e79fe2f29dff3c3a7b9cf9c9fae3cc (commit)
       via  52c53deb1bc0109340479aa1284e2fa03b2f5401 (commit)
       via  37f90ed57609308ff33223474567e5bfb94c2a21 (commit)
       via  7c82b7f51a7c7a02d060ca804e15049c0a745748 (commit)
       via  62b589b4cd73fa59b5902f8f0a5779a6a77947aa (commit)
       via  751713f54b70d955334818f534139f9b59cc66e6 (commit)
       via  1629615a10df10296ba6588f66a680eed424f9ba (commit)
       via  83e34dd9e688b4721c70c56e66629bdc2768fa77 (commit)
       via  c6a016944211b737c45385423fc7df10462e34ab (commit)
      from  4f81c709d1c5f9d2ea9bea0b7d2a1cdee9a33f7e (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=4f9c114dfabac98dc1b1e55bac3a6be8e9dd23cf
commit 4f9c114dfabac98dc1b1e55bac3a6be8e9dd23cf
Merge: 4f81c70 d4b77eb
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Tue Feb 14 16:14:56 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Feb 14 16:14:56 2012 -0500

    Merge topic 'ImproveCPackDoc-reloaded'
    
    d4b77eb Avoid discovering system infos for documentation. Adding some path is enough.
    9002f73 Fix non existent std::string::clear on VS6
    02ccb32 Create getDocumentedModulesListInDir which may be used in other context.
    24fbc28 Add missing section markup for CPackComponent
    bafd8a9 Example of builtin variable documentation (i.e. only used in C++ source code).
    543f1ad Make the load of script documentation more efficient and dynamic.
    cdbd1a9 Fix another compiler warning due to a typo
    52c53de Really avoid compiler warning about unused vars
    37f90ed Calm down compiler warning about unused var
    7c82b7f Fix potential bad memory access, thanks to Eike
    62b589b Suppress unused var, beautify code, avoid 1 extra newline.
    751713f Update bash completion file in order to handle new CPack doc options.
    1629615 CPack Documentation extraction from CMake script begins to work
    83e34dd Implement simple CMake script comment markup language.
    c6a0169 CPack begin the implementation of --help-command* and --help-variables*


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

Summary of changes:
 Docs/cmake-completion                              |   10 +
 Modules/CPack.cmake                                |   89 ++++-
 Modules/CPackComponent.cmake                       |   12 +
 Modules/CPackDeb.cmake                             |   38 ++
 Modules/CPackRPM.cmake                             |  109 ++++--
 Source/CMakeLists.txt                              |    2 +
 Source/CPack/cmCPackDocumentMacros.cxx             |   16 +
 .../cmCPackDocumentMacros.h}                       |   10 +-
 Source/CPack/cmCPackDocumentVariables.cxx          |   32 ++
 .../cmCPackDocumentVariables.h}                    |    6 +-
 Source/CPack/cpack.cxx                             |   95 ++++-
 Source/CursesDialog/ccmake.cxx                     |    1 +
 Source/QtDialog/CMakeSetup.cxx                     |    1 +
 Source/cmCommand.h                                 |   11 +
 Source/cmDocumentation.cxx                         |  457 +++++++++++++++++---
 Source/cmDocumentation.h                           |   68 +++
 Source/cmFunctionCommand.cxx                       |   11 +
 Source/cmMacroCommand.cxx                          |   11 +
 Source/cmake.cxx                                   |    4 +-
 Source/cmakemain.cxx                               |    1 +
 Source/ctest.cxx                                   |    1 +
 21 files changed, 877 insertions(+), 108 deletions(-)
 create mode 100644 Source/CPack/cmCPackDocumentMacros.cxx
 copy Source/{cmDocumentVariables.h => CPack/cmCPackDocumentMacros.h} (74%)
 create mode 100644 Source/CPack/cmCPackDocumentVariables.cxx
 copy Source/{cmDocumentVariables.h => CPack/cmCPackDocumentVariables.h} (86%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list