[Cmake-commits] CMake branch, master, updated. v3.0.1-1649-g401d82b

Brad King brad.king at kitware.com
Mon Aug 11 09:54:21 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  401d82b3db7253d29e51ecc7c7cdbaee70a38166 (commit)
       via  975dc87174294d59f60ffa0e52608f8fbf429737 (commit)
       via  12418f5c264ef8e66724cbb19e1304416452c7f8 (commit)
      from  8b61070748ce7de7c7ad3a21b9fa6b3bc5281e4f (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=401d82b3db7253d29e51ecc7c7cdbaee70a38166
commit 401d82b3db7253d29e51ecc7c7cdbaee70a38166
Merge: 8b61070 975dc87
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Aug 11 09:54:19 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Aug 11 09:54:19 2014 -0400

    Merge topic 'wix-acl'
    
    975dc871 Help: Add notes for topic 'wix-acl'
    12418f5c CPackWIX: Implement CPACK_WIX_ACL (Access Control List) property


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

Summary of changes:
 Help/manual/cmake-properties.7.rst          |    1 +
 Help/prop_inst/CPACK_WIX_ACL.rst            |   17 +++
 Help/release/dev/wix-acl.rst                |    6 ++
 Source/CMakeLists.txt                       |    5 +-
 Source/CPack/WiX/cmWIXAccessControlList.cxx |  149 +++++++++++++++++++++++++++
 Source/CPack/WiX/cmWIXAccessControlList.h   |   46 +++++++++
 Source/CPack/WiX/cmWIXFilesSourceWriter.cxx |    7 ++
 Source/CPack/WiX/cmWIXSourceWriter.h        |    5 +-
 Source/cmInstalledFile.cxx                  |   11 ++
 Source/cmInstalledFile.h                    |    3 +
 10 files changed, 246 insertions(+), 4 deletions(-)
 create mode 100644 Help/prop_inst/CPACK_WIX_ACL.rst
 create mode 100644 Help/release/dev/wix-acl.rst
 create mode 100644 Source/CPack/WiX/cmWIXAccessControlList.cxx
 create mode 100644 Source/CPack/WiX/cmWIXAccessControlList.h


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list