[Cmake-commits] CMake branch, nightly, updated. v3.8.0-717-g32277a8
Kitware Robot
kwrobot at kitware.com
Mon Apr 10 21:05:08 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, nightly has been updated
discards 06153266a61a59be774217c750032c37245cbb1a (commit)
via 32277a80d15fbd5710c1321dcd851de55811a2bb (commit)
via 51adb683f2c2f56e265513500e2a197db76b03cf (commit)
via 6db1761dfc8775897376c41d17ba581e7c5840b8 (commit)
via 972992f75be9c74820cd5620c111793fe18f9108 (commit)
via 97266364da55924cac94c8d8645231d7bc4bb3ba (commit)
via 1e69208de0a7d67867602b4f484c95e0d57e12d3 (commit)
via 0419ecbcad7719614349a07189b45e341a8f2c69 (commit)
via da7833c5bb1f331162d46a2c664a443c1c641089 (commit)
via b08d2092df1e2736fe07544b1a5f1f115903e964 (commit)
via dafddda4794ab37a2d5a29b821f8f4fba1c373d5 (commit)
via a6a0cfb24d637063bdb1c8e9e8ceb78cac3f90ac (commit)
via 89b92a98a54d3d45e195f818df6f362faa13379c (commit)
via 1136cbd4763ca573a3c073de282a39fbc11b4402 (commit)
via 23fccf30b01bb59c18ce2c8ac5a924ce5f2bcab5 (commit)
via e265ddecfc8df5509acd16958da134291a96df9f (commit)
via 7b51c1c789657384f56103944248c639193e8276 (commit)
via 5e95a9908858cbfeb46c456f14a1f6c9e9041b1c (commit)
via 54d8c0db00d0eeb27dc7abf9d67df74801c8d907 (commit)
via 63a57d1bd994338ec1b1c4e04f82b511d66ec761 (commit)
via 07790796fc32105c672f4fc6a3d2aa77611c652f (commit)
via d039f7414f9acc28ad1e51e775e888688f51a706 (commit)
via 07cc72502d25a0bdeeeaf9e4b52b56e6c01bc3cb (commit)
via 186dd8771eaee79979f7113dfad3c0d0ac3a2060 (commit)
via 812274ff49135c80fb4562742d0889002119221d (commit)
via 9d15d3c7486ae2d60709617f3fac9ac8bfb289b3 (commit)
via 730a5480555ddf142e489ec4d4f3828824008a8f (commit)
via 861f3465b4ec639da329ac7bdd4128de5acb46fe (commit)
via 74075b5502ec492705b60ba2ad06df7c977d865b (commit)
via 333c565acefef652d2593d6eadc97551865a67e6 (commit)
via a1c198d2639cf07bece19e45ccdd00ff51193574 (commit)
via 1f7764b96f554a11a896ff565b1d8fd7fba65b9f (commit)
via 94420a7b61d6c83dbd2ba0ce566af6624cd07aad (commit)
via ae4b3b707204e7eecbb217395aa40a3c8b88aaa5 (commit)
via 282a68451bda6c4a0e18cb6f7375cecf65531f5e (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 (06153266a61a59be774217c750032c37245cbb1a)
\
N -- N -- N (32277a80d15fbd5710c1321dcd851de55811a2bb)
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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
Help/command/file.rst | 5 +
Help/manual/cmake.1.rst | 6 +-
Help/prop_tgt/CROSSCOMPILING_EMULATOR.rst | 4 +
Modules/CMakeRCInformation.cmake | 4 +
Modules/FindPythonInterp.cmake | 7 +-
Modules/FindwxWidgets.cmake | 2 +-
Packaging/QtSDK/ToolsCMakeXX.cmake | 2 +-
Packaging/QtSDK/qt.tools.cmake.xx.qs.in | 30 +--
Source/CMakeLists.txt | 2 +
Source/CMakeVersion.cmake | 2 +-
Source/cmConnection.cxx | 158 ++++++++++++
Source/cmConnection.h | 114 +++++++++
Source/cmGeneratorExpressionNode.cxx | 7 +-
Source/cmGlobalVisualStudioGenerator.cxx | 1 -
Source/cmLocalVisualStudio7Generator.cxx | 47 ++--
Source/cmMakefile.cxx | 16 ++
Source/cmMakefile.h | 3 +
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/cmVisualStudio10TargetGenerator.cxx | 45 ----
Source/cmcmd.cxx | 2 +-
27 files changed, 916 insertions(+), 539 deletions(-)
create mode 100644 Source/cmConnection.cxx
create mode 100644 Source/cmConnection.h
create mode 100644 Source/cmPipeConnection.cxx
create mode 100644 Source/cmPipeConnection.h
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list