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  a2215197ff2358d1f8f6c803c04904993ccd5e56 (commit)
       via  6fcd835c0786182c4981f9f640849c5c91100845 (commit)
      from  2a93843f3f0d48278405f6a398dde3d4d280df44 (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=a2215197ff2358d1f8f6c803c04904993ccd5e56
commit a2215197ff2358d1f8f6c803c04904993ccd5e56
Merge: 2a93843 6fcd835
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Fri Feb 28 09:48:28 2014 -0500
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Fri Feb 28 09:48:28 2014 -0500

    Merge topic 'wix-refactor'
    
    6fcd835c CPackWIX: refactor and cleanup


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

Summary of changes:
 Source/CMakeLists.txt                              |    4 +
 Source/CPack/WiX/cmCPackWIXGenerator.cxx           |  577 +++++---------------
 Source/CPack/WiX/cmCPackWIXGenerator.h             |  103 ++--
 Source/CPack/WiX/cmWIXDirectoriesSourceWriter.cxx  |   87 +++
 Source/CPack/WiX/cmWIXDirectoriesSourceWriter.h    |   42 ++
 Source/CPack/WiX/cmWIXFeaturesSourceWriter.cxx     |  102 ++++
 Source/CPack/WiX/cmWIXFeaturesSourceWriter.h       |   39 ++
 Source/CPack/WiX/cmWIXFilesSourceWriter.cxx        |  149 +++++
 Source/CPack/WiX/cmWIXFilesSourceWriter.h          |   62 +++
 Source/CPack/WiX/cmWIXPatch.cxx                    |   91 +++
 Source/CPack/WiX/cmWIXPatch.h                      |   45 ++
 Source/CPack/WiX/cmWIXPatchParser.cxx              |    2 +-
 Source/CPack/WiX/cmWIXPatchParser.h                |    2 +-
 Source/CPack/WiX/cmWIXRichTextFormatWriter.cxx     |    8 +-
 Source/CPack/WiX/cmWIXRichTextFormatWriter.h       |    8 +-
 .../blub.h => Source/CPack/WiX/cmWIXShortcut.h     |   21 +-
 Source/CPack/WiX/cmWIXSourceWriter.cxx             |   14 +-
 Source/CPack/WiX/cmWIXSourceWriter.h               |   16 +-
 18 files changed, 829 insertions(+), 543 deletions(-)
 create mode 100644 Source/CPack/WiX/cmWIXDirectoriesSourceWriter.cxx
 create mode 100644 Source/CPack/WiX/cmWIXDirectoriesSourceWriter.h
 create mode 100644 Source/CPack/WiX/cmWIXFeaturesSourceWriter.cxx
 create mode 100644 Source/CPack/WiX/cmWIXFeaturesSourceWriter.h
 create mode 100644 Source/CPack/WiX/cmWIXFilesSourceWriter.cxx
 create mode 100644 Source/CPack/WiX/cmWIXFilesSourceWriter.h
 create mode 100644 Source/CPack/WiX/cmWIXPatch.cxx
 create mode 100644 Source/CPack/WiX/cmWIXPatch.h
 copy Tests/QtAutogen/blub.h => Source/CPack/WiX/cmWIXShortcut.h (67%)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to