[Pkg-cmake-commits] [cmake] branch upstream updated (6e41954 -> 4a69966)

Felix Geyer fgeyer at moszumanska.debian.org
Sun Mar 13 17:00:41 UTC 2016


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

fgeyer pushed a change to branch upstream
in repository cmake.

      from  6e41954   Imported Upstream version 3.4.0
      adds  8c275ac   Imported Upstream version 3.4.1
       new  4a69966   Imported Upstream version 3.5.0

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:
 Auxiliary/cmake-mode.el                            |    2 +-
 CMakeCPack.cmake                                   |   11 +
 CMakeCPackOptions.cmake.in                         |   62 +-
 CMakeLists.txt                                     |   31 +-
 CTestCustom.cmake.in                               |    5 +-
 Copyright.txt                                      |    2 +-
 Help/command/add_custom_command.rst                |    7 +-
 Help/command/cmake_minimum_required.rst            |    2 +-
 Help/command/cmake_parse_arguments.rst             |   85 +
 Help/command/get_target_property.rst               |    2 +-
 Help/command/if.rst                                |    9 +-
 Help/command/install.rst                           |   26 +-
 Help/manual/OPTIONS_BUILD.txt                      |   41 +-
 Help/manual/cmake-buildsystem.7.rst                |   11 +-
 Help/manual/cmake-commands.7.rst                   |    1 +
 Help/manual/cmake-developer.7.rst                  |    2 +-
 Help/manual/cmake-modules.7.rst                    |    1 +
 Help/manual/cmake-packages.7.rst                   |   10 +-
 Help/manual/cmake-properties.7.rst                 |    1 +
 Help/manual/cmake-toolchains.7.rst                 |   30 +
 Help/manual/cmake-variables.7.rst                  |    2 +
 Help/manual/cmake.1.rst                            |   42 +-
 Help/module/FindXalanC.rst                         |    1 +
 Help/policy/CMP0040.rst                            |   19 +-
 Help/prop_dir/CLEAN_NO_CUSTOM.rst                  |    7 +-
 Help/prop_sf/MACOSX_PACKAGE_LOCATION.rst           |   34 +-
 Help/prop_tgt/BUNDLE.rst                           |    6 +-
 Help/prop_tgt/BUNDLE_EXTENSION.rst                 |    4 +-
 Help/prop_tgt/ENABLE_EXPORTS.rst                   |    4 +-
 Help/prop_tgt/FRAMEWORK.rst                        |   28 +-
 Help/prop_tgt/FRAMEWORK_VERSION.rst                |    3 +
 Help/prop_tgt/IOS_INSTALL_COMBINED.rst             |   11 +
 Help/prop_tgt/MACOSX_BUNDLE.rst                    |   16 +-
 Help/prop_tgt/MACOSX_BUNDLE_INFO_PLIST.rst         |    4 +-
 Help/prop_tgt/MACOSX_FRAMEWORK_INFO_PLIST.rst      |    4 +-
 Help/prop_tgt/MACOSX_RPATH.rst                     |   21 +-
 Help/prop_tgt/OSX_ARCHITECTURES_CONFIG.rst         |    2 +-
 Help/prop_tgt/PRIVATE_HEADER.rst                   |   10 +-
 Help/prop_tgt/PUBLIC_HEADER.rst                    |   12 +-
 Help/prop_tgt/RESOURCE.rst                         |   66 +-
 Help/release/3.5.rst                               |  185 ++
 Help/release/index.rst                             |    1 +
 Help/variable/APPLE.rst                            |    4 +-
 Help/variable/CMAKE_BINARY_DIR.rst                 |    5 +
 Help/variable/CMAKE_CURRENT_BINARY_DIR.rst         |    5 +
 Help/variable/CMAKE_CURRENT_SOURCE_DIR.rst         |    5 +
 Help/variable/CMAKE_ENABLE_EXPORTS.rst             |    8 +-
 Help/variable/CMAKE_ERROR_DEPRECATED.rst           |    7 +-
 Help/variable/CMAKE_EXPORT_COMPILE_COMMANDS.rst    |   30 +
 Help/variable/CMAKE_HOST_SYSTEM_NAME.rst           |    2 +-
 Help/variable/CMAKE_INSTALL_NAME_DIR.rst           |    2 +-
 Help/variable/CMAKE_IOS_INSTALL_COMBINED.rst       |    8 +
 Help/variable/CMAKE_LANG_COMPILER_ID.rst           |    1 +
 Help/variable/CMAKE_MACOSX_RPATH.rst               |    2 +-
 Help/variable/CMAKE_OSX_ARCHITECTURES.rst          |    2 +-
 Help/variable/CMAKE_SOURCE_DIR.rst                 |    5 +
 .../CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION.rst   |    3 +-
 Help/variable/CMAKE_WARN_DEPRECATED.rst            |    9 +-
 .../CMAKE_XCODE_ATTRIBUTE_an-attribute.rst         |    6 +
 Modules/BundleUtilities.cmake                      |    4 +-
 Modules/CMakeCCompiler.cmake.in                    |    2 +-
 Modules/CMakeCCompilerId.c.in                      |    8 +
 Modules/CMakeCInformation.cmake                    |   12 +-
 Modules/CMakeCXXCompiler.cmake.in                  |    2 +-
 Modules/CMakeCXXCompilerId.cpp.in                  |    8 +
 Modules/CMakeCXXInformation.cmake                  |   12 +-
 Modules/CMakeCompilerIdDetection.cmake             |    1 +
 Modules/CMakeDetermineASMCompiler.cmake            |    4 +
 Modules/CMakeDetermineCompilerId.cmake             |   17 +-
 Modules/CMakeDetermineFortranCompiler.cmake        |    2 +
 Modules/CMakeForceCompiler.cmake                   |   24 +-
 Modules/CMakeFortranCompiler.cmake.in              |    2 +-
 Modules/CMakeFortranCompilerId.F.in                |    5 +
 Modules/CMakeFortranInformation.cmake              |   12 +-
 Modules/CMakeIOSInstallCombined.cmake              |  297 +++
 Modules/CMakeLanguageInformation.cmake             |   37 +
 Modules/CMakeParseArguments.cmake                  |  148 +-
 Modules/CPack.cmake                                |    2 +-
 Modules/CPackDMG.cmake                             |   51 +-
 Modules/CPackDeb.cmake                             |  105 +-
 Modules/CPackNSIS.cmake                            |    8 +
 Modules/CPackRPM.cmake                             |   39 +-
 Modules/CPackWIX.cmake                             |    3 +-
 Modules/CheckCSourceCompiles.cmake                 |    2 +-
 Modules/CheckCSourceRuns.cmake                     |    2 +-
 Modules/CheckCXXSourceCompiles.cmake               |    2 +-
 Modules/CheckCXXSourceRuns.cmake                   |    2 +-
 Modules/CheckForPthreads.c                         |    4 +-
 Modules/CheckFortranSourceCompiles.cmake           |    2 +-
 Modules/Compiler/ARMCC-ASM.cmake                   |    7 +
 Modules/Compiler/ARMCC-C.cmake                     |    2 +
 Modules/Compiler/ARMCC-CXX.cmake                   |    2 +
 Modules/Compiler/ARMCC-DetermineCompiler.cmake     |   16 +
 Modules/Compiler/ARMCC.cmake                       |   36 +
 Modules/Compiler/AppleClang-C.cmake                |    3 +
 Modules/Compiler/AppleClang-CXX.cmake              |    3 +
 Modules/Compiler/Clang-C.cmake                     |    7 +
 Modules/Compiler/Clang-CXX.cmake                   |    7 +-
 Modules/Compiler/CrayPrgEnv-C.cmake                |   11 +
 Modules/Compiler/CrayPrgEnv-CXX.cmake              |   11 +
 Modules/Compiler/CrayPrgEnv-Cray-C.cmake           |    7 +
 Modules/Compiler/CrayPrgEnv-Cray-CXX.cmake         |    7 +
 Modules/Compiler/CrayPrgEnv-Cray-Fortran.cmake     |    7 +
 Modules/Compiler/CrayPrgEnv-Fortran.cmake          |   11 +
 Modules/Compiler/CrayPrgEnv-GNU-C.cmake            |    7 +
 Modules/Compiler/CrayPrgEnv-GNU-CXX.cmake          |    7 +
 Modules/Compiler/CrayPrgEnv-GNU-Fortran.cmake      |    7 +
 Modules/Compiler/CrayPrgEnv-Intel-C.cmake          |    7 +
 Modules/Compiler/CrayPrgEnv-Intel-CXX.cmake        |    7 +
 Modules/Compiler/CrayPrgEnv-Intel-Fortran.cmake    |    7 +
 Modules/Compiler/CrayPrgEnv-PGI-C.cmake            |    7 +
 Modules/Compiler/CrayPrgEnv-PGI-CXX.cmake          |    7 +
 Modules/Compiler/CrayPrgEnv-PGI-Fortran.cmake      |    7 +
 Modules/Compiler/CrayPrgEnv.cmake                  |   91 +
 .../Compiler/Embarcadero-DetermineCompiler.cmake   |    2 +-
 Modules/Compiler/GNU-C.cmake                       |    7 +
 Modules/Compiler/GNU-CXX.cmake                     |    3 +
 Modules/Compiler/SunPro-CXX.cmake                  |    3 +
 Modules/ExternalProject.cmake                      |   47 +-
 Modules/FindBLAS.cmake                             |   12 +-
 Modules/FindBoost.cmake                            |  402 +++-
 Modules/FindCUDA.cmake                             |   25 +-
 Modules/FindDCMTK.cmake                            |  275 ++-
 Modules/FindFLEX.cmake                             |   87 +-
 Modules/FindGTK2.cmake                             |   69 +
 Modules/FindGTest.cmake                            |  166 +-
 Modules/FindGit.cmake                              |   32 +-
 Modules/FindJNI.cmake                              |    6 +-
 Modules/FindJava.cmake                             |    6 +-
 Modules/FindOpenAL.cmake                           |    9 +-
 Modules/FindOpenGL.cmake                           |   12 +-
 Modules/FindOpenMP.cmake                           |    3 +
 Modules/FindOpenSSL.cmake                          |   27 +-
 Modules/FindPNG.cmake                              |   50 +-
 Modules/FindPkgConfig.cmake                        |   20 +-
 Modules/FindProtobuf.cmake                         |    2 +-
 Modules/FindPythonInterp.cmake                     |    7 +-
 Modules/FindPythonLibs.cmake                       |    7 +-
 Modules/FindTIFF.cmake                             |   67 +-
 Modules/FindXalanC.cmake                           |  162 ++
 Modules/FindXercesC.cmake                          |   67 +-
 Modules/FindwxWidgets.cmake                        |   12 -
 Modules/GenerateExportHeader.cmake                 |    4 +
 Modules/GetPrerequisites.cmake                     |    4 +-
 Modules/NSIS.template.in                           |    2 +
 Modules/Platform/AIX-GNU.cmake                     |   12 +-
 Modules/Platform/AIX-XL.cmake                      |   12 +-
 Modules/Platform/CrayLinuxEnvironment.cmake        |  143 ++
 Modules/Platform/HP-UX-GNU.cmake                   |    4 +-
 Modules/Platform/HP-UX-HP.cmake                    |    4 +-
 Modules/Platform/SunOS.cmake                       |    6 -
 Modules/Platform/Windows-Embarcadero.cmake         |    6 +-
 Modules/Platform/Windows-MSVC.cmake                |    2 +
 Modules/Platform/WindowsPaths.cmake                |   52 +-
 Modules/UseJava.cmake                              |    8 +-
 Packaging/CMakeDMGBackground.tif                   |  Bin 0 -> 95690 bytes
 Packaging/CMakeDMGSetup.scpt                       |   42 +
 README.rst                                         |    2 +-
 Source/CMakeInstallDestinations.cmake              |    5 +
 Source/CMakeLists.txt                              |   19 +-
 Source/CMakeVersion.cmake                          |    2 +-
 Source/CPack/IFW/cmCPackIFWGenerator.cxx           |    1 -
 Source/CPack/WiX/cmCPackWIXGenerator.cxx           |   37 +-
 Source/CPack/WiX/cmCPackWIXGenerator.h             |    3 +
 Source/CPack/WiX/cmWIXPatch.cxx                    |   44 +-
 Source/CPack/WiX/cmWIXPatch.h                      |    5 +-
 Source/CPack/WiX/cmWIXPatchParser.cxx              |   52 +-
 Source/CPack/WiX/cmWIXPatchParser.h                |   29 +-
 Source/CPack/WiX/cmWIXSourceWriter.cxx             |   19 +
 Source/CPack/WiX/cmWIXSourceWriter.h               |    2 +
 Source/CPack/cmCPackArchiveGenerator.cxx           |    1 -
 Source/CPack/cmCPackCygwinBinaryGenerator.cxx      |    1 -
 Source/CPack/cmCPackCygwinSourceGenerator.cxx      |    1 -
 Source/CPack/cmCPackDebGenerator.cxx               |    7 +
 Source/CPack/cmCPackDragNDropGenerator.cxx         |  542 ++++-
 Source/CPack/cmCPackDragNDropGenerator.h           |   15 +
 Source/CPack/cmCPackGenerator.cxx                  |    4 +-
 Source/CPack/cmCPackNSISGenerator.cxx              |   23 +-
 Source/CPack/cmCPackOSXX11Generator.cxx            |    1 -
 Source/CPack/cmCPackPackageMakerGenerator.cxx      |    1 -
 Source/CPack/cmCPackSTGZGenerator.cxx              |    1 -
 Source/CPack/cpack.cxx                             |    4 +-
 Source/CTest/cmCTestBuildHandler.cxx               |    1 -
 Source/CTest/cmCTestCoverageHandler.cxx            |   48 +-
 Source/CTest/cmCTestLaunch.cxx                     |    4 +-
 Source/CTest/cmCTestScriptHandler.cxx              |   24 +-
 Source/CTest/cmCTestScriptHandler.h                |    2 -
 Source/CTest/cmCTestStartCommand.cxx               |    1 -
 Source/CTest/cmCTestTestHandler.cxx                |   10 +-
 Source/CTest/cmCTestUpdateHandler.cxx              |    1 -
 Source/QtDialog/CMakeLists.txt                     |   14 +-
 Source/QtDialog/CMakeSetupDialog.cxx               |   26 +-
 Source/QtDialog/CMakeSetupDialog.h                 |    4 +-
 Source/QtDialog/FirstConfigure.cxx                 |   70 +-
 Source/QtDialog/FirstConfigure.h                   |   15 +-
 Source/QtDialog/QCMake.cxx                         |   74 +-
 Source/QtDialog/QCMake.h                           |   28 +-
 Source/QtDialog/RegexExplorer.cxx                  |  166 ++
 Source/QtDialog/RegexExplorer.h                    |   48 +
 Source/QtDialog/RegexExplorer.ui                   |  155 ++
 Source/QtDialog/WarningMessagesDialog.cxx          |   99 +
 Source/QtDialog/WarningMessagesDialog.h            |   75 +
 Source/QtDialog/WarningMessagesDialog.ui           |  173 ++
 Source/bindexplib.cxx                              |   63 +-
 .../test/test_ABI_CXX.cxx => Source/bindexplib.h   |   31 +-
 Source/cmAddDependenciesCommand.cxx                |    1 -
 Source/cmAddExecutableCommand.cxx                  |    8 +-
 Source/cmAddLibraryCommand.cxx                     |   66 +-
 Source/cmAlgorithms.h                              |   10 +-
 Source/cmArchiveWrite.cxx                          |    4 +
 Source/cmAuxSourceDirectoryCommand.cxx             |    8 +-
 Source/cmBootstrapCommands1.cxx                    |    2 +
 Source/cmBuildCommand.cxx                          |    1 -
 Source/cmCPackPropertiesGenerator.cxx              |    4 +-
 Source/cmCPluginAPI.cxx                            |   18 +-
 Source/cmCTest.cxx                                 |    3 +-
 Source/cmCacheManager.cxx                          |  107 +-
 Source/cmCacheManager.h                            |   13 +-
 Source/cmCommonTargetGenerator.cxx                 |   41 +-
 Source/cmCommonTargetGenerator.h                   |    4 +-
 Source/cmComputeLinkDepends.cxx                    |   50 +-
 Source/cmComputeLinkDepends.h                      |   17 +-
 Source/cmComputeLinkInformation.cxx                |  124 +-
 Source/cmComputeLinkInformation.h                  |   17 +-
 Source/cmComputeTargetDepends.cxx                  |   65 +-
 Source/cmConditionEvaluator.cxx                    |   10 +
 Source/cmCoreTryCompile.cxx                        |   19 +-
 Source/cmCurl.cxx                                  |    5 +
 Source/cmCustomCommandGenerator.cxx                |   15 +-
 Source/cmDependsFortran.cxx                        |    2 +-
 Source/cmELF.cxx                                   |   20 +-
 Source/cmEnableTestingCommand.cxx                  |    1 -
 Source/cmExportBuildFileGenerator.cxx              |   98 +-
 Source/cmExportBuildFileGenerator.h                |   19 +-
 Source/cmExportCommand.cxx                         |    7 +-
 Source/cmExportFileGenerator.cxx                   |  160 +-
 Source/cmExportFileGenerator.h                     |   33 +-
 Source/cmExportInstallFileGenerator.cxx            |   67 +-
 Source/cmExportInstallFileGenerator.h              |   11 +-
 Source/cmExportLibraryDependenciesCommand.cxx      |   10 +-
 Source/cmExportSet.cxx                             |   10 +
 Source/cmExportSet.h                               |    3 +
 Source/cmExportTryCompileFileGenerator.cxx         |   63 +-
 Source/cmExportTryCompileFileGenerator.h           |   22 +-
 Source/cmExtraCodeBlocksGenerator.cxx              |  144 +-
 Source/cmExtraCodeBlocksGenerator.h                |   10 +-
 Source/cmExtraCodeLiteGenerator.cxx                |   64 +-
 Source/cmExtraEclipseCDT4Generator.cxx             |  144 +-
 Source/cmExtraEclipseCDT4Generator.h               |    2 +-
 Source/cmExtraKateGenerator.cxx                    |   96 +-
 Source/cmExtraKateGenerator.h                      |   11 +-
 Source/cmExtraSublimeTextGenerator.cxx             |   77 +-
 Source/cmExtraSublimeTextGenerator.h               |    6 +-
 Source/cmFLTKWrapUICommand.cxx                     |   39 -
 Source/cmFileCommand.cxx                           |    5 +-
 Source/cmFileTimeComparison.cxx                    |   39 +-
 Source/cmFindPackageCommand.h                      |    2 +-
 Source/cmFortranLexer.cxx                          |  592 ++---
 Source/cmFortranLexer.h                            |   16 +-
 Source/cmFortranLexer.in.l                         |    3 +-
 Source/cmFortranParser.cxx                         |  473 ++--
 Source/cmFortranParser.h                           |    2 +
 Source/cmFortranParser.y                           |   10 +-
 Source/cmFortranParserImpl.cxx                     |   26 +
 Source/cmFortranParserTokens.h                     |  108 +-
 Source/cmFunctionBlocker.h                         |    2 +-
 Source/cmGeneratorExpression.cxx                   |   24 +-
 Source/cmGeneratorExpression.h                     |   32 +-
 Source/cmGeneratorExpressionContext.cxx            |    9 +-
 Source/cmGeneratorExpressionContext.h              |   27 +-
 Source/cmGeneratorExpressionDAGChecker.cxx         |    8 +-
 Source/cmGeneratorExpressionEvaluationFile.cxx     |   10 +-
 Source/cmGeneratorExpressionEvaluator.h            |    6 +-
 Source/cmGeneratorExpressionNode.cxx               |  146 +-
 Source/cmGeneratorExpressionNode.h                 |    7 +-
 Source/cmGeneratorExpressionParser.h               |    2 -
 Source/cmGeneratorTarget.cxx                       | 2262 +++++++++++++++++---
 Source/cmGeneratorTarget.h                         |  264 ++-
 Source/cmGetCMakePropertyCommand.cxx               |    1 -
 Source/cmGetPropertyCommand.cxx                    |    1 -
 Source/cmGhsMultiTargetGenerator.cxx               |   99 +-
 Source/cmGhsMultiTargetGenerator.h                 |   15 +-
 Source/cmGlobalGenerator.cxx                       |  376 ++--
 Source/cmGlobalGenerator.h                         |   82 +-
 Source/cmGlobalGeneratorFactory.h                  |    6 +
 Source/cmGlobalGhsMultiGenerator.cxx               |   21 +-
 Source/cmGlobalGhsMultiGenerator.h                 |   11 +-
 Source/cmGlobalKdevelopGenerator.cxx               |   32 +-
 Source/cmGlobalNinjaGenerator.cxx                  |   96 +-
 Source/cmGlobalNinjaGenerator.h                    |   25 +-
 Source/cmGlobalUnixMakefileGenerator3.cxx          |  201 +-
 Source/cmGlobalUnixMakefileGenerator3.h            |   14 +-
 Source/cmGlobalVisualStudio10Generator.cxx         |   26 +-
 Source/cmGlobalVisualStudio10Generator.h           |    6 +-
 Source/cmGlobalVisualStudio11Generator.cxx         |    8 +-
 Source/cmGlobalVisualStudio11Generator.h           |    2 +-
 Source/cmGlobalVisualStudio12Generator.cxx         |    2 +
 Source/cmGlobalVisualStudio14Generator.cxx         |   53 +-
 Source/cmGlobalVisualStudio14Generator.h           |    2 +-
 Source/cmGlobalVisualStudio6Generator.cxx          |   29 +-
 Source/cmGlobalVisualStudio6Generator.h            |   12 +-
 Source/cmGlobalVisualStudio71Generator.cxx         |   14 +-
 Source/cmGlobalVisualStudio71Generator.h           |    6 +-
 Source/cmGlobalVisualStudio7Generator.cxx          |   70 +-
 Source/cmGlobalVisualStudio7Generator.h            |   21 +-
 Source/cmGlobalVisualStudio8Generator.cxx          |   60 +-
 Source/cmGlobalVisualStudio8Generator.h            |   11 +-
 Source/cmGlobalVisualStudio9Generator.cxx          |    2 +
 Source/cmGlobalVisualStudioGenerator.cxx           |  123 +-
 Source/cmGlobalVisualStudioGenerator.h             |   34 +-
 Source/cmGlobalXCodeGenerator.cxx                  |  808 +++----
 Source/cmGlobalXCodeGenerator.h                    |   55 +-
 Source/cmGraphVizWriter.cxx                        |   73 +-
 Source/cmGraphVizWriter.h                          |    9 +-
 Source/cmIDEFlagTable.h                            |    1 +
 Source/cmIDEOptions.cxx                            |   10 +-
 Source/cmIfCommand.cxx                             |    1 +
 Source/cmIncludeExternalMSProjectCommand.cxx       |    2 +-
 Source/cmInstallCommand.cxx                        |   37 +-
 Source/cmInstallDirectoryGenerator.cxx             |   31 +-
 Source/cmInstallDirectoryGenerator.h               |    3 +-
 Source/cmInstallExportGenerator.cxx                |    3 +-
 Source/cmInstallFilesGenerator.cxx                 |    4 +-
 Source/cmInstallTargetGenerator.cxx                |  158 +-
 Source/cmInstallTargetGenerator.h                  |    5 +-
 Source/cmLinkItem.h                                |   34 +-
 Source/cmLinkLibrariesCommand.cxx                  |    4 +-
 Source/cmLinkedTree.h                              |   33 +-
 Source/cmListFileCache.cxx                         |   17 +-
 Source/cmListFileCache.h                           |   15 +-
 Source/cmLocalGenerator.cxx                        |  320 ++-
 Source/cmLocalGenerator.h                          |   75 +-
 Source/cmLocalGhsMultiGenerator.cxx                |   11 +-
 Source/cmLocalNinjaGenerator.cxx                   |   46 +-
 Source/cmLocalNinjaGenerator.h                     |   12 +-
 Source/cmLocalUnixMakefileGenerator3.cxx           |  188 +-
 Source/cmLocalUnixMakefileGenerator3.h             |   34 +-
 Source/cmLocalVisualStudio10Generator.cxx          |   14 +-
 Source/cmLocalVisualStudio6Generator.cxx           |  388 ++--
 Source/cmLocalVisualStudio6Generator.h             |   32 +-
 Source/cmLocalVisualStudio7Generator.cxx           |  322 ++-
 Source/cmLocalVisualStudio7Generator.h             |   38 +-
 Source/cmLocalVisualStudioGenerator.cxx            |   12 +-
 Source/cmLocalVisualStudioGenerator.h              |    6 +-
 Source/cmLocalXCodeGenerator.cxx                   |   16 +-
 Source/cmLocalXCodeGenerator.h                     |    3 +-
 Source/cmMacroCommand.cxx                          |   16 +-
 Source/cmMakeDepend.cxx                            |  361 ----
 Source/cmMakeDepend.h                              |  150 --
 Source/cmMakefile.cxx                              |  390 ++--
 Source/cmMakefile.h                                |   77 +-
 Source/cmMakefileExecutableTargetGenerator.cxx     |   45 +-
 Source/cmMakefileLibraryTargetGenerator.cxx        |  123 +-
 Source/cmMakefileTargetGenerator.cxx               |  123 +-
 Source/cmMakefileTargetGenerator.h                 |    3 -
 Source/cmMakefileUtilityTargetGenerator.cxx        |   18 +-
 Source/cmMarkAsAdvancedCommand.cxx                 |    3 +-
 Source/cmMessageCommand.cxx                        |   22 +-
 Source/cmNinjaNormalTargetGenerator.cxx            |  125 +-
 Source/cmNinjaTargetGenerator.cxx                  |   90 +-
 Source/cmNinjaTargetGenerator.h                    |    5 +-
 Source/cmNinjaUtilityTargetGenerator.cxx           |   26 +-
 Source/cmOSXBundleGenerator.cxx                    |   25 +-
 Source/cmOrderDirectories.cxx                      |   30 +-
 Source/cmOrderDirectories.h                        |    6 +
 Source/cmOutputRequiredFilesCommand.cxx            |  598 +++++-
 Source/cmOutputRequiredFilesCommand.h              |    3 +-
 Source/cmParseArgumentsCommand.cxx                 |  200 ++
 Source/cmParseArgumentsCommand.h                   |   54 +
 Source/cmPolicies.h                                |   17 +
 Source/cmQtAutoGeneratorInitializer.cxx            | 1700 ++++++++-------
 Source/cmQtAutoGeneratorInitializer.h              |   41 +-
 Source/cmQtAutoGenerators.cxx                      |    8 +-
 Source/cmSetTargetPropertiesCommand.cxx            |    1 -
 Source/cmSourceFile.cxx                            |    7 +-
 Source/cmSourceFileLocation.cxx                    |   13 +-
 Source/cmStandardIncludes.h                        |   10 +-
 Source/cmState.cxx                                 |  367 +++-
 Source/cmState.h                                   |   47 +-
 Source/cmSystemTools.cxx                           |  113 +-
 Source/cmSystemTools.h                             |    6 +-
 Source/cmTarget.cxx                                | 2034 +++---------------
 Source/cmTarget.h                                  |  239 +--
 Source/cmTargetExport.h                            |    5 +-
 Source/cmTargetLinkLibrariesCommand.cxx            |   36 +-
 Source/cmTargetLinkLibrariesCommand.h              |    2 +-
 Source/cmTargetPropCommandBase.cxx                 |   14 +-
 Source/cmTestGenerator.cxx                         |   12 +-
 Source/cmUtilitySourceCommand.cxx                  |   10 +-
 Source/cmVS10LinkFlagTable.h                       |    3 +-
 Source/cmVS11LinkFlagTable.h                       |    3 +-
 Source/cmVS12LinkFlagTable.h                       |    3 +-
 Source/cmVS14LinkFlagTable.h                       |    5 +-
 Source/cmVersion.h                                 |    2 +-
 Source/cmVisualStudio10TargetGenerator.cxx         |  428 ++--
 Source/cmVisualStudio10TargetGenerator.h           |    4 +-
 Source/cmXCodeObject.cxx                           |    4 +-
 Source/cmXCodeObject.h                             |   12 +-
 Source/cm_sha2.c                                   |   13 +-
 Source/cm_sha2.h                                   |   10 +-
 Source/cmake.cxx                                   |  637 +++++-
 Source/cmake.h                                     |  102 +-
 Source/cmcmd.cxx                                   |  146 +-
 Source/kwsys/CMakeLists.txt                        |   77 +-
 Source/kwsys/CPU.h.in                              |  137 --
 Source/kwsys/Configure.h.in                        |    5 +
 Source/kwsys/Configure.hxx.in                      |    4 -
 Source/kwsys/EncodingCXX.cxx                       |    1 +
 Source/kwsys/FStream.cxx                           |    2 +
 Source/kwsys/FundamentalType.h.in                  |  146 --
 Source/kwsys/MD5.c                                 |    4 +-
 Source/kwsys/ProcessUNIX.c                         |    6 +-
 Source/kwsys/SharedForward.h.in                    |    6 +
 Source/kwsys/SystemTools.cxx                       |  133 +-
 Source/kwsys/SystemTools.hxx.in                    |    4 +-
 Source/kwsys/Terminal.c                            |   11 +
 Source/kwsys/kwsysPlatformTestsCXX.cxx             |  126 +-
 Source/kwsys/testFStream.cxx                       |   79 +-
 Source/kwsys/testSystemTools.cxx                   |  188 ++
 Tests/AliasTarget/CMakeLists.txt                   |    4 +-
 Tests/AliasTarget/subdir/CMakeLists.txt            |    3 +
 Tests/AliasTarget/{ => subdir}/empty.cpp           |    0
 Tests/CMakeLists.txt                               |   48 +-
 Tests/CMakeOnly/CompilerIdC/CMakeLists.txt         |    7 +
 Tests/CMakeOnly/CompilerIdCXX/CMakeLists.txt       |    7 +
 Tests/CMakeOnly/CompilerIdFortran/CMakeLists.txt   |    7 +
 .../MyLibCPackConfig-components-source.cmake.in    |   33 +
 .../MyLibCPackConfig-compression.cmake.in          |   11 +
 .../RunCPackVerifyResult-components-source.cmake   |   75 +
 .../RunCPackVerifyResult-compression.cmake         |   54 +
 .../CPackComponentsDEB/RunCPackVerifyResult.cmake  |    6 +-
 Tests/CTestUpdateGIT.cmake.in                      |   30 +-
 Tests/CompileOptions/CMakeLists.txt                |    2 +-
 ....pas).html => UTCovTest(UTCovTest.pas).html.in} |    0
 Tests/ExportImport/Export/CMakeLists.txt           |   18 +-
 Tests/ExportImport/Export/testLibDepends.c         |    7 +-
 .../Export/testStaticLibRequiredPrivate.c          |    1 +
 Tests/FindBoost/CMakeLists.txt                     |   10 +
 Tests/FindBoost/Test/CMakeLists.txt                |   18 +
 Tests/FindBoost/Test/main.cxx                      |   26 +
 Tests/FindGTest/CMakeLists.txt                     |   10 +
 Tests/FindGTest/Test/CMakeLists.txt                |   17 +
 Tests/FindGTest/Test/main.cxx                      |    6 +
 Tests/FindPNG/CMakeLists.txt                       |   10 +
 Tests/FindPNG/Test/CMakeLists.txt                  |   16 +
 Tests/FindPNG/Test/main.c                          |   20 +
 Tests/FindTIFF/CMakeLists.txt                      |   10 +
 Tests/FindTIFF/Test/CMakeLists.txt                 |   17 +
 Tests/FindTIFF/Test/main.c                         |   12 +
 Tests/FindXalanC/CMakeLists.txt                    |   10 +
 Tests/FindXalanC/Test/CMakeLists.txt               |   17 +
 Tests/FindXalanC/Test/main.cxx                     |   10 +
 Tests/FindXercesC/CMakeLists.txt                   |   10 +
 Tests/FindXercesC/Test/CMakeLists.txt              |   17 +
 Tests/FindXercesC/Test/main.cxx                    |    7 +
 Tests/Fortran/CMakeLists.txt                       |    1 +
 Tests/Fortran/Executable/CMakeLists.txt            |    2 +-
 Tests/Fortran/Executable/main.f90                  |    1 +
 Tests/Fortran/Subdir/CMakeLists.txt                |    2 +
 Tests/Fortran/Subdir/subdir.f90                    |    2 +
 Tests/JavaJavah/C.cpp                              |   10 +
 Tests/JavaJavah/C.java                             |   19 +
 Tests/JavaJavah/CMakeLists.txt                     |    9 +-
 Tests/JavaJavah/HelloWorld2.java                   |    5 +
 Tests/MSManifest/Subdir/CMakeLists.txt             |    2 +
 .../GenerateExportHeader/exportheader_test.cpp     |   12 +
 Tests/RunCMake/AutoExportDll/sub/sub.cxx           |    2 +
 Tests/RunCMake/BuildDepends/Custom-Always.cmake    |   24 +
 Tests/RunCMake/BuildDepends/RunCMakeTest.cmake     |    2 +
 .../CMP0040/CMP0040-NEW-missing-target-stderr.txt  |    2 +-
 .../CMP0040/CMP0040-WARN-missing-target-stderr.txt |    2 +-
 Tests/RunCMake/CMakeLists.txt                      |    7 +
 .../DEB/PER_COMPONENT_FIELDS-ExpectedFiles.cmake   |    9 +
 .../DEB/PER_COMPONENT_FIELDS-VerifyResult.cmake    |   18 +
 .../CPack/DEB/PER_COMPONENT_FIELDS-specifics.cmake |    6 +
 Tests/RunCMake/CPack/PER_COMPONENT_FIELDS.cmake    |    5 +
 Tests/RunCMake/CPack/RPM/Helpers.cmake             |    9 +
 .../RPM/PER_COMPONENT_FIELDS-ExpectedFiles.cmake   |    9 +
 .../RPM/PER_COMPONENT_FIELDS-VerifyResult.cmake    |   18 +
 .../CPack/RPM/PER_COMPONENT_FIELDS-specifics.cmake |    5 +
 Tests/RunCMake/CPack/RunCMakeTest.cmake            |    1 +
 Tests/RunCMake/CommandLine/E-no-arg-stderr.txt     |    2 +-
 ...ource-directory-target-is-directory-result.txt} |    0
 ...source-directory-target-is-directory-stderr.txt |    0
 .../E_copy-one-source-file-result.txt}             |    0
 .../CommandLine/E_copy-one-source-file-stderr.txt  |    1 +
 ...ee-source-files-target-is-directory-result.txt} |    0
 ...ree-source-files-target-is-directory-stderr.txt |    0
 ...y-three-source-files-target-is-file-result.txt} |    0
 ...py-three-source-files-target-is-file-stderr.txt |    1 +
 ...ad-source-files-target-is-directory-result.txt} |    0
 ...bad-source-files-target-is-directory-stderr.txt |    1 +
 ...ee-source-files-target-is-directory-result.txt} |    0
 ...ree-source-files-target-is-directory-stderr.txt |    0
 ...y-three-source-files-target-is-file-result.txt} |    0
 ...ry-three-source-files-target-is-file-stderr.txt |    3 +
 ...ee-source-files-target-is-not-exist-result.txt} |    0
 ...ree-source-files-target-is-not-exist-stderr.txt |    0
 ...ource-directory-target-is-directory-result.txt} |    0
 ...source-directory-target-is-directory-stderr.txt |    0
 ...ee-source-files-target-is-directory-result.txt} |    0
 ...ree-source-files-target-is-directory-stderr.txt |    0
 ...t-three-source-files-target-is-file-result.txt} |    0
 ...nt-three-source-files-target-is-file-stderr.txt |    1 +
 .../CommandLine/E_create_symlink-no-arg-stderr.txt |    2 +-
 ...ake_directory-directory-with-parent-result.txt} |    0
 ...make_directory-directory-with-parent-stderr.txt |    0
 ...irectory-three-directories-and-file-result.txt} |    0
 ...directory-three-directories-and-file-stderr.txt |    1 +
 .../E_make_directory-three-directories-result.txt} |    0
 .../E_make_directory-three-directories-stderr.txt  |    0
 .../CommandLine/E_rename-no-arg-stderr.txt         |    2 +-
 .../E_time-no-arg-result.txt}                      |    0
 ...-no-arg-stderr.txt => E_time-no-arg-stderr.txt} |    2 +-
 Tests/RunCMake/CommandLine/E_time-stdout.txt       |    3 +
 .../CommandLine/E_touch_nocreate-no-arg-stderr.txt |    2 +-
 Tests/RunCMake/CommandLine/P_working-dir.cmake     |   14 +
 Tests/RunCMake/CommandLine/RunCMakeTest.cmake      |  123 ++
 .../W_bad-arg1-result.txt}                         |    0
 Tests/RunCMake/CommandLine/W_bad-arg1-stderr.txt   |    2 +
 .../W_bad-arg2-result.txt}                         |    0
 Tests/RunCMake/CommandLine/W_bad-arg2-stderr.txt   |    2 +
 .../W_bad-arg3-result.txt}                         |    0
 Tests/RunCMake/CommandLine/W_bad-arg3-stderr.txt   |    2 +
 Tests/RunCMake/CommandLine/Wdeprecated-stderr.txt  |    4 +
 Tests/RunCMake/CommandLine/Wdeprecated.cmake       |    1 +
 Tests/RunCMake/CommandLine/Wdev-stderr.txt         |    2 +-
 Tests/RunCMake/CommandLine/Wdev.cmake              |    2 +-
 .../Werror_deprecated-result.txt}                  |    0
 .../CommandLine/Werror_deprecated-stderr.txt       |    4 +
 Tests/RunCMake/CommandLine/Werror_deprecated.cmake |    1 +
 .../Werror_dev-result.txt}                         |    0
 Tests/RunCMake/CommandLine/Werror_dev-stderr.txt   |   11 +
 Tests/RunCMake/CommandLine/Werror_dev.cmake        |    7 +
 Tests/RunCMake/CommandLine/Wno-deprecated.cmake    |    1 +
 Tests/RunCMake/CommandLine/Wno-dev.cmake           |    2 +-
 .../CommandLine/Wno-error_deprecated-stderr.txt    |    4 +
 .../CommandLine/Wno-error_deprecated.cmake         |    2 +
 .../{Wdev-stderr.txt => Wno-error_dev-stderr.txt}  |    6 +-
 Tests/RunCMake/CommandLine/Wno-error_dev.cmake     |    7 +
 .../cache-bad-entry-result.txt}                    |    0
 .../CommandLine/cache-bad-entry-stderr.txt         |    1 +
 .../CommandLine/cache-bad-entry/CMakeCache.txt     |   10 +
 .../cache-empty-entry-result.txt}                  |    0
 .../CommandLine/cache-empty-entry-stderr.txt       |    1 +
 .../CommandLine/cache-empty-entry/CMakeCache.txt   |    7 +
 .../RunCMake/CommandLine/copy_input/d1/d1.txt      |    0
 .../RunCMake/CommandLine/copy_input/d2/d2.txt      |    0
 .../RunCMake/CommandLine/copy_input/d3/d3.txt      |    0
 .../RunCMake/CommandLine/copy_input/f1.txt         |    0
 .../RunCMake/CommandLine/copy_input/f2.txt         |    0
 .../RunCMake/CommandLine/copy_input/f3.txt         |    0
 .../FindPkgConfig_cache_variables.cmake            |   16 +
 Tests/RunCMake/FindPkgConfig/RunCMakeTest.cmake    |    1 +
 Tests/RunCMake/FindPkgConfig/dummy-pkg-config.sh   |    5 +-
 .../RunCMake/{install => Framework}/CMakeLists.txt |    2 +-
 Tests/RunCMake/Framework/FrameworkLayout.cmake     |   11 +
 .../Framework/OSXFrameworkLayout-build-check.cmake |   35 +
 Tests/RunCMake/Framework/RunCMakeTest.cmake        |   33 +
 Tests/RunCMake/Framework/foo.c                     |    1 +
 Tests/RunCMake/Framework/foo.h                     |    1 +
 .../Framework/iOSFrameworkLayout-build-check.cmake |   35 +
 Tests/RunCMake/Framework/ios.cmake                 |   25 +
 .../RunCMake/{XcodeProject => Framework}/osx.cmake |    0
 .../hello.f => Tests/RunCMake/Framework/res.txt    |    0
 .../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 +
 .../VisibilityPreset/CMP0063-WARN-exe-stderr.txt   |   15 +
 ...P0063-WARN-yes.cmake => CMP0063-WARN-exe.cmake} |    5 +-
 .../VisibilityPreset/CMP0063-WARN-obj-stderr.txt   |   15 +
 ...P0063-WARN-yes.cmake => CMP0063-WARN-obj.cmake} |    5 +-
 .../VisibilityPreset/CMP0063-WARN-sta-stderr.txt   |   15 +
 ...P0063-WARN-yes.cmake => CMP0063-WARN-sta.cmake} |    5 +-
 .../VisibilityPreset/CMP0063-WARN-yes-stderr.txt   |   50 -
 Tests/RunCMake/VisibilityPreset/RunCMakeTest.cmake |    4 +-
 Tests/RunCMake/XcodeProject/RunCMakeTest.cmake     |   72 +
 .../XcodeProject/XcodeAttributeGenex-check.cmake   |   48 +
 .../XcodeProject/XcodeAttributeGenex.cmake         |   14 +-
 Tests/RunCMake/XcodeProject/XcodeBundles.cmake     |   30 +-
 .../XcodeIOSInstallCombined-install-check.cmake    |   30 +
 .../XcodeProject/XcodeIOSInstallCombined.cmake     |   27 +
 ...codeIOSInstallCombinedPrune-install-check.cmake |   26 +
 ...XcodeIOSInstallCombinedPrune-install-stdout.txt |    2 +
 .../XcodeIOSInstallCombinedPrune.cmake             |   36 +
 .../XcodeObjectNeedsEscape-check.cmake             |    7 +
 .../XcodeProject/XcodeObjectNeedsEscape.cmake      |    3 +
 .../XcodeOptimizationFlags-check.cmake             |    7 +
 .../XcodeProject/XcodeOptimizationFlags.cmake      |   20 +
 .../XcodePreserveNonOptimizationFlags-check.cmake  |    8 +
 .../XcodePreserveNonOptimizationFlags.cmake        |   12 +
 .../XcodeProject/XcodePreserveObjcFlag-check.cmake |    7 +
 .../XcodeProject/XcodePreserveObjcFlag.cmake       |    6 +
 Tests/RunCMake/XcodeProject/main.cpp               |    3 +
 .../RunCMake/add_custom_command/RunCMakeTest.cmake |    2 +
 .../TargetImported-result.txt}                     |    0
 .../add_custom_command/TargetImported-stderr.txt   |    4 +
 .../add_custom_command/TargetImported.cmake        |    2 +
 .../TargetNotInDir-result.txt}                     |    0
 .../add_custom_command/TargetNotInDir-stderr.txt   |    4 +
 .../add_custom_command/TargetNotInDir.cmake        |    2 +
 .../TargetNotInDir/CMakeLists.txt                  |    1 +
 .../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 +
 .../CMakeLists.txt                                 |    2 +-
 .../cmake_parse_arguments/CornerCases.cmake        |   34 +
 .../Errors-result.txt}                             |    0
 .../cmake_parse_arguments/Errors-stderr.txt        |   44 +
 Tests/RunCMake/cmake_parse_arguments/Errors.cmake  |   14 +
 .../cmake_parse_arguments/Initialization.cmake     |   68 +
 Tests/RunCMake/cmake_parse_arguments/Mix.cmake     |   24 +
 .../cmake_parse_arguments/RunCMakeTest.cmake       |    7 +
 Tests/RunCMake/cmake_parse_arguments/Utils.cmake   |   20 +
 .../cmake_parse_arguments/test_utils.cmake         |   20 +
 .../ctest_submit/CDashSubmitQuiet-stderr.txt       |    2 +-
 .../RunCMake/ctest_submit/FailDrop-ftp-stderr.txt  |    2 +-
 .../RunCMake/ctest_submit/FailDrop-http-stderr.txt |    2 +-
 .../ctest_submit/FailDrop-https-stderr.txt         |    2 +-
 Tests/RunCMake/ctest_test/RunCMakeTest.cmake       |    1 +
 .../RunCMake/ctest_test/TestOutputSize-check.cmake |   10 +-
 .../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 +
 Tests/RunCMake/if/MatchesSelf.cmake                |    4 +
 Tests/RunCMake/if/RunCMakeTest.cmake               |    2 +
 Tests/RunCMake/install/CMP0062-NEW.cmake           |    2 +-
 Tests/RunCMake/install/CMP0062-OLD.cmake           |    2 +-
 Tests/RunCMake/install/CMP0062-WARN.cmake          |    1 +
 Tests/RunCMake/install/CMakeLists.txt              |    2 +-
 .../DIRECTORY-DIRECTORY-bad-result.txt}            |    0
 .../DIRECTORY-DIRECTORY-bad-stderr.txt}            |    0
 .../RunCMake/install/DIRECTORY-DIRECTORY-bad.cmake |    1 +
 Tests/RunCMake/install/EXPORT-OldIFace.cmake       |    7 +
 .../install/EXPORT-OldIFace/CMakeLists.txt         |    2 +
 Tests/RunCMake/install/RunCMakeTest.cmake          |    2 +
 Tests/RunCMake/message/RunCMakeTest.cmake          |    7 +-
 .../defaultmessage-result.txt}                     |    0
 Tests/RunCMake/message/defaultmessage-stderr.txt   |   11 +
 Tests/RunCMake/message/defaultmessage.cmake        |    4 +
 Tests/RunCMake/message/errormessage-result.txt     |    1 -
 Tests/RunCMake/message/errormessage-stderr.txt     |    4 -
 Tests/RunCMake/message/errormessage.cmake          |    4 -
 .../errormessage_deprecated-result.txt}            |    0
 .../message/errormessage_deprecated-stderr.txt     |    4 +
 .../RunCMake/message/errormessage_deprecated.cmake |    3 +
 .../errormessage_dev-result.txt}                   |    0
 Tests/RunCMake/message/errormessage_dev-stderr.txt |    5 +
 Tests/RunCMake/message/errormessage_dev.cmake      |    3 +
 Tests/RunCMake/message/nomessage.cmake             |    6 +
 Tests/RunCMake/message/warnmessage-stderr.txt      |   11 +-
 Tests/RunCMake/message/warnmessage.cmake           |    6 +-
 .../target_link_libraries/RunCMakeTest.cmake       |    2 +
 .../StaticPrivateDepNotExported-result.txt}        |    0
 .../StaticPrivateDepNotExported-stderr.txt         |    1 +
 .../StaticPrivateDepNotExported.cmake              |    7 +
 .../StaticPrivateDepNotTarget.cmake                |    6 +
 Tests/SimpleInstall/CMakeLists.txt                 |    4 +-
 Tests/SimpleInstallS2/CMakeLists.txt               |    4 +-
 Tests/SubDir/CMakeLists.txt                        |    4 +
 Tests/SubDir/Executable/CMakeLists.txt             |   12 +
 Tests/Wrapping/CMakeLists.txt                      |   10 +-
 .../hello.f => Tests/Wrapping/fltk2.fl             |    0
 .../main.c => Wrapping/wrapFLTK.c}                 |    0
 Utilities/CMakeLists.txt                           |    4 +
 Utilities/KWIML/.gitattributes                     |    1 +
 Utilities/KWIML/ABI.h.in                           |  502 -----
 Utilities/KWIML/CMakeLists.txt                     |  145 +-
 Utilities/KWIML/Copyright.txt                      |    2 +-
 Utilities/KWIML/INT.h.in                           |  861 --------
 Utilities/KWIML/README.md                          |   36 +
 Utilities/KWIML/README.txt                         |   29 -
 Utilities/KWIML/include/kwiml/abi.h                |  562 +++++
 Utilities/KWIML/include/kwiml/int.h                | 1069 +++++++++
 Utilities/KWIML/src/kwiml-config.cmake.in          |    1 +
 Utilities/KWIML/src/version.h.in                   |   59 +
 Utilities/KWIML/test/CMakeLists.txt                |   48 +-
 Utilities/KWIML/test/test.c                        |   32 +-
 Utilities/KWIML/test/test.cxx                      |   16 +-
 Utilities/KWIML/test/test.h                        |   31 +-
 Utilities/KWIML/test/test_ABI_C.c                  |   22 -
 Utilities/KWIML/test/test_ABI_endian.h.in          |   47 -
 Utilities/KWIML/test/test_INT_C.c                  |   22 -
 Utilities/KWIML/test/test_INT_CXX.cxx              |   22 -
 Utilities/KWIML/test/test_abi_C.c                  |   19 +
 Utilities/KWIML/test/test_abi_CXX.cxx              |   19 +
 Utilities/KWIML/test/test_abi_endian.h             |   41 +
 Utilities/KWIML/test/test_include_C.c              |   20 +-
 Utilities/KWIML/test/test_include_CXX.cxx          |   20 +-
 Utilities/KWIML/test/test_int_C.c                  |   19 +
 Utilities/KWIML/test/test_int_CXX.cxx              |   19 +
 .../{test_INT_format.h.in => test_int_format.h}    |   83 +-
 Utilities/Release/WiX/CMakeLists.txt               |   12 +
 Utilities/Release/WiX/CustomAction/CMakeLists.txt  |   13 +
 .../WiX/CustomAction/detect_nsis_overwrite.cpp     |   45 +
 Utilities/Release/WiX/CustomAction/exports.def     |    2 +
 Utilities/Release/WiX/WIX.template.in              |   46 +
 Utilities/Release/WiX/cmake_extra_dialog.wxs       |   36 +
 .../Release/WiX/cmake_nsis_overwrite_dialog.wxs    |   21 +
 Utilities/Release/WiX/custom_action_dll.wxs.in     |    6 +
 Utilities/Release/WiX/install_dir.wxs              |   72 +
 Utilities/Release/WiX/patch_desktop_shortcut.xml   |    5 +
 Utilities/Release/WiX/patch_path_env.xml           |   26 +
 .../{cpack_wix_ui_banner.jpg => WiX/ui_banner.jpg} |  Bin
 .../{cpack_wix_ui_dialog.jpg => WiX/ui_dialog.jpg} |  Bin
 Utilities/Release/create-cmake-release.cmake       |    5 +-
 Utilities/Release/dash2win64_cygwin.cmake          |    2 +
 ...win64_release.cmake => dash3win7_release.cmake} |   17 +-
 Utilities/Release/dashmacmini2_release.cmake       |   25 -
 Utilities/Release/release_cmake.cmake              |   37 +-
 Utilities/Release/release_cmake.sh.in              |    1 +
 Utilities/Release/upload_release.cmake             |    2 +-
 Utilities/Scripts/BoostScanDeps.cmake              |  217 ++
 Utilities/Scripts/update-kwiml.bash                |   20 +
 Utilities/Scripts/update-kwsys.bash                |   22 +
 Utilities/Scripts/update-third-party.bash          |  146 ++
 Utilities/Sphinx/CMakeLists.txt                    |    8 +
 Utilities/cmThirdParty.h.in                        |    1 +
 .../cm_kwiml.h                                     |   25 +-
 Utilities/cmjsoncpp/CMakeLists.txt                 |    1 +
 Utilities/cmlibarchive/CMakeLists.txt              |   77 +-
 Utilities/cmlibarchive/COPYING                     |    5 +-
 Utilities/cmlibarchive/README-CMake.txt            |    8 +-
 .../build/cmake/CreatePkgConfigFile.cmake          |    6 +-
 Utilities/cmlibarchive/build/cmake/config.h.in     |   41 +-
 Utilities/cmlibarchive/libarchive/CMakeLists.txt   |   21 +-
 Utilities/cmlibarchive/libarchive/archive.h        |  186 +-
 .../cmlibarchive/libarchive/archive_cryptor.c      |  435 ++++
 .../libarchive/archive_cryptor_private.h           |  152 ++
 .../{archive_crypto.c => archive_digest.c}         |   10 +-
 ...e_crypto_private.h => archive_digest_private.h} |   42 +-
 Utilities/cmlibarchive/libarchive/archive_entry.3  |    2 +-
 Utilities/cmlibarchive/libarchive/archive_entry.c  |  130 +-
 Utilities/cmlibarchive/libarchive/archive_entry.h  |   59 +-
 .../cmlibarchive/libarchive/archive_entry_acl.3    |    2 +-
 .../cmlibarchive/libarchive/archive_entry_paths.3  |    2 +-
 .../cmlibarchive/libarchive/archive_entry_perms.3  |    2 +-
 .../cmlibarchive/libarchive/archive_entry_stat.3   |    4 +-
 .../cmlibarchive/libarchive/archive_entry_time.3   |    2 +-
 .../cmlibarchive/libarchive/archive_entry_xattr.c  |    5 +-
 Utilities/cmlibarchive/libarchive/archive_hmac.c   |  234 ++
 .../cmlibarchive/libarchive/archive_hmac_private.h |   95 +
 Utilities/cmlibarchive/libarchive/archive_match.c  |    9 +-
 .../cmlibarchive/libarchive/archive_pathmatch.c    |    8 +-
 .../cmlibarchive/libarchive/archive_private.h      |   19 +
 Utilities/cmlibarchive/libarchive/archive_random.c |  269 +++
 ...write_add_filter.c => archive_random_private.h} |   50 +-
 Utilities/cmlibarchive/libarchive/archive_read.3   |    4 +-
 Utilities/cmlibarchive/libarchive/archive_read.c   |   74 +-
 ..._write_data.3 => archive_read_add_passphrase.3} |   66 +-
 .../libarchive/archive_read_add_passphrase.c       |  186 ++
 .../libarchive/archive_read_append_filter.c        |    6 +-
 .../cmlibarchive/libarchive/archive_read_data.3    |    2 +-
 .../libarchive/archive_read_disk_entry_from_file.c |    8 +-
 .../libarchive/archive_read_disk_posix.c           |   23 +-
 .../libarchive/archive_read_disk_private.h         |    5 +
 .../archive_read_disk_set_standard_lookup.c        |    2 +-
 .../libarchive/archive_read_disk_windows.c         |   19 +-
 .../cmlibarchive/libarchive/archive_read_extract.c |   17 -
 .../libarchive/archive_read_extract2.c             |   21 +-
 .../cmlibarchive/libarchive/archive_read_filter.3  |   17 +-
 .../cmlibarchive/libarchive/archive_read_open.3    |    4 +-
 .../cmlibarchive/libarchive/archive_read_open_fd.c |   29 +
 .../libarchive/archive_read_open_memory.c          |   12 +-
 .../cmlibarchive/libarchive/archive_read_private.h |   43 +-
 .../libarchive/archive_read_set_options.c          |    7 +-
 .../libarchive/archive_read_support_filter_all.c   |    2 +
 .../archive_read_support_filter_compress.c         |   24 +-
 .../libarchive/archive_read_support_filter_lz4.c   |  728 +++++++
 .../libarchive/archive_read_support_filter_lzop.c  |    7 +
 .../libarchive/archive_read_support_filter_uu.c    |    3 +-
 .../libarchive/archive_read_support_filter_xz.c    |    2 +-
 .../libarchive/archive_read_support_format_7zip.c  |   48 +-
 .../libarchive/archive_read_support_format_all.c   |    1 +
 .../libarchive/archive_read_support_format_ar.c    |   21 +-
 .../libarchive/archive_read_support_format_cpio.c  |   22 +-
 .../archive_read_support_format_iso9660.c          |   72 +-
 .../libarchive/archive_read_support_format_lha.c   |  480 +++--
 .../libarchive/archive_read_support_format_mtree.c |  266 +--
 .../libarchive/archive_read_support_format_rar.c   |   34 +-
 .../libarchive/archive_read_support_format_tar.c   |   44 +-
 .../libarchive/archive_read_support_format_warc.c  |  794 +++++++
 .../libarchive/archive_read_support_format_xar.c   |   34 +-
 .../libarchive/archive_read_support_format_zip.c   | 1074 ++++++++--
 Utilities/cmlibarchive/libarchive/archive_string.c |   91 +-
 Utilities/cmlibarchive/libarchive/archive_util.c   |  143 +-
 .../cmlibarchive/libarchive/archive_windows.h      |    2 +
 Utilities/cmlibarchive/libarchive/archive_write.3  |   15 +-
 Utilities/cmlibarchive/libarchive/archive_write.c  |   11 +
 .../libarchive/archive_write_add_filter.c          |    1 +
 .../libarchive/archive_write_add_filter_by_name.c  |    1 +
 .../libarchive/archive_write_add_filter_lz4.c      |  646 ++++++
 .../libarchive/archive_write_add_filter_xz.c       |   44 +-
 .../cmlibarchive/libarchive/archive_write_data.3   |   14 +-
 .../cmlibarchive/libarchive/archive_write_disk.3   |   10 +-
 .../libarchive/archive_write_disk_posix.c          |   87 +-
 .../archive_write_disk_set_standard_lookup.c       |    7 +-
 .../libarchive/archive_write_disk_windows.c        |    6 +-
 .../cmlibarchive/libarchive/archive_write_filter.3 |   18 +-
 .../libarchive/archive_write_finish_entry.3        |    2 +-
 .../cmlibarchive/libarchive/archive_write_format.3 |   16 +-
 .../cmlibarchive/libarchive/archive_write_open.3   |    2 +-
 .../libarchive/archive_write_open_filename.c       |    5 +-
 .../libarchive/archive_write_private.h             |   15 +
 .../libarchive/archive_write_set_format.c          |    1 +
 .../libarchive/archive_write_set_format_by_name.c  |    1 +
 .../archive_write_set_format_filter_by_ext.c       |  142 ++
 .../libarchive/archive_write_set_format_iso9660.c  |   10 +
 .../libarchive/archive_write_set_format_mtree.c    |    4 +-
 .../libarchive/archive_write_set_format_warc.c     |  439 ++++
 .../libarchive/archive_write_set_format_xar.c      |   63 +-
 .../libarchive/archive_write_set_format_zip.c      |  678 +++++-
 .../libarchive/archive_write_set_options.3         |   42 +
 ...write_data.3 => archive_write_set_passphrase.3} |   66 +-
 .../libarchive/archive_write_set_passphrase.c      |   95 +
 ...archive_write_add_filter.c => archive_xxhash.h} |   55 +-
 Utilities/cmlibarchive/libarchive/libarchive.3     |    4 +-
 .../cmlibarchive/libarchive/libarchive_internals.3 |    2 +-
 Utilities/cmlibarchive/libarchive/mtree.5          |   18 -
 Utilities/cmlibarchive/libarchive/tar.5            |    2 +-
 Utilities/cmlibarchive/libarchive/xxhash.c         |  500 +++++
 bootstrap                                          |   67 +-
 835 files changed, 28340 insertions(+), 13156 deletions(-)
 create mode 100644 Help/command/cmake_parse_arguments.rst
 create mode 100644 Help/module/FindXalanC.rst
 create mode 100644 Help/prop_tgt/IOS_INSTALL_COMBINED.rst
 create mode 100644 Help/release/3.5.rst
 create mode 100644 Help/variable/CMAKE_EXPORT_COMPILE_COMMANDS.rst
 create mode 100644 Help/variable/CMAKE_IOS_INSTALL_COMBINED.rst
 create mode 100644 Modules/CMakeIOSInstallCombined.cmake
 create mode 100644 Modules/CMakeLanguageInformation.cmake
 create mode 100644 Modules/Compiler/ARMCC-ASM.cmake
 create mode 100644 Modules/Compiler/ARMCC-C.cmake
 create mode 100644 Modules/Compiler/ARMCC-CXX.cmake
 create mode 100644 Modules/Compiler/ARMCC-DetermineCompiler.cmake
 create mode 100644 Modules/Compiler/ARMCC.cmake
 create mode 100644 Modules/Compiler/CrayPrgEnv-C.cmake
 create mode 100644 Modules/Compiler/CrayPrgEnv-CXX.cmake
 create mode 100644 Modules/Compiler/CrayPrgEnv-Cray-C.cmake
 create mode 100644 Modules/Compiler/CrayPrgEnv-Cray-CXX.cmake
 create mode 100644 Modules/Compiler/CrayPrgEnv-Cray-Fortran.cmake
 create mode 100644 Modules/Compiler/CrayPrgEnv-Fortran.cmake
 create mode 100644 Modules/Compiler/CrayPrgEnv-GNU-C.cmake
 create mode 100644 Modules/Compiler/CrayPrgEnv-GNU-CXX.cmake
 create mode 100644 Modules/Compiler/CrayPrgEnv-GNU-Fortran.cmake
 create mode 100644 Modules/Compiler/CrayPrgEnv-Intel-C.cmake
 create mode 100644 Modules/Compiler/CrayPrgEnv-Intel-CXX.cmake
 create mode 100644 Modules/Compiler/CrayPrgEnv-Intel-Fortran.cmake
 create mode 100644 Modules/Compiler/CrayPrgEnv-PGI-C.cmake
 create mode 100644 Modules/Compiler/CrayPrgEnv-PGI-CXX.cmake
 create mode 100644 Modules/Compiler/CrayPrgEnv-PGI-Fortran.cmake
 create mode 100644 Modules/Compiler/CrayPrgEnv.cmake
 create mode 100644 Modules/FindXalanC.cmake
 create mode 100644 Modules/Platform/CrayLinuxEnvironment.cmake
 create mode 100644 Packaging/CMakeDMGBackground.tif
 create mode 100644 Packaging/CMakeDMGSetup.scpt
 create mode 100644 Source/QtDialog/RegexExplorer.cxx
 create mode 100644 Source/QtDialog/RegexExplorer.h
 create mode 100644 Source/QtDialog/RegexExplorer.ui
 create mode 100644 Source/QtDialog/WarningMessagesDialog.cxx
 create mode 100644 Source/QtDialog/WarningMessagesDialog.h
 create mode 100644 Source/QtDialog/WarningMessagesDialog.ui
 rename Utilities/KWIML/test/test_ABI_CXX.cxx => Source/bindexplib.h (54%)
 delete mode 100644 Source/cmMakeDepend.cxx
 delete mode 100644 Source/cmMakeDepend.h
 create mode 100644 Source/cmParseArgumentsCommand.cxx
 create mode 100644 Source/cmParseArgumentsCommand.h
 delete mode 100644 Source/kwsys/CPU.h.in
 delete mode 100644 Source/kwsys/FundamentalType.h.in
 create mode 100644 Tests/AliasTarget/subdir/CMakeLists.txt
 copy Tests/AliasTarget/{ => subdir}/empty.cpp (100%)
 create mode 100644 Tests/CPackComponentsDEB/MyLibCPackConfig-components-source.cmake.in
 create mode 100644 Tests/CPackComponentsDEB/MyLibCPackConfig-compression.cmake.in
 create mode 100644 Tests/CPackComponentsDEB/RunCPackVerifyResult-components-source.cmake
 create mode 100644 Tests/CPackComponentsDEB/RunCPackVerifyResult-compression.cmake
 rename Tests/DelphiCoverage/{UTCovTest(UTCovTest.pas).html => UTCovTest(UTCovTest.pas).html.in} (100%)
 create mode 100644 Tests/ExportImport/Export/testStaticLibRequiredPrivate.c
 create mode 100644 Tests/FindBoost/CMakeLists.txt
 create mode 100644 Tests/FindBoost/Test/CMakeLists.txt
 create mode 100644 Tests/FindBoost/Test/main.cxx
 create mode 100644 Tests/FindGTest/CMakeLists.txt
 create mode 100644 Tests/FindGTest/Test/CMakeLists.txt
 create mode 100644 Tests/FindGTest/Test/main.cxx
 create mode 100644 Tests/FindPNG/CMakeLists.txt
 create mode 100644 Tests/FindPNG/Test/CMakeLists.txt
 create mode 100644 Tests/FindPNG/Test/main.c
 create mode 100644 Tests/FindTIFF/CMakeLists.txt
 create mode 100644 Tests/FindTIFF/Test/CMakeLists.txt
 create mode 100644 Tests/FindTIFF/Test/main.c
 create mode 100644 Tests/FindXalanC/CMakeLists.txt
 create mode 100644 Tests/FindXalanC/Test/CMakeLists.txt
 create mode 100644 Tests/FindXalanC/Test/main.cxx
 create mode 100644 Tests/FindXercesC/CMakeLists.txt
 create mode 100644 Tests/FindXercesC/Test/CMakeLists.txt
 create mode 100644 Tests/FindXercesC/Test/main.cxx
 create mode 100644 Tests/Fortran/Subdir/CMakeLists.txt
 create mode 100644 Tests/Fortran/Subdir/subdir.f90
 create mode 100644 Tests/JavaJavah/C.cpp
 create mode 100644 Tests/JavaJavah/C.java
 create mode 100644 Tests/RunCMake/BuildDepends/Custom-Always.cmake
 create mode 100644 Tests/RunCMake/CPack/DEB/PER_COMPONENT_FIELDS-ExpectedFiles.cmake
 create mode 100644 Tests/RunCMake/CPack/DEB/PER_COMPONENT_FIELDS-VerifyResult.cmake
 create mode 100644 Tests/RunCMake/CPack/DEB/PER_COMPONENT_FIELDS-specifics.cmake
 create mode 100644 Tests/RunCMake/CPack/PER_COMPONENT_FIELDS.cmake
 create mode 100644 Tests/RunCMake/CPack/RPM/PER_COMPONENT_FIELDS-ExpectedFiles.cmake
 create mode 100644 Tests/RunCMake/CPack/RPM/PER_COMPONENT_FIELDS-VerifyResult.cmake
 create mode 100644 Tests/RunCMake/CPack/RPM/PER_COMPONENT_FIELDS-specifics.cmake
 copy Tests/RunCMake/{CMP0022/CMP0022-WARN-empty-old-result.txt => CommandLine/E_copy-one-source-directory-target-is-directory-result.txt} (100%)
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/CommandLine/E_copy-one-source-directory-target-is-directory-stderr.txt (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/E_copy-one-source-file-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CommandLine/E_copy-one-source-file-stderr.txt
 copy Tests/RunCMake/{CMP0022/CMP0022-WARN-empty-old-result.txt => CommandLine/E_copy-three-source-files-target-is-directory-result.txt} (100%)
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/CommandLine/E_copy-three-source-files-target-is-directory-stderr.txt (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/E_copy-three-source-files-target-is-file-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CommandLine/E_copy-three-source-files-target-is-file-stderr.txt
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/E_copy-two-good-and-one-bad-source-files-target-is-directory-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CommandLine/E_copy-two-good-and-one-bad-source-files-target-is-directory-stderr.txt
 copy Tests/RunCMake/{CMP0022/CMP0022-WARN-empty-old-result.txt => CommandLine/E_copy_directory-three-source-files-target-is-directory-result.txt} (100%)
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/CommandLine/E_copy_directory-three-source-files-target-is-directory-stderr.txt (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/E_copy_directory-three-source-files-target-is-file-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CommandLine/E_copy_directory-three-source-files-target-is-file-stderr.txt
 copy Tests/RunCMake/{CMP0022/CMP0022-WARN-empty-old-result.txt => CommandLine/E_copy_directory-three-source-files-target-is-not-exist-result.txt} (100%)
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/CommandLine/E_copy_directory-three-source-files-target-is-not-exist-stderr.txt (100%)
 copy Tests/RunCMake/{CMP0022/CMP0022-WARN-empty-old-result.txt => CommandLine/E_copy_if_different-one-source-directory-target-is-directory-result.txt} (100%)
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/CommandLine/E_copy_if_different-one-source-directory-target-is-directory-stderr.txt (100%)
 copy Tests/RunCMake/{CMP0022/CMP0022-WARN-empty-old-result.txt => CommandLine/E_copy_if_different-three-source-files-target-is-directory-result.txt} (100%)
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/CommandLine/E_copy_if_different-three-source-files-target-is-directory-stderr.txt (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/E_copy_if_different-three-source-files-target-is-file-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CommandLine/E_copy_if_different-three-source-files-target-is-file-stderr.txt
 copy Tests/RunCMake/{CMP0022/CMP0022-WARN-empty-old-result.txt => CommandLine/E_make_directory-directory-with-parent-result.txt} (100%)
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/CommandLine/E_make_directory-directory-with-parent-stderr.txt (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/E_make_directory-three-directories-and-file-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CommandLine/E_make_directory-three-directories-and-file-stderr.txt
 copy Tests/RunCMake/{CMP0022/CMP0022-WARN-empty-old-result.txt => CommandLine/E_make_directory-three-directories-result.txt} (100%)
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/CommandLine/E_make_directory-three-directories-stderr.txt (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/E_time-no-arg-result.txt} (100%)
 copy Tests/RunCMake/CommandLine/{E-no-arg-stderr.txt => E_time-no-arg-stderr.txt} (54%)
 create mode 100644 Tests/RunCMake/CommandLine/E_time-stdout.txt
 create mode 100644 Tests/RunCMake/CommandLine/P_working-dir.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/W_bad-arg1-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CommandLine/W_bad-arg1-stderr.txt
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/W_bad-arg2-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CommandLine/W_bad-arg2-stderr.txt
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/W_bad-arg3-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CommandLine/W_bad-arg3-stderr.txt
 create mode 100644 Tests/RunCMake/CommandLine/Wdeprecated-stderr.txt
 create mode 100644 Tests/RunCMake/CommandLine/Wdeprecated.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/Werror_deprecated-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CommandLine/Werror_deprecated-stderr.txt
 create mode 100644 Tests/RunCMake/CommandLine/Werror_deprecated.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/Werror_dev-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CommandLine/Werror_dev-stderr.txt
 create mode 100644 Tests/RunCMake/CommandLine/Werror_dev.cmake
 create mode 100644 Tests/RunCMake/CommandLine/Wno-deprecated.cmake
 create mode 100644 Tests/RunCMake/CommandLine/Wno-error_deprecated-stderr.txt
 create mode 100644 Tests/RunCMake/CommandLine/Wno-error_deprecated.cmake
 copy Tests/RunCMake/CommandLine/{Wdev-stderr.txt => Wno-error_dev-stderr.txt} (69%)
 create mode 100644 Tests/RunCMake/CommandLine/Wno-error_dev.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/cache-bad-entry-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CommandLine/cache-bad-entry-stderr.txt
 create mode 100644 Tests/RunCMake/CommandLine/cache-bad-entry/CMakeCache.txt
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/cache-empty-entry-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CommandLine/cache-empty-entry-stderr.txt
 create mode 100644 Tests/RunCMake/CommandLine/cache-empty-entry/CMakeCache.txt
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/CommandLine/copy_input/d1/d1.txt (100%)
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/CommandLine/copy_input/d2/d2.txt (100%)
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/CommandLine/copy_input/d3/d3.txt (100%)
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/CommandLine/copy_input/f1.txt (100%)
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/CommandLine/copy_input/f2.txt (100%)
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/CommandLine/copy_input/f3.txt (100%)
 create mode 100644 Tests/RunCMake/FindPkgConfig/FindPkgConfig_cache_variables.cmake
 copy Tests/RunCMake/{install => Framework}/CMakeLists.txt (61%)
 create mode 100644 Tests/RunCMake/Framework/FrameworkLayout.cmake
 create mode 100644 Tests/RunCMake/Framework/OSXFrameworkLayout-build-check.cmake
 create mode 100644 Tests/RunCMake/Framework/RunCMakeTest.cmake
 create mode 100644 Tests/RunCMake/Framework/foo.c
 create mode 100644 Tests/RunCMake/Framework/foo.h
 create mode 100644 Tests/RunCMake/Framework/iOSFrameworkLayout-build-check.cmake
 create mode 100644 Tests/RunCMake/Framework/ios.cmake
 copy Tests/RunCMake/{XcodeProject => Framework}/osx.cmake (100%)
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/Framework/res.txt (100%)
 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/VisibilityPreset/CMP0063-WARN-exe-stderr.txt
 copy Tests/RunCMake/VisibilityPreset/{CMP0063-WARN-yes.cmake => CMP0063-WARN-exe.cmake} (68%)
 create mode 100644 Tests/RunCMake/VisibilityPreset/CMP0063-WARN-obj-stderr.txt
 copy Tests/RunCMake/VisibilityPreset/{CMP0063-WARN-yes.cmake => CMP0063-WARN-obj.cmake} (67%)
 create mode 100644 Tests/RunCMake/VisibilityPreset/CMP0063-WARN-sta-stderr.txt
 rename Tests/RunCMake/VisibilityPreset/{CMP0063-WARN-yes.cmake => CMP0063-WARN-sta.cmake} (67%)
 delete mode 100644 Tests/RunCMake/VisibilityPreset/CMP0063-WARN-yes-stderr.txt
 create mode 100644 Tests/RunCMake/XcodeProject/XcodeIOSInstallCombined-install-check.cmake
 create mode 100644 Tests/RunCMake/XcodeProject/XcodeIOSInstallCombined.cmake
 create mode 100644 Tests/RunCMake/XcodeProject/XcodeIOSInstallCombinedPrune-install-check.cmake
 create mode 100644 Tests/RunCMake/XcodeProject/XcodeIOSInstallCombinedPrune-install-stdout.txt
 create mode 100644 Tests/RunCMake/XcodeProject/XcodeIOSInstallCombinedPrune.cmake
 create mode 100644 Tests/RunCMake/XcodeProject/XcodeObjectNeedsEscape-check.cmake
 create mode 100644 Tests/RunCMake/XcodeProject/XcodeObjectNeedsEscape.cmake
 create mode 100644 Tests/RunCMake/XcodeProject/XcodeOptimizationFlags-check.cmake
 create mode 100644 Tests/RunCMake/XcodeProject/XcodeOptimizationFlags.cmake
 create mode 100644 Tests/RunCMake/XcodeProject/XcodePreserveNonOptimizationFlags-check.cmake
 create mode 100644 Tests/RunCMake/XcodeProject/XcodePreserveNonOptimizationFlags.cmake
 create mode 100644 Tests/RunCMake/XcodeProject/XcodePreserveObjcFlag-check.cmake
 create mode 100644 Tests/RunCMake/XcodeProject/XcodePreserveObjcFlag.cmake
 create mode 100644 Tests/RunCMake/XcodeProject/main.cpp
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => add_custom_command/TargetImported-result.txt} (100%)
 create mode 100644 Tests/RunCMake/add_custom_command/TargetImported-stderr.txt
 create mode 100644 Tests/RunCMake/add_custom_command/TargetImported.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => add_custom_command/TargetNotInDir-result.txt} (100%)
 create mode 100644 Tests/RunCMake/add_custom_command/TargetNotInDir-stderr.txt
 create mode 100644 Tests/RunCMake/add_custom_command/TargetNotInDir.cmake
 create mode 100644 Tests/RunCMake/add_custom_command/TargetNotInDir/CMakeLists.txt
 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/{install => cmake_parse_arguments}/CMakeLists.txt (61%)
 create mode 100644 Tests/RunCMake/cmake_parse_arguments/CornerCases.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => cmake_parse_arguments/Errors-result.txt} (100%)
 create mode 100644 Tests/RunCMake/cmake_parse_arguments/Errors-stderr.txt
 create mode 100644 Tests/RunCMake/cmake_parse_arguments/Errors.cmake
 create mode 100644 Tests/RunCMake/cmake_parse_arguments/Initialization.cmake
 create mode 100644 Tests/RunCMake/cmake_parse_arguments/Mix.cmake
 create mode 100644 Tests/RunCMake/cmake_parse_arguments/RunCMakeTest.cmake
 create mode 100644 Tests/RunCMake/cmake_parse_arguments/Utils.cmake
 create mode 100644 Tests/RunCMake/cmake_parse_arguments/test_utils.cmake
 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
 create mode 100644 Tests/RunCMake/if/MatchesSelf.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => install/DIRECTORY-DIRECTORY-bad-result.txt} (100%)
 copy Tests/RunCMake/{XcodeProject/XcodeAttributeGenexError-stderr.txt => install/DIRECTORY-DIRECTORY-bad-stderr.txt} (100%)
 create mode 100644 Tests/RunCMake/install/DIRECTORY-DIRECTORY-bad.cmake
 create mode 100644 Tests/RunCMake/install/EXPORT-OldIFace.cmake
 create mode 100644 Tests/RunCMake/install/EXPORT-OldIFace/CMakeLists.txt
 copy Tests/RunCMake/{CMP0022/CMP0022-WARN-empty-old-result.txt => message/defaultmessage-result.txt} (100%)
 create mode 100644 Tests/RunCMake/message/defaultmessage-stderr.txt
 create mode 100644 Tests/RunCMake/message/defaultmessage.cmake
 delete mode 100644 Tests/RunCMake/message/errormessage-result.txt
 delete mode 100644 Tests/RunCMake/message/errormessage-stderr.txt
 delete mode 100644 Tests/RunCMake/message/errormessage.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => message/errormessage_deprecated-result.txt} (100%)
 create mode 100644 Tests/RunCMake/message/errormessage_deprecated-stderr.txt
 create mode 100644 Tests/RunCMake/message/errormessage_deprecated.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => message/errormessage_dev-result.txt} (100%)
 create mode 100644 Tests/RunCMake/message/errormessage_dev-stderr.txt
 create mode 100644 Tests/RunCMake/message/errormessage_dev.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => target_link_libraries/StaticPrivateDepNotExported-result.txt} (100%)
 create mode 100644 Tests/RunCMake/target_link_libraries/StaticPrivateDepNotExported-stderr.txt
 create mode 100644 Tests/RunCMake/target_link_libraries/StaticPrivateDepNotExported.cmake
 create mode 100644 Tests/RunCMake/target_link_libraries/StaticPrivateDepNotTarget.cmake
 copy Modules/IntelVSImplicitPath/hello.f => Tests/Wrapping/fltk2.fl (100%)
 copy Tests/{CMakeOnly/LinkInterfaceLoop/main.c => Wrapping/wrapFLTK.c} (100%)
 create mode 100644 Utilities/KWIML/.gitattributes
 delete mode 100644 Utilities/KWIML/ABI.h.in
 delete mode 100644 Utilities/KWIML/INT.h.in
 create mode 100644 Utilities/KWIML/README.md
 delete mode 100644 Utilities/KWIML/README.txt
 create mode 100644 Utilities/KWIML/include/kwiml/abi.h
 create mode 100644 Utilities/KWIML/include/kwiml/int.h
 create mode 100644 Utilities/KWIML/src/kwiml-config.cmake.in
 create mode 100644 Utilities/KWIML/src/version.h.in
 delete mode 100644 Utilities/KWIML/test/test_ABI_C.c
 delete mode 100644 Utilities/KWIML/test/test_ABI_endian.h.in
 delete mode 100644 Utilities/KWIML/test/test_INT_C.c
 delete mode 100644 Utilities/KWIML/test/test_INT_CXX.cxx
 create mode 100644 Utilities/KWIML/test/test_abi_C.c
 create mode 100644 Utilities/KWIML/test/test_abi_CXX.cxx
 create mode 100644 Utilities/KWIML/test/test_abi_endian.h
 create mode 100644 Utilities/KWIML/test/test_int_C.c
 create mode 100644 Utilities/KWIML/test/test_int_CXX.cxx
 rename Utilities/KWIML/test/{test_INT_format.h.in => test_int_format.h} (78%)
 create mode 100644 Utilities/Release/WiX/CMakeLists.txt
 create mode 100644 Utilities/Release/WiX/CustomAction/CMakeLists.txt
 create mode 100644 Utilities/Release/WiX/CustomAction/detect_nsis_overwrite.cpp
 create mode 100644 Utilities/Release/WiX/CustomAction/exports.def
 create mode 100644 Utilities/Release/WiX/WIX.template.in
 create mode 100644 Utilities/Release/WiX/cmake_extra_dialog.wxs
 create mode 100644 Utilities/Release/WiX/cmake_nsis_overwrite_dialog.wxs
 create mode 100644 Utilities/Release/WiX/custom_action_dll.wxs.in
 create mode 100644 Utilities/Release/WiX/install_dir.wxs
 create mode 100644 Utilities/Release/WiX/patch_desktop_shortcut.xml
 create mode 100644 Utilities/Release/WiX/patch_path_env.xml
 rename Utilities/Release/{cpack_wix_ui_banner.jpg => WiX/ui_banner.jpg} (100%)
 rename Utilities/Release/{cpack_wix_ui_dialog.jpg => WiX/ui_dialog.jpg} (100%)
 rename Utilities/Release/{dash2win64_release.cmake => dash3win7_release.cmake} (61%)
 delete mode 100644 Utilities/Release/dashmacmini2_release.cmake
 create mode 100644 Utilities/Scripts/BoostScanDeps.cmake
 create mode 100755 Utilities/Scripts/update-kwiml.bash
 create mode 100755 Utilities/Scripts/update-kwsys.bash
 create mode 100644 Utilities/Scripts/update-third-party.bash
 copy Source/cmEnableTestingCommand.cxx => Utilities/cm_kwiml.h (54%)
 create mode 100644 Utilities/cmlibarchive/libarchive/archive_cryptor.c
 create mode 100644 Utilities/cmlibarchive/libarchive/archive_cryptor_private.h
 rename Utilities/cmlibarchive/libarchive/{archive_crypto.c => archive_digest.c} (99%)
 rename Utilities/cmlibarchive/libarchive/{archive_crypto_private.h => archive_digest_private.h} (93%)
 create mode 100644 Utilities/cmlibarchive/libarchive/archive_hmac.c
 create mode 100644 Utilities/cmlibarchive/libarchive/archive_hmac_private.h
 create mode 100644 Utilities/cmlibarchive/libarchive/archive_random.c
 copy Utilities/cmlibarchive/libarchive/{archive_write_add_filter.c => archive_random_private.h} (50%)
 copy Utilities/cmlibarchive/libarchive/{archive_write_data.3 => archive_read_add_passphrase.3} (59%)
 create mode 100644 Utilities/cmlibarchive/libarchive/archive_read_add_passphrase.c
 create mode 100644 Utilities/cmlibarchive/libarchive/archive_read_support_filter_lz4.c
 create mode 100644 Utilities/cmlibarchive/libarchive/archive_read_support_format_warc.c
 create mode 100644 Utilities/cmlibarchive/libarchive/archive_write_add_filter_lz4.c
 create mode 100644 Utilities/cmlibarchive/libarchive/archive_write_set_format_filter_by_ext.c
 create mode 100644 Utilities/cmlibarchive/libarchive/archive_write_set_format_warc.c
 copy Utilities/cmlibarchive/libarchive/{archive_write_data.3 => archive_write_set_passphrase.3} (60%)
 create mode 100644 Utilities/cmlibarchive/libarchive/archive_write_set_passphrase.c
 copy Utilities/cmlibarchive/libarchive/{archive_write_add_filter.c => archive_xxhash.h} (50%)
 create mode 100644 Utilities/cmlibarchive/libarchive/xxhash.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