[Cmake-commits] CMake branch, master, updated. v2.8.11.1-334-gb1ef36a
Brad King
brad.king at kitware.com
Mon Jun 24 08:37:20 EDT 2013
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 b1ef36a20abccfe7ada8d54bccc35661e0f541be (commit)
via b9f4383f698ae9207bb2701f1b82753e239e3248 (commit)
from 64d14d3ddd83f4a368e3540717aa1c5268ab8525 (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=b1ef36a20abccfe7ada8d54bccc35661e0f541be
commit b1ef36a20abccfe7ada8d54bccc35661e0f541be
Merge: 64d14d3 b9f4383
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Jun 24 08:37:18 2013 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jun 24 08:37:18 2013 -0400
Merge topic 'split-command-sources'
b9f4383 Split cmBootstrapCommands.cxx into two sources
-----------------------------------------------------------------------
Summary of changes:
Source/CMakeLists.txt | 3 +-
Source/cmBootstrapCommands.cxx | 173 ----------------------------------
Source/cmBootstrapCommands1.cxx | 91 ++++++++++++++++++
Source/cmBootstrapCommands2.cxx | 102 ++++++++++++++++++++
Source/cmCommands.h | 5 +-
Source/cmGetCMakePropertyCommand.cxx | 2 +
Source/cmGetPropertyCommand.cxx | 3 +
Source/cmake.cxx | 3 +-
bootstrap | 18 +++-
9 files changed, 217 insertions(+), 183 deletions(-)
delete mode 100644 Source/cmBootstrapCommands.cxx
create mode 100644 Source/cmBootstrapCommands1.cxx
create mode 100644 Source/cmBootstrapCommands2.cxx
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list