[Cmake-commits] CMake branch, nightly, updated. v3.8.0-rc2-524-gf5594b1

Kitware Robot kwrobot at kitware.com
Mon Mar 20 21:05:17 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  b7d2d374017f940a7f66611d027ff2175c2c91a5 (commit)
  discards  6a839be65977e295f58030b58b6f942473400f56 (commit)
  discards  ec8e62fd7e8b10860a57d2526cbc8039e171c8e0 (commit)
  discards  038bd5e0b5e389c4325f3a0feec9dcc7a0c58c9c (commit)
  discards  7c14ff1217bdc368b988bdd6d8ee4280349c175b (commit)
       via  f5594b1892838f1721f703e2d062652fca0791ef (commit)
       via  c88ba48302201816b1438f0647a3577b4291ce37 (commit)
       via  47705d78573e31d517e3a61f8109dfa7af9ca938 (commit)
       via  84faf37444eb5882eb41b0491302a8a9b93f6b2c (commit)
       via  6bd28fd235f75d150b1a4849c5b134f5e2766764 (commit)
       via  1f39ec883542971bcbf6532c719e1949ebad2877 (commit)
       via  193ea34cfd698147f6c88dd145b31a46fd9e3042 (commit)
       via  3be5896e013492cbe1cf65c1c61822b68d9d59c4 (commit)
       via  04a11f16ba2c83c118e1efe86f9994765353b3ff (commit)
       via  09f85c98c0f52a8f58cde0ffc3949316e4c874a2 (commit)
       via  01bdc2cc43def6797e40037859cb72981c7342b8 (commit)
       via  e145cfe2e9d4afac060754097dee0b9439d470d7 (commit)
       via  f89678f60948241355959fedc2d6239db1bedcd6 (commit)
       via  e22dbdb7df8b50b2e274e0bf3519edb81f99f2d1 (commit)
       via  a5931b61e9dc8d8c6324f50837ef16aa1683ba0a (commit)
       via  2e900f1ec56b82b08fcd1a847a3c7317ebad2e2f (commit)
       via  8214061d1aa52d3bc5a3d0f218b1db8d8e8d743f (commit)
       via  4b49c9a245db870ab2359495083a6839be3ed9df (commit)
       via  063b339b6ff5eef34919f4deec8bd2d94041d75e (commit)
       via  9f4f53071aa048b3bb4f03b772de079d3dff9dab (commit)
       via  c97e0650ee2f477add5a725d30019f386235746f (commit)
       via  de7dd7a9113d55c8acb0614cd9ec213581391fd9 (commit)
       via  e115396c973013a8d04701fc5351c453a5286678 (commit)
       via  fdb2ba2521998397d97d466b10a8ac2458363625 (commit)
       via  4f90e7931487195b5d540fbaa5dad1c90b26cee1 (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 (b7d2d374017f940a7f66611d027ff2175c2c91a5)
            \
             N -- N -- N (f5594b1892838f1721f703e2d062652fca0791ef)

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-modules.7.rst                    |    1 +
 Help/module/CheckIPOSupported.rst                  |    1 +
 Help/prop_tgt/WINDOWS_EXPORT_ALL_SYMBOLS.rst       |    7 +
 ...togen_source_group => Autogen_source_group.rst} |    0
 Help/release/dev/CheckIPOSupported.rst             |    6 +
 .../module-def-and-WINDOWS_EXPORT_ALL_SYMBOLS.rst  |    8 +
 Modules/CPackComponent.cmake                       |   50 +----
 Modules/CSharpUtilities.cmake                      |   32 +--
 Modules/CheckIPOSupported.cmake                    |  215 ++++++++++++++++++++
 Modules/CheckIPOSupported/CMakeLists-C.txt.in      |    8 +
 Modules/CheckIPOSupported/CMakeLists-CXX.txt.in    |    8 +
 Modules/CheckIPOSupported/foo.c                    |    4 +
 Modules/CheckIPOSupported/foo.cpp                  |    4 +
 Modules/CheckIPOSupported/main.c                   |    6 +
 Modules/CheckIPOSupported/main.cpp                 |    6 +
 Modules/FindBoost.cmake                            |    6 +-
 Modules/FindHDF5.cmake                             |    2 +-
 Modules/Platform/Linux-Intel.cmake                 |    5 +
 Source/CMakeVersion.cmake                          |    2 +-
 Source/bindexplib.cxx                              |   48 +++--
 Source/bindexplib.h                                |    1 +
 Source/cmExportCommand.cxx                         |    1 -
 Source/cmFindPackageCommand.cxx                    |    1 -
 Source/cmGeneratorTarget.cxx                       |   11 +-
 Source/cmGeneratorTarget.h                         |    2 +
 Source/cmGlobalGenerator.cxx                       |   15 +-
 Source/cmGlobalVisualStudio7Generator.cxx          |    3 +-
 Source/cmGlobalVisualStudioGenerator.cxx           |   76 +++----
 Source/cmLocalVisualStudio7Generator.cxx           |    4 +-
 Source/cmMakefileTargetGenerator.cxx               |   37 ++--
 Source/cmNinjaNormalTargetGenerator.cxx            |   20 +-
 Source/cmNinjaTargetGenerator.cxx                  |   12 +-
 Source/cmVisualStudio10TargetGenerator.cxx         |    2 +-
 Source/cmakemain.cxx                               |   13 +-
 Source/cmcmd.cxx                                   |   15 +-
 Tests/ModuleDefinition/CMakeLists.txt              |    9 +-
 Tests/ModuleDefinition/example_exe.c               |    6 +-
 Tests/ModuleDefinition/split_dll.c                 |    9 +
 Tests/ModuleDefinition/split_dll_1.def             |    2 +
 Tests/ModuleDefinition/split_dll_2.def             |    2 +
 Tests/RunCMake/CMakeLists.txt                      |    1 +
 Tests/RunCMake/CheckIPOSupported/CMakeLists.txt    |    4 +
 .../RunCMake/CheckIPOSupported/RunCMakeTest.cmake  |    9 +
 .../default-lang-none-result.txt}                  |    0
 .../CheckIPOSupported/default-lang-none-stderr.txt |    7 +
 .../CheckIPOSupported/default-lang-none.cmake      |    1 +
 .../not-supported-by-cmake-result.txt}             |    0
 .../not-supported-by-cmake-stderr.txt              |    6 +
 .../CheckIPOSupported/not-supported-by-cmake.cmake |    3 +
 .../not-supported-by-compiler-result.txt}          |    0
 .../not-supported-by-compiler-stderr.txt           |    6 +
 .../not-supported-by-compiler.cmake                |    4 +
 .../CheckIPOSupported/save-to-result.cmake         |   22 ++
 .../unparsed-arguments-result.txt}                 |    0
 .../unparsed-arguments-stderr.txt                  |    5 +
 .../CheckIPOSupported/unparsed-arguments.cmake     |    1 +
 .../user-lang-fortran-result.txt}                  |    0
 .../CheckIPOSupported/user-lang-fortran-stderr.txt |    6 +
 .../CheckIPOSupported/user-lang-fortran.cmake      |    1 +
 .../user-lang-unknown-result.txt}                  |    0
 .../CheckIPOSupported/user-lang-unknown-stderr.txt |    6 +
 .../CheckIPOSupported/user-lang-unknown.cmake      |    1 +
 62 files changed, 587 insertions(+), 156 deletions(-)
 create mode 100644 Help/module/CheckIPOSupported.rst
 rename Help/release/dev/{Autogen_source_group => Autogen_source_group.rst} (100%)
 create mode 100644 Help/release/dev/CheckIPOSupported.rst
 create mode 100644 Help/release/dev/module-def-and-WINDOWS_EXPORT_ALL_SYMBOLS.rst
 create mode 100644 Modules/CheckIPOSupported.cmake
 create mode 100644 Modules/CheckIPOSupported/CMakeLists-C.txt.in
 create mode 100644 Modules/CheckIPOSupported/CMakeLists-CXX.txt.in
 create mode 100644 Modules/CheckIPOSupported/foo.c
 create mode 100644 Modules/CheckIPOSupported/foo.cpp
 create mode 100644 Modules/CheckIPOSupported/main.c
 create mode 100644 Modules/CheckIPOSupported/main.cpp
 create mode 100644 Tests/ModuleDefinition/split_dll.c
 create mode 100644 Tests/ModuleDefinition/split_dll_1.def
 create mode 100644 Tests/ModuleDefinition/split_dll_2.def
 create mode 100644 Tests/RunCMake/CheckIPOSupported/CMakeLists.txt
 create mode 100644 Tests/RunCMake/CheckIPOSupported/RunCMakeTest.cmake
 copy Tests/RunCMake/{Android/BadSYSROOT-result.txt => CheckIPOSupported/default-lang-none-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CheckIPOSupported/default-lang-none-stderr.txt
 create mode 100644 Tests/RunCMake/CheckIPOSupported/default-lang-none.cmake
 copy Tests/RunCMake/{Android/BadSYSROOT-result.txt => CheckIPOSupported/not-supported-by-cmake-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CheckIPOSupported/not-supported-by-cmake-stderr.txt
 create mode 100644 Tests/RunCMake/CheckIPOSupported/not-supported-by-cmake.cmake
 copy Tests/RunCMake/{Android/BadSYSROOT-result.txt => CheckIPOSupported/not-supported-by-compiler-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CheckIPOSupported/not-supported-by-compiler-stderr.txt
 create mode 100644 Tests/RunCMake/CheckIPOSupported/not-supported-by-compiler.cmake
 create mode 100644 Tests/RunCMake/CheckIPOSupported/save-to-result.cmake
 copy Tests/RunCMake/{Android/BadSYSROOT-result.txt => CheckIPOSupported/unparsed-arguments-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CheckIPOSupported/unparsed-arguments-stderr.txt
 create mode 100644 Tests/RunCMake/CheckIPOSupported/unparsed-arguments.cmake
 copy Tests/RunCMake/{Android/BadSYSROOT-result.txt => CheckIPOSupported/user-lang-fortran-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CheckIPOSupported/user-lang-fortran-stderr.txt
 create mode 100644 Tests/RunCMake/CheckIPOSupported/user-lang-fortran.cmake
 copy Tests/RunCMake/{Android/BadSYSROOT-result.txt => CheckIPOSupported/user-lang-unknown-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CheckIPOSupported/user-lang-unknown-stderr.txt
 create mode 100644 Tests/RunCMake/CheckIPOSupported/user-lang-unknown.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list