[Cmake-commits] CMake branch, master, updated. v3.8.0-rc4-685-gd9bd7ad
Kitware Robot
kwrobot at kitware.com
Wed Apr 5 10:25:08 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, master has been updated
via d9bd7adfdfa0e06ec77507933664f7ae344dcf1a (commit)
via fe263c9882c820fbcf969b9be6e18087e91e4ae1 (commit)
via 0d17a82b0b703847cd78f33a9461286876e1d0dc (commit)
via 8e6014f51d7c65d09b1f3ed640dff59e730cb22a (commit)
via 6e9dc960c56b0baaf7599d21bb09d1a7e653d4f7 (commit)
via 820af5f7974734e78db9896b4f182d667a491c4f (commit)
via 4046cb2d109bb91a16f53962219ad25c80d30755 (commit)
via fde8dfa417e1862e6ca7f6b1e9cb5c4ed9f86b9c (commit)
via fb22ba6327355c7de2f54edffdd5bfc2ee814418 (commit)
via 1b1ad2a2f4c1fa1369be7f192d1fc1a790aa5503 (commit)
via 01826231f8916057ad06555a3677c1806a2fb3be (commit)
via 38fd5866c04d734ea78a4327de7a9ce08b6b8341 (commit)
via 9f41bfd7b9e6e8a7545f741f872949d2ae801978 (commit)
via 87199ea66b171708736e85989bf9b0af89a805c1 (commit)
via c92fd25661c08ff991a2482b8a5e42c8490cb3c2 (commit)
via 48fa291469e5e8b3ae88fb846750df72468eb58a (commit)
via 73934188446d2f8b149d5458008e1b267b37c3d9 (commit)
via 97c605fd5bca193d0aeb90a4985fbccc884401ec (commit)
via 7a8860afbc614f2215e083adadb25963fe8f4dfe (commit)
from 52ffedff1c4a076a8cbe64d188a1015f90113e69 (commit)
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-properties.7.rst | 1 +
Help/manual/cmake-variables.7.rst | 4 +-
Help/prop_gbl/GENERATOR_IS_MULTI_CONFIG.rst | 9 +
Help/release/dev/compiler_archiving_tools.rst | 8 +
Help/release/dev/cpack-sign-uninstaller.rst | 5 -
Help/release/dev/gcc_archiving_tools.rst | 8 -
Help/release/dev/prop-is-multi-config.rst | 6 +
...CMAKE_GCC_AR.rst => CMAKE_LANG_COMPILER_AR.rst} | 6 +-
...C_RANLIB.rst => CMAKE_LANG_COMPILER_RANLIB.rst} | 6 +-
Modules/CMakeASMCompiler.cmake.in | 4 +-
Modules/CMakeCCompiler.cmake.in | 4 +-
Modules/CMakeCXXCompiler.cmake.in | 4 +-
Modules/CMakeDetermineASMCompiler.cmake | 4 +
Modules/CMakeFortranCompiler.cmake.in | 4 +-
Modules/CPackNSIS.cmake | 4 -
Modules/CPackWIX.cmake | 38 +-
Modules/CheckIPOSupported.cmake | 11 +-
...akeLists-C.txt.in => CMakeLists-Fortran.txt.in} | 6 +-
Modules/CheckIPOSupported/foo.f | 2 +
Modules/CheckIPOSupported/main.f | 3 +
Modules/Compiler/GNU-FindBinUtils.cmake | 4 +-
Modules/Compiler/GNU.cmake | 6 +-
Modules/FindCUDA.cmake | 21 +-
Modules/NSIS.template.in | 46 +-
Source/.gitattributes | 1 -
Source/bindexplib.cxx | 511 +++++++++-----------
Source/cmGlobalGenerator.cxx | 1 +
Source/cmGlobalVisualStudioGenerator.cxx | 1 +
Source/cmGlobalXCodeGenerator.cxx | 2 +
Source/cmState.cxx | 14 +
Source/cmState.h | 4 +
.../RunCMake/CheckIPOSupported/RunCMakeTest.cmake | 1 -
.../CheckIPOSupported/user-lang-fortran-result.txt | 1 -
.../CheckIPOSupported/user-lang-fortran-stderr.txt | 6 -
.../CheckIPOSupported/user-lang-fortran.cmake | 1 -
.../RunCMake/get_property/IsMultiConfig-stdout.txt | 1 +
Tests/RunCMake/get_property/IsMultiConfig.cmake | 2 +
.../get_property/NotMultiConfig-stdout.txt | 1 +
Tests/RunCMake/get_property/NotMultiConfig.cmake | 1 +
Tests/RunCMake/get_property/RunCMakeTest.cmake | 6 +
40 files changed, 355 insertions(+), 413 deletions(-)
create mode 100644 Help/prop_gbl/GENERATOR_IS_MULTI_CONFIG.rst
create mode 100644 Help/release/dev/compiler_archiving_tools.rst
delete mode 100644 Help/release/dev/cpack-sign-uninstaller.rst
delete mode 100644 Help/release/dev/gcc_archiving_tools.rst
create mode 100644 Help/release/dev/prop-is-multi-config.rst
rename Help/variable/{CMAKE_GCC_AR.rst => CMAKE_LANG_COMPILER_AR.rst} (55%)
rename Help/variable/{CMAKE_GCC_RANLIB.rst => CMAKE_LANG_COMPILER_RANLIB.rst} (55%)
copy Modules/CheckIPOSupported/{CMakeLists-C.txt.in => CMakeLists-Fortran.txt.in} (53%)
create mode 100644 Modules/CheckIPOSupported/foo.f
create mode 100644 Modules/CheckIPOSupported/main.f
delete mode 100644 Tests/RunCMake/CheckIPOSupported/user-lang-fortran-result.txt
delete mode 100644 Tests/RunCMake/CheckIPOSupported/user-lang-fortran-stderr.txt
delete mode 100644 Tests/RunCMake/CheckIPOSupported/user-lang-fortran.cmake
create mode 100644 Tests/RunCMake/get_property/IsMultiConfig-stdout.txt
create mode 100644 Tests/RunCMake/get_property/IsMultiConfig.cmake
create mode 100644 Tests/RunCMake/get_property/NotMultiConfig-stdout.txt
create mode 100644 Tests/RunCMake/get_property/NotMultiConfig.cmake
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list