[Cmake-commits] CMake branch, nightly, updated. v3.8.0-765-g2343bdf

Kitware Robot kwrobot at kitware.com
Thu Apr 13 21:05:03 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  841aa193dbf995dc3b8983a37885e7ecc20d2080 (commit)
  discards  85797894702672d7da83888c6212b715c93a2577 (commit)
  discards  1205eb67b61c00f3ea8591619bc2f53c8eb13f88 (commit)
  discards  8a34b7d4af082dabafc1b66b309d4bf3d222afe5 (commit)
  discards  66be3aab3250f77bf6ed4dc8800fffb8f781dcf6 (commit)
  discards  c8e214d7d10cb60be3ca9d140ccdc01b4c78cff5 (commit)
       via  2343bdf44d8b2582d33509ca4e317df19f201c57 (commit)
       via  99b90dbf3c6ddb1093dfd867c6810003a61cdde7 (commit)
       via  dadf1570d919a8dd79547b8a01644d03ae607040 (commit)
       via  76f94df7d456299f4143a19696ac399a2193cb17 (commit)
       via  39fbcdd17fb64d89fd4179db7e59349b91dbc076 (commit)
       via  ca697bfc264e4058de26942590aeaca25182ce15 (commit)
       via  e44a8d2c322ba82c594740a2d2e49f89afdcc244 (commit)
       via  97cc29c7662f51f0e532f92e37070f9b44791b88 (commit)
       via  2f6f6f0c153f19f7efab96b2a4c3c9c05362372b (commit)
       via  888c8af6cbfcbaffeca2fb65a0da864141ffff7b (commit)
       via  40aa6c059c3beebabf8fa433b768192300331e50 (commit)
       via  d2b0a47c6fc4f3f4c9c869111c0750f6d5a9d574 (commit)
       via  fe6b9f2972e114b79812a59a0d1235d4156fd7cc (commit)
       via  1b7603f4811a24fcc96dfabfced866508afd9d1c (commit)
       via  e155fba644d4686ac8b4f43dfe31c749bba30c67 (commit)
       via  0d928d2fed11472ac1d8cb64e469b3ac86bf4975 (commit)
       via  2cb98329f1e1175fb24d7ea3daf969f1de8a2a21 (commit)
       via  26b5f7defe10edeaac763487a26ab9a101f2ed8f (commit)
       via  9a5dcc32676a24a2dd282330839ce48d84c3da67 (commit)
       via  8456ec833ad9b4d7e62ac91db6d2c06ee610f7e4 (commit)
       via  f79b8fad096b08f1fbe8346e1d338cca2c444ccb (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 (841aa193dbf995dc3b8983a37885e7ecc20d2080)
            \
             N -- N -- N (2343bdf44d8b2582d33509ca4e317df19f201c57)

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:
 CMakeLists.txt                                     |   11 ++
 Source/CMakeVersion.cmake                          |    2 +-
 Source/cmExportBuildFileGenerator.cxx              |    4 +-
 Source/cmFileCommand.cxx                           |   61 +++++++--
 Source/cmGeneratorTarget.cxx                       |   54 +++++++-
 Source/cmGeneratorTarget.h                         |   20 +++
 Source/cmGlobalXCodeGenerator.cxx                  |   47 ++-----
 Source/cmLocalVisualStudio7Generator.cxx           |   84 +++++++-----
 Source/cmLocalVisualStudio7Generator.h             |    3 +-
 Source/cmVisualStudio10TargetGenerator.cxx         |   66 ++++++++--
 Source/cmVisualStudio10TargetGenerator.h           |    1 +
 .../INSTALL-FILES_FROM_DIR-bad-result.txt}         |    0
 .../file/INSTALL-FILES_FROM_DIR-bad-stderr.txt     |   15 +++
 .../RunCMake/file/INSTALL-FILES_FROM_DIR-bad.cmake |    5 +
 .../file/INSTALL-FILES_FROM_DIR-stdout.txt         |    8 ++
 Tests/RunCMake/file/INSTALL-FILES_FROM_DIR.cmake   |    7 +
 Tests/RunCMake/file/RunCMakeTest.cmake             |    2 +
 .../hello.f => Tests/RunCMake/file/from/a.txt      |    0
 .../hello.f => Tests/RunCMake/file/from/a/b.txt    |    0
 .../hello.f => Tests/RunCMake/file/from/a/b/c.txt  |    0
 Utilities/IWYU/mapping.imp                         |  136 ++++++++++++++++++++
 21 files changed, 429 insertions(+), 97 deletions(-)
 copy Tests/RunCMake/{Android/BadSYSROOT-result.txt => file/INSTALL-FILES_FROM_DIR-bad-result.txt} (100%)
 create mode 100644 Tests/RunCMake/file/INSTALL-FILES_FROM_DIR-bad-stderr.txt
 create mode 100644 Tests/RunCMake/file/INSTALL-FILES_FROM_DIR-bad.cmake
 create mode 100644 Tests/RunCMake/file/INSTALL-FILES_FROM_DIR-stdout.txt
 create mode 100644 Tests/RunCMake/file/INSTALL-FILES_FROM_DIR.cmake
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/file/from/a.txt (100%)
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/file/from/a/b.txt (100%)
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/file/from/a/b/c.txt (100%)
 create mode 100644 Utilities/IWYU/mapping.imp


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list