[Cmake-commits] CMake branch, next, updated. v3.8.0-714-gdc2bac8
Kitware Robot
kwrobot at kitware.com
Tue Apr 11 09:15:04 EDT 2017
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, next has been updated
discards 6e73bcb37117932f83ff271cf664a651bbf62c25 (commit)
discards d18f4991f007b92573b9a0adb63b2ee495b5b9c8 (commit)
discards a1c198d2639cf07bece19e45ccdd00ff51193574 (commit)
discards 1f7764b96f554a11a896ff565b1d8fd7fba65b9f (commit)
discards 282a68451bda6c4a0e18cb6f7375cecf65531f5e (commit)
via dc2bac8b8f4dd8c1d003e828e3c2a33ef2593437 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (6e73bcb37117932f83ff271cf664a651bbf62c25)
\
N -- N -- N (dc2bac8b8f4dd8c1d003e828e3c2a33ef2593437)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=dc2bac8b8f4dd8c1d003e828e3c2a33ef2593437
commit dc2bac8b8f4dd8c1d003e828e3c2a33ef2593437
Merge: 4a18347 51adb68
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Apr 10 23:25:34 2017 +0000
Commit: Kitware Robot <kwrobot at kitware.com>
CommitDate: Tue Apr 11 09:14:30 2017 -0400
Stage topic 'vs-remove-UseObjectLibraries'
Topic-id: 23581
Topic-url: https://gitlab.kitware.com/cmake/cmake/merge_requests/686
-----------------------------------------------------------------------
Summary of changes:
Source/CMakeLists.txt | 2 -
Source/cmConnection.cxx | 158 -----------------
Source/cmConnection.h | 114 ------------
Source/cmPipeConnection.cxx | 80 ---------
Source/cmPipeConnection.h | 28 ---
Source/cmServer.cxx | 266 ++++------------------------
Source/cmServer.h | 125 ++------------
Source/cmServerConnection.cxx | 384 ++++++++++++++++++++++++++++++++++-------
Source/cmServerConnection.h | 95 ++++++----
Source/cmServerProtocol.cxx | 12 +-
Source/cmServerProtocol.h | 8 +-
Source/cmcmd.cxx | 2 +-
12 files changed, 440 insertions(+), 834 deletions(-)
delete mode 100644 Source/cmConnection.cxx
delete mode 100644 Source/cmConnection.h
delete mode 100644 Source/cmPipeConnection.cxx
delete mode 100644 Source/cmPipeConnection.h
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list