[Cmake-commits] CMake branch, master, updated. v3.0.0-1513-g68f4a0e
Brad King
brad.king at kitware.com
Mon Jul 28 10:35:50 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 68f4a0ee306e5b5aec1252d0e7ed2af93273ee9f (commit)
via b9be4d21779ba7b301f12a7a5c358000e1424cee (commit)
via 73b336c9f145746b5d554c80b9d8d6c40613ec5c (commit)
via 44850a267d1c2ee64947ebb93de3998549b59d03 (commit)
from 95c47f6d379764c818bd0693b1928d3339401a52 (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=68f4a0ee306e5b5aec1252d0e7ed2af93273ee9f
commit 68f4a0ee306e5b5aec1252d0e7ed2af93273ee9f
Merge: 95c47f6 b9be4d2
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Jul 28 10:35:49 2014 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jul 28 10:35:49 2014 -0400
Merge topic 'cpack-ifw-generator'
b9be4d21 Help: Add notes for topic 'cpack-ifw-generator'
73b336c9 CPackIFW: Replace use of strftime with cmTimestamp
44850a26 CPack: Add an "IFW" generator for Qt Framework Installer
-----------------------------------------------------------------------
Summary of changes:
CMakeCPack.cmake | 32 ++
CMakeCPackOptions.cmake.in | 14 +
Help/manual/cmake-modules.7.rst | 1 +
Help/module/CPackIFW.rst | 1 +
Help/release/dev/cpack-ifw-generator.rst | 5 +
Modules/CPack.cmake | 2 +
Modules/CPackComponent.cmake | 3 +
Modules/CPackIFW.cmake | 384 ++++++++++++++
Source/CMakeLists.txt | 1 +
Source/CPack/cmCPackGeneratorFactory.cxx | 6 +
Source/CPack/cmCPackIFWGenerator.cxx | 849 ++++++++++++++++++++++++++++++
Source/CPack/cmCPackIFWGenerator.h | 82 +++
Source/QtIFW/cmake.org.html | 7 +
Source/QtIFW/installscript.qs.in | 24 +
14 files changed, 1411 insertions(+)
create mode 100644 Help/module/CPackIFW.rst
create mode 100644 Help/release/dev/cpack-ifw-generator.rst
create mode 100644 Modules/CPackIFW.cmake
create mode 100644 Source/CPack/cmCPackIFWGenerator.cxx
create mode 100644 Source/CPack/cmCPackIFWGenerator.h
create mode 100644 Source/QtIFW/cmake.org.html
create mode 100644 Source/QtIFW/installscript.qs.in
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list