[Cmake-commits] CMake branch, nightly, updated. v3.8.0-rc2-410-gf8b3d13

Kitware Robot kwrobot at kitware.com
Tue Mar 7 20:05:10 EST 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  f7085d1fb3f0f477a9a2858d016d3164997e518c (commit)
  discards  4b2df493e05d9a3eff12ae8f974ea58309db70ae (commit)
  discards  97a7030c4fb2a0fe842086c4d6aba8b941318cbe (commit)
  discards  50566bc5816f03b5d0a29dd3f9d4228b698d9e39 (commit)
  discards  1347b2b9dfba766fab43e9f7daf88225862aa14d (commit)
  discards  88f3777b973b527a544fee2a222fb94c65524d41 (commit)
  discards  97fcafc7a9430bf83795702d078ae194767b0f7f (commit)
       via  f8b3d1328b4e3c58c3958354dd15f74f1e138f07 (commit)
       via  e66966fb2564ae0ec8eac4c1a710c34ba98033ba (commit)
       via  0d5670a71e54e7d0fb387f2ff2c992fb251e3b91 (commit)
       via  5b6d354f70e1faddb006a7c98479f5d655a07b87 (commit)
       via  bed9c73decfcda0366984d990045e588928440ec (commit)
       via  462cf254270fbd56bffc73b00dc28882fdb0bdd6 (commit)
       via  613b3e49a009c4b3c39909c803d2c8b383a8c14f (commit)
       via  f5c4dada1bf8bf6463d1128065b3f85e78935ecf (commit)
       via  b51484f3bad25c2973be261f5487e6b01dd1497a (commit)
       via  10340c212344a89f912dcda4da0ae458aebcc341 (commit)
       via  648c956d3197677da768df3b7084ba2d12acc86b (commit)
       via  52d39264b49c18f6f1e98a2348e69cd679e389bc (commit)
       via  2927e437e0f6001270783958b5c3e447339e3cc7 (commit)
       via  b55e19dd1f6a4d679d36ba9f006a10c291f6b5db (commit)
       via  bd8b5401cfb2088d5e5494d04236eda36278da8b (commit)
       via  322425faca3fa6dca1356cdcb4c44ea8d46bc32a (commit)
       via  dca58fa27995e5579b8ff52efbc0a20d00f9918d (commit)
       via  3bccdd89c88864839a0c8d4ea56bd069c90fa02b (commit)
       via  e66eec143c86cb36bc468b78583f689840156d99 (commit)
       via  632534104c4c094d07ab085fc10f2e3e35961ae0 (commit)
       via  696c75e99124728d35339d1465e3e8edbed7fd04 (commit)
       via  1e1cb41c46d5247c437b384fa702cfe774aaf501 (commit)
       via  fda91f4099d4ebf1b53592e56a29694a7837810e (commit)
       via  eb44f00192f635fc209b37d35d57ebbcc453ce11 (commit)
       via  51fbaa30997d2bc22d3483065ea04165526dc025 (commit)
       via  e2f25d3e8218fe0ae02680966b71cba8755d38de (commit)
       via  6856c659efc46b1400e14a64cf98c71257e4b24f (commit)
       via  7cb89f6732845cb5d79f82d9ca8f260c9cdddaae (commit)
       via  c1ba262a978be2f033d72434b0106a771755660f (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 (f7085d1fb3f0f477a9a2858d016d3164997e518c)
            \
             N -- N -- N (f8b3d1328b4e3c58c3958354dd15f74f1e138f07)

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/find_library.rst                      |   10 ++++-
 Help/dev/README.rst                                |    8 +++-
 Help/dev/review.rst                                |   18 +++++----
 Help/dev/testing.rst                               |   42 ++++++++++++++++++++
 Help/manual/cmake-properties.7.rst                 |    1 +
 ...PATHS.rst => FIND_LIBRARY_USE_LIBX32_PATHS.rst} |   14 +++----
 Help/release/dev/x32-abi.rst                       |    6 +++
 .../CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX.rst       |    1 +
 Modules/CMakeCompilerABI.h                         |    4 ++
 Modules/CPackRPM.cmake                             |    2 +-
 Modules/FindDevIL.cmake                            |    6 +--
 Modules/FindGLEW.cmake                             |    2 +-
 Modules/FindGTK2.cmake                             |    2 +
 Modules/FindIce.cmake                              |    2 +-
 Modules/FindKDE3.cmake                             |    2 +
 Modules/FindOpenAL.cmake                           |    2 +-
 Modules/FindPkgConfig.cmake                        |    4 ++
 Modules/GetPrerequisites.cmake                     |    2 +-
 Modules/Platform/UnixPaths.cmake                   |    1 +
 Modules/WriteCompilerDetectionHeader.cmake         |   17 ++++++--
 Source/CMakeVersion.cmake                          |    2 +-
 Source/cmExportInstallFileGenerator.cxx            |    4 +-
 Source/cmFileMonitor.h                             |    2 +
 Source/cmFindLibraryCommand.cxx                    |    9 ++++-
 Source/cmFindPackageCommand.cxx                    |   11 +++++
 Source/cmFindPackageCommand.h                      |    1 +
 Source/cmGlobalVisualStudioGenerator.cxx           |    4 ++
 Source/cmMakefile.cxx                              |   17 ++++++++
 Source/cmMakefile.h                                |    2 +
 Source/cmStateTypes.h                              |    3 ++
 Tests/CudaOnly/SeparateCompilation/CMakeLists.txt  |   16 ++++----
 Tests/Module/WriteCompilerDetectionHeader/main.cpp |    3 ++
 .../WriteCompilerDetectionHeader/multi_files.cpp   |    3 ++
 33 files changed, 182 insertions(+), 41 deletions(-)
 create mode 100644 Help/dev/testing.rst
 copy Help/prop_gbl/{FIND_LIBRARY_USE_LIB32_PATHS.rst => FIND_LIBRARY_USE_LIBX32_PATHS.rst} (59%)
 create mode 100644 Help/release/dev/x32-abi.rst


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list