[Pkg-cmake-commits] [cmake] branch experimental updated (cda5458 -> 41ee6af)

Felix Geyer fgeyer at moszumanska.debian.org
Thu Dec 3 18:15:39 UTC 2015


This is an automated email from the git hooks/post-receive script.

fgeyer pushed a change to branch experimental
in repository cmake.

      from  cda5458   Release to experimental.
       new  8c275ac   Imported Upstream version 3.4.1
       new  41ee6af   Merge tag 'upstream/3.4.1' into experimental

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Modules/CMakeCCompiler.cmake.in                    |  1 -
 Modules/CMakeCCompilerId.c.in                      |  1 +
 Modules/CMakeCInformation.cmake                    |  4 -
 Modules/CMakeCXXCompiler.cmake.in                  |  1 -
 Modules/CMakeCXXCompilerId.cpp.in                  |  1 +
 Modules/CMakeCXXInformation.cmake                  |  4 -
 Modules/CMakeDetermineCompilerId.cmake             |  8 --
 Modules/CMakeFortranCompiler.cmake.in              |  1 -
 Modules/CMakeFortranCompilerId.F.in                |  2 +
 Modules/CMakeFortranInformation.cmake              |  4 -
 Modules/Compiler/AppleClang-C.cmake                |  3 +
 Modules/Compiler/AppleClang-CXX.cmake              |  3 +
 Modules/Compiler/Clang-C.cmake                     |  7 ++
 Modules/Compiler/Clang-CXX.cmake                   |  3 +
 Modules/Compiler/GNU-C.cmake                       |  7 ++
 Modules/Compiler/GNU-CXX.cmake                     |  3 +
 Modules/Compiler/SunPro-CXX.cmake                  |  3 +
 Modules/FindGTest.cmake                            |  6 +-
 Source/CMakeVersion.cmake                          |  2 +-
 Source/bindexplib.cxx                              |  2 +-
 Source/cmELF.cxx                                   |  8 +-
 Source/cmGeneratorTarget.cxx                       |  1 +
 Source/cmLinkedTree.h                              | 33 ++++++--
 Source/cmListFileCache.cxx                         | 15 ++++
 Source/cmListFileCache.h                           |  6 +-
 Source/cmLocalGenerator.cxx                        |  6 +-
 Source/cmMakefile.cxx                              | 28 +++----
 Source/cmMakefile.h                                |  8 +-
 Source/cmOrderDirectories.cxx                      | 26 +++++-
 Source/cmOrderDirectories.h                        |  6 ++
 Source/cmStandardIncludes.h                        |  2 +
 Source/cmState.cxx                                 | 96 ++++++++++++++--------
 Source/cmState.h                                   |  1 +
 Source/cmcmd.cxx                                   |  4 +-
 Source/kwsys/CPU.h.in                              |  4 +
 Tests/MSManifest/Subdir/CMakeLists.txt             |  2 +
 Tests/RunCMake/AutoExportDll/sub/sub.cxx           |  2 +
 .../NotClosed-result.txt}                          |  0
 Tests/RunCMake/PolicyScope/NotClosed-stderr.txt    |  4 +
 Tests/RunCMake/PolicyScope/NotClosed.cmake         |  1 +
 .../NotOpened-result.txt}                          |  0
 Tests/RunCMake/PolicyScope/NotOpened-stderr.txt    |  4 +
 Tests/RunCMake/PolicyScope/NotOpened.cmake         |  1 +
 Tests/RunCMake/PolicyScope/RunCMakeTest.cmake      |  2 +
 .../RunCMake/add_subdirectory/Function-stdout.txt  | 10 +++
 Tests/RunCMake/add_subdirectory/Function.cmake     | 17 ++++
 .../add_subdirectory/Function/CMakeLists.txt       |  5 ++
 Tests/RunCMake/add_subdirectory/RunCMakeTest.cmake |  1 +
 .../PolicyPop-result.txt}                          |  0
 Tests/RunCMake/find_package/PolicyPop-stderr.txt   |  5 ++
 Tests/RunCMake/find_package/PolicyPop.cmake        |  1 +
 .../find_package/PolicyPop/PolicyPopConfig.cmake   |  0
 .../PolicyPop/PolicyPopConfigVersion.cmake         |  3 +
 .../PolicyPush-result.txt}                         |  0
 Tests/RunCMake/find_package/PolicyPush-stderr.txt  |  5 ++
 Tests/RunCMake/find_package/PolicyPush.cmake       |  1 +
 .../find_package/PolicyPush/PolicyPushConfig.cmake |  0
 .../PolicyPush/PolicyPushConfigVersion.cmake       |  3 +
 Tests/RunCMake/find_package/RunCMakeTest.cmake     |  2 +
 Utilities/KWIML/ABI.h.in                           |  4 +
 60 files changed, 281 insertions(+), 102 deletions(-)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => PolicyScope/NotClosed-result.txt} (100%)
 create mode 100644 Tests/RunCMake/PolicyScope/NotClosed-stderr.txt
 create mode 100644 Tests/RunCMake/PolicyScope/NotClosed.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => PolicyScope/NotOpened-result.txt} (100%)
 create mode 100644 Tests/RunCMake/PolicyScope/NotOpened-stderr.txt
 create mode 100644 Tests/RunCMake/PolicyScope/NotOpened.cmake
 create mode 100644 Tests/RunCMake/add_subdirectory/Function-stdout.txt
 create mode 100644 Tests/RunCMake/add_subdirectory/Function.cmake
 create mode 100644 Tests/RunCMake/add_subdirectory/Function/CMakeLists.txt
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => find_package/PolicyPop-result.txt} (100%)
 create mode 100644 Tests/RunCMake/find_package/PolicyPop-stderr.txt
 create mode 100644 Tests/RunCMake/find_package/PolicyPop.cmake
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/find_package/PolicyPop/PolicyPopConfig.cmake (100%)
 create mode 100644 Tests/RunCMake/find_package/PolicyPop/PolicyPopConfigVersion.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => find_package/PolicyPush-result.txt} (100%)
 create mode 100644 Tests/RunCMake/find_package/PolicyPush-stderr.txt
 create mode 100644 Tests/RunCMake/find_package/PolicyPush.cmake
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/find_package/PolicyPush/PolicyPushConfig.cmake (100%)
 create mode 100644 Tests/RunCMake/find_package/PolicyPush/PolicyPushConfigVersion.cmake

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cmake/cmake.git



More information about the Pkg-cmake-commits mailing list