[Cmake-commits] CMake branch, release, updated. v3.5.0-rc1-22-gb162dd9
Brad King
brad.king at kitware.com
Wed Feb 10 09:23:01 EST 2016
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, release has been updated
via b162dd9ea0c7c08b4b5c0afcb107ebf870064ee2 (commit)
via 1ea55acf8aaa1a59b4453e4aec1fc704d7696321 (commit)
via 5b06896ba85f20d621b052c75930e671fc3c37fa (commit)
via a12b0f1b193024b71583b9150aeead33d364d189 (commit)
via 0570b4e4ea8159e701961fa479a74003ca458660 (commit)
via 9b7d5871b86036da009119e14f54d161f2d44f24 (commit)
via 6cbf6a51976c9092f84ef4a90d35fb6fd60f5898 (commit)
from 656bf0da2c0b9a2fa6e79970df968d5e9c4e4e1a (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
CMakeCPack.cmake | 11 +++
CMakeCPackOptions.cmake.in | 28 ++++++-
Source/cmCurl.cxx | 5 ++
Source/cmGlobalGenerator.cxx | 81 +++++---------------
Source/cmGlobalGenerator.h | 24 +++++-
Source/cmLocalGenerator.cxx | 2 +
Source/cmMakefile.cxx | 2 +
Utilities/CMakeLists.txt | 4 +
Utilities/Release/WiX/CMakeLists.txt | 12 +++
Utilities/Release/WiX/CustomAction/CMakeLists.txt | 13 ++++
.../WiX/CustomAction/detect_nsis_overwrite.cpp | 45 +++++++++++
Utilities/Release/WiX/CustomAction/exports.def | 2 +
.../Release/WiX/cmake_nsis_overwrite_dialog.wxs | 21 +++++
Utilities/Release/WiX/custom_action_dll.wxs.in | 6 ++
Utilities/Release/WiX/install_dir.wxs | 13 +++-
15 files changed, 203 insertions(+), 66 deletions(-)
create mode 100644 Utilities/Release/WiX/CMakeLists.txt
create mode 100644 Utilities/Release/WiX/CustomAction/CMakeLists.txt
create mode 100644 Utilities/Release/WiX/CustomAction/detect_nsis_overwrite.cpp
create mode 100644 Utilities/Release/WiX/CustomAction/exports.def
create mode 100644 Utilities/Release/WiX/cmake_nsis_overwrite_dialog.wxs
create mode 100644 Utilities/Release/WiX/custom_action_dll.wxs.in
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list