[Cmake-commits] CMake branch, nightly, updated. v3.8.0-rc2-446-g23c5ecc

Kitware Robot kwrobot at kitware.com
Thu Mar 9 20:05:05 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  2b55bd9af89f57916a246970cc13045cadae77a7 (commit)
  discards  23265c68ac4171ed33a3a7e8d13378ac0d0f6e5d (commit)
  discards  bfbed2a2a8c10107c2279359572c11636c26bd76 (commit)
       via  23c5ecceccdacbc4d5254eefe643b78e67266d24 (commit)
       via  000ce19e71da3250268d61fe4856b339aa13b058 (commit)
       via  73cd0b5ada01f032bc53648628b09b6278a54306 (commit)
       via  21499ee0a3b4ba0f69e9b37ad18d248cc4b71041 (commit)
       via  c4f9d104269938d8111030a05268b19a0f493098 (commit)
       via  31f3531856ab8ee0cdeaf427224b51abd7714ccc (commit)
       via  c0e46d42a35d9394d856b958e17d015f4b521940 (commit)
       via  ae0f7dfa954e97d8b62cf83f0063e37171b457f8 (commit)
       via  dcbe8ad42bed8077ad23e1c521963f059ee6c584 (commit)
       via  b9d36826c5676bf3d0bb55fb47c6ce62f4f3470d (commit)
       via  bd0df62be9277cc23c006811d9c649cf9b7d5f3a (commit)
       via  49c2f9f4a50bdab1b321a960aaa1de0aec30aee3 (commit)
       via  6f8957cb4a024b1641ff348fe9ccbf58460e3fb2 (commit)
       via  4645f6128114a896402a0e6a6770ac1607c4bb54 (commit)
       via  ac1fb1575466c2f09f68f5b24da611a23f984dd8 (commit)
       via  65ebb6301f040aee231e4d51cab9d1a8f2288d70 (commit)
       via  87128b1cb62375719009bd1c55421849777edd2d (commit)
       via  0c90892fc84455b5182fa5f2a81a6d38555edb3e (commit)
       via  f912d40db1a5f7aee94ff2ce2434be2215abaf6c (commit)
       via  7f0b6d32b5c45139bebe411500de64437a5f5b0c (commit)
       via  d1571e3df8782e67073a654cd3881aea11d58fa6 (commit)
       via  93d6cbc2c5563f232cbb13d39ebd953e0b9908a0 (commit)
       via  f2f6fcf621e09af9c2a8e01451b52e039c17e815 (commit)
       via  e0fe19b880011a1cd5a2f1a0207cd0461cb0fdb9 (commit)
       via  c5b7598ef7410727b81738c891ca1fa50bdca87a (commit)
       via  99ce2751a470df3e0ea61a303917ce5816c3519f (commit)
       via  9b231290d639fb206707a3a0e6342f3d7458f5ae (commit)
       via  097de72be2cbd43fb165f1995a1ea97bd45369b4 (commit)
       via  b9ea0713e8f660fa94d46c44c40327b8665054fe (commit)
       via  cca12f281673e60c1b0179416c5a12f2a7eca82b (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 (2b55bd9af89f57916a246970cc13045cadae77a7)
            \
             N -- N -- N (23c5ecceccdacbc4d5254eefe643b78e67266d24)

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-variables.7.rst                  |    3 +
 Help/release/dev/gcc_archiving_tools.rst           |    8 +
 Help/variable/CMAKE_GCC_AR.rst                     |    7 +
 Help/variable/CMAKE_GCC_RANLIB.rst                 |    7 +
 Help/variable/CMAKE_VS_PLATFORM_TOOLSET_CUDA.rst   |   12 +
 Modules/CMakeASMCompiler.cmake.in                  |    2 +
 Modules/CMakeCCompiler.cmake.in                    |    2 +
 Modules/CMakeCXXCompiler.cmake.in                  |    2 +
 Modules/CMakeDetermineCCompiler.cmake              |    4 +
 Modules/CMakeDetermineCUDACompiler.cmake           |   51 +++--
 Modules/CMakeDetermineCXXCompiler.cmake            |    4 +
 Modules/CMakeDetermineCompilerId.cmake             |   20 ++
 Modules/CMakeDetermineFortranCompiler.cmake        |    3 +
 Modules/CMakeFortranCompiler.cmake.in              |    2 +
 Modules/Compiler/GNU-FindBinUtils.cmake            |   27 +++
 Modules/CompilerId/VS-10.vcxproj.in                |   12 +-
 Source/CMakeVersion.cmake                          |    2 +-
 Source/cmGlobalVisualStudio10Generator.cxx         |  232 +++++++++++++++++++-
 Source/cmGlobalVisualStudio10Generator.h           |   16 ++
 Source/cmVS10CudaFlagTable.h                       |   51 +++++
 Source/cmVS10CudaHostFlagTable.h                   |   35 +++
 Source/cmVisualStudio10TargetGenerator.cxx         |  150 ++++++++++++-
 Source/cmVisualStudio10TargetGenerator.h           |    5 +
 Source/cmVisualStudioGeneratorOptions.cxx          |  127 ++++++++++-
 Source/cmVisualStudioGeneratorOptions.h            |   22 ++
 Tests/CPackComponents/CMakeLists.txt               |    2 +-
 Tests/CudaOnly/WithDefs/CMakeLists.txt             |   11 +-
 Tests/CudaOnly/WithDefs/main_for_vs.cu             |    1 +
 Tests/RunCMake/GeneratorToolset/RunCMakeTest.cmake |    6 +
 .../TestToolsetCudaBoth-stdout.txt                 |    2 +
 .../GeneratorToolset/TestToolsetCudaBoth.cmake     |    2 +
 .../TestToolsetCudaOnly-stdout.txt                 |    2 +
 .../GeneratorToolset/TestToolsetCudaOnly.cmake     |    2 +
 33 files changed, 798 insertions(+), 36 deletions(-)
 create mode 100644 Help/release/dev/gcc_archiving_tools.rst
 create mode 100644 Help/variable/CMAKE_GCC_AR.rst
 create mode 100644 Help/variable/CMAKE_GCC_RANLIB.rst
 create mode 100644 Help/variable/CMAKE_VS_PLATFORM_TOOLSET_CUDA.rst
 create mode 100644 Modules/Compiler/GNU-FindBinUtils.cmake
 create mode 100644 Source/cmVS10CudaFlagTable.h
 create mode 100644 Source/cmVS10CudaHostFlagTable.h
 create mode 100644 Tests/CudaOnly/WithDefs/main_for_vs.cu
 create mode 100644 Tests/RunCMake/GeneratorToolset/TestToolsetCudaBoth-stdout.txt
 create mode 100644 Tests/RunCMake/GeneratorToolset/TestToolsetCudaBoth.cmake
 create mode 100644 Tests/RunCMake/GeneratorToolset/TestToolsetCudaOnly-stdout.txt
 create mode 100644 Tests/RunCMake/GeneratorToolset/TestToolsetCudaOnly.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list