[Cmake-commits] CMake branch, nightly, updated. v3.8.0-729-g8e0aff8

Kitware Robot kwrobot at kitware.com
Tue Apr 11 21:05:09 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  32277a80d15fbd5710c1321dcd851de55811a2bb (commit)
  discards  51adb683f2c2f56e265513500e2a197db76b03cf (commit)
  discards  6db1761dfc8775897376c41d17ba581e7c5840b8 (commit)
  discards  972992f75be9c74820cd5620c111793fe18f9108 (commit)
  discards  97266364da55924cac94c8d8645231d7bc4bb3ba (commit)
  discards  1e69208de0a7d67867602b4f484c95e0d57e12d3 (commit)
  discards  a1c198d2639cf07bece19e45ccdd00ff51193574 (commit)
  discards  1f7764b96f554a11a896ff565b1d8fd7fba65b9f (commit)
  discards  282a68451bda6c4a0e18cb6f7375cecf65531f5e (commit)
       via  8e0aff8a2f7774cb3f890e9294dea94ee64c98fd (commit)
       via  f18cce207dde6ab41f69ab13af10ec743ba2a077 (commit)
       via  61706c2fcde182f6e13c001ee76f7762583c1fb6 (commit)
       via  5a53e18e244a629cf5a06027400eea269730365c (commit)
       via  93542c897d7f8fddcfe5e3eb26591c76c922e403 (commit)
       via  a2e91af99ddc3e3c38c68be758d05300244bf22b (commit)
       via  a77158b25f95c065af73a1578db88e537ef72c72 (commit)
       via  8c346bbc6ec3321c8ac99a5495cf4d842c71e260 (commit)
       via  5f4e26dfc8c4ae26e9226236a05d20b826100db9 (commit)
       via  5b29fd6d4df4eea8ac04a3f6287f721e28b6b5b4 (commit)
       via  b1eb493c11f38f651c2a8f0489918f3a55feeb99 (commit)
       via  5e753dc16b6bd05bbc54f5ef0f7d3b9fe2cdf485 (commit)
       via  6882a0fd0e43e6eb25fa7fb7a74b2e55511f4e84 (commit)
       via  ff4fa70c201236d5355d55c386cc04cb143bde10 (commit)
       via  6e68d014d522eafb854505594a78d8ac26ed6dd2 (commit)
       via  85d2434826f464de06f6a1fec6821605b736d1fb (commit)
       via  f4af14add40d851f7c8ef92aad2d549dcbbacf1f (commit)
       via  10772c51b4b0eea35d78a2dd3aa45b92daab7ef2 (commit)
       via  22829a130482511f8310caf74e190baee7ec763b (commit)
       via  d9140305077c13defa04774b4a8f5233a76f8399 (commit)
       via  e086b0e081d10f491dfe67fe065586423524942a (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 (32277a80d15fbd5710c1321dcd851de55811a2bb)
            \
             N -- N -- N (8e0aff8a2f7774cb3f890e9294dea94ee64c98fd)

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/manual/cmake.1.rst                    |    2 +-
 Help/release/dev/macos-hidpi-qt-dialog.rst |    5 +
 Modules/MacOSXBundleInfo.plist.in          |    4 +
 Source/CMakeLists.txt                      |    2 -
 Source/CMakeVersion.cmake                  |    2 +-
 Source/cmConnection.cxx                    |  158 ------------
 Source/cmConnection.h                      |  114 ---------
 Source/cmGeneratorExpressionNode.cxx       |    3 +-
 Source/cmGeneratorTarget.cxx               |    6 -
 Source/cmGeneratorTarget.h                 |    2 -
 Source/cmGlobalGenerator.cxx               |    9 +-
 Source/cmGlobalXCodeGenerator.cxx          |   78 ++++--
 Source/cmGlobalXCodeGenerator.h            |    5 +
 Source/cmMakefile.h                        |    1 +
 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 |  163 ++++++------
 Source/cmVisualStudio10TargetGenerator.h   |    2 -
 Source/cmcmd.cxx                           |    2 +-
 Utilities/KWIML/test/CMakeLists.txt        |    2 +
 26 files changed, 597 insertions(+), 961 deletions(-)
 create mode 100644 Help/release/dev/macos-hidpi-qt-dialog.rst
 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