[Pkg-cmake-commits] [cmake] branch upstream updated (18330ea -> 86a21c1)

Felix Geyer fgeyer at moszumanska.debian.org
Fri Aug 11 10:28:36 UTC 2017


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

fgeyer pushed a change to branch upstream
in repository cmake.

      from  18330ea   New upstream version 3.9.0
       new  86a21c1   New upstream version 3.9.1

The 1 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:
 Help/command/FIND_XXX.txt                          |  28 +-
 Help/command/find_file.rst                         |   3 -
 Help/command/find_library.rst                      |   3 -
 Help/command/find_package.rst                      |  23 +-
 Help/command/find_path.rst                         |   3 -
 Help/command/find_program.rst                      |   2 -
 Help/policy/CMP0069.rst                            |   8 +-
 Help/release/3.9.rst                               |  19 +-
 Help/release/index.rst                             |   2 +
 Modules/FindBoost.cmake                            |   2 +
 Modules/FindJava.cmake                             |   4 +-
 Modules/Platform/Android-Common.cmake              |  12 +-
 Modules/UseSWIG.cmake                              |   6 +-
 Source/CMakeVersion.cmake                          |   2 +-
 Source/cmFindBase.cxx                              |   2 +
 Source/cmFindCommon.cxx                            |   7 +
 Source/cmFindCommon.h                              |   3 +
 Source/cmFindPackageCommand.cxx                    |  22 +
 Source/cmFindPackageCommand.h                      |   1 +
 Source/cmGlobalVisualStudio10Generator.cxx         |   1 +
 Source/cmQtAutoGenerators.cxx                      |  11 +
 Source/cmServerProtocol.cxx                        |   4 +-
 Tests/RunCMake/find_package/PackageRoot-stderr.txt | 396 ++-------------
 Tests/RunCMake/find_package/PackageRoot.cmake      | 134 +-----
 .../PackageRoot/{FindBar.cmake => BarConfig.cmake} |   1 +
 .../find_package/PackageRoot/FindBar.cmake         |   1 +
 .../find_package/PackageRoot/FindFoo.cmake         |   4 +-
 .../cmake_root/cmake/BarConfig.cmake}              |   1 +
 .../env_root/cmake/BarConfig.cmake}                |   1 +
 .../PackageRootNestedConfig-stderr.txt             | 298 ++++++++++++
 .../find_package/PackageRootNestedConfig.cmake     | 141 ++++++
 .../PackageRootNestedModule-stderr.txt             | 298 ++++++++++++
 .../find_package/PackageRootNestedModule.cmake     | 141 ++++++
 Tests/RunCMake/find_package/RunCMakeTest.cmake     |   2 +
 Utilities/Scripts/update-expat.bash                |   6 +-
 Utilities/Sphinx/cmake.py                          |  17 +-
 Utilities/cmexpat/CMakeLists.txt                   |   7 +-
 Utilities/cmexpat/ConfigureChecks.cmake            |   2 +-
 Utilities/cmexpat/README                           | 139 ------
 Utilities/cmexpat/README.md                        | 126 +++++
 Utilities/cmexpat/lib/expat.h                      |   3 +-
 Utilities/cmexpat/lib/loadlibrary.c                | 141 ++++++
 Utilities/cmexpat/lib/siphash.h                    |  55 ++-
 Utilities/cmexpat/lib/xmlparse.c                   | 530 ++++++++++++++++++---
 Utilities/cmexpat/lib/xmlrole.c                    |  30 +-
 Utilities/cmexpat/lib/xmltok.c                     |  13 +-
 Utilities/cmexpat/lib/xmltok_impl.c                |  39 +-
 47 files changed, 1896 insertions(+), 798 deletions(-)
 copy Tests/RunCMake/find_package/PackageRoot/{FindBar.cmake => BarConfig.cmake} (83%)
 copy Tests/RunCMake/find_package/PackageRoot/{FindBar.cmake => foo/cmake_root/cmake/BarConfig.cmake} (83%)
 copy Tests/RunCMake/find_package/PackageRoot/{FindBar.cmake => foo/env_root/cmake/BarConfig.cmake} (83%)
 create mode 100644 Tests/RunCMake/find_package/PackageRootNestedConfig-stderr.txt
 create mode 100644 Tests/RunCMake/find_package/PackageRootNestedConfig.cmake
 create mode 100644 Tests/RunCMake/find_package/PackageRootNestedModule-stderr.txt
 create mode 100644 Tests/RunCMake/find_package/PackageRootNestedModule.cmake
 delete mode 100644 Utilities/cmexpat/README
 create mode 100644 Utilities/cmexpat/README.md
 create mode 100644 Utilities/cmexpat/lib/loadlibrary.c

-- 
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