[Pkg-cmake-commits] [cmake] branch experimental updated (5aef43d -> d15aa77)

Felix Geyer fgeyer at moszumanska.debian.org
Sun Oct 30 22:22:54 UTC 2016


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

fgeyer pushed a change to branch experimental
in repository cmake.

      from  5aef43d   Upload to experimental.
      adds  696fa2e   Imported Upstream version 3.6.1
      adds  c6213f7   Merge tag 'upstream/3.6.1'
      adds  ac081f9   New upstream release.
      adds  58a70f0   Drop FindImageMagick_find_program.patch, the underlying issue has been fixed upstream.
      adds  7f85701   Release to unstable.
      adds  dc0a468   New upstream version 3.6.2
      adds  6b0e8dc   Merge tag 'upstream/3.6.2'
      adds  e3dddc1   New upstream release.
      adds  bee75f6   Fix broken binaries when using clang with -fsanitize.
      adds  21ad499   Release to unstable.
      adds  9476fc6   New changelog entry.
      adds  a68d32f   Add mips-rld-map-rel.patch.
      adds  38f2951   Refresh patches.
      adds  8c54837   Release to unstable.
      adds  59a65b5   Update Uploaders. (Closes: #840858)
       new  b8500fb   New upstream version 3.7.0~rc2
       new  12a8cef   Merge tag 'upstream/3.7.0_rc2' into experimental
       new  c25f674   New upstream release.
       new  dd471de   Drop CMakeParseImplicitLinkInfo_Exclude_libclang_rt.patch.
       new  56fea84   Refresh patches.
       new  b47f738   Add libuv1-dev to Build-Depends, required by new release.
       new  2306eb4   Install new manpage.
       new  f67e858   Drop Qt version number from package description.
       new  d15aa77   Release to experimental

The 9 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:
 .gitignore                                         |   11 +-
 .hooks-config.bash                                 |   13 +-
 Auxiliary/CMakeLists.txt                           |    2 +-
 Auxiliary/bash-completion/cmake                    |    2 +-
 Auxiliary/cmake-help.vim                           |   21 -
 Auxiliary/cmake-indent.vim                         |   93 -
 Auxiliary/cmake-mode.el                            |   30 +-
 Auxiliary/cmake-syntax.vim                         |   89 -
 Auxiliary/cmake.m4                                 |   13 +-
 Auxiliary/vim/cmake.vim.in                         |   91 +
 Auxiliary/vim/extract-upper-case.pl                |  141 +
 Auxiliary/vim/indent/cmake.vim                     |   83 +
 Auxiliary/vim/syntax/cmake.vim                     |  554 +++
 CMakeCPack.cmake                                   |   69 +-
 CMakeCPackOptions.cmake.in                         |   33 +-
 CMakeLists.txt                                     |  116 +-
 CONTRIBUTING.rst                                   |   24 +-
 CTestConfig.cmake                                  |   14 +-
 CTestCustom.cmake.in                               |    8 +
 CompileFlags.cmake                                 |   22 +-
 Copyright.txt                                      |   85 +-
 DartConfig.cmake                                   |   14 +-
 Help/command/add_custom_command.rst                |    7 +
 Help/command/cmake_parse_arguments.rst             |   11 +
 Help/command/ctest_build.rst                       |    9 +-
 Help/command/ctest_configure.rst                   |   11 +-
 Help/command/ctest_coverage.rst                    |    9 +-
 Help/command/ctest_test.rst                        |    9 +-
 Help/command/ctest_upload.rst                      |    6 +-
 Help/command/export.rst                            |   15 +
 Help/command/file.rst                              |    6 +
 Help/command/find_library.rst                      |    7 +
 Help/command/find_package.rst                      |   35 +-
 Help/command/get_cmake_property.rst                |   11 +-
 Help/command/if.rst                                |   59 +-
 Help/command/include.rst                           |    6 +-
 Help/command/install.rst                           |   14 +-
 Help/command/math.rst                              |    9 +-
 Help/command/separate_arguments.rst                |   12 +-
 Help/command/set.rst                               |    4 +-
 Help/command/string.rst                            |    8 +-
 Help/command/target_link_libraries.rst             |    6 +
 Help/generator/CodeLite.rst                        |    6 +-
 Help/generator/Ninja.rst                           |   27 +-
 Help/generator/Visual Studio 10 2010.rst           |    2 +-
 Help/generator/Visual Studio 11 2012.rst           |    2 +-
 Help/generator/Visual Studio 12 2013.rst           |    2 +-
 Help/generator/Visual Studio 14 2015.rst           |    2 +-
 Help/generator/Visual Studio 15.rst                |   16 +
 Help/index.rst                                     |    1 +
 Help/manual/OPTIONS_BUILD.txt                      |    8 +-
 Help/manual/cmake-buildsystem.7.rst                |    2 +-
 Help/manual/cmake-developer.7.rst                  |   74 +-
 Help/manual/cmake-generator-expressions.7.rst      |    8 +-
 Help/manual/cmake-generators.7.rst                 |    1 +
 Help/manual/cmake-modules.7.rst                    |    4 +
 Help/manual/cmake-policies.7.rst                   |    8 +
 Help/manual/cmake-properties.7.rst                 |   12 +
 Help/manual/cmake-server.7.rst                     |  703 +++
 Help/manual/cmake-toolchains.7.rst                 |  204 +-
 Help/manual/cmake-variables.7.rst                  |   32 +-
 Help/manual/cmake.1.rst                            |   45 +
 Help/manual/ctest.1.rst                            |  104 +-
 Help/module/AndroidTestUtilities.rst               |    1 +
 Help/module/CPackProductBuild.rst                  |    1 +
 Help/module/FindICU.rst                            |    1 +
 Help/module/FindVulkan.rst                         |    1 +
 Help/policy/CMP0066.rst                            |   27 +
 Help/prop_dir/BINARY_DIR.rst                       |    5 +
 Help/prop_dir/BUILDSYSTEM_TARGETS.rst              |   11 +
 Help/prop_dir/SOURCE_DIR.rst                       |    5 +
 Help/prop_dir/SUBDIRECTORIES.rst                   |   15 +
 Help/prop_gbl/FIND_LIBRARY_USE_LIB32_PATHS.rst     |   10 +
 Help/prop_sf/VS_TOOL_OVERRIDE.rst                  |    5 +
 Help/prop_sf/XCODE_FILE_ATTRIBUTES.rst             |   11 +
 Help/prop_test/DEPENDS.rst                         |    6 +-
 Help/prop_test/FIXTURES_CLEANUP.rst                |   46 +
 Help/prop_test/FIXTURES_REQUIRED.rst               |   94 +
 Help/prop_test/FIXTURES_SETUP.rst                  |   47 +
 Help/prop_test/RESOURCE_LOCK.rst                   |    3 +
 Help/prop_tgt/ANDROID_API.rst                      |    9 +-
 Help/prop_tgt/ANDROID_ARCH.rst                     |    3 +-
 Help/prop_tgt/ANDROID_GUI.rst                      |    4 +-
 Help/prop_tgt/ANDROID_STL_TYPE.rst                 |   32 +-
 Help/prop_tgt/AUTORCC.rst                          |    5 +
 Help/prop_tgt/BUNDLE_EXTENSION.rst                 |    7 +-
 Help/prop_tgt/LINK_WHAT_YOU_USE.rst                |   15 +
 Help/prop_tgt/VS_SDK_REFERENCES.rst                |    7 +
 Help/prop_tgt/WINDOWS_EXPORT_ALL_SYMBOLS.rst       |    5 +-
 Help/release/3.6.rst                               |    6 +
 Help/release/3.7.rst                               |  320 ++
 Help/release/index.rst                             |    1 +
 Help/variable/ANDROID.rst                          |    5 +
 Help/variable/CMAKE_ANDROID_API.rst                |   10 +-
 Help/variable/CMAKE_ANDROID_ARCH.rst               |   18 +-
 Help/variable/CMAKE_ANDROID_ARCH_ABI.rst           |   17 +
 Help/variable/CMAKE_ANDROID_ARM_MODE.rst           |    7 +
 Help/variable/CMAKE_ANDROID_ARM_NEON.rst           |    6 +
 Help/variable/CMAKE_ANDROID_NDK.rst                |    7 +
 .../CMAKE_ANDROID_NDK_TOOLCHAIN_VERSION.rst        |   13 +
 .../CMAKE_ANDROID_STANDALONE_TOOLCHAIN.rst         |    6 +
 Help/variable/CMAKE_ANDROID_STL_TYPE.rst           |   35 +-
 Help/variable/CMAKE_CODELITE_USE_TARGETS.rst       |    8 +
 Help/variable/CMAKE_COMPILER_IS_GNUCC.rst          |    5 +
 Help/variable/CMAKE_COMPILER_IS_GNUCXX.rst         |    5 +
 Help/variable/CMAKE_COMPILER_IS_GNUG77.rst         |    5 +
 Help/variable/CMAKE_COMPILER_IS_GNULANG.rst        |   15 -
 .../CMAKE_EXE_LINKER_FLAGS_CONFIG_INIT.rst         |   10 +
 Help/variable/CMAKE_EXE_LINKER_FLAGS_INIT.rst      |   11 +
 .../variable/CMAKE_FIND_PACKAGE_SORT_DIRECTION.rst |   16 +
 Help/variable/CMAKE_FIND_PACKAGE_SORT_ORDER.rst    |   36 +
 Help/variable/CMAKE_INSTALL_PREFIX.rst             |    2 +-
 .../CMAKE_LANG_ANDROID_TOOLCHAIN_PREFIX.rst        |   11 +
 .../CMAKE_LANG_ANDROID_TOOLCHAIN_SUFFIX.rst        |    7 +
 Help/variable/CMAKE_LANG_FLAGS_DEBUG_INIT.rst      |   10 +
 Help/variable/CMAKE_LANG_FLAGS_INIT.rst            |   15 +
 Help/variable/CMAKE_LANG_FLAGS_MINSIZEREL_INIT.rst |   10 +
 Help/variable/CMAKE_LANG_FLAGS_RELEASE_INIT.rst    |   10 +
 .../CMAKE_LANG_FLAGS_RELWITHDEBINFO_INIT.rst       |   10 +
 Help/variable/CMAKE_LINK_WHAT_YOU_USE.rst          |    6 +
 .../CMAKE_MODULE_LINKER_FLAGS_CONFIG_INIT.rst      |   10 +
 Help/variable/CMAKE_MODULE_LINKER_FLAGS_INIT.rst   |   11 +
 Help/variable/CMAKE_POLICY_WARNING_CMPNNNN.rst     |    2 +
 .../CMAKE_SHARED_LINKER_FLAGS_CONFIG_INIT.rst      |   10 +
 Help/variable/CMAKE_SHARED_LINKER_FLAGS_INIT.rst   |   11 +
 .../CMAKE_STATIC_LINKER_FLAGS_CONFIG_INIT.rst      |   10 +
 Help/variable/CMAKE_STATIC_LINKER_FLAGS_INIT.rst   |   11 +
 Help/variable/CMAKE_Swift_LANGUAGE_VERSION.rst     |    5 +
 Help/variable/CMAKE_USER_MAKE_RULES_OVERRIDE.rst   |    6 +-
 Help/variable/CMAKE_VERSION.rst                    |   10 +-
 Help/variable/MSVC10.rst                           |    5 +-
 Help/variable/MSVC11.rst                           |    5 +-
 Help/variable/MSVC12.rst                           |    5 +-
 Help/variable/MSVC14.rst                           |    5 +-
 Help/variable/MSVC80.rst                           |    5 +-
 Help/variable/MSVC90.rst                           |    5 +-
 Help/variable/MSVC_VERSION.rst                     |    2 +-
 Help/variable/XCODE.rst                            |    4 +
 Licenses/LGPLv3.txt                                |  165 +
 Modules/AddFileDependencies.cmake                  |   16 +-
 Modules/AndroidTestUtilities.cmake                 |  157 +
 .../AndroidTestUtilities/PushToAndroidDevice.cmake |  174 +
 Modules/BundleUtilities.cmake                      |   16 +-
 Modules/CMake.cmake                                |   14 +-
 Modules/CMakeASM-ATTInformation.cmake              |   14 +-
 Modules/CMakeASMInformation.cmake                  |   23 +-
 Modules/CMakeASM_MASMInformation.cmake             |   14 +-
 Modules/CMakeASM_NASMInformation.cmake             |   14 +-
 Modules/CMakeAddFortranSubdirectory.cmake          |   17 +-
 Modules/CMakeBackwardCompatibilityC.cmake          |   14 +-
 Modules/CMakeBackwardCompatibilityCXX.cmake        |   18 +-
 Modules/CMakeBorlandFindMake.cmake                 |   14 +-
 Modules/CMakeCCompiler.cmake.in                    |    1 +
 Modules/CMakeCInformation.cmake                    |   23 +-
 Modules/CMakeCXXCompiler.cmake.in                  |    1 +
 Modules/CMakeCXXInformation.cmake                  |   23 +-
 Modules/CMakeCheckCompilerFlagCommonPatterns.cmake |   17 +-
 Modules/CMakeCommonLanguageInclude.cmake           |   28 +-
 Modules/CMakeCompilerIdDetection.cmake             |   22 +-
 Modules/CMakeDependentOption.cmake                 |   16 +-
 Modules/CMakeDetermineASM-ATTCompiler.cmake        |   14 +-
 Modules/CMakeDetermineASMCompiler.cmake            |   14 +-
 Modules/CMakeDetermineASM_MASMCompiler.cmake       |   14 +-
 Modules/CMakeDetermineASM_NASMCompiler.cmake       |   14 +-
 Modules/CMakeDetermineCCompiler.cmake              |   17 +-
 Modules/CMakeDetermineCXXCompiler.cmake            |   17 +-
 Modules/CMakeDetermineCompileFeatures.cmake        |   14 +-
 Modules/CMakeDetermineCompiler.cmake               |   14 +-
 Modules/CMakeDetermineCompilerABI.cmake            |   14 +-
 Modules/CMakeDetermineCompilerId.cmake             |   30 +-
 Modules/CMakeDetermineFortranCompiler.cmake        |   21 +-
 Modules/CMakeDetermineJavaCompiler.cmake           |   14 +-
 Modules/CMakeDetermineRCCompiler.cmake             |   14 +-
 Modules/CMakeDetermineSwiftCompiler.cmake          |   14 +-
 Modules/CMakeDetermineSystem.cmake                 |   15 +-
 Modules/CMakeDetermineVSServicePack.cmake          |   18 +-
 Modules/CMakeExpandImportedTargets.cmake           |   17 +-
 Modules/CMakeExportBuildSettings.cmake             |   14 +-
 ...atorDetermineCompilerMacrosAndIncludeDirs.cmake |   14 +-
 Modules/CMakeFindBinUtils.cmake                    |   16 +-
 Modules/CMakeFindCodeBlocks.cmake                  |   14 +-
 Modules/CMakeFindDependencyMacro.cmake             |   16 +-
 Modules/CMakeFindEclipseCDT4.cmake                 |   16 +-
 Modules/CMakeFindFrameworks.cmake                  |   20 +-
 Modules/CMakeFindJavaCommon.cmake                  |   14 +-
 Modules/CMakeFindKDevelop3.cmake                   |   14 +-
 Modules/CMakeFindKate.cmake                        |   14 +-
 Modules/CMakeFindPackageMode.cmake                 |   16 +-
 Modules/CMakeFindWMake.cmake                       |   14 +-
 Modules/CMakeFindXCode.cmake                       |   14 +-
 Modules/CMakeForceCompiler.cmake                   |   16 +-
 Modules/CMakeFortranCompiler.cmake.in              |    4 +
 Modules/CMakeFortranInformation.cmake              |   23 +-
 Modules/CMakeGenericSystem.cmake                   |   14 +-
 Modules/CMakeGraphVizOptions.cmake                 |   17 +-
 Modules/CMakeIOSInstallCombined.cmake              |   28 +-
 Modules/CMakeImportBuildSettings.cmake             |   14 +-
 Modules/CMakeJOMFindMake.cmake                     |   15 +-
 Modules/CMakeJavaInformation.cmake                 |   14 +-
 Modules/CMakeLanguageInformation.cmake             |   14 +-
 Modules/CMakeMSYSFindMake.cmake                    |   14 +-
 Modules/CMakeMinGWFindMake.cmake                   |   14 +-
 Modules/CMakeNMakeFindMake.cmake                   |   15 +-
 Modules/CMakeNinjaFindMake.cmake                   |   14 +-
 Modules/CMakePackageConfigHelpers.cmake            |   24 +-
 Modules/CMakeParseArguments.cmake                  |   16 +-
 Modules/CMakeParseImplicitLinkInfo.cmake           |   60 +-
 Modules/CMakePrintHelpers.cmake                    |   28 +-
 Modules/CMakePrintSystemInformation.cmake          |   16 +-
 Modules/CMakePushCheckState.cmake                  |   17 +-
 Modules/CMakeRCInformation.cmake                   |   19 +-
 Modules/CMakeSwiftInformation.cmake                |   15 +-
 Modules/CMakeSystem.cmake.in                       |    2 +-
 Modules/CMakeSystemSpecificInformation.cmake       |   14 +-
 Modules/CMakeSystemSpecificInitialize.cmake        |   14 +-
 Modules/CMakeTestASM-ATTCompiler.cmake             |   14 +-
 Modules/CMakeTestASMCompiler.cmake                 |   14 +-
 Modules/CMakeTestASM_MASMCompiler.cmake            |   14 +-
 Modules/CMakeTestASM_NASMCompiler.cmake            |   14 +-
 Modules/CMakeTestCCompiler.cmake                   |   14 +-
 Modules/CMakeTestCXXCompiler.cmake                 |   14 +-
 Modules/CMakeTestCompilerCommon.cmake              |   14 +-
 Modules/CMakeTestFortranCompiler.cmake             |   14 +-
 Modules/CMakeTestJavaCompiler.cmake                |   14 +-
 Modules/CMakeTestRCCompiler.cmake                  |   14 +-
 Modules/CMakeTestSwiftCompiler.cmake               |   14 +-
 Modules/CMakeUnixFindMake.cmake                    |   14 +-
 Modules/CMakeVS7BackwardCompatibility.cmake        |   14 +-
 Modules/CMakeVerifyManifest.cmake                  |   17 +-
 Modules/CPack.cmake                                |   37 +-
 Modules/CPackBundle.cmake                          |   16 +-
 Modules/CPackComponent.cmake                       |   50 +-
 Modules/CPackCygwin.cmake                          |   16 +-
 Modules/CPackDMG.cmake                             |   16 +-
 Modules/CPackDeb.cmake                             |   54 +-
 Modules/CPackIFW.cmake                             |  272 +-
 Modules/CPackNSIS.cmake                            |   21 +-
 Modules/CPackPackageMaker.cmake                    |   16 +-
 Modules/CPackProductBuild.cmake                    |   28 +
 Modules/CPackRPM.cmake                             |  615 ++-
 Modules/CPackWIX.cmake                             |   46 +-
 Modules/CPackZIP.cmake                             |   14 +-
 Modules/CTest.cmake                                |   28 +-
 Modules/CTestCoverageCollectGCOV.cmake             |   15 +-
 Modules/CTestScriptMode.cmake                      |   17 +-
 Modules/CTestTargets.cmake                         |   14 +-
 Modules/CTestUseLaunchers.cmake                    |   18 +-
 Modules/CheckCCompilerFlag.cmake                   |   18 +-
 Modules/CheckCSourceCompiles.cmake                 |   18 +-
 Modules/CheckCSourceRuns.cmake                     |   18 +-
 Modules/CheckCXXCompilerFlag.cmake                 |   18 +-
 Modules/CheckCXXSourceCompiles.cmake               |   18 +-
 Modules/CheckCXXSourceRuns.cmake                   |   18 +-
 Modules/CheckCXXSymbolExists.cmake                 |   16 +-
 Modules/CheckFortranCompilerFlag.cmake             |   19 +-
 Modules/CheckFortranFunctionExists.cmake           |   18 +-
 Modules/CheckFortranSourceCompiles.cmake           |   35 +-
 Modules/CheckFunctionExists.cmake                  |   18 +-
 Modules/CheckIncludeFile.cmake                     |   18 +-
 Modules/CheckIncludeFileCXX.cmake                  |   18 +-
 Modules/CheckIncludeFiles.cmake                    |   24 +-
 Modules/CheckLanguage.cmake                        |   16 +-
 Modules/CheckLibraryExists.cmake                   |   18 +-
 Modules/CheckPrototypeDefinition.cmake             |   20 +-
 Modules/CheckSizeOf.cmake                          |   14 +-
 Modules/CheckStructHasMember.cmake                 |   18 +-
 Modules/CheckSymbolExists.cmake                    |   24 +-
 Modules/CheckTypeSize.cmake                        |   26 +-
 Modules/CheckVariableExists.cmake                  |   18 +-
 Modules/Compiler/ARMCC.cmake                       |   10 +-
 Modules/Compiler/Absoft-Fortran.cmake              |   10 +-
 .../Compiler/AppleClang-DetermineCompiler.cmake    |    2 +-
 Modules/Compiler/Bruce-C.cmake                     |   10 +-
 Modules/Compiler/Clang.cmake                       |   14 +-
 Modules/Compiler/CrayPrgEnv.cmake                  |    2 +
 Modules/Compiler/G95-Fortran.cmake                 |   10 +-
 Modules/Compiler/GHS-C.cmake                       |   10 +-
 Modules/Compiler/GHS-CXX.cmake                     |   10 +-
 Modules/Compiler/GNU-Fortran.cmake                 |    7 +-
 Modules/Compiler/GNU.cmake                         |   26 +-
 Modules/Compiler/IAR.cmake                         |    5 +-
 Modules/Compiler/Intel-ASM.cmake                   |   11 +-
 Modules/Compiler/Intel-C.cmake                     |   19 +-
 Modules/Compiler/Intel-CXX.cmake                   |   11 +-
 Modules/Compiler/Intel-Fortran.cmake               |   12 +-
 Modules/Compiler/Intel.cmake                       |   26 +
 Modules/Compiler/MSVC-CXX-FeatureTests.cmake       |    3 +
 Modules/Compiler/NAG-Fortran.cmake                 |    1 +
 Modules/Compiler/PGI-C.cmake                       |    4 +-
 Modules/Compiler/PGI-CXX.cmake                     |    4 +-
 Modules/Compiler/PGI-Fortran.cmake                 |    4 +-
 Modules/Compiler/PGI.cmake                         |   24 +-
 Modules/Compiler/PathScale-C.cmake                 |    4 +-
 Modules/Compiler/PathScale-CXX.cmake               |    4 +-
 Modules/Compiler/PathScale.cmake                   |   24 +-
 Modules/Compiler/QCC.cmake                         |   15 +-
 Modules/Compiler/SCO.cmake                         |   14 +-
 Modules/Compiler/SunPro-ASM.cmake                  |   10 +-
 Modules/Compiler/SunPro-C.cmake                    |   10 +-
 Modules/Compiler/SunPro-CXX.cmake                  |   10 +-
 Modules/Compiler/SunPro-Fortran.cmake              |   13 +-
 Modules/Compiler/TinyCC-C.cmake                    |   10 +-
 Modules/Compiler/XL-ASM.cmake                      |   10 +-
 Modules/Compiler/XL-C.cmake                        |    6 +-
 Modules/Compiler/XL-CXX.cmake                      |    6 +-
 Modules/Compiler/XL-Fortran.cmake                  |    2 +-
 Modules/Compiler/XL.cmake                          |   22 +-
 Modules/CompilerId/Xcode-3.pbxproj.in              |    1 +
 Modules/Dart.cmake                                 |   18 +-
 Modules/DeployQt4.cmake                            |   20 +-
 Modules/Documentation.cmake                        |   16 +-
 Modules/ExternalData.cmake                         |  111 +-
 Modules/ExternalProject-download.cmake.in          |  101 +-
 Modules/ExternalProject-verify.cmake.in            |   15 +-
 Modules/ExternalProject.cmake                      |  138 +-
 Modules/FLTKCompatibility.cmake                    |   14 +-
 Modules/FeatureSummary.cmake                       |  695 ++-
 Modules/FindALSA.cmake                             |   17 +-
 Modules/FindASPELL.cmake                           |   17 +-
 Modules/FindAVIFile.cmake                          |   16 +-
 Modules/FindArmadillo.cmake                        |   17 +-
 Modules/FindBISON.cmake                            |  152 +-
 Modules/FindBLAS.cmake                             |   16 +-
 Modules/FindBZip2.cmake                            |   56 +-
 Modules/FindBacktrace.cmake                        |   17 +-
 Modules/FindBoost.cmake                            |  180 +-
 Modules/FindBullet.cmake                           |   17 +-
 Modules/FindCABLE.cmake                            |   16 +-
 Modules/FindCUDA.cmake                             |  234 +-
 Modules/FindCUDA/make2cmake.cmake                  |    2 +-
 Modules/FindCUDA/run_nvcc.cmake                    |   19 +-
 Modules/FindCUDA/select_compute_arch.cmake         |  195 +
 Modules/FindCURL.cmake                             |   17 +-
 Modules/FindCVS.cmake                              |   16 +-
 Modules/FindCoin3D.cmake                           |   16 +-
 Modules/FindCups.cmake                             |   20 +-
 Modules/FindCurses.cmake                           |   16 +-
 Modules/FindCxxTest.cmake                          |   28 +-
 Modules/FindCygwin.cmake                           |   16 +-
 Modules/FindDCMTK.cmake                            |   18 +-
 Modules/FindDart.cmake                             |   16 +-
 Modules/FindDevIL.cmake                            |   17 +-
 Modules/FindDoxygen.cmake                          |   16 +-
 Modules/FindEXPAT.cmake                            |   24 +-
 Modules/FindFLEX.cmake                             |   17 +-
 Modules/FindFLTK.cmake                             |   16 +-
 Modules/FindFLTK2.cmake                            |   16 +-
 Modules/FindFreetype.cmake                         |   83 +-
 Modules/FindGCCXML.cmake                           |   16 +-
 Modules/FindGDAL.cmake                             |   16 +-
 Modules/FindGIF.cmake                              |   62 +-
 Modules/FindGLEW.cmake                             |   59 +-
 Modules/FindGLU.cmake                              |   14 +-
 Modules/FindGLUT.cmake                             |   16 +-
 Modules/FindGSL.cmake                              |   16 +-
 Modules/FindGTK.cmake                              |   16 +-
 Modules/FindGTK2.cmake                             |   17 +-
 Modules/FindGTest.cmake                            |   45 +-
 Modules/FindGettext.cmake                          |   17 +-
 Modules/FindGit.cmake                              |   17 +-
 Modules/FindGnuTLS.cmake                           |   19 +-
 Modules/FindGnuplot.cmake                          |   16 +-
 Modules/FindHDF5.cmake                             |  227 +-
 Modules/FindHSPELL.cmake                           |   17 +-
 Modules/FindHTMLHelp.cmake                         |   16 +-
 Modules/FindHg.cmake                               |   18 +-
 Modules/FindICU.cmake                              |  349 ++
 Modules/FindIce.cmake                              |   61 +-
 Modules/FindIcotool.cmake                          |   16 +-
 Modules/FindImageMagick.cmake                      |   18 +-
 Modules/FindIntl.cmake                             |   16 +-
 Modules/FindJNI.cmake                              |   25 +-
 Modules/FindJPEG.cmake                             |   16 +-
 Modules/FindJasper.cmake                           |   18 +-
 Modules/FindJava.cmake                             |   20 +-
 Modules/FindKDE3.cmake                             |   17 +-
 Modules/FindKDE4.cmake                             |   17 +-
 Modules/FindLAPACK.cmake                           |   16 +-
 Modules/FindLATEX.cmake                            |   17 +-
 Modules/FindLTTngUST.cmake                         |   17 +-
 Modules/FindLibArchive.cmake                       |   16 +-
 Modules/FindLibLZMA.cmake                          |   20 +-
 Modules/FindLibXml2.cmake                          |   17 +-
 Modules/FindLibXslt.cmake                          |   17 +-
 Modules/FindLua.cmake                              |  134 +-
 Modules/FindLua50.cmake                            |   16 +-
 Modules/FindLua51.cmake                            |   16 +-
 Modules/FindMFC.cmake                              |   16 +-
 Modules/FindMPEG.cmake                             |   16 +-
 Modules/FindMPEG2.cmake                            |   16 +-
 Modules/FindMPI.cmake                              |   26 +-
 Modules/FindMatlab.cmake                           |  182 +-
 Modules/FindMotif.cmake                            |   16 +-
 Modules/FindOpenAL.cmake                           |   16 +-
 Modules/FindOpenCL.cmake                           |   43 +-
 Modules/FindOpenGL.cmake                           |   16 +-
 Modules/FindOpenMP.cmake                           |  140 +-
 Modules/FindOpenSSL.cmake                          |   83 +-
 Modules/FindOpenSceneGraph.cmake                   |   17 +-
 Modules/FindOpenThreads.cmake                      |   17 +-
 Modules/FindPHP4.cmake                             |   24 +-
 Modules/FindPNG.cmake                              |   31 +-
 Modules/FindPackageHandleStandardArgs.cmake        |   34 +-
 Modules/FindPackageMessage.cmake                   |   16 +-
 Modules/FindPerl.cmake                             |   16 +-
 Modules/FindPerlLibs.cmake                         |   17 +-
 Modules/FindPhysFS.cmake                           |   16 +-
 Modules/FindPike.cmake                             |   16 +-
 Modules/FindPkgConfig.cmake                        |   29 +-
 Modules/FindPostgreSQL.cmake                       |   22 +-
 Modules/FindProducer.cmake                         |   16 +-
 Modules/FindProtobuf.cmake                         |   38 +-
 Modules/FindPythonInterp.cmake                     |   20 +-
 Modules/FindPythonLibs.cmake                       |   18 +-
 Modules/FindQt.cmake                               |   16 +-
 Modules/FindQt3.cmake                              |   16 +-
 Modules/FindQt4.cmake                              |   18 +-
 Modules/FindQuickTime.cmake                        |   16 +-
 Modules/FindRTI.cmake                              |   17 +-
 Modules/FindRuby.cmake                             |   17 +-
 Modules/FindSDL.cmake                              |   17 +-
 Modules/FindSDL_image.cmake                        |   17 +-
 Modules/FindSDL_mixer.cmake                        |   17 +-
 Modules/FindSDL_net.cmake                          |   17 +-
 Modules/FindSDL_sound.cmake                        |   21 +-
 Modules/FindSDL_ttf.cmake                          |   17 +-
 Modules/FindSWIG.cmake                             |   18 +-
 Modules/FindSelfPackers.cmake                      |   16 +-
 Modules/FindSquish.cmake                           |   18 +-
 Modules/FindSubversion.cmake                       |   17 +-
 Modules/FindTCL.cmake                              |   16 +-
 Modules/FindTIFF.cmake                             |   31 +-
 Modules/FindTclStub.cmake                          |   16 +-
 Modules/FindTclsh.cmake                            |   16 +-
 Modules/FindThreads.cmake                          |   17 +-
 Modules/FindUnixCommands.cmake                     |   16 +-
 Modules/FindVulkan.cmake                           |   75 +
 Modules/FindWget.cmake                             |   16 +-
 Modules/FindWish.cmake                             |   16 +-
 Modules/FindX11.cmake                              |   16 +-
 Modules/FindXCTest.cmake                           |   16 +-
 Modules/FindXMLRPC.cmake                           |   16 +-
 Modules/FindXalanC.cmake                           |   30 +-
 Modules/FindXercesC.cmake                          |   30 +-
 Modules/FindZLIB.cmake                             |   20 +-
 Modules/Findosg.cmake                              |   16 +-
 Modules/FindosgAnimation.cmake                     |   16 +-
 Modules/FindosgDB.cmake                            |   16 +-
 Modules/FindosgFX.cmake                            |   16 +-
 Modules/FindosgGA.cmake                            |   16 +-
 Modules/FindosgIntrospection.cmake                 |   16 +-
 Modules/FindosgManipulator.cmake                   |   16 +-
 Modules/FindosgParticle.cmake                      |   16 +-
 Modules/FindosgPresentation.cmake                  |   16 +-
 Modules/FindosgProducer.cmake                      |   16 +-
 Modules/FindosgQt.cmake                            |   16 +-
 Modules/FindosgShadow.cmake                        |   16 +-
 Modules/FindosgSim.cmake                           |   16 +-
 Modules/FindosgTerrain.cmake                       |   16 +-
 Modules/FindosgText.cmake                          |   16 +-
 Modules/FindosgUtil.cmake                          |   16 +-
 Modules/FindosgViewer.cmake                        |   16 +-
 Modules/FindosgVolume.cmake                        |   16 +-
 Modules/FindosgWidget.cmake                        |   16 +-
 Modules/Findosg_functions.cmake                    |   17 +-
 Modules/FindwxWidgets.cmake                        |   60 +-
 Modules/FindwxWindows.cmake                        |   19 +-
 Modules/FortranCInterface.cmake                    |   24 +-
 Modules/FortranCInterface/CMakeLists.txt           |   12 +-
 Modules/FortranCInterface/Detect.cmake             |   12 +-
 Modules/FortranCInterface/Verify/CMakeLists.txt    |   12 +-
 Modules/GNUInstallDirs.cmake                       |   97 +-
 Modules/GenerateExportHeader.cmake                 |   40 +-
 Modules/GetPrerequisites.cmake                     |   38 +-
 Modules/ITKCompatibility.cmake                     |   14 +-
 Modules/InstallRequiredSystemLibraries.cmake       |   16 +-
 Modules/KDE3Macros.cmake                           |   15 +-
 Modules/MacroAddFileDependencies.cmake             |   16 +-
 Modules/MatlabTestsRedirect.cmake                  |   60 +-
 Modules/NSIS.template.in                           |   11 +-
 Modules/Platform/AIX-Clang-C.cmake                 |    1 +
 Modules/Platform/AIX-Clang-CXX.cmake               |    1 +
 Modules/Platform/AIX-GNU-CXX.cmake                 |    1 +
 Modules/Platform/AIX-GNU.cmake                     |   21 +-
 Modules/Platform/AIX-XL.cmake                      |   20 +-
 Modules/Platform/ARTOS-GNU-C.cmake                 |   10 +-
 Modules/Platform/Android-Clang-C.cmake             |    2 +
 Modules/Platform/Android-Clang-CXX.cmake           |    2 +
 Modules/Platform/Android-Clang.cmake               |   42 +
 Modules/Platform/Android-Common.cmake              |  148 +
 Modules/Platform/Android-Determine-C.cmake         |    2 +
 Modules/Platform/Android-Determine-CXX.cmake       |    2 +
 Modules/Platform/Android-Determine.cmake           |  291 ++
 Modules/Platform/Android-GNU-C.cmake               |    2 +
 Modules/Platform/Android-GNU-CXX.cmake             |    2 +
 Modules/Platform/Android-GNU.cmake                 |   33 +
 Modules/Platform/Android-Initialize.cmake          |   41 +
 Modules/Platform/Android.cmake                     |    2 +
 .../Platform/Android/Determine-Compiler-NDK.cmake  |  246 +
 .../Android/Determine-Compiler-Standalone.cmake    |   59 +
 Modules/Platform/Android/Determine-Compiler.cmake  |   70 +
 Modules/Platform/Android/abi-arm64-v8a-Clang.cmake |    8 +
 Modules/Platform/Android/abi-arm64-v8a-GNU.cmake   |    6 +
 Modules/Platform/Android/abi-armeabi-Clang.cmake   |   20 +
 Modules/Platform/Android/abi-armeabi-GNU.cmake     |   18 +
 .../Platform/Android/abi-armeabi-v6-Clang.cmake    |   19 +
 Modules/Platform/Android/abi-armeabi-v6-GNU.cmake  |   17 +
 .../Platform/Android/abi-armeabi-v7a-Clang.cmake   |   29 +
 Modules/Platform/Android/abi-armeabi-v7a-GNU.cmake |   27 +
 Modules/Platform/Android/abi-common-Clang.cmake    |    6 +
 Modules/Platform/Android/abi-common-GNU.cmake      |    1 +
 Modules/Platform/Android/abi-common.cmake          |    4 +
 Modules/Platform/Android/abi-mips-Clang.cmake      |    8 +
 Modules/Platform/Android/abi-mips-GNU.cmake        |    6 +
 Modules/Platform/Android/abi-mips64-Clang.cmake    |    8 +
 Modules/Platform/Android/abi-mips64-GNU.cmake      |    6 +
 Modules/Platform/Android/abi-x86-Clang.cmake       |    8 +
 Modules/Platform/Android/abi-x86-GNU.cmake         |    2 +
 Modules/Platform/Android/abi-x86_64-Clang.cmake    |    8 +
 Modules/Platform/Android/abi-x86_64-GNU.cmake      |    2 +
 Modules/Platform/Android/ndk-stl-c++.cmake         |   21 +
 Modules/Platform/Android/ndk-stl-c++_shared.cmake  |    4 +
 Modules/Platform/Android/ndk-stl-c++_static.cmake  |    6 +
 Modules/Platform/Android/ndk-stl-gabi++.cmake      |    7 +
 .../Platform/Android/ndk-stl-gabi++_shared.cmake   |    4 +
 .../Platform/Android/ndk-stl-gabi++_static.cmake   |    4 +
 Modules/Platform/Android/ndk-stl-gnustl.cmake      |    9 +
 .../Platform/Android/ndk-stl-gnustl_shared.cmake   |    4 +
 .../Platform/Android/ndk-stl-gnustl_static.cmake   |    4 +
 Modules/Platform/Android/ndk-stl-none.cmake        |    2 +
 Modules/Platform/Android/ndk-stl-stlport.cmake     |    7 +
 .../Platform/Android/ndk-stl-stlport_shared.cmake  |    4 +
 .../Platform/Android/ndk-stl-stlport_static.cmake  |    4 +
 Modules/Platform/Android/ndk-stl-system.cmake      |    6 +
 Modules/Platform/BlueGeneP-base.cmake              |   15 +-
 Modules/Platform/BlueGeneP-dynamic-GNU-C.cmake     |   15 +-
 Modules/Platform/BlueGeneP-dynamic-GNU-CXX.cmake   |   15 +-
 .../Platform/BlueGeneP-dynamic-GNU-Fortran.cmake   |   15 +-
 Modules/Platform/BlueGeneP-dynamic-XL-C.cmake      |   15 +-
 Modules/Platform/BlueGeneP-dynamic-XL-CXX.cmake    |   15 +-
 .../Platform/BlueGeneP-dynamic-XL-Fortran.cmake    |   15 +-
 Modules/Platform/BlueGeneP-dynamic.cmake           |   15 +-
 Modules/Platform/BlueGeneP-static-GNU-C.cmake      |   15 +-
 Modules/Platform/BlueGeneP-static-GNU-CXX.cmake    |   15 +-
 .../Platform/BlueGeneP-static-GNU-Fortran.cmake    |   15 +-
 Modules/Platform/BlueGeneP-static-XL-C.cmake       |   15 +-
 Modules/Platform/BlueGeneP-static-XL-CXX.cmake     |   15 +-
 Modules/Platform/BlueGeneP-static-XL-Fortran.cmake |   15 +-
 Modules/Platform/BlueGeneP-static.cmake            |   15 +-
 Modules/Platform/BlueGeneQ-base.cmake              |   17 +-
 Modules/Platform/BlueGeneQ-dynamic-GNU-C.cmake     |   15 +-
 Modules/Platform/BlueGeneQ-dynamic-GNU-CXX.cmake   |   15 +-
 .../Platform/BlueGeneQ-dynamic-GNU-Fortran.cmake   |   15 +-
 Modules/Platform/BlueGeneQ-dynamic-XL-C.cmake      |   15 +-
 Modules/Platform/BlueGeneQ-dynamic-XL-CXX.cmake    |   15 +-
 .../Platform/BlueGeneQ-dynamic-XL-Fortran.cmake    |   15 +-
 Modules/Platform/BlueGeneQ-dynamic.cmake           |   15 +-
 Modules/Platform/BlueGeneQ-static-GNU-C.cmake      |   15 +-
 Modules/Platform/BlueGeneQ-static-GNU-CXX.cmake    |   15 +-
 .../Platform/BlueGeneQ-static-GNU-Fortran.cmake    |   15 +-
 Modules/Platform/BlueGeneQ-static-XL-C.cmake       |   15 +-
 Modules/Platform/BlueGeneQ-static-XL-CXX.cmake     |   15 +-
 Modules/Platform/BlueGeneQ-static-XL-Fortran.cmake |   15 +-
 Modules/Platform/BlueGeneQ-static.cmake            |   15 +-
 ...CYGWIN-CXX.cmake => CYGWIN-Determine-CXX.cmake} |    0
 Modules/Platform/CYGWIN-GNU.cmake                  |   16 +-
 Modules/Platform/CrayLinuxEnvironment.cmake        |   16 +-
 Modules/Platform/Darwin-Absoft-Fortran.cmake       |   15 +-
 Modules/Platform/Darwin-Clang.cmake                |   14 +-
 ...Darwin-CXX.cmake => Darwin-Determine-CXX.cmake} |    0
 Modules/Platform/Darwin-GNU-Fortran.cmake          |   15 +-
 Modules/Platform/Darwin-GNU.cmake                  |   14 +-
 Modules/Platform/Darwin-Initialize.cmake           |    8 +-
 Modules/Platform/Darwin-Intel-Fortran.cmake        |   14 +-
 Modules/Platform/Darwin-Intel.cmake                |   14 +-
 Modules/Platform/Darwin-NAG-Fortran.cmake          |   15 +-
 Modules/Platform/GHS-MULTI-Initialize.cmake        |   14 +-
 Modules/Platform/GHS-MULTI.cmake                   |   14 +-
 Modules/Platform/Generic-ADSP-C.cmake              |    8 +-
 Modules/Platform/Generic-ADSP-CXX.cmake            |    8 +-
 Modules/Platform/Generic-SDCC-C.cmake              |    2 +-
 Modules/Platform/HP-UX-GNU-CXX.cmake               |    1 +
 Modules/Platform/HP-UX-GNU.cmake                   |   15 +-
 Modules/Platform/HP-UX-HP-CXX.cmake                |    8 +-
 Modules/Platform/HP-UX-HP.cmake                    |   16 +-
 .../{Linux-CXX.cmake => Linux-Determine-CXX.cmake} |    0
 Modules/Platform/Linux-GNU.cmake                   |   14 +-
 Modules/Platform/Linux-Intel-Fortran.cmake         |    2 +-
 Modules/Platform/Linux-Intel.cmake                 |   14 +-
 Modules/Platform/Linux-PGI.cmake                   |   14 +-
 Modules/Platform/Linux-PathScale.cmake             |   14 +-
 Modules/Platform/Linux.cmake                       |    3 +-
 Modules/Platform/OpenBSD.cmake                     |    1 +
 Modules/Platform/SCO_SV.cmake                      |    1 +
 Modules/Platform/SunOS-GNU.cmake                   |   14 +-
 Modules/Platform/SunOS-PathScale.cmake             |   14 +-
 Modules/Platform/UnixPaths.cmake                   |   17 +-
 Modules/Platform/Windows-Clang.cmake               |   14 +-
 ...ndows-CXX.cmake => Windows-Determine-CXX.cmake} |    0
 Modules/Platform/Windows-Embarcadero.cmake         |   38 +-
 Modules/Platform/Windows-GNU.cmake                 |   14 +-
 Modules/Platform/Windows-Intel-Fortran.cmake       |   10 +-
 Modules/Platform/Windows-Intel.cmake               |   14 +-
 Modules/Platform/Windows-MSVC.cmake                |   98 +-
 Modules/Platform/Windows-OpenWatcom-C.cmake        |    1 +
 Modules/Platform/Windows-OpenWatcom-CXX.cmake      |    1 +
 Modules/Platform/Windows-OpenWatcom.cmake          |  129 +
 Modules/Platform/Windows-Watcom-C.cmake            |    1 +
 Modules/Platform/Windows-Watcom-CXX.cmake          |    1 +
 Modules/Platform/Windows-wcl386.cmake              |  119 -
 Modules/Platform/WindowsPaths.cmake                |   14 +-
 Modules/ProcessorCount.cmake                       |   16 +-
 Modules/Qt4ConfigDependentSettings.cmake           |   17 +-
 Modules/Qt4Macros.cmake                            |   21 +-
 Modules/SelectLibraryConfigurations.cmake          |   17 +-
 Modules/SquishTestScript.cmake                     |   16 +-
 Modules/SystemInformation.cmake                    |   14 +-
 Modules/TestBigEndian.cmake                        |   16 +-
 Modules/TestCXXAcceptsFlag.cmake                   |   16 +-
 Modules/TestForANSIForScope.cmake                  |   16 +-
 Modules/TestForANSIStreamHeaders.cmake             |   16 +-
 Modules/TestForSSTREAM.cmake                       |   16 +-
 Modules/TestForSTDNamespace.cmake                  |   16 +-
 Modules/UseEcos.cmake                              |   16 +-
 Modules/UseJava.cmake                              |  187 +-
 Modules/UseJavaClassFilelist.cmake                 |   16 +-
 Modules/UseJavaSymlinks.cmake                      |   16 +-
 Modules/UsePkgConfig.cmake                         |   16 +-
 Modules/UseQt4.cmake                               |   16 +-
 Modules/UseSWIG.cmake                              |   29 +-
 Modules/Use_wxWindows.cmake                        |   19 +-
 Modules/UsewxWidgets.cmake                         |   19 +-
 Modules/VTKCompatibility.cmake                     |   14 +-
 Modules/WriteBasicConfigVersionFile.cmake          |   17 +-
 Modules/WriteCompilerDetectionHeader.cmake         |   72 +-
 Modules/ecos_clean.cmake                           |   14 +-
 Modules/exportheader.cmake.in                      |    2 +-
 Modules/javaTargets.cmake.in                       |   39 +
 Modules/kde3uic.cmake                              |   15 +-
 Source/.cvsignore                                  |    5 -
 Source/.gitattributes                              |    2 +
 Source/CMakeInstallDestinations.cmake              |    5 +
 Source/CMakeLists.txt                              |   76 +-
 Source/CMakeVersion.cmake                          |    4 +-
 Source/CMakeVersionCompute.cmake                   |   17 +-
 Source/CMakeVersionSource.cmake                    |    9 +-
 Source/CPack/IFW/cmCPackIFWGenerator.cxx           |   98 +-
 Source/CPack/IFW/cmCPackIFWGenerator.h             |   53 +-
 Source/CPack/IFW/cmCPackIFWInstaller.cxx           |  117 +-
 Source/CPack/IFW/cmCPackIFWInstaller.h             |   25 +-
 Source/CPack/IFW/cmCPackIFWPackage.cxx             |   86 +-
 Source/CPack/IFW/cmCPackIFWPackage.h               |   25 +-
 Source/CPack/IFW/cmCPackIFWRepository.cxx          |   63 +-
 Source/CPack/IFW/cmCPackIFWRepository.h            |   19 +-
 Source/CPack/OSXScriptLauncher.cxx                 |   15 +-
 Source/CPack/WiX/cmCPackWIXGenerator.cxx           |   79 +-
 Source/CPack/WiX/cmCPackWIXGenerator.h             |   16 +-
 Source/CPack/WiX/cmWIXAccessControlList.cxx        |   16 +-
 Source/CPack/WiX/cmWIXAccessControlList.h          |   14 +-
 Source/CPack/WiX/cmWIXDirectoriesSourceWriter.cxx  |   30 +-
 Source/CPack/WiX/cmWIXDirectoriesSourceWriter.h    |   18 +-
 Source/CPack/WiX/cmWIXFeaturesSourceWriter.cxx     |   36 +-
 Source/CPack/WiX/cmWIXFeaturesSourceWriter.h       |   24 +-
 Source/CPack/WiX/cmWIXFilesSourceWriter.cxx        |   28 +-
 Source/CPack/WiX/cmWIXFilesSourceWriter.h          |   17 +-
 Source/CPack/WiX/cmWIXPatch.cxx                    |   14 +-
 Source/CPack/WiX/cmWIXPatch.h                      |   14 +-
 Source/CPack/WiX/cmWIXPatchParser.cxx              |   16 +-
 Source/CPack/WiX/cmWIXPatchParser.h                |   14 +-
 Source/CPack/WiX/cmWIXRichTextFormatWriter.cxx     |   14 +-
 Source/CPack/WiX/cmWIXRichTextFormatWriter.h       |   16 +-
 Source/CPack/WiX/cmWIXShortcut.cxx                 |   14 +-
 Source/CPack/WiX/cmWIXShortcut.h                   |   14 +-
 Source/CPack/WiX/cmWIXSourceWriter.cxx             |   35 +-
 Source/CPack/WiX/cmWIXSourceWriter.h               |   33 +-
 Source/CPack/cmCPack7zGenerator.cxx                |   17 +-
 Source/CPack/cmCPack7zGenerator.h                  |   22 +-
 Source/CPack/cmCPackArchiveGenerator.cxx           |   55 +-
 Source/CPack/cmCPackArchiveGenerator.h             |   33 +-
 Source/CPack/cmCPackBundleGenerator.cxx            |   22 +-
 Source/CPack/cmCPackBundleGenerator.h              |   22 +-
 Source/CPack/cmCPackComponentGroup.cxx             |   14 +-
 Source/CPack/cmCPackComponentGroup.h               |   23 +-
 Source/CPack/cmCPackConfigure.h.in                 |   13 +-
 Source/CPack/cmCPackCygwinBinaryGenerator.cxx      |   14 +-
 Source/CPack/cmCPackCygwinBinaryGenerator.h        |   14 +-
 Source/CPack/cmCPackCygwinSourceGenerator.cxx      |   14 +-
 Source/CPack/cmCPackCygwinSourceGenerator.h        |   14 +-
 Source/CPack/cmCPackDebGenerator.cxx               |  113 +-
 Source/CPack/cmCPackDebGenerator.h                 |   34 +-
 Source/CPack/cmCPackDragNDropGenerator.cxx         |   21 +-
 Source/CPack/cmCPackDragNDropGenerator.h           |   24 +-
 Source/CPack/cmCPackGenerator.cxx                  |   90 +-
 Source/CPack/cmCPackGenerator.h                    |   36 +-
 Source/CPack/cmCPackGeneratorFactory.cxx           |   26 +-
 Source/CPack/cmCPackGeneratorFactory.h             |   25 +-
 Source/CPack/cmCPackLog.cxx                        |   24 +-
 Source/CPack/cmCPackLog.h                          |   23 +-
 Source/CPack/cmCPackNSISGenerator.cxx              |   88 +-
 Source/CPack/cmCPackNSISGenerator.h                |   51 +-
 Source/CPack/cmCPackOSXX11Generator.cxx            |   47 +-
 Source/CPack/cmCPackOSXX11Generator.h              |   22 +-
 Source/CPack/cmCPackPKGGenerator.cxx               |  357 ++
 Source/CPack/cmCPackPKGGenerator.h                 |   86 +
 Source/CPack/cmCPackPackageMakerGenerator.cxx      |  409 +-
 Source/CPack/cmCPackPackageMakerGenerator.h        |   88 +-
 Source/CPack/cmCPackProductBuildGenerator.cxx      |  222 +
 Source/CPack/cmCPackProductBuildGenerator.h        |   48 +
 Source/CPack/cmCPackRPMGenerator.cxx               |   44 +-
 Source/CPack/cmCPackRPMGenerator.h                 |   33 +-
 Source/CPack/cmCPackSTGZGenerator.cxx              |   22 +-
 Source/CPack/cmCPackSTGZGenerator.h                |   30 +-
 Source/CPack/cmCPackTGZGenerator.cxx               |   17 +-
 Source/CPack/cmCPackTGZGenerator.h                 |   22 +-
 Source/CPack/cmCPackTXZGenerator.cxx               |   17 +-
 Source/CPack/cmCPackTXZGenerator.h                 |   22 +-
 Source/CPack/cmCPackTarBZip2Generator.cxx          |   17 +-
 Source/CPack/cmCPackTarBZip2Generator.h            |   22 +-
 Source/CPack/cmCPackTarCompressGenerator.cxx       |   17 +-
 Source/CPack/cmCPackTarCompressGenerator.h         |   24 +-
 Source/CPack/cmCPackZIPGenerator.cxx               |   17 +-
 Source/CPack/cmCPackZIPGenerator.h                 |   22 +-
 Source/CPack/cpack.cxx                             |   55 +-
 Source/CPack/cygwin.readme                         |   69 -
 Source/CTest/cmCTestBZR.cxx                        |   72 +-
 Source/CTest/cmCTestBZR.h                          |   39 +-
 Source/CTest/cmCTestBatchTestHandler.cxx           |   26 +-
 Source/CTest/cmCTestBatchTestHandler.h             |   27 +-
 Source/CTest/cmCTestBuildAndTestHandler.cxx        |   41 +-
 Source/CTest/cmCTestBuildAndTestHandler.h          |   33 +-
 Source/CTest/cmCTestBuildCommand.cxx               |   36 +-
 Source/CTest/cmCTestBuildCommand.h                 |   36 +-
 Source/CTest/cmCTestBuildHandler.cxx               |   61 +-
 Source/CTest/cmCTestBuildHandler.h                 |   31 +-
 Source/CTest/cmCTestCVS.cxx                        |   29 +-
 Source/CTest/cmCTestCVS.h                          |   34 +-
 Source/CTest/cmCTestCommand.h                      |   17 +-
 Source/CTest/cmCTestConfigureCommand.cxx           |   37 +-
 Source/CTest/cmCTestConfigureCommand.h             |   27 +-
 Source/CTest/cmCTestConfigureHandler.cxx           |   20 +-
 Source/CTest/cmCTestConfigureHandler.h             |   23 +-
 Source/CTest/cmCTestCoverageCommand.cxx            |   17 +-
 Source/CTest/cmCTestCoverageCommand.h              |   32 +-
 Source/CTest/cmCTestCoverageHandler.cxx            |   80 +-
 Source/CTest/cmCTestCoverageHandler.h              |   32 +-
 Source/CTest/cmCTestCurl.cxx                       |   64 +-
 Source/CTest/cmCTestCurl.h                         |   19 +-
 .../CTest/cmCTestEmptyBinaryDirectoryCommand.cxx   |   19 +-
 Source/CTest/cmCTestEmptyBinaryDirectoryCommand.h  |   30 +-
 Source/CTest/cmCTestGIT.cxx                        |   66 +-
 Source/CTest/cmCTestGIT.h                          |   41 +-
 Source/CTest/cmCTestGenericHandler.cxx             |   22 +-
 Source/CTest/cmCTestGenericHandler.h               |   28 +-
 Source/CTest/cmCTestGlobalVC.cxx                   |   16 +-
 Source/CTest/cmCTestGlobalVC.h                     |   26 +-
 Source/CTest/cmCTestHG.cxx                         |   47 +-
 Source/CTest/cmCTestHG.h                           |   37 +-
 Source/CTest/cmCTestHandlerCommand.cxx             |  139 +-
 Source/CTest/cmCTestHandlerCommand.h               |   26 +-
 Source/CTest/cmCTestLaunch.cxx                     |   55 +-
 Source/CTest/cmCTestLaunch.h                       |   18 +-
 Source/CTest/cmCTestMemCheckCommand.cxx            |   13 +-
 Source/CTest/cmCTestMemCheckCommand.h              |   25 +-
 Source/CTest/cmCTestMemCheckHandler.cxx            |  121 +-
 Source/CTest/cmCTestMemCheckHandler.h              |   31 +-
 Source/CTest/cmCTestMultiProcessHandler.cxx        |   65 +-
 Source/CTest/cmCTestMultiProcessHandler.h          |   25 +-
 Source/CTest/cmCTestP4.cxx                         |   52 +-
 Source/CTest/cmCTestP4.h                           |   38 +-
 Source/CTest/cmCTestReadCustomFilesCommand.cxx     |   19 +-
 Source/CTest/cmCTestReadCustomFilesCommand.h       |   30 +-
 Source/CTest/cmCTestRunScriptCommand.cxx           |   22 +-
 Source/CTest/cmCTestRunScriptCommand.h             |   30 +-
 Source/CTest/cmCTestRunTest.cxx                    |   66 +-
 Source/CTest/cmCTestRunTest.h                      |   27 +-
 Source/CTest/cmCTestSVN.cxx                        |   70 +-
 Source/CTest/cmCTestSVN.h                          |   43 +-
 Source/CTest/cmCTestScriptHandler.cxx              |   96 +-
 Source/CTest/cmCTestScriptHandler.h                |   31 +-
 Source/CTest/cmCTestSleepCommand.cxx               |   22 +-
 Source/CTest/cmCTestSleepCommand.h                 |   30 +-
 Source/CTest/cmCTestStartCommand.cxx               |   31 +-
 Source/CTest/cmCTestStartCommand.h                 |   31 +-
 Source/CTest/cmCTestSubmitCommand.cxx              |   24 +-
 Source/CTest/cmCTestSubmitCommand.h                |   39 +-
 Source/CTest/cmCTestSubmitHandler.cxx              |   95 +-
 Source/CTest/cmCTestSubmitHandler.h                |   29 +-
 Source/CTest/cmCTestTestCommand.cxx                |   21 +-
 Source/CTest/cmCTestTestCommand.h                  |   27 +-
 Source/CTest/cmCTestTestHandler.cxx                |  313 +-
 Source/CTest/cmCTestTestHandler.h                  |   42 +-
 Source/CTest/cmCTestUpdateCommand.cxx              |   21 +-
 Source/CTest/cmCTestUpdateCommand.h                |   27 +-
 Source/CTest/cmCTestUpdateHandler.cxx              |   45 +-
 Source/CTest/cmCTestUpdateHandler.h                |   25 +-
 Source/CTest/cmCTestUploadCommand.cxx              |   41 +-
 Source/CTest/cmCTestUploadCommand.h                |   33 +-
 Source/CTest/cmCTestUploadHandler.cxx              |   17 +-
 Source/CTest/cmCTestUploadHandler.h                |   23 +-
 Source/CTest/cmCTestVC.cxx                         |   21 +-
 Source/CTest/cmCTestVC.h                           |   27 +-
 Source/CTest/cmParseBlanketJSCoverage.cxx          |   21 +-
 Source/CTest/cmParseBlanketJSCoverage.h            |   23 +-
 Source/CTest/cmParseCacheCoverage.cxx              |    6 +-
 Source/CTest/cmParseCacheCoverage.h                |   24 +-
 Source/CTest/cmParseCoberturaCoverage.cxx          |   15 +-
 Source/CTest/cmParseCoberturaCoverage.h            |   23 +-
 Source/CTest/cmParseDelphiCoverage.cxx             |    5 +-
 Source/CTest/cmParseDelphiCoverage.h               |   23 +-
 Source/CTest/cmParseGTMCoverage.cxx                |    6 +-
 Source/CTest/cmParseGTMCoverage.h                  |   23 +-
 Source/CTest/cmParseJacocoCoverage.cxx             |   15 +-
 Source/CTest/cmParseJacocoCoverage.h               |   24 +-
 Source/CTest/cmParseMumpsCoverage.cxx              |   32 +-
 Source/CTest/cmParseMumpsCoverage.h                |   22 +-
 Source/CTest/cmParsePHPCoverage.cxx                |   10 +-
 Source/CTest/cmParsePHPCoverage.h                  |   22 +-
 Source/CTest/cmProcess.cxx                         |   28 +-
 Source/CTest/cmProcess.h                           |   17 +-
 Source/Checks/cm_cxx11_unordered_map.cmake         |   25 -
 Source/Checks/cm_cxx_auto_ptr.cxx                  |   18 +
 Source/Checks/cm_cxx_features.cmake                |   45 +
 Source/Checks/cm_cxx_make_unique.cxx               |    6 +
 Source/Checks/cm_cxx_nullptr.cxx                   |   14 +
 Source/Checks/cm_cxx_override.cxx                  |   24 +
 Source/Checks/cm_cxx_unique_ptr.cxx                |    6 +
 ..._unordered_map.cpp => cm_cxx_unordered_map.cxx} |    0
 Source/Checks/cm_cxx_unordered_set.cxx             |    7 +
 Source/CursesDialog/CMakeLists.txt                 |   15 +-
 Source/CursesDialog/ccmake.cxx                     |   67 +-
 Source/CursesDialog/cmCursesBoolWidget.cxx         |   33 +-
 Source/CursesDialog/cmCursesBoolWidget.h           |   18 +-
 .../CursesDialog/cmCursesCacheEntryComposite.cxx   |   30 +-
 Source/CursesDialog/cmCursesCacheEntryComposite.h  |   21 +-
 Source/CursesDialog/cmCursesDummyWidget.cxx        |   19 +-
 Source/CursesDialog/cmCursesDummyWidget.h          |   18 +-
 Source/CursesDialog/cmCursesFilePathWidget.cxx     |   16 +-
 Source/CursesDialog/cmCursesFilePathWidget.h       |   15 +-
 Source/CursesDialog/cmCursesForm.cxx               |   19 +-
 Source/CursesDialog/cmCursesForm.h                 |   15 +-
 Source/CursesDialog/cmCursesLabelWidget.cxx        |   18 +-
 Source/CursesDialog/cmCursesLabelWidget.h          |   22 +-
 Source/CursesDialog/cmCursesLongMessageForm.cxx    |   37 +-
 Source/CursesDialog/cmCursesLongMessageForm.h      |   27 +-
 Source/CursesDialog/cmCursesMainForm.cxx           |   92 +-
 Source/CursesDialog/cmCursesMainForm.h             |   33 +-
 Source/CursesDialog/cmCursesOptionsWidget.cxx      |   64 +-
 Source/CursesDialog/cmCursesOptionsWidget.h        |   21 +-
 Source/CursesDialog/cmCursesPathWidget.cxx         |   17 +-
 Source/CursesDialog/cmCursesPathWidget.h           |   26 +-
 Source/CursesDialog/cmCursesStandardIncludes.h     |   19 +-
 Source/CursesDialog/cmCursesStringWidget.cxx       |   52 +-
 Source/CursesDialog/cmCursesStringWidget.h         |   24 +-
 Source/CursesDialog/cmCursesWidget.cxx             |   17 +-
 Source/CursesDialog/cmCursesWidget.h               |   18 +-
 Source/CursesDialog/form/CMakeLists.txt            |   14 +-
 Source/CursesDialog/form/cmFormConfigure.h.in      |   14 +-
 Source/CursesDialog/form/form.h                    |    4 -
 Source/Modules/FindJsonCpp.cmake                   |   16 +-
 Source/Modules/FindLibUV.cmake                     |  121 +
 Source/QtDialog/AddCacheEntry.cxx                  |   17 +-
 Source/QtDialog/AddCacheEntry.h                    |   14 +-
 Source/QtDialog/CMakeLists.txt                     |   25 +-
 Source/QtDialog/CMakeSetup.cxx                     |   37 +-
 Source/QtDialog/CMakeSetup64.png                   |  Bin 0 -> 7213 bytes
 Source/QtDialog/CMakeSetupDialog.cxx               |   64 +-
 Source/QtDialog/CMakeSetupDialog.h                 |   16 +-
 Source/QtDialog/CMakeSetupDialog.ui                |    7 +
 Source/QtDialog/Compilers.h                        |    4 +-
 Source/QtDialog/FirstConfigure.cxx                 |   21 +-
 Source/QtDialog/QCMake.cxx                         |   14 +-
 Source/QtDialog/QCMake.h                           |   18 +-
 Source/QtDialog/QCMakeCacheView.cxx                |   47 +-
 Source/QtDialog/QCMakeCacheView.h                  |   14 +-
 Source/QtDialog/QCMakeWidgets.cxx                  |   20 +-
 Source/QtDialog/QCMakeWidgets.h                    |   21 +-
 Source/QtDialog/RegexExplorer.cxx                  |   14 +-
 Source/QtDialog/RegexExplorer.h                    |   14 +-
 Source/QtDialog/WarningMessagesDialog.cxx          |   14 +-
 Source/QtDialog/WarningMessagesDialog.h            |   14 +-
 Source/QtIFW/CMake.DeveloperReference.HTML.qs.in   |   21 +
 Source/QtIFW/cmake.org.html                        |    2 +-
 Source/QtIFW/installscript.qs.in                   |    3 +-
 Source/bindexplib.cxx                              |   17 +-
 Source/bindexplib.h                                |   16 +-
 Source/cmAddCompileOptionsCommand.cxx              |   15 +-
 Source/cmAddCompileOptionsCommand.h                |   21 +-
 Source/cmAddCustomCommandCommand.cxx               |   38 +-
 Source/cmAddCustomCommandCommand.h                 |   21 +-
 Source/cmAddCustomTargetCommand.cxx                |   17 +-
 Source/cmAddCustomTargetCommand.h                  |   21 +-
 Source/cmAddDefinitionsCommand.cxx                 |   15 +-
 Source/cmAddDefinitionsCommand.h                   |   21 +-
 Source/cmAddDependenciesCommand.cxx                |   13 +-
 Source/cmAddDependenciesCommand.h                  |   21 +-
 Source/cmAddExecutableCommand.cxx                  |   13 +-
 Source/cmAddExecutableCommand.h                    |   21 +-
 Source/cmAddLibraryCommand.cxx                     |   15 +-
 Source/cmAddLibraryCommand.h                       |   21 +-
 Source/cmAddSubDirectoryCommand.cxx                |   15 +-
 Source/cmAddSubDirectoryCommand.h                  |   21 +-
 Source/cmAddTestCommand.cxx                        |   13 +-
 Source/cmAddTestCommand.h                          |   21 +-
 Source/cmAlgorithms.h                              |   15 +-
 Source/cmArchiveWrite.cxx                          |   34 +-
 Source/cmArchiveWrite.h                            |   31 +-
 Source/cmAuxSourceDirectoryCommand.cxx             |   25 +-
 Source/cmAuxSourceDirectoryCommand.h               |   21 +-
 Source/cmBase32.cxx                                |   99 +
 Source/cmBase32.h                                  |   33 +
 Source/cmBootstrapCommands1.cxx                    |   13 +-
 Source/cmBootstrapCommands2.cxx                    |   13 +-
 Source/cmBreakCommand.cxx                          |   15 +-
 Source/cmBreakCommand.h                            |   23 +-
 Source/cmBuildCommand.cxx                          |   42 +-
 Source/cmBuildCommand.h                            |   21 +-
 Source/cmBuildNameCommand.cxx                      |   15 +-
 Source/cmBuildNameCommand.h                        |   23 +-
 Source/cmCLocaleEnvironmentScope.cxx               |   24 +-
 Source/cmCLocaleEnvironmentScope.h                 |   19 +-
 Source/cmCMakeHostSystemInformationCommand.cxx     |   19 +-
 Source/cmCMakeHostSystemInformationCommand.h       |   23 +-
 Source/cmCMakeMinimumRequired.cxx                  |   13 +-
 Source/cmCMakeMinimumRequired.h                    |   23 +-
 Source/cmCMakePolicyCommand.cxx                    |   30 +-
 Source/cmCMakePolicyCommand.h                      |   23 +-
 Source/cmCPackPropertiesGenerator.cxx              |    7 +-
 Source/cmCPackPropertiesGenerator.h                |   26 +-
 Source/cmCPluginAPI.cxx                            |   48 +-
 Source/cmCPluginAPI.h                              |   13 +-
 Source/cmCTest.cxx                                 |  447 +-
 Source/cmCTest.h                                   |  221 +-
 Source/cmCacheManager.cxx                          |   45 +-
 Source/cmCacheManager.h                            |   33 +-
 Source/cmCallVisualStudioMacro.cxx                 |   17 +-
 Source/cmCallVisualStudioMacro.h                   |   15 +-
 Source/cmCommand.h                                 |   17 +-
 Source/cmCommandArgumentLexer.cxx                  |   26 +-
 Source/cmCommandArgumentLexer.h                    |   13 +-
 Source/cmCommandArgumentLexer.in.l                 |   13 +-
 Source/cmCommandArgumentParser.cxx                 |   26 +-
 Source/cmCommandArgumentParser.y                   |   13 +-
 Source/cmCommandArgumentParserHelper.cxx           |   53 +-
 Source/cmCommandArgumentParserHelper.h             |   18 +-
 Source/cmCommandArgumentParserTokens.h             |   13 +-
 Source/cmCommandArgumentsHelper.cxx                |   51 +-
 Source/cmCommandArgumentsHelper.h                  |   41 +-
 Source/cmCommands.cxx.in                           |   13 +-
 Source/cmCommands.h                                |   15 +-
 Source/cmCommandsForBootstrap.cxx                  |   13 +-
 Source/cmCommonTargetGenerator.cxx                 |  226 +-
 Source/cmCommonTargetGenerator.h                   |   41 +-
 Source/cmComputeComponentGraph.cxx                 |   13 +-
 Source/cmComputeComponentGraph.h                   |   16 +-
 Source/cmComputeLinkDepends.cxx                    |   28 +-
 Source/cmComputeLinkDepends.h                      |   24 +-
 Source/cmComputeLinkInformation.cxx                |   46 +-
 Source/cmComputeLinkInformation.h                  |   28 +-
 Source/cmComputeTargetDepends.cxx                  |   28 +-
 Source/cmComputeTargetDepends.h                    |   22 +-
 Source/cmConditionEvaluator.cxx                    |   73 +-
 Source/cmConditionEvaluator.h                      |   13 +-
 Source/cmConfigure.cmake.h.in                      |   48 +-
 Source/cmConfigureFileCommand.cxx                  |   13 +-
 Source/cmConfigureFileCommand.h                    |   23 +-
 Source/cmContinueCommand.cxx                       |   13 +-
 Source/cmContinueCommand.h                         |   23 +-
 Source/cmCoreTryCompile.cxx                        |   55 +-
 Source/cmCoreTryCompile.h                          |   13 +-
 Source/cmCreateTestSourceList.cxx                  |   13 +-
 Source/cmCreateTestSourceList.h                    |   21 +-
 Source/cmCryptoHash.cxx                            |  160 +-
 Source/cmCryptoHash.h                              |   69 +-
 Source/cmCurl.cxx                                  |   26 +-
 Source/cmCurl.h                                    |   20 +-
 Source/cmCustomCommand.cxx                         |   29 +-
 Source/cmCustomCommand.h                           |   26 +-
 Source/cmCustomCommandGenerator.cxx                |   26 +-
 Source/cmCustomCommandGenerator.h                  |   20 +-
 Source/cmCustomCommandLines.h                      |   29 +
 Source/cmDefinePropertyCommand.cxx                 |   15 +-
 Source/cmDefinePropertyCommand.h                   |   21 +-
 Source/cmDefinitions.cxx                           |   17 +-
 Source/cmDefinitions.h                             |   26 +-
 Source/cmDepends.cxx                               |   37 +-
 Source/cmDepends.h                                 |   24 +-
 Source/cmDependsC.cxx                              |   60 +-
 Source/cmDependsC.h                                |   31 +-
 Source/cmDependsFortran.cxx                        |  122 +-
 Source/cmDependsFortran.h                          |   33 +-
 Source/cmDependsJava.cxx                           |   24 +-
 Source/cmDependsJava.h                             |   33 +-
 Source/cmDependsJavaLexer.cxx                      |   15 +-
 Source/cmDependsJavaLexer.h                        |   13 +-
 Source/cmDependsJavaLexer.in.l                     |   13 +-
 Source/cmDependsJavaParser.cxx                     |   13 +-
 Source/cmDependsJavaParser.y                       |   13 +-
 Source/cmDependsJavaParserHelper.cxx               |   69 +-
 Source/cmDependsJavaParserHelper.h                 |   35 +-
 Source/cmDocumentation.cxx                         |   45 +-
 Source/cmDocumentation.h                           |   29 +-
 Source/cmDocumentationEntry.h                      |   36 +
 Source/cmDocumentationFormatter.cxx                |   19 +-
 Source/cmDocumentationFormatter.h                  |   17 +-
 Source/cmDocumentationSection.cxx                  |   13 +-
 Source/cmDocumentationSection.h                    |   20 +-
 Source/cmDynamicLoader.cxx                         |   28 +-
 Source/cmDynamicLoader.h                           |   15 +-
 Source/cmELF.cxx                                   |  112 +-
 Source/cmELF.h                                     |   18 +-
 Source/cmElseCommand.cxx                           |   13 +-
 Source/cmElseCommand.h                             |   23 +-
 Source/cmElseIfCommand.cxx                         |   13 +-
 Source/cmElseIfCommand.h                           |   23 +-
 Source/cmEnableLanguageCommand.cxx                 |   15 +-
 Source/cmEnableLanguageCommand.h                   |   21 +-
 Source/cmEnableTestingCommand.cxx                  |   13 +-
 Source/cmEnableTestingCommand.h                    |   21 +-
 Source/cmEndForEachCommand.cxx                     |   13 +-
 Source/cmEndForEachCommand.h                       |   26 +-
 Source/cmEndFunctionCommand.cxx                    |   13 +-
 Source/cmEndFunctionCommand.h                      |   26 +-
 Source/cmEndIfCommand.cxx                          |   13 +-
 Source/cmEndIfCommand.h                            |   23 +-
 Source/cmEndMacroCommand.cxx                       |   13 +-
 Source/cmEndMacroCommand.h                         |   26 +-
 Source/cmEndWhileCommand.cxx                       |   13 +-
 Source/cmEndWhileCommand.h                         |   26 +-
 Source/cmExecProgramCommand.cxx                    |   23 +-
 Source/cmExecProgramCommand.h                      |   26 +-
 Source/cmExecuteProcessCommand.cxx                 |   24 +-
 Source/cmExecuteProcessCommand.h                   |   23 +-
 Source/cmExecutionStatus.h                         |   15 +-
 Source/cmExpandedCommandArgument.cxx               |   14 +-
 Source/cmExpandedCommandArgument.h                 |   15 +-
 Source/cmExportBuildAndroidMKGenerator.cxx         |  196 +
 Source/cmExportBuildAndroidMKGenerator.h           |   60 +
 Source/cmExportBuildFileGenerator.cxx              |   38 +-
 Source/cmExportBuildFileGenerator.h                |   39 +-
 Source/cmExportCommand.cxx                         |   45 +-
 Source/cmExportCommand.h                           |   22 +-
 Source/cmExportFileGenerator.cxx                   |   83 +-
 Source/cmExportFileGenerator.h                     |   66 +-
 Source/cmExportInstallAndroidMKGenerator.cxx       |  137 +
 Source/cmExportInstallAndroidMKGenerator.h         |   64 +
 Source/cmExportInstallFileGenerator.cxx            |  175 +-
 Source/cmExportInstallFileGenerator.h              |   53 +-
 Source/cmExportLibraryDependenciesCommand.cxx      |   27 +-
 Source/cmExportLibraryDependenciesCommand.h        |   31 +-
 Source/cmExportSet.cxx                             |   14 +-
 Source/cmExportSet.h                               |   20 +-
 Source/cmExportSetMap.cxx                          |   16 +-
 Source/cmExportSetMap.h                            |   18 +-
 Source/cmExportTryCompileFileGenerator.cxx         |   35 +-
 Source/cmExportTryCompileFileGenerator.h           |   39 +-
 Source/cmExprLexer.cxx                             |   15 +-
 Source/cmExprLexer.h                               |   13 +-
 Source/cmExprLexer.in.l                            |   13 +-
 Source/cmExprParser.cxx                            |   13 +-
 Source/cmExprParser.y                              |   13 +-
 Source/cmExprParserHelper.cxx                      |   26 +-
 Source/cmExprParserHelper.h                        |   21 +-
 Source/cmExternalMakefileProjectGenerator.cxx      |   68 +-
 Source/cmExternalMakefileProjectGenerator.h        |   74 +-
 Source/cmExtraCodeBlocksGenerator.cxx              |  138 +-
 Source/cmExtraCodeBlocksGenerator.h                |   36 +-
 Source/cmExtraCodeLiteGenerator.cxx                |  393 +-
 Source/cmExtraCodeLiteGenerator.h                  |   59 +-
 Source/cmExtraEclipseCDT4Generator.cxx             |   93 +-
 Source/cmExtraEclipseCDT4Generator.h               |   47 +-
 Source/cmExtraKateGenerator.cxx                    |   56 +-
 Source/cmExtraKateGenerator.h                      |   37 +-
 Source/cmExtraSublimeTextGenerator.cxx             |  100 +-
 Source/cmExtraSublimeTextGenerator.h               |   42 +-
 Source/cmFLTKWrapUICommand.cxx                     |   17 +-
 Source/cmFLTKWrapUICommand.h                       |   25 +-
 Source/cmFileCommand.cxx                           |  225 +-
 Source/cmFileCommand.h                             |   23 +-
 Source/cmFileLock.cxx                              |   14 +-
 Source/cmFileLock.h                                |   18 +-
 Source/cmFileLockPool.cxx                          |   19 +-
 Source/cmFileLockPool.h                            |   18 +-
 Source/cmFileLockResult.cxx                        |   15 +-
 Source/cmFileLockResult.h                          |   18 +-
 Source/cmFileLockUnix.cxx                          |   23 +-
 Source/cmFileLockWin32.cxx                         |   14 +-
 Source/cmFileMonitor.cxx                           |  389 ++
 Source/cmFileMonitor.h                             |   28 +
 Source/cmFilePathUuid.cxx                          |  118 +
 Source/cmFilePathUuid.h                            |   69 +
 Source/cmFileTimeComparison.cxx                    |   59 +-
 Source/cmFileTimeComparison.h                      |   15 +-
 Source/cmFindBase.cxx                              |   22 +-
 Source/cmFindBase.h                                |   13 +-
 Source/cmFindCommon.cxx                            |   17 +-
 Source/cmFindCommon.h                              |   15 +-
 Source/cmFindFileCommand.cxx                       |   13 +-
 Source/cmFindFileCommand.h                         |   17 +-
 Source/cmFindLibraryCommand.cxx                    |   28 +-
 Source/cmFindLibraryCommand.h                      |   23 +-
 Source/cmFindPackageCommand.cxx                    |  268 +-
 Source/cmFindPackageCommand.h                      |   65 +-
 Source/cmFindPathCommand.cxx                       |   18 +-
 Source/cmFindPathCommand.h                         |   23 +-
 Source/cmFindProgramCommand.cxx                    |   16 +-
 Source/cmFindProgramCommand.h                      |   23 +-
 Source/cmForEachCommand.cxx                        |   27 +-
 Source/cmForEachCommand.h                          |   31 +-
 Source/cmFortranLexer.cxx                          | 2357 +++++-----
 Source/cmFortranLexer.h                            |  147 +-
 Source/cmFortranLexer.in.l                         |   43 +-
 Source/cmFortranParser.cxx                         |  668 +--
 Source/cmFortranParser.h                           |   21 +-
 Source/cmFortranParser.y                           |  236 +-
 Source/cmFortranParserImpl.cxx                     |   98 +-
 Source/cmFortranParserTokens.h                     |   52 +-
 Source/cmFunctionBlocker.h                         |   15 +-
 Source/cmFunctionCommand.cxx                       |   37 +-
 Source/cmFunctionCommand.h                         |   31 +-
 Source/cmGeneratedFileStream.cxx                   |   21 +-
 Source/cmGeneratedFileStream.h                     |   18 +-
 Source/cmGeneratorExpression.cxx                   |   30 +-
 Source/cmGeneratorExpression.h                     |   47 +-
 Source/cmGeneratorExpressionContext.cxx            |   16 +-
 Source/cmGeneratorExpressionContext.h              |   13 +-
 Source/cmGeneratorExpressionDAGChecker.cxx         |   24 +-
 Source/cmGeneratorExpressionDAGChecker.h           |   26 +-
 Source/cmGeneratorExpressionEvaluationFile.cxx     |   46 +-
 Source/cmGeneratorExpressionEvaluationFile.h       |   29 +-
 Source/cmGeneratorExpressionEvaluator.cxx          |   53 +-
 Source/cmGeneratorExpressionEvaluator.h            |   35 +-
 Source/cmGeneratorExpressionLexer.cxx              |   13 +-
 Source/cmGeneratorExpressionLexer.h                |   17 +-
 Source/cmGeneratorExpressionNode.cxx               |  355 +-
 Source/cmGeneratorExpressionNode.h                 |   33 +-
 Source/cmGeneratorExpressionParser.cxx             |   17 +-
 Source/cmGeneratorExpressionParser.h               |   18 +-
 Source/cmGeneratorTarget.cxx                       |  466 +-
 Source/cmGeneratorTarget.h                         |   41 +-
 Source/cmGetCMakePropertyCommand.cxx               |   15 +-
 Source/cmGetCMakePropertyCommand.h                 |   23 +-
 Source/cmGetDirectoryPropertyCommand.cxx           |   15 +-
 Source/cmGetDirectoryPropertyCommand.h             |   23 +-
 Source/cmGetFilenameComponentCommand.cxx           |   13 +-
 Source/cmGetFilenameComponentCommand.h             |   23 +-
 Source/cmGetPropertyCommand.cxx                    |   58 +-
 Source/cmGetPropertyCommand.h                      |   23 +-
 Source/cmGetSourceFilePropertyCommand.cxx          |   15 +-
 Source/cmGetSourceFilePropertyCommand.h            |   24 +-
 Source/cmGetTargetPropertyCommand.cxx              |   37 +-
 Source/cmGetTargetPropertyCommand.h                |   21 +-
 Source/cmGetTestPropertyCommand.cxx                |   15 +-
 Source/cmGetTestPropertyCommand.h                  |   21 +-
 Source/cmGhsMultiGpj.cxx                           |   13 +-
 Source/cmGhsMultiGpj.h                             |   15 +-
 Source/cmGhsMultiTargetGenerator.cxx               |   16 +-
 Source/cmGhsMultiTargetGenerator.h                 |   17 +-
 Source/cmGlobalBorlandMakefileGenerator.cxx        |   13 +-
 Source/cmGlobalBorlandMakefileGenerator.h          |   13 +-
 Source/cmGlobalCommonGenerator.cxx                 |   15 +-
 Source/cmGlobalCommonGenerator.h                   |   19 +-
 Source/cmGlobalGenerator.cxx                       |  393 +-
 Source/cmGlobalGenerator.h                         |  113 +-
 Source/cmGlobalGeneratorFactory.h                  |   39 +-
 Source/cmGlobalGhsMultiGenerator.cxx               |   14 +-
 Source/cmGlobalGhsMultiGenerator.h                 |   19 +-
 Source/cmGlobalJOMMakefileGenerator.cxx            |   13 +-
 Source/cmGlobalJOMMakefileGenerator.h              |   13 +-
 Source/cmGlobalKdevelopGenerator.cxx               |   72 +-
 Source/cmGlobalKdevelopGenerator.h                 |   34 +-
 Source/cmGlobalMSYSMakefileGenerator.cxx           |   13 +-
 Source/cmGlobalMSYSMakefileGenerator.h             |   13 +-
 Source/cmGlobalMinGWMakefileGenerator.cxx          |   13 +-
 Source/cmGlobalMinGWMakefileGenerator.h            |   13 +-
 Source/cmGlobalNMakeMakefileGenerator.cxx          |   13 +-
 Source/cmGlobalNMakeMakefileGenerator.h            |   13 +-
 Source/cmGlobalNinjaGenerator.cxx                  |  705 ++-
 Source/cmGlobalNinjaGenerator.h                    |  134 +-
 Source/cmGlobalUnixMakefileGenerator3.cxx          |   72 +-
 Source/cmGlobalUnixMakefileGenerator3.h            |  115 +-
 Source/cmGlobalVisualStudio10Generator.cxx         |   58 +-
 Source/cmGlobalVisualStudio10Generator.h           |   13 +-
 Source/cmGlobalVisualStudio11Generator.cxx         |   24 +-
 Source/cmGlobalVisualStudio11Generator.h           |   13 +-
 Source/cmGlobalVisualStudio12Generator.cxx         |   24 +-
 Source/cmGlobalVisualStudio12Generator.h           |   13 +-
 Source/cmGlobalVisualStudio14Generator.cxx         |   24 +-
 Source/cmGlobalVisualStudio14Generator.h           |   13 +-
 Source/cmGlobalVisualStudio15Generator.cxx         |  142 +
 Source/cmGlobalVisualStudio15Generator.h           |   37 +
 Source/cmGlobalVisualStudio71Generator.cxx         |   14 +-
 Source/cmGlobalVisualStudio71Generator.h           |   13 +-
 Source/cmGlobalVisualStudio7Generator.cxx          |   50 +-
 Source/cmGlobalVisualStudio7Generator.h            |   19 +-
 Source/cmGlobalVisualStudio8Generator.cxx          |   25 +-
 Source/cmGlobalVisualStudio8Generator.h            |   13 +-
 Source/cmGlobalVisualStudio9Generator.cxx          |   24 +-
 Source/cmGlobalVisualStudio9Generator.h            |   13 +-
 Source/cmGlobalVisualStudioGenerator.cxx           |   20 +-
 Source/cmGlobalVisualStudioGenerator.h             |   18 +-
 Source/cmGlobalWatcomWMakeGenerator.cxx            |   17 +-
 Source/cmGlobalWatcomWMakeGenerator.h              |   33 +-
 Source/cmGlobalXCodeGenerator.cxx                  |  221 +-
 Source/cmGlobalXCodeGenerator.h                    |   19 +-
 Source/cmGraphAdjacencyList.h                      |   15 +-
 Source/cmGraphVizWriter.cxx                        |   64 +-
 Source/cmGraphVizWriter.h                          |   25 +-
 Source/cmHexFileConverter.cxx                      |   28 +-
 Source/cmHexFileConverter.h                        |   15 +-
 Source/cmIDEFlagTable.h                            |   13 +-
 Source/cmIDEOptions.cxx                            |   13 +-
 Source/cmIDEOptions.h                              |   15 +-
 Source/cmIfCommand.cxx                             |   25 +-
 Source/cmIfCommand.h                               |   34 +-
 Source/cmIncludeCommand.cxx                        |   17 +-
 Source/cmIncludeCommand.h                          |   23 +-
 Source/cmIncludeDirectoryCommand.cxx               |   15 +-
 Source/cmIncludeDirectoryCommand.h                 |   21 +-
 Source/cmIncludeExternalMSProjectCommand.cxx       |   13 +-
 Source/cmIncludeExternalMSProjectCommand.h         |   27 +-
 Source/cmIncludeRegularExpressionCommand.cxx       |   15 +-
 Source/cmIncludeRegularExpressionCommand.h         |   27 +-
 Source/cmInstallCommand.cxx                        |  186 +-
 Source/cmInstallCommand.h                          |   22 +-
 Source/cmInstallCommandArguments.cxx               |   35 +-
 Source/cmInstallCommandArguments.h                 |   16 +-
 Source/cmInstallDirectoryGenerator.cxx             |   33 +-
 Source/cmInstallDirectoryGenerator.h               |   33 +-
 Source/cmInstallExportAndroidMKGenerator.cxx       |  140 +
 Source/cmInstallExportAndroidMKGenerator.h         |   37 +
 Source/cmInstallExportGenerator.cxx                |   83 +-
 Source/cmInstallExportGenerator.h                  |   41 +-
 Source/cmInstallFilesCommand.cxx                   |   23 +-
 Source/cmInstallFilesCommand.h                     |   25 +-
 Source/cmInstallFilesGenerator.cxx                 |   27 +-
 Source/cmInstallFilesGenerator.h                   |   34 +-
 Source/cmInstallGenerator.cxx                      |   15 +-
 Source/cmInstallGenerator.h                        |   36 +-
 Source/cmInstallProgramsCommand.cxx                |   23 +-
 Source/cmInstallProgramsCommand.h                  |   25 +-
 Source/cmInstallScriptGenerator.cxx                |   18 +-
 Source/cmInstallScriptGenerator.h                  |   22 +-
 Source/cmInstallTargetGenerator.cxx                |   44 +-
 Source/cmInstallTargetGenerator.h                  |   32 +-
 Source/cmInstallTargetsCommand.cxx                 |   30 +-
 Source/cmInstallTargetsCommand.h                   |   21 +-
 Source/cmInstallType.h                             |   13 +-
 Source/cmInstalledFile.cxx                         |   19 +-
 Source/cmInstalledFile.h                           |   22 +-
 Source/cmLinkDirectoriesCommand.cxx                |   15 +-
 Source/cmLinkDirectoriesCommand.h                  |   21 +-
 Source/cmLinkItem.h                                |   18 +-
 Source/cmLinkLibrariesCommand.cxx                  |   15 +-
 Source/cmLinkLibrariesCommand.h                    |   21 +-
 Source/cmLinkedTree.h                              |   21 +-
 Source/cmListCommand.cxx                           |   13 +-
 Source/cmListCommand.h                             |   23 +-
 Source/cmListFileCache.cxx                         |  223 +-
 Source/cmListFileCache.h                           |   25 +-
 Source/cmListFileLexer.c                           |   13 +-
 Source/cmListFileLexer.h                           |   13 +-
 Source/cmListFileLexer.in.l                        |   13 +-
 Source/cmLoadCacheCommand.cxx                      |   15 +-
 Source/cmLoadCacheCommand.h                        |   21 +-
 Source/cmLoadCommandCommand.cxx                    |   39 +-
 Source/cmLoadCommandCommand.h                      |   21 +-
 Source/cmLocalCommonGenerator.cxx                  |   70 +-
 Source/cmLocalCommonGenerator.h                    |   34 +-
 Source/cmLocalGenerator.cxx                        |  285 +-
 Source/cmLocalGenerator.h                          |   72 +-
 Source/cmLocalGhsMultiGenerator.cxx                |   13 +-
 Source/cmLocalGhsMultiGenerator.h                  |   13 +-
 Source/cmLocalNinjaGenerator.cxx                   |   82 +-
 Source/cmLocalNinjaGenerator.h                     |   54 +-
 Source/cmLocalUnixMakefileGenerator3.cxx           |  267 +-
 Source/cmLocalUnixMakefileGenerator3.h             |   89 +-
 Source/cmLocalVisualStudio10Generator.cxx          |   15 +-
 Source/cmLocalVisualStudio10Generator.h            |   13 +-
 Source/cmLocalVisualStudio7Generator.cxx           |   59 +-
 Source/cmLocalVisualStudio7Generator.h             |   13 +-
 Source/cmLocalVisualStudioGenerator.cxx            |   30 +-
 Source/cmLocalVisualStudioGenerator.h              |   20 +-
 Source/cmLocalXCodeGenerator.cxx                   |   14 +-
 Source/cmLocalXCodeGenerator.h                     |   13 +-
 Source/cmLocale.h                                  |   17 +-
 Source/cmMachO.cxx                                 |   13 +-
 Source/cmMachO.h                                   |   13 +-
 Source/cmMacroCommand.cxx                          |   37 +-
 Source/cmMacroCommand.h                            |   31 +-
 Source/cmMakeDirectoryCommand.cxx                  |   13 +-
 Source/cmMakeDirectoryCommand.h                    |   23 +-
 Source/cmMakefile.cxx                              |  547 ++-
 Source/cmMakefile.h                                |  135 +-
 Source/cmMakefileExecutableTargetGenerator.cxx     |  154 +-
 Source/cmMakefileExecutableTargetGenerator.h       |   21 +-
 Source/cmMakefileLibraryTargetGenerator.cxx        |  224 +-
 Source/cmMakefileLibraryTargetGenerator.h          |   23 +-
 Source/cmMakefileTargetGenerator.cxx               |  403 +-
 Source/cmMakefileTargetGenerator.h                 |   42 +-
 Source/cmMakefileUtilityTargetGenerator.cxx        |   36 +-
 Source/cmMakefileUtilityTargetGenerator.h          |   21 +-
 Source/cmMarkAsAdvancedCommand.cxx                 |   17 +-
 Source/cmMarkAsAdvancedCommand.h                   |   23 +-
 Source/cmMathCommand.cxx                           |   15 +-
 Source/cmMathCommand.h                             |   23 +-
 Source/cmMessageCommand.cxx                        |   33 +-
 Source/cmMessageCommand.h                          |   23 +-
 Source/cmMessenger.cxx                             |  203 +
 Source/cmMessenger.h                               |   39 +
 Source/cmNewLineStyle.cxx                          |   30 +-
 Source/cmNewLineStyle.h                            |   18 +-
 Source/cmNinjaNormalTargetGenerator.cxx            |  122 +-
 Source/cmNinjaNormalTargetGenerator.h              |   27 +-
 Source/cmNinjaTargetGenerator.cxx                  |  431 +-
 Source/cmNinjaTargetGenerator.h                    |   50 +-
 Source/cmNinjaTypes.h                              |   16 +-
 Source/cmNinjaUtilityTargetGenerator.cxx           |   56 +-
 Source/cmNinjaUtilityTargetGenerator.h             |   24 +-
 Source/cmOSXBundleGenerator.cxx                    |   39 +-
 Source/cmOSXBundleGenerator.h                      |   24 +-
 Source/cmObject.h                                  |   15 +-
 Source/cmOptionCommand.cxx                         |   13 +-
 Source/cmOptionCommand.h                           |   23 +-
 Source/cmOrderDirectories.cxx                      |   27 +-
 Source/cmOrderDirectories.h                        |   26 +-
 Source/cmOutputConverter.cxx                       |  426 +-
 Source/cmOutputConverter.h                         |  100 +-
 Source/cmOutputRequiredFilesCommand.cxx            |   42 +-
 Source/cmOutputRequiredFilesCommand.h              |   21 +-
 Source/cmParseArgumentsCommand.cxx                 |   97 +-
 Source/cmParseArgumentsCommand.h                   |   24 +-
 Source/cmPathLabel.cxx                             |   14 +-
 Source/cmPathLabel.h                               |   15 +-
 Source/cmPolicies.cxx                              |   34 +-
 Source/cmPolicies.h                                |   22 +-
 Source/cmProcessTools.cxx                          |   28 +-
 Source/cmProcessTools.h                            |   27 +-
 Source/cmProjectCommand.cxx                        |   15 +-
 Source/cmProjectCommand.h                          |   21 +-
 Source/cmProperty.cxx                              |   17 +-
 Source/cmProperty.h                                |   17 +-
 Source/cmPropertyDefinition.cxx                    |   15 +-
 Source/cmPropertyDefinition.h                      |   17 +-
 Source/cmPropertyDefinitionMap.cxx                 |   23 +-
 Source/cmPropertyDefinitionMap.h                   |   19 +-
 Source/cmPropertyMap.cxx                           |   33 +-
 Source/cmPropertyMap.h                             |   21 +-
 Source/cmQTWrapCPPCommand.cxx                      |   15 +-
 Source/cmQTWrapCPPCommand.h                        |   21 +-
 Source/cmQTWrapUICommand.cxx                       |   17 +-
 Source/cmQTWrapUICommand.h                         |   21 +-
 Source/cmQtAutoGeneratorInitializer.cxx            |  212 +-
 Source/cmQtAutoGeneratorInitializer.h              |   22 +-
 Source/cmQtAutoGenerators.cxx                      |  236 +-
 Source/cmQtAutoGenerators.h                        |   23 +-
 Source/cmRST.cxx                                   |   18 +-
 Source/cmRST.h                                     |   20 +-
 Source/cmRemoveCommand.cxx                         |   15 +-
 Source/cmRemoveCommand.h                           |   23 +-
 Source/cmRemoveDefinitionsCommand.cxx              |   15 +-
 Source/cmRemoveDefinitionsCommand.h                |   21 +-
 Source/cmReturnCommand.cxx                         |   13 +-
 Source/cmReturnCommand.h                           |   23 +-
 Source/cmScriptGenerator.cxx                       |   25 +-
 Source/cmScriptGenerator.h                         |   19 +-
 Source/cmSearchPath.cxx                            |   26 +-
 Source/cmSearchPath.h                              |   21 +-
 Source/cmSeparateArgumentsCommand.cxx              |   13 +-
 Source/cmSeparateArgumentsCommand.h                |   23 +-
 Source/cmServer.cxx                                |  379 ++
 Source/cmServer.h                                  |   94 +
 Source/cmServerConnection.cxx                      |  377 ++
 Source/cmServerConnection.h                        |   95 +
 Source/cmServerDictionary.h                        |   94 +
 Source/cmServerProtocol.cxx                        | 1077 +++++
 Source/cmServerProtocol.h                          |  134 +
 Source/cmSetCommand.cxx                            |   28 +-
 Source/cmSetCommand.h                              |   23 +-
 Source/cmSetDirectoryPropertiesCommand.cxx         |   18 +-
 Source/cmSetDirectoryPropertiesCommand.h           |   29 +-
 Source/cmSetPropertyCommand.cxx                    |   23 +-
 Source/cmSetPropertyCommand.h                      |   23 +-
 Source/cmSetSourceFilesPropertiesCommand.cxx       |   13 +-
 Source/cmSetSourceFilesPropertiesCommand.h         |   27 +-
 Source/cmSetTargetPropertiesCommand.cxx            |   13 +-
 Source/cmSetTargetPropertiesCommand.h              |   21 +-
 Source/cmSetTestsPropertiesCommand.cxx             |   15 +-
 Source/cmSetTestsPropertiesCommand.h               |   21 +-
 Source/cmSiteNameCommand.cxx                       |   16 +-
 Source/cmSiteNameCommand.h                         |   23 +-
 Source/cmSourceFile.cxx                            |   29 +-
 Source/cmSourceFile.h                              |   25 +-
 Source/cmSourceFileLocation.cxx                    |   27 +-
 Source/cmSourceFileLocation.h                      |   17 +-
 Source/cmSourceGroup.cxx                           |   25 +-
 Source/cmSourceGroup.h                             |   21 +-
 Source/cmSourceGroupCommand.cxx                    |   17 +-
 Source/cmSourceGroupCommand.h                      |   21 +-
 Source/cmStandardIncludes.h                        |   97 +-
 Source/cmStandardLexer.h                           |   13 +-
 Source/cmState.cxx                                 |  142 +-
 Source/cmState.h                                   |   40 +-
 Source/cmStringCommand.cxx                         |   94 +-
 Source/cmStringCommand.h                           |   23 +-
 Source/cmSubdirCommand.cxx                         |   15 +-
 Source/cmSubdirCommand.h                           |   21 +-
 Source/cmSubdirDependsCommand.cxx                  |   13 +-
 Source/cmSubdirDependsCommand.h                    |   21 +-
 Source/cmSystemTools.cxx                           |  293 +-
 Source/cmSystemTools.h                             |   78 +-
 Source/cmTarget.cxx                                |  282 +-
 Source/cmTarget.h                                  |   63 +-
 Source/cmTargetCompileDefinitionsCommand.cxx       |   13 +-
 Source/cmTargetCompileDefinitionsCommand.h         |   40 +-
 Source/cmTargetCompileFeaturesCommand.cxx          |   13 +-
 Source/cmTargetCompileFeaturesCommand.h            |   33 +-
 Source/cmTargetCompileOptionsCommand.cxx           |   13 +-
 Source/cmTargetCompileOptionsCommand.h             |   34 +-
 Source/cmTargetDepend.h                            |   15 +-
 Source/cmTargetExport.h                            |   15 +-
 Source/cmTargetIncludeDirectoriesCommand.cxx       |   13 +-
 Source/cmTargetIncludeDirectoriesCommand.h         |   46 +-
 Source/cmTargetLinkLibrariesCommand.cxx            |   26 +-
 Source/cmTargetLinkLibrariesCommand.h              |   21 +-
 Source/cmTargetLinkLibraryType.h                   |   13 +
 Source/cmTargetPropCommandBase.cxx                 |   14 +-
 Source/cmTargetPropCommandBase.h                   |   14 +-
 Source/cmTargetSourcesCommand.cxx                  |   13 +-
 Source/cmTargetSourcesCommand.h                    |   34 +-
 Source/cmTest.cxx                                  |   19 +-
 Source/cmTest.h                                    |   20 +-
 Source/cmTestGenerator.cxx                         |   26 +-
 Source/cmTestGenerator.h                           |   39 +-
 Source/cmTimestamp.cxx                             |   30 +-
 Source/cmTimestamp.h                               |   15 +-
 Source/cmTryCompileCommand.cxx                     |   13 +-
 Source/cmTryCompileCommand.h                       |   21 +-
 Source/cmTryRunCommand.cxx                         |   38 +-
 Source/cmTryRunCommand.h                           |   21 +-
 Source/cmTypeMacro.h                               |   31 +
 Source/cmUnsetCommand.cxx                          |   29 +-
 Source/cmUnsetCommand.h                            |   23 +-
 Source/cmUseMangledMesaCommand.cxx                 |   13 +-
 Source/cmUseMangledMesaCommand.h                   |   23 +-
 Source/cmUtilitySourceCommand.cxx                  |   17 +-
 Source/cmUtilitySourceCommand.h                    |   21 +-
 Source/cmUtils.hxx                                 |   17 +
 Source/cmUuid.cxx                                  |   26 +-
 Source/cmUuid.h                                    |   18 +-
 Source/cmVS140CLFlagTable.h                        |  237 +
 Source/cmVS141CLFlagTable.h                        |  249 +
 Source/cmVS14CLFlagTable.h                         |  237 -
 Source/cmVS14LinkFlagTable.h                       |   17 +-
 Source/cmVariableRequiresCommand.cxx               |   13 +-
 Source/cmVariableRequiresCommand.h                 |   21 +-
 Source/cmVariableWatch.cxx                         |   19 +-
 Source/cmVariableWatch.h                           |   30 +-
 Source/cmVariableWatchCommand.cxx                  |   15 +-
 Source/cmVariableWatchCommand.h                    |   27 +-
 Source/cmVersion.cxx                               |   15 +-
 Source/cmVersion.h                                 |   15 +-
 Source/cmVersionConfig.h.in                        |   15 +-
 Source/cmVersionMacros.h                           |   13 +-
 Source/cmVisualStudio10TargetGenerator.cxx         |  121 +-
 Source/cmVisualStudio10TargetGenerator.h           |   15 +-
 Source/cmVisualStudioGeneratorOptions.cxx          |    1 +
 Source/cmVisualStudioGeneratorOptions.h            |   13 +-
 Source/cmVisualStudioSlnData.cxx                   |   13 +-
 Source/cmVisualStudioSlnData.h                     |   15 +-
 Source/cmVisualStudioSlnParser.cxx                 |   13 +-
 Source/cmVisualStudioSlnParser.h                   |   15 +-
 Source/cmVisualStudioWCEPlatformParser.cxx         |   13 +-
 Source/cmVisualStudioWCEPlatformParser.h           |   15 +-
 Source/cmWhileCommand.cxx                          |   23 +-
 Source/cmWhileCommand.h                            |   34 +-
 Source/cmWriteFileCommand.cxx                      |   13 +-
 Source/cmWriteFileCommand.h                        |   23 +-
 Source/cmXCode21Object.cxx                         |   13 +-
 Source/cmXCode21Object.h                           |   13 +-
 Source/cmXCodeObject.cxx                           |   29 +-
 Source/cmXCodeObject.h                             |   61 +-
 Source/cmXMLParser.cxx                             |   33 +-
 Source/cmXMLParser.h                               |   17 +-
 Source/cmXMLSafe.cxx                               |   15 +-
 Source/cmXMLSafe.h                                 |   15 +-
 Source/cmXMLWriter.cxx                             |   19 +-
 Source/cmXMLWriter.h                               |   15 +-
 Source/cm_auto_ptr.hxx                             |  220 +
 Source/cm_get_date.c                               |   13 +-
 Source/cm_get_date.h                               |   13 +-
 Source/cm_sha2_mangle.h                            |   13 +-
 Source/cm_utf8.c                                   |   13 +-
 Source/cm_utf8.h                                   |   13 +-
 Source/cmake.cxx                                   |  630 ++-
 Source/cmake.h                                     |  101 +-
 Source/cmakemain.cxx                               |   71 +-
 Source/cmakexbuild.cxx                             |   13 +-
 Source/cmcldeps.cxx                                |    3 +-
 Source/cmcmd.cxx                                   |  263 +-
 Source/cmcmd.h                                     |   19 +-
 Source/cmparseMSBuildXML.py                        |    3 +
 Source/ctest.cxx                                   |   38 +-
 Source/dir.dox                                     |    7 +
 Source/dir.dox.in                                  |    7 +
 Source/kwsys/CMakeLists.txt                        |   27 +-
 Source/kwsys/Configure.hxx.in                      |    7 +-
 Source/kwsys/ConsoleBuf.hxx.in                     |  348 ++
 Source/kwsys/Directory.cxx                         |   31 +-
 Source/kwsys/FStream.hxx.in                        |  234 +-
 Source/kwsys/SystemInformation.cxx                 |   15 +-
 Source/kwsys/SystemTools.cxx                       |  408 +-
 Source/kwsys/SystemTools.hxx.in                    |   19 +-
 Source/kwsys/auto_ptr.hxx.in                       |  219 -
 Source/kwsys/kwsysPlatformTestsCXX.cxx             |    5 +
 Source/kwsys/testAutoPtr.cxx                       |  166 -
 Source/kwsys/testConsoleBuf.cxx                    |  719 +++
 Source/kwsys/testConsoleBuf.hxx                    |   25 +
 Source/kwsys/testConsoleBufChild.cxx               |   63 +
 Source/kwsys/testSystemTools.cxx                   |   55 +-
 Templates/TestDriver.cxx.in                        |   10 +-
 Templates/cygwin-package.sh.in                     |  103 -
 Tests/AliasTarget/CMakeLists.txt                   |   15 +-
 Tests/AliasTarget/commandgenerator.cpp             |    3 +-
 Tests/AliasTarget/targetgenerator.cpp              |    3 +-
 Tests/CFBundleTest/CMakeLists.txt                  |    1 -
 Tests/CMakeLib/CMakeLists.txt                      |    1 +
 Tests/CMakeLib/PseudoMemcheck/memtester.cxx.in     |   32 +-
 Tests/CMakeLib/run_compile_commands.cxx            |   39 +-
 Tests/CMakeLib/testFindPackageCommand.cxx          |   67 +
 Tests/CMakeLib/testGeneratedFileStream.cxx         |   20 +-
 Tests/CMakeLib/testRST.cxx                         |   22 +-
 Tests/CMakeLib/testSystemTools.cxx                 |   94 +-
 Tests/CMakeLib/testUTF8.cxx                        |   17 +-
 Tests/CMakeLib/testXMLParser.cxx                   |    2 +-
 Tests/CMakeLib/testXMLSafe.cxx                     |   23 +-
 Tests/CMakeLists.txt                               |  182 +-
 .../CMakeOnly/CheckCXXSymbolExists/CMakeLists.txt  |    2 +-
 .../CMakeOnly/CheckStructHasMember/CMakeLists.txt  |    2 +-
 Tests/CMakeOnly/CheckSymbolExists/CMakeLists.txt   |    2 +-
 Tests/CMakeOnly/find_library/CMakeLists.txt        |    7 +
 .../CMakeOnly/find_library/lib/32/libtest5.a       |    0
 .../find_library/lib/A/{lib64 => lib32}/libtest3.a |    0
 .../{lib/64 => lib32/A/lib}/libtest2.a             |    0
 .../find_library/lib32/A/lib32/libtest4.a          |    0
 .../CMakeOnly/find_library/lib32/A/libtest4.a      |    0
 .../CMakeOnly/find_library/lib32/libtest4.a        |    0
 Tests/CMakeTests/ImplicitLinkInfoTest.cmake.in     |    6 +
 Tests/CMakeTests/ModuleNoticesTest.cmake.in        |   25 +-
 .../String-TIMESTAMP-MonthWeekNames.cmake          |   11 +
 Tests/CMakeTests/StringTest.cmake.in               |    3 +
 Tests/CMakeTests/VersionTest.cmake.in              |   14 +
 Tests/CMakeTests/WhileTest.cmake.in                |    6 +-
 Tests/CPackComponents/Issue 7470.html              |    4 +-
 ...yResult-components-lintian-dpkgdeb-checks.cmake |    2 +-
 .../CPackComponentsDEB/RunCPackVerifyResult.cmake  |    2 +-
 Tests/CTestLimitDashJ/CMakeLists.txt               |    2 +-
 Tests/CTestTestStopTime/GetDate.cmake              |    4 +-
 Tests/CTestUpdateBZR.cmake.in                      |    2 +-
 Tests/CTestUpdateCVS.cmake.in                      |    2 +-
 Tests/CTestUpdateCommon.cmake                      |   12 +-
 Tests/CTestUpdateGIT.cmake.in                      |    2 +-
 Tests/CTestUpdateHG.cmake.in                       |    2 +-
 Tests/CTestUpdateP4.cmake.in                       |    8 +-
 Tests/CTestUpdateSVN.cmake.in                      |    2 +-
 Tests/CheckFortran.cmake                           |   17 +-
 Tests/Complex/CMakeLists.txt                       |   12 +-
 Tests/Complex/Executable/CMakeLists.txt            |    4 +-
 Tests/Complex/Executable/complex.cxx               |  200 +-
 Tests/Complex/Library/CMakeLists.txt               |    2 +-
 Tests/Complex/VarTests.cmake                       |   80 +-
 Tests/ComplexOneConfig/CMakeLists.txt              |    6 +-
 Tests/ComplexOneConfig/Executable/CMakeLists.txt   |    4 +-
 Tests/ComplexOneConfig/Executable/complex.cxx      |  194 +-
 Tests/ComplexOneConfig/Library/CMakeLists.txt      |    2 +-
 Tests/ComplexOneConfig/VarTests.cmake              |   80 +-
 Tests/CustomCommand/CMakeLists.txt                 |    6 +-
 Tests/ExternalProjectSourceSubdir/CMakeLists.txt   |   10 +
 .../Example/subdir/CMakeLists.txt                  |    2 +
 Tests/FindBZip2/CMakeLists.txt                     |   10 +
 Tests/FindBZip2/Test/CMakeLists.txt                |   16 +
 Tests/FindBZip2/Test/main.c                        |   23 +
 Tests/FindICU/CMakeLists.txt                       |   10 +
 Tests/FindICU/Test/CMakeLists.txt                  |   14 +
 Tests/FindICU/Test/main.cpp                        |   24 +
 Tests/FindLibUV/CMakeLists.txt                     |   10 +
 Tests/FindLibUV/Test/CMakeLists.txt                |   17 +
 Tests/FindLibUV/Test/main.c                        |    7 +
 Tests/FindMatlab/components_checks/CMakeLists.txt  |   23 +
 Tests/FindOpenCL/CMakeLists.txt                    |   10 +
 Tests/FindOpenCL/Test/CMakeLists.txt               |   14 +
 Tests/FindOpenCL/Test/main.c                       |   17 +
 .../lib/cmake/Baz}/BazConfig.cmake                 |    0
 .../Baz 1.3/lib/cmake/Baz/BazConfigVersion.cmake   |    7 +
 .../share/Baz 2}/BazConfig.cmake                   |    0
 .../Baz 2.0/share/Baz 2/BazConfigVersion.cmake     |    7 +
 .../lib/Baz 2/cmake}/BazConfig.cmake               |    0
 .../Baz 2.1/lib/Baz 2/cmake/BazConfigVersion.cmake |    7 +
 Tests/FindPackageTest/CMakeLists.txt               |   44 +-
 .../SortLib-3.1.1/SortLibConfig.cmake              |    2 +
 .../SortLib-3.1.1/SortLibConfigVersion.cmake       |    9 +
 .../SortLib-3.10.1/SortLibConfig.cmake             |    2 +
 .../SortLib-3.10.1/SortLibConfigVersion.cmake      |    9 +
 Tests/FindTIFF/Test/CMakeLists.txt                 |   14 +-
 Tests/FindVulkan/CMakeLists.txt                    |   10 +
 Tests/FindVulkan/Test/CMakeLists.txt               |   15 +
 Tests/FindVulkan/Test/main.c                       |   29 +
 Tests/Fortran/CMakeLists.txt                       |   89 +-
 Tests/Fortran/External/CMakeLists.txt              |    4 -
 Tests/FortranModules/CMakeLists.txt                |  111 +
 .../Executable/CMakeLists.txt                      |    0
 .../Executable/main.f90                            |    0
 Tests/FortranModules/External/CMakeLists.txt       |    3 +
 Tests/{Fortran => FortranModules}/External/a.f90   |    0
 .../Library/CMakeLists.txt                         |    0
 Tests/{Fortran => FortranModules}/Library/a.f90    |    0
 Tests/{Fortran => FortranModules}/Library/b.f90    |    0
 Tests/{Fortran => FortranModules}/Library/main.f90 |    0
 .../Subdir/CMakeLists.txt                          |    0
 .../{Fortran => FortranModules}/Subdir/subdir.f90  |    0
 Tests/FortranModules/Submodules/CMakeLists.txt     |    1 +
 Tests/FortranModules/Submodules/main.f90           |    5 +
 Tests/FortranModules/Submodules/provide.f90        |   57 +
 .../in_interface/main.f90                          |    0
 .../in_interface/module.f90                        |    0
 .../include/test_preprocess.h                      |    0
 Tests/FortranModules/non_pp_include.f90            |    3 +
 .../test_module_implementation.f90                 |    0
 .../test_module_interface.f90                      |    0
 .../test_module_main.f90                           |    0
 Tests/FortranModules/test_non_pp_include_main.f90  |    5 +
 .../test_preprocess.F90                            |    0
 .../test_preprocess_module.F90                     |    0
 .../test_use_in_comment_fixedform.f                |    0
 .../test_use_in_comment_freeform.f90               |    0
 Tests/Framework/CMakeLists.txt                     |    5 +
 Tests/IncludeDirectories/CMakeLists.txt            |    8 +-
 .../SystemIncludeDirectories/CMakeLists.txt        |   15 +-
 Tests/Java/A.java                                  |   10 +-
 Tests/Java/HelloWorld.java                         |   14 +-
 Tests/JavaExportImport/BuildExport/CMakeLists.txt  |   10 +
 Tests/JavaExportImport/BuildExport/Foo.java        |   11 +
 Tests/JavaExportImport/CMakeLists.txt              |  104 +
 Tests/JavaExportImport/Import/CMakeLists.txt       |   14 +
 Tests/JavaExportImport/Import/Import.java          |   10 +
 Tests/JavaExportImport/InitialCache.cmake.in       |    5 +
 Tests/JavaExportImport/InstallExport/Bar.java      |   11 +
 .../JavaExportImport/InstallExport/CMakeLists.txt  |   14 +
 Tests/{ExportImport => JavaExportImport}/main.c    |    0
 Tests/MakeClean/CMakeLists.txt                     |    2 +-
 Tests/MathTest/CMakeLists.txt                      |    2 +-
 Tests/Module/ExternalData/CMakeLists.txt           |    1 +
 Tests/Module/ExternalData/Data5/CMakeLists.txt     |   22 +
 Tests/Module/ExternalData/Data5/Data5Check.cmake   |    4 +
 Tests/Module/GenerateExportHeader/CMakeLists.txt   |  139 -
 .../c_identifier/CMakeLists.txt                    |   13 -
 .../GenerateExportHeader/c_identifier/main.cpp     |    8 -
 .../GenerateExportHeader/exportheader_test.cpp     |  137 -
 .../lib_shared_and_static/CMakeLists.txt           |   35 -
 .../lib_shared_and_static/libshared_and_static.cpp |  102 -
 .../lib_shared_and_static/libshared_and_static.h   |   66 -
 .../GenerateExportHeader/libshared/CMakeLists.txt  |   16 -
 .../GenerateExportHeader/libshared/libshared.cpp   |  102 -
 .../GenerateExportHeader/libshared/libshared.h     |   57 -
 .../GenerateExportHeader/libstatic/CMakeLists.txt  |   18 -
 .../GenerateExportHeader/libstatic/libstatic.cpp   |   97 -
 .../GenerateExportHeader/libstatic/libstatic.h     |   57 -
 .../nodeprecated/CMakeLists.txt                    |   26 -
 .../nodeprecated/CMakeLists.txt.in                 |   15 -
 .../GenerateExportHeader/nodeprecated/src/main.cpp |    9 -
 Tests/Plugin/CMakeLists.txt                        |    2 +-
 Tests/Plugin/src/example_exe.cxx                   |    1 +
 Tests/Preprocess/CMakeLists.txt                    |   30 +-
 Tests/QtAutogen/CMakeLists.txt                     |    8 +-
 Tests/QtAutogen/abc.cpp                            |   15 +-
 Tests/QtAutogen/abc.h                              |   15 +-
 Tests/QtAutogen/abc_p.h                            |   15 +-
 Tests/QtAutogen/bar.cpp                            |   15 +-
 Tests/QtAutogen/blub.cpp                           |   15 +-
 Tests/QtAutogen/blub.h                             |   15 +-
 Tests/QtAutogen/foo.cpp                            |   15 +-
 Tests/QtAutogen/foo.h                              |   15 +-
 Tests/QtAutogen/rcc_empty.cpp                      |    9 +
 Tests/QtAutogen/rcc_empty_resource.qrc             |    4 +
 Tests/QtAutogen/sameName/CMakeLists.txt            |   21 +
 .../{same_name => sameName}/aaa/bbb/data.qrc       |    0
 .../{same_name => sameName}/aaa/bbb/item.cpp       |    0
 Tests/QtAutogen/sameName/aaa/bbb/item.hpp          |   18 +
 .../QtAutogen/{same_name => sameName}/aaa/data.qrc |    0
 .../QtAutogen/{same_name => sameName}/aaa/item.cpp |    0
 Tests/QtAutogen/sameName/aaa/item.hpp              |   16 +
 .../{same_name => sameName}/bbb/aaa/data.qrc       |    0
 .../{same_name => sameName}/bbb/aaa/item.cpp       |    0
 Tests/QtAutogen/sameName/bbb/aaa/item.hpp          |   18 +
 .../QtAutogen/{same_name => sameName}/bbb/data.qrc |    0
 .../QtAutogen/{same_name => sameName}/bbb/item.cpp |    0
 Tests/QtAutogen/sameName/bbb/item.hpp              |   16 +
 .../QtAutogen/{same_name => sameName}/ccc/data.qrc |    0
 .../QtAutogen/{same_name => sameName}/ccc/item.cpp |    0
 Tests/QtAutogen/sameName/ccc/item.hpp              |   16 +
 Tests/QtAutogen/{same_name => sameName}/data.qrc   |    0
 Tests/QtAutogen/sameName/item.cpp                  |    5 +
 Tests/QtAutogen/sameName/item.hpp                  |   13 +
 Tests/QtAutogen/{same_name => sameName}/main.cpp   |    0
 Tests/QtAutogen/same_name/CMakeLists.txt           |   20 -
 Tests/QtAutogen/same_name/aaa/bbb/item.hpp         |   18 -
 Tests/QtAutogen/same_name/aaa/item.hpp             |   16 -
 Tests/QtAutogen/same_name/bbb/aaa/item.hpp         |   18 -
 Tests/QtAutogen/same_name/bbb/item.hpp             |   16 -
 Tests/QtAutogen/same_name/ccc/item.hpp             |   16 -
 Tests/QtAutogen/sub/bar.h                          |   15 +-
 Tests/QtAutogen/xyz.cpp                            |   15 +-
 Tests/QtAutogen/xyz.h                              |   15 +-
 Tests/QtAutogen/yaf.cpp                            |   15 +-
 Tests/QtAutogen/yaf.h                              |   15 +-
 Tests/QtAutogen/yaf_p.h                            |   15 +-
 .../BadSYSROOT-result.txt}                         |    0
 Tests/RunCMake/Android/BadSYSROOT-stderr.txt       |   20 +
 .../RunCMake/Android/BadSYSROOT.cmake              |    0
 Tests/RunCMake/Android/CMakeLists.txt              |    3 +
 Tests/RunCMake/Android/RunCMakeTest.cmake          |  218 +
 Tests/RunCMake/Android/android.c                   |    6 +
 Tests/RunCMake/Android/android.cxx                 |   48 +
 Tests/RunCMake/Android/android.h                   |  103 +
 Tests/RunCMake/Android/common.cmake                |   62 +
 Tests/RunCMake/Android/ndk-arm64-v8a-stdout.txt    |    2 +
 Tests/RunCMake/Android/ndk-arm64-v8a.cmake         |    1 +
 Tests/RunCMake/Android/ndk-armeabi-arm-stdout.txt  |    3 +
 Tests/RunCMake/Android/ndk-armeabi-arm.cmake       |    1 +
 .../RunCMake/Android/ndk-armeabi-thumb-stdout.txt  |    3 +
 Tests/RunCMake/Android/ndk-armeabi-thumb.cmake     |    1 +
 .../Android/ndk-armeabi-v7a-neon-stdout.txt        |    3 +
 Tests/RunCMake/Android/ndk-armeabi-v7a-neon.cmake  |    1 +
 Tests/RunCMake/Android/ndk-armeabi-v7a-stdout.txt  |    3 +
 Tests/RunCMake/Android/ndk-armeabi-v7a.cmake       |    1 +
 .../ndk-badabi-result.txt}                         |    0
 Tests/RunCMake/Android/ndk-badabi-stderr.txt       |    5 +
 .../RunCMake/Android/ndk-badabi.cmake              |    0
 .../ndk-badarm-result.txt}                         |    0
 Tests/RunCMake/Android/ndk-badarm-stderr.txt       |    6 +
 .../RunCMake/Android/ndk-badarm.cmake              |    0
 .../ndk-badneon-result.txt}                        |    0
 Tests/RunCMake/Android/ndk-badneon-stderr.txt      |    6 +
 .../RunCMake/Android/ndk-badneon.cmake             |    0
 .../ndk-badstl-result.txt}                         |    0
 Tests/RunCMake/Android/ndk-badstl-stderr.txt       |    9 +
 Tests/RunCMake/Android/ndk-badstl.cmake            |    1 +
 .../ndk-badver-result.txt}                         |    0
 Tests/RunCMake/Android/ndk-badver-stderr.txt       |   12 +
 Tests/RunCMake/Android/ndk-badver.cmake            |    1 +
 .../ndk-badvernum-result.txt}                      |    0
 Tests/RunCMake/Android/ndk-badvernum-stderr.txt    |   13 +
 Tests/RunCMake/Android/ndk-badvernum.cmake         |    1 +
 Tests/RunCMake/Android/ndk-mips-stdout.txt         |    2 +
 Tests/RunCMake/Android/ndk-mips.cmake              |    1 +
 Tests/RunCMake/Android/ndk-mips64-stdout.txt       |    2 +
 Tests/RunCMake/Android/ndk-mips64.cmake            |    1 +
 .../Android/ndk-sysroot-armeabi-stdout.txt         |    1 +
 .../RunCMake/Android/ndk-sysroot-armeabi.cmake     |    0
 Tests/RunCMake/Android/ndk-x86-stdout.txt          |    2 +
 Tests/RunCMake/Android/ndk-x86.cmake               |    1 +
 Tests/RunCMake/Android/ndk-x86_64-stdout.txt       |    2 +
 Tests/RunCMake/Android/ndk-x86_64.cmake            |    1 +
 Tests/RunCMake/Android/standalone-stdout.txt       |    1 +
 .../RunCMake/Android/standalone-sysroot-stdout.txt |    1 +
 .../RunCMake/Android/standalone-sysroot.cmake      |    0
 Tests/RunCMake/Android/standalone.cmake            |    1 +
 Tests/RunCMake/AndroidMK/AndroidMK-check.cmake     |   30 +
 Tests/RunCMake/AndroidMK/AndroidMK.cmake           |   11 +
 Tests/RunCMake/AndroidMK/CMakeLists.txt            |    3 +
 Tests/RunCMake/AndroidMK/RunCMakeTest.cmake        |    2 +
 Tests/RunCMake/AndroidMK/bar.c                     |    3 +
 .../RunCMake/AndroidMK/expectedBuildAndroidMK.txt  |   26 +
 .../AndroidMK/expectedInstallAndroidMK.txt         |   28 +
 .../foo.cpp => RunCMake/AndroidMK/foo.cxx}         |    0
 Tests/RunCMake/AndroidTestUtilities/CMakeLists.txt |    3 +
 .../AndroidTestUtilities/RunCMakeTest.cmake        |   20 +
 .../RunCMake/AndroidTestUtilities/SetupTest1.cmake |   17 +
 .../SetupTest1Build-check.cmake                    |    5 +
 .../RunCMake/AndroidTestUtilities/SetupTest2.cmake |   30 +
 .../SetupTest2Build-check.cmake                    |    7 +
 .../RunCMake/AndroidTestUtilities/SetupTest3.cmake |   33 +
 .../SetupTest3Build-check.cmake                    |    6 +
 Tests/RunCMake/AndroidTestUtilities/check.cmake    |   20 +
 Tests/RunCMake/AndroidTestUtilities/data/a.txt     |    1 +
 .../RunCMake/AndroidTestUtilities/data/proto.proto |    1 +
 .../AndroidTestUtilities/data/subfolder/b.txt      |    1 +
 .../data/subfolder/protobuffer.p                   |    1 +
 .../AndroidTestUtilities/libs/exampleLib.so        |    1 +
 .../AndroidTestUtilities/libs/exampleLib.txt       |    1 +
 Tests/RunCMake/AutoExportDll/AutoExport.cmake      |   10 +-
 Tests/RunCMake/AutoExportDll/hello2.c              |    8 +
 Tests/RunCMake/AutoExportDll/objlib.c              |    4 +
 Tests/RunCMake/AutoExportDll/say.cxx               |   10 +
 Tests/RunCMake/BuildDepends/check.cmake            |    8 +-
 .../CMP0040/CMP0040-NEW-existing-target.cmake      |    2 +-
 .../CMP0040/CMP0040-NEW-missing-target.cmake       |    2 +-
 .../CMP0040/CMP0040-OLD-existing-target.cmake      |    2 +-
 .../CMP0040/CMP0040-OLD-missing-target.cmake       |    2 +-
 .../CMP0040/CMP0040-WARN-missing-target.cmake      |    2 +-
 .../CMP0054/CMP0054-policy-while-scope.cmake       |    4 +-
 Tests/RunCMake/CMP0065/WARN-ON-stderr.txt          |    2 +-
 Tests/RunCMake/CMakeLists.txt                      |   40 +-
 Tests/RunCMake/CPack/CMakeLists.txt                |    6 +-
 Tests/RunCMake/CPack/CPackTestHelpers.cmake        |   55 +-
 Tests/RunCMake/CPack/DEB/Helpers.cmake             |   10 +-
 .../CPack/DEB/LONG_FILENAMES-ExpectedFiles.cmake   |    5 +
 .../CPack/DEB/LONG_FILENAMES-Prerequirements.cmake |    7 +
 .../CPack/DEB/LONG_FILENAMES-VerifyResult.cmake    |   26 +
 .../CPack/DEB/LONG_FILENAMES-specifics.cmake       |    3 +
 Tests/RunCMake/CPack/DEB/Prerequirements.cmake     |    7 +
 Tests/RunCMake/CPack/DEBUGINFO.cmake               |   34 +
 Tests/RunCMake/CPack/LONG_FILENAMES.cmake          |   10 +
 Tests/RunCMake/CPack/PACKAGE_CHECKSUM.cmake        |    4 +
 .../CPack/RPM/DEBUGINFO-ExpectedFiles.cmake        |   14 +
 Tests/RunCMake/CPack/RPM/DEBUGINFO-stderr.txt      |    3 +
 .../CPack/RPM/SOURCE_PACKAGE-ExpectedFiles.cmake   |    5 +
 .../CPack/RPM/SOURCE_PACKAGE-VerifyResult.cmake    |   63 +
 Tests/RunCMake/CPack/RunCMakeTest.cmake            |    4 +
 Tests/RunCMake/CPack/SOURCE_PACKAGE.cmake          |    9 +
 .../CPack/TGZ/PACKAGE_CHECKSUM-ExpectedFiles.cmake |    9 +
 .../CPack/TGZ/PACKAGE_CHECKSUM-VerifyResult.cmake  |   14 +
 .../CPack/TGZ/PACKAGE_CHECKSUM-invalid-stderr.txt  |    2 +
 Tests/RunCMake/CPack/VerifyResult.cmake            |   12 +-
 Tests/RunCMake/CTest/BeforeProject-stderr.txt      |    6 +-
 .../E_capabilities-arg-result.txt}                 |    0
 .../CommandLine/E_capabilities-arg-stderr.txt      |    1 +
 .../RunCMake/CommandLine/E_capabilities-stdout.txt |    1 +
 .../E_server-arg-result.txt}                       |    0
 Tests/RunCMake/CommandLine/E_server-arg-stderr.txt |    1 +
 .../RunCMake/CommandLine/E_server-pipe-result.txt  |    1 +
 .../RunCMake/CommandLine/E_server-pipe-stderr.txt  |    1 +
 Tests/RunCMake/CommandLine/RunCMakeTest.cmake      |    8 +
 .../CommandLine/trace-only-this-file.cmake         |    1 +
 Tests/RunCMake/CommandLine/trace-source-stderr.txt |    1 +
 Tests/RunCMake/CommandLine/trace-source.cmake      |    3 +
 .../ContinueAfterError-result.txt}                 |    0
 .../Configure/ContinueAfterError-stderr.txt        |   13 +
 .../Configure/ContinueAfterError-stdout.txt        |   11 +
 Tests/RunCMake/Configure/ContinueAfterError.cmake  |   19 +
 Tests/RunCMake/Configure/RunCMakeTest.cmake        |    1 +
 .../ExternalProject/CMAKE_CACHE_ARGS-check.cmake   |    9 +
 .../ExternalProject/CMAKE_CACHE_ARGS.cmake         |    4 +-
 .../CMAKE_CACHE_DEFAULT_ARGS-check.cmake           |    9 +
 .../ExternalProject/CMAKE_CACHE_DEFAULT_ARGS.cmake |    4 +-
 .../FindPkgConfig_CMAKE_APPBUNDLE_PATH.cmake       |   11 +-
 .../FindPkgConfig_CMAKE_FRAMEWORK_PATH.cmake       |   11 +-
 .../FindPkgConfig_NO_PKGCONFIG_PATH.cmake          |    3 -
 .../FindPkgConfig_PKGCONFIG_PATH.cmake             |   11 +-
 ..._PKGCONFIG_PATH_NO_CMAKE_ENVIRONMENT_PATH.cmake |   11 +-
 ...indPkgConfig_PKGCONFIG_PATH_NO_CMAKE_PATH.cmake |   11 +-
 .../pkgconfig/.placeholder                         |    0
 .../lib32}/pkgconfig/.placeholder                  |    0
 Tests/RunCMake/Framework/RunCMakeTest.cmake        |    2 +-
 Tests/RunCMake/GenerateExportHeader/CMakeLists.txt |    3 +
 .../GEH-build-stderr.txt}                          |    0
 .../GenerateExportHeader/GEH-failures.cmake        |   67 +
 .../GEH-link-error-result.txt}                     |    0
 .../GEH-link-error-stderr.txt}                     |    0
 Tests/RunCMake/GenerateExportHeader/GEH.cmake      |  127 +
 .../GenerateExportHeader/RunCMakeTest.cmake        |   27 +
 .../c_identifier/CMakeLists.txt                    |   11 +
 .../c_identifier/c_identifier_class.cpp            |    0
 .../c_identifier/c_identifier_class.h              |    0
 .../GenerateExportHeader/c_identifier/main.cpp     |    8 +
 .../GenerateExportHeader/exportheader_test.cpp     |  169 +
 .../lib_shared_and_static/CMakeLists.txt           |   33 +
 .../lib_shared_and_static/libshared_and_static.cpp |  121 +
 .../lib_shared_and_static/libshared_and_static.h   |   83 +
 .../GenerateExportHeader/libshared/CMakeLists.txt  |   11 +
 .../GenerateExportHeader/libshared/libshared.cpp   |  117 +
 .../GenerateExportHeader/libshared/libshared.h     |   82 +
 .../GenerateExportHeader/libstatic/CMakeLists.txt  |   13 +
 .../GenerateExportHeader/libstatic/libstatic.cpp   |  125 +
 .../GenerateExportHeader/libstatic/libstatic.h     |   86 +
 .../nodeprecated/CMakeLists.txt                    |   22 +
 .../nodeprecated/CMakeLists.txt.in                 |   15 +
 .../GenerateExportHeader/nodeprecated/src/main.cpp |    9 +
 .../nodeprecated/src/someclass.cpp                 |    0
 .../nodeprecated/src/someclass.h                   |    0
 .../reference/Empty/libshared_export.h             |    0
 .../reference/Empty/libstatic_export.h             |    0
 .../reference/MinGW/libshared_export.h             |    0
 .../reference/MinGW/libstatic_export.h             |    0
 .../reference/UNIX/libshared_export.h              |    0
 .../reference/UNIX/libstatic_export.h              |    0
 .../UNIX_DeprecatedOnly/libshared_export.h         |    0
 .../UNIX_DeprecatedOnly/libstatic_export.h         |    0
 .../reference/Win32-Clang/libshared_export.h       |    0
 .../reference/Win32-Clang/libstatic_export.h       |    0
 .../reference/Win32/libshared_export.h             |    0
 .../reference/Win32/libstatic_export.h             |    0
 .../reference/WinEmpty/libshared_export.h          |    0
 .../reference/WinEmpty/libstatic_export.h          |    0
 .../LINK_ONLY-not-linking-result.txt}              |    0
 .../LINK_ONLY-not-linking-stderr.txt               |    8 +
 .../LINK_ONLY-not-linking.cmake                    |    1 +
 .../GeneratorExpression/RunCMakeTest.cmake         |    1 +
 .../RunCMake/GeneratorPlatform/RunCMakeTest.cmake  |    4 +-
 Tests/RunCMake/GeneratorToolset/RunCMakeTest.cmake |    4 +-
 Tests/RunCMake/LinkWhatYouUse/C-Build-stdout.txt   |    2 +
 .../LinkWhatYouUse/C-launch-Build-stdout.txt       |    2 +
 .../{ClangTidy => LinkWhatYouUse}/C-launch.cmake   |    0
 Tests/RunCMake/LinkWhatYouUse/C.cmake              |    4 +
 .../CMakeLists.txt                                 |    0
 Tests/RunCMake/LinkWhatYouUse/CXX-Build-stdout.txt |    2 +
 .../LinkWhatYouUse/CXX-launch-Build-stdout.txt     |    2 +
 .../{ClangTidy => LinkWhatYouUse}/CXX-launch.cmake |    0
 Tests/RunCMake/LinkWhatYouUse/CXX.cmake            |    4 +
 Tests/RunCMake/LinkWhatYouUse/RunCMakeTest.cmake   |   21 +
 .../LinkWhatYouUse}/main.c                         |    0
 .../{ClangTidy => LinkWhatYouUse}/main.cxx         |    0
 .../CustomCommandDepfile-ERROR-result.txt}         |    0
 .../Make/CustomCommandDepfile-ERROR-stderr.txt     |    5 +
 .../RunCMake/Make/CustomCommandDepfile-ERROR.cmake |    8 +
 Tests/RunCMake/Make/RunCMakeTest.cmake             |    2 +
 .../Ninja/CustomCommandDepfile-check.cmake         |    5 +
 Tests/RunCMake/Ninja/CustomCommandDepfile.cmake    |   11 +
 Tests/RunCMake/Ninja/RunCMakeTest.cmake            |    8 +
 Tests/RunCMake/Ninja/SubDir-install-stdout.txt     |    1 +
 Tests/RunCMake/Ninja/SubDir-test-stdout.txt        |    1 +
 Tests/RunCMake/Ninja/SubDir.cmake                  |    5 +
 Tests/RunCMake/Ninja/SubDir/CMakeLists.txt         |    4 +
 Tests/RunCMake/RunCMake.cmake                      |    6 +-
 Tests/RunCMake/Syntax/BOM-UTF-16-BE-stderr.txt     |    6 +-
 Tests/RunCMake/Syntax/BOM-UTF-16-LE-stderr.txt     |    6 +-
 Tests/RunCMake/Syntax/BOM-UTF-32-BE-stderr.txt     |    6 +-
 Tests/RunCMake/Syntax/BOM-UTF-32-LE-stderr.txt     |    6 +-
 Tests/RunCMake/Syntax/BracketComment4-stderr.txt   |   11 +-
 Tests/RunCMake/Syntax/BracketNoSpace0-stderr.txt   |    6 +-
 Tests/RunCMake/Syntax/BracketNoSpace1-stderr.txt   |    6 +-
 Tests/RunCMake/Syntax/BracketNoSpace2-stderr.txt   |    6 +-
 Tests/RunCMake/Syntax/BracketNoSpace3-stderr.txt   |    6 +-
 Tests/RunCMake/Syntax/BracketNoSpace4-stderr.txt   |    6 +-
 Tests/RunCMake/Syntax/BracketNoSpace5-stderr.txt   |    6 +-
 .../CommandEOF-result.txt}                         |    0
 Tests/RunCMake/Syntax/CommandEOF-stderr.txt        |    6 +
 Tests/RunCMake/Syntax/CommandEOF.cmake             |    1 +
 Tests/RunCMake/Syntax/CommandError0-stderr.txt     |   12 +-
 Tests/RunCMake/Syntax/CommandError1-stderr.txt     |   11 +-
 Tests/RunCMake/Syntax/CommandError2-stderr.txt     |   12 +-
 Tests/RunCMake/Syntax/ParenInENV-stderr.txt        |    8 +-
 Tests/RunCMake/Syntax/ParenNoSpace1-stderr.txt     |   18 +-
 Tests/RunCMake/Syntax/RunCMakeTest.cmake           |    1 +
 Tests/RunCMake/Syntax/StringNoSpace-stderr.txt     |   12 +-
 .../Syntax/UnterminatedBracket0-stderr.txt         |   13 +-
 .../Syntax/UnterminatedBracket1-stderr.txt         |   13 +-
 .../Syntax/UnterminatedBracketComment-stderr.txt   |   13 +-
 Tests/RunCMake/Syntax/UnterminatedCall1-stderr.txt |   11 +-
 Tests/RunCMake/Syntax/UnterminatedCall2-stderr.txt |   11 +-
 .../RunCMake/Syntax/UnterminatedString-stderr.txt  |   13 +-
 Tests/RunCMake/ToolchainFile/FlagsInit-stdout.txt  |   30 +
 .../ToolchainFile/FlagsInit-toolchain.cmake        |    7 +
 Tests/RunCMake/ToolchainFile/FlagsInit.cmake       |    7 +
 .../ToolchainFile/LinkFlagsInit-stdout.txt         |   60 +
 .../ToolchainFile/LinkFlagsInit-toolchain.cmake    |    5 +
 Tests/RunCMake/ToolchainFile/LinkFlagsInit.cmake   |    7 +
 Tests/RunCMake/ToolchainFile/RunCMakeTest.cmake    |    2 +
 Tests/RunCMake/XcodeProject/RunCMakeTest.cmake     |   21 +-
 .../XcodeAttributeLocation-check.cmake             |    7 +
 .../XcodeProject/XcodeAttributeLocation.cmake      |    3 +
 .../XcodeProject/XcodeBundles-install-check.cmake  |    8 +
 Tests/RunCMake/XcodeProject/XcodeBundles.cmake     |   40 +
 .../add_custom_command/AppendNotOutput-stderr.txt  |    5 +-
 .../RunCMake/add_custom_target/RunCMakeTest.cmake  |   14 +
 Tests/RunCMake/add_custom_target/TargetOrder.cmake |   31 +
 .../RunCMake/add_subdirectory/ExcludeFromAll.cmake |    6 +
 .../add_subdirectory/ExcludeFromAll/CMakeLists.txt |    4 +
 .../add_subdirectory/ExcludeFromAll/bar.cpp        |    1 +
 .../add_subdirectory/ExcludeFromAll/foo.cpp        |    6 +
 .../ExcludeFromAll}/foo.h                          |    0
 Tests/RunCMake/add_subdirectory/RunCMakeTest.cmake |   12 +
 Tests/RunCMake/add_subdirectory/main.cpp           |    6 +
 Tests/RunCMake/cmake_parse_arguments/ArgvN.cmake   |   38 +
 .../BadArgvN1-result.txt}                          |    0
 .../cmake_parse_arguments/BadArgvN1-stderr.txt     |    5 +
 .../RunCMake/cmake_parse_arguments/BadArgvN1.cmake |    4 +
 .../BadArgvN2-result.txt}                          |    0
 .../cmake_parse_arguments/BadArgvN2-stderr.txt     |    5 +
 .../RunCMake/cmake_parse_arguments/BadArgvN2.cmake |    4 +
 .../BadArgvN3-result.txt}                          |    0
 .../cmake_parse_arguments/BadArgvN3-stderr.txt     |    4 +
 .../RunCMake/cmake_parse_arguments/BadArgvN3.cmake |    1 +
 .../BadArgvN4-result.txt}                          |    0
 .../cmake_parse_arguments/BadArgvN4-stderr.txt     |    4 +
 .../RunCMake/cmake_parse_arguments/BadArgvN4.cmake |    3 +
 .../cmake_parse_arguments/CornerCasesArgvN.cmake   |   53 +
 .../cmake_parse_arguments/RunCMakeTest.cmake       |    6 +
 Tests/RunCMake/cmake_parse_arguments/Utils.cmake   |    1 +
 .../cmake_parse_arguments/test_utils.cmake         |   44 +-
 Tests/RunCMake/continue/ContinueWhile.cmake        |    2 +-
 .../CMakeLists.txt.in                              |    0
 .../CTestCaptureErrorNonZero-stderr.txt            |    4 +
 .../CTestCaptureErrorZero-stderr.txt               |    4 +
 .../CTestCaptureErrorZero-stdout.txt               |    1 +
 .../CTestConfig.cmake.in                           |    0
 .../CoverageQuiet-stdout.txt                       |    0
 .../RunCMake/ctest_cmake_error/RunCMakeTest.cmake  |   10 +
 Tests/RunCMake/ctest_cmake_error/test.cmake.in     |   22 +
 Tests/RunCMake/ctest_fixtures/CMakeLists.txt.in    |   81 +
 Tests/RunCMake/ctest_fixtures/CTestConfig.cmake.in |    1 +
 Tests/RunCMake/ctest_fixtures/RunCMakeTest.cmake   |   36 +
 .../cyclicCleanup-result.txt}                      |    0
 .../ctest_fixtures/cyclicCleanup-stderr.txt        |    3 +
 .../ctest_fixtures/cyclicCleanup-stdout.txt        |    1 +
 .../cyclicSetup-result.txt}                        |    0
 .../RunCMake/ctest_fixtures/cyclicSetup-stderr.txt |    3 +
 .../RunCMake/ctest_fixtures/cyclicSetup-stdout.txt |    1 +
 Tests/RunCMake/ctest_fixtures/one-stdout.txt       |   13 +
 Tests/RunCMake/ctest_fixtures/setupFoo-stdout.txt  |    7 +
 Tests/RunCMake/ctest_fixtures/test.cmake.in        |   16 +
 Tests/RunCMake/ctest_fixtures/three-stdout.txt     |   17 +
 Tests/RunCMake/ctest_fixtures/two-stdout.txt       |   11 +
 Tests/RunCMake/ctest_fixtures/wontRun-stdout.txt   |   14 +
 .../DOWNLOAD-httpheader-not-set-result.txt}        |    0
 .../file/DOWNLOAD-httpheader-not-set-stderr.txt    |    4 +
 .../file/DOWNLOAD-httpheader-not-set.cmake         |    1 +
 .../DOWNLOAD-pass-not-set-result.txt}              |    0
 .../RunCMake/file/DOWNLOAD-pass-not-set-stderr.txt |    4 +
 Tests/RunCMake/file/DOWNLOAD-pass-not-set.cmake    |    1 +
 .../file/DOWNLOAD-unused-argument-result.txt       |    0
 .../file/DOWNLOAD-unused-argument-stderr.txt       |    5 +
 Tests/RunCMake/file/DOWNLOAD-unused-argument.cmake |    5 +
 .../RunCMake/file/DOWNLOAD-unused-argument.txt     |    0
 Tests/RunCMake/file/LOCK-lowercase.cmake           |   11 +
 Tests/RunCMake/file/RunCMakeTest.cmake             |    7 +
 .../UPLOAD-httpheader-not-set-result.txt}          |    0
 .../file/UPLOAD-httpheader-not-set-stderr.txt      |    4 +
 .../RunCMake/file/UPLOAD-httpheader-not-set.cmake  |    1 +
 .../UPLOAD-pass-not-set-result.txt}                |    0
 Tests/RunCMake/file/UPLOAD-pass-not-set-stderr.txt |    4 +
 Tests/RunCMake/file/UPLOAD-pass-not-set.cmake      |    1 +
 .../file/UPLOAD-unused-argument-result.txt         |    0
 .../file/UPLOAD-unused-argument-stderr.txt         |    5 +
 Tests/RunCMake/file/UPLOAD-unused-argument.cmake   |    5 +
 .../RunCMake/file/UPLOAD-unused-argument.txt       |    0
 .../Foo.framework/Headers/Some/Dir}/Header.h       |    0
 .../find_path/FrameworksWithSubdirs-stdout.txt     |    1 +
 .../RunCMake/find_path/FrameworksWithSubdirs.cmake |    3 +
 Tests/RunCMake/find_path/RunCMakeTest.cmake        |    4 +
 .../get_filename_component/KnownComponents.cmake   |   12 +-
 .../get_property/directory_properties-stderr.txt   |   18 +-
 .../get_property/directory_properties.cmake        |   15 +
 .../directory_properties/CMakeLists.txt            |    6 +
 .../directory_properties/sub1/CMakeLists.txt       |    0
 .../directory_properties/sub2/CMakeLists.txt       |    0
 Tests/RunCMake/if/IsDirectoryLong.cmake            |    2 +-
 .../include_external_msproject/check_utils.cmake   |    6 +-
 .../install/DIRECTORY-MESSAGE_NEVER-check.cmake    |    8 +-
 .../RunCMake/install/DIRECTORY-message-check.cmake |   12 +-
 .../install/DIRECTORY-message-lazy-check.cmake     |   12 +-
 Tests/RunCMake/message/RunCMakeTest.cmake          |    2 +
 .../message/message-internal-warning-stderr.txt    |   13 +
 .../message/message-internal-warning.cmake         |    5 +
 .../message/nomessage-internal-warning-stderr.txt  |    0
 .../message/nomessage-internal-warning.cmake       |    5 +
 Tests/RunCMake/project/ExplicitRC.cmake            |    1 +
 Tests/RunCMake/project/RunCMakeTest.cmake          |    3 +
 Tests/RunCMake/try_compile/CMP0066-stderr.txt      |   15 +
 Tests/RunCMake/try_compile/CMP0066-stdout.txt      |    4 +
 Tests/RunCMake/try_compile/CMP0066.cmake           |   58 +
 Tests/RunCMake/try_compile/RunCMakeTest.cmake      |    1 +
 Tests/RunCMake/try_compile/src.c                   |    3 +
 Tests/Server/CMakeLists.txt                        |   26 +
 Tests/Server/buildsystem1/CMakeLists.txt           |   22 +
 Tests/Server/buildsystem1/foo.cpp                  |    5 +
 .../buildsystem1}/main.cpp                         |    0
 Tests/Server/buildsystem1/subdir/CMakeLists.txt    |    5 +
 Tests/Server/buildsystem1/subdir/empty.cpp         |    5 +
 Tests/Server/cmakelib.py                           |  198 +
 Tests/Server/cmakelib.pyc                          |  Bin 0 -> 7544 bytes
 .../simple.cxx => Server/empty.cpp}                |    0
 Tests/Server/server-test.py                        |  119 +
 Tests/Server/tc_buildsystem1.json                  |   27 +
 Tests/Server/tc_globalSettings.json                |  140 +
 Tests/Server/tc_handshake.json                     |   71 +
 Tests/SimpleInstall/CMakeLists.txt                 |    4 +-
 Tests/SimpleInstallS2/CMakeLists.txt               |    4 +-
 Tests/SwiftOnly/CMakeLists.txt                     |    4 +
 Tests/TryCompile/CMakeLists.txt                    |    4 +-
 Tests/VSExternalInclude/CMakeLists.txt             |    4 +-
 Tests/VSMASM/CMakeLists.txt                        |    2 +-
 Tests/VSNsightTegra/CMakeLists.txt                 |    2 +-
 Tests/VSWinStorePhone/CMakeLists.txt               |    9 +-
 .../Direct3DApp1/Strings/en-US/Resources.resw      |  123 +
 Utilities/CMakeLists.txt                           |   14 +-
 Utilities/Doxygen/CMakeLists.txt                   |  105 +-
 Utilities/Doxygen/DeveloperReference/mainpage.dox  |    8 +
 Utilities/Doxygen/authors.txt                      |   17 -
 Utilities/Doxygen/doc_makeall.sh.in                |  248 -
 Utilities/Doxygen/doxyfile.in                      |   35 +-
 Utilities/Git/commit-msg                           |   13 +-
 Utilities/Git/pre-commit                           |   13 +-
 Utilities/Git/prepare-commit-msg                   |   13 +-
 Utilities/KWIML/Copyright.txt                      |    2 +-
 Utilities/KWIML/include/kwiml/abi.h                |    6 +-
 Utilities/KWIML/include/kwiml/int.h                |    2 +-
 Utilities/KWIML/src/version.h.in                   |    2 +-
 Utilities/KWStyle/CMakeLists.txt                   |   13 +-
 Utilities/KWStyle/Headers/CMakeHeader.h            |   11 -
 Utilities/Release/Cygwin/CMakeLists.txt            |   25 -
 Utilities/Release/Cygwin/README.cygwin.in          |   42 -
 Utilities/Release/Cygwin/cygwin-package.sh.in      |   90 -
 Utilities/Release/Cygwin/cygwin-patch.diff.in      |    0
 Utilities/Release/Cygwin/cygwin-setup.hint.in      |    5 -
 Utilities/Release/README                           |    3 -
 Utilities/Release/create-cmake-release.cmake       |    3 -
 Utilities/Release/cygwin_release.cmake             |   32 -
 Utilities/Release/linux32_release.cmake            |   25 -
 Utilities/Release/linux64_release.cmake            |   31 +-
 Utilities/Release/osx_release.cmake                |    7 +-
 Utilities/Release/release_cmake.cmake              |    4 -
 Utilities/Release/upload_release.cmake             |    2 +-
 Utilities/Release/win32_release.cmake              |    7 +-
 Utilities/Release/win64_release.cmake              |    7 +-
 Utilities/Scripts/BoostScanDeps.cmake              |   16 +-
 Utilities/Scripts/clang-format.bash                |    2 +-
 Utilities/Scripts/update-curl.bash                 |   38 +
 Utilities/Scripts/update-kwiml.bash                |    2 +-
 Utilities/Scripts/update-liblzma.bash              |   30 +
 Utilities/Scripts/update-libuv.bash                |   26 +
 Utilities/Scripts/update-third-party.bash          |    8 +-
 Utilities/Scripts/update-vim-syntax.bash           |   24 +
 Utilities/Sphinx/CMakeLists.txt                    |   35 +-
 Utilities/Sphinx/cmake.py                          |   14 +-
 Utilities/Sphinx/conf.py.in                        |   14 +-
 Utilities/cmThirdParty.h.in                        |   14 +-
 Utilities/cm_bzlib.h                               |   13 +-
 Utilities/cm_curl.h                                |   13 +-
 Utilities/cm_expat.h                               |   13 +-
 Utilities/cm_jsoncpp_reader.h                      |   13 +-
 Utilities/cm_jsoncpp_value.h                       |   13 +-
 Utilities/cm_jsoncpp_writer.h                      |   13 +-
 Utilities/cm_kwiml.h                               |   13 +-
 Utilities/cm_libarchive.h                          |   13 +-
 Utilities/cm_lzma.h                                |   13 +-
 Utilities/cm_uv.h                                  |   14 +
 Utilities/cm_xmlrpc.h                              |   13 +-
 Utilities/cm_zlib.h                                |   13 +-
 Utilities/cmcurl/CMake/CurlTests.c                 |    2 +-
 Utilities/cmcurl/CMake/OtherTests.cmake            |    2 +-
 Utilities/cmcurl/CMakeLists.txt                    |  182 +-
 Utilities/cmcurl/COPYING                           |    3 +-
 Utilities/cmcurl/README-CMake.txt                  |   66 -
 Utilities/cmcurl/include/curl/curl.h               |  243 +-
 Utilities/cmcurl/include/curl/curlbuild.h.cmake    |    4 +-
 Utilities/cmcurl/include/curl/curlrules.h          |    4 +-
 Utilities/cmcurl/include/curl/curlver.h            |   14 +-
 Utilities/cmcurl/include/curl/easy.h               |    2 +-
 Utilities/cmcurl/include/curl/mprintf.h            |   30 +-
 Utilities/cmcurl/include/curl/multi.h              |    8 +-
 Utilities/cmcurl/include/curl/stdcheaders.h        |    2 +-
 Utilities/cmcurl/include/curl/typecheck-gcc.h      |  124 +-
 Utilities/cmcurl/lib/Makefile.inc                  |   41 +-
 Utilities/cmcurl/lib/amigaos.c                     |    6 +-
 Utilities/cmcurl/lib/amigaos.h                     |    2 +-
 Utilities/cmcurl/lib/arpa_telnet.h                 |    2 +-
 Utilities/cmcurl/lib/asyn-ares.c                   |   24 +-
 Utilities/cmcurl/lib/asyn-thread.c                 |   31 +-
 Utilities/cmcurl/lib/asyn.h                        |    4 +-
 Utilities/cmcurl/lib/base64.c                      |   44 +-
 Utilities/cmcurl/lib/conncache.c                   |   24 +-
 Utilities/cmcurl/lib/conncache.h                   |    2 +-
 Utilities/cmcurl/lib/connect.c                     |  133 +-
 Utilities/cmcurl/lib/connect.h                     |   14 +-
 Utilities/cmcurl/lib/content_encoding.c            |    6 +-
 Utilities/cmcurl/lib/content_encoding.h            |    2 +-
 Utilities/cmcurl/lib/cookie.c                      |  122 +-
 Utilities/cmcurl/lib/cookie.h                      |   14 +-
 Utilities/cmcurl/lib/curl_addrinfo.c               |   44 +-
 Utilities/cmcurl/lib/curl_addrinfo.h               |   15 +-
 Utilities/cmcurl/lib/curl_base64.h                 |    6 +-
 Utilities/cmcurl/lib/curl_config.h.cmake           |   27 +
 Utilities/cmcurl/lib/curl_des.c                    |    6 +-
 Utilities/cmcurl/lib/curl_des.h                    |    6 +-
 Utilities/cmcurl/lib/curl_endian.c                 |    2 +-
 Utilities/cmcurl/lib/curl_endian.h                 |    2 +-
 Utilities/cmcurl/lib/curl_fnmatch.c                |    6 +-
 Utilities/cmcurl/lib/curl_fnmatch.h                |    2 +-
 Utilities/cmcurl/lib/curl_gethostname.c            |    2 +-
 Utilities/cmcurl/lib/curl_gethostname.h            |    2 +-
 Utilities/cmcurl/lib/curl_gssapi.c                 |   65 +-
 Utilities/cmcurl/lib/curl_gssapi.h                 |    8 +-
 Utilities/cmcurl/lib/curl_hmac.h                   |    2 +-
 Utilities/cmcurl/lib/curl_ldap.h                   |    2 +-
 Utilities/cmcurl/lib/curl_md4.h                    |    2 +-
 Utilities/cmcurl/lib/curl_md5.h                    |    2 +-
 Utilities/cmcurl/lib/curl_memory.h                 |   19 +-
 Utilities/cmcurl/lib/curl_memrchr.c                |    7 +-
 Utilities/cmcurl/lib/curl_memrchr.h                |    2 +-
 Utilities/cmcurl/lib/curl_multibyte.c              |    4 +-
 Utilities/cmcurl/lib/curl_multibyte.h              |    2 +-
 Utilities/cmcurl/lib/curl_ntlm.c                   |  239 -
 Utilities/cmcurl/lib/curl_ntlm.h                   |   40 -
 Utilities/cmcurl/lib/curl_ntlm_core.c              |   34 +-
 Utilities/cmcurl/lib/curl_ntlm_core.h              |    6 +-
 Utilities/cmcurl/lib/curl_ntlm_msgs.c              |  817 ----
 Utilities/cmcurl/lib/curl_ntlm_msgs.h              |  143 -
 Utilities/cmcurl/lib/curl_ntlm_wb.c                |   15 +-
 Utilities/cmcurl/lib/curl_ntlm_wb.h                |    2 +-
 Utilities/cmcurl/lib/curl_printf.h                 |    2 +-
 Utilities/cmcurl/lib/curl_rtmp.c                   |    4 +-
 Utilities/cmcurl/lib/curl_rtmp.h                   |    2 +-
 Utilities/cmcurl/lib/curl_sasl.c                   | 1332 +-----
 Utilities/cmcurl/lib/curl_sasl.h                   |  143 +-
 Utilities/cmcurl/lib/curl_sasl_gssapi.c            |  392 --
 Utilities/cmcurl/lib/curl_sasl_sspi.c              | 1281 ------
 Utilities/cmcurl/lib/curl_sec.h                    |    2 +-
 Utilities/cmcurl/lib/curl_setup.h                  |   49 +-
 Utilities/cmcurl/lib/curl_setup_once.h             |    2 +-
 Utilities/cmcurl/lib/curl_sspi.c                   |   52 +-
 Utilities/cmcurl/lib/curl_sspi.h                   |    6 +-
 Utilities/cmcurl/lib/curl_threads.c                |    6 +-
 Utilities/cmcurl/lib/curl_threads.h                |    2 +-
 Utilities/cmcurl/lib/curlx.h                       |    2 +-
 Utilities/cmcurl/lib/dict.c                        |    6 +-
 Utilities/cmcurl/lib/dict.h                        |    2 +-
 Utilities/cmcurl/lib/dotdot.c                      |   17 +-
 Utilities/cmcurl/lib/dotdot.h                      |    2 +-
 Utilities/cmcurl/lib/easy.c                        |  181 +-
 Utilities/cmcurl/lib/easyif.h                      |    6 +-
 Utilities/cmcurl/lib/escape.c                      |   24 +-
 Utilities/cmcurl/lib/escape.h                      |    4 +-
 Utilities/cmcurl/lib/file.c                        |   93 +-
 Utilities/cmcurl/lib/file.h                        |    2 +-
 Utilities/cmcurl/lib/fileinfo.c                    |    2 +-
 Utilities/cmcurl/lib/fileinfo.h                    |    2 +-
 Utilities/cmcurl/lib/formdata.c                    |  121 +-
 Utilities/cmcurl/lib/formdata.h                    |   12 +-
 Utilities/cmcurl/lib/ftp.c                         |  181 +-
 Utilities/cmcurl/lib/ftp.h                         |    6 +-
 Utilities/cmcurl/lib/ftplistparser.c               |   36 +-
 Utilities/cmcurl/lib/ftplistparser.h               |    2 +-
 Utilities/cmcurl/lib/getenv.c                      |    2 +-
 Utilities/cmcurl/lib/getinfo.c                     |  128 +-
 Utilities/cmcurl/lib/getinfo.h                     |    6 +-
 Utilities/cmcurl/lib/gopher.c                      |   12 +-
 Utilities/cmcurl/lib/gopher.h                      |    2 +-
 Utilities/cmcurl/lib/hash.c                        |   30 +-
 Utilities/cmcurl/lib/hash.h                        |    2 +-
 Utilities/cmcurl/lib/hmac.c                        |    7 +-
 Utilities/cmcurl/lib/hostasyn.c                    |    4 +-
 Utilities/cmcurl/lib/hostcheck.c                   |    4 +-
 Utilities/cmcurl/lib/hostcheck.h                   |    2 +-
 Utilities/cmcurl/lib/hostip.c                      |   29 +-
 Utilities/cmcurl/lib/hostip.h                      |   24 +-
 Utilities/cmcurl/lib/hostip4.c                     |    6 +-
 Utilities/cmcurl/lib/hostip6.c                     |   31 +-
 Utilities/cmcurl/lib/hostsyn.c                     |   10 +-
 Utilities/cmcurl/lib/http.c                        |  361 +-
 Utilities/cmcurl/lib/http.h                        |   12 +-
 Utilities/cmcurl/lib/http2.c                       |  800 +++-
 Utilities/cmcurl/lib/http2.h                       |   10 +-
 Utilities/cmcurl/lib/http_chunks.c                 |    8 +-
 Utilities/cmcurl/lib/http_chunks.h                 |    2 +-
 Utilities/cmcurl/lib/http_digest.c                 |   25 +-
 Utilities/cmcurl/lib/http_digest.h                 |    4 +-
 Utilities/cmcurl/lib/http_negotiate.c              |  193 +-
 Utilities/cmcurl/lib/http_negotiate.h              |    8 +-
 Utilities/cmcurl/lib/http_negotiate_sspi.c         |  300 --
 Utilities/cmcurl/lib/http_ntlm.c                   |  238 +
 Utilities/cmcurl/lib/http_ntlm.h                   |   40 +
 Utilities/cmcurl/lib/http_proxy.c                  |   45 +-
 Utilities/cmcurl/lib/http_proxy.h                  |    2 +-
 Utilities/cmcurl/lib/idn_win32.c                   |   63 +-
 Utilities/cmcurl/lib/if2ip.c                       |   19 +-
 Utilities/cmcurl/lib/if2ip.h                       |    2 +-
 Utilities/cmcurl/lib/imap.c                        |  148 +-
 Utilities/cmcurl/lib/imap.h                        |    6 +-
 Utilities/cmcurl/lib/inet_ntop.c                   |   11 +-
 Utilities/cmcurl/lib/inet_ntop.h                   |    2 +-
 Utilities/cmcurl/lib/inet_pton.c                   |    8 +-
 Utilities/cmcurl/lib/inet_pton.h                   |    2 +-
 Utilities/cmcurl/lib/krb5.c                        |   28 +-
 Utilities/cmcurl/lib/ldap.c                        |   13 +-
 Utilities/cmcurl/lib/libcurl.rc                    |    6 +-
 Utilities/cmcurl/lib/llist.c                       |    6 +-
 Utilities/cmcurl/lib/llist.h                       |    2 +-
 Utilities/cmcurl/lib/md5.c                         |    6 +-
 Utilities/cmcurl/lib/memdebug.c                    |   15 +-
 Utilities/cmcurl/lib/memdebug.h                    |   17 +-
 Utilities/cmcurl/lib/mprintf.c                     |  184 +-
 Utilities/cmcurl/lib/multi.c                       |  709 ++-
 Utilities/cmcurl/lib/multihandle.h                 |   10 +-
 Utilities/cmcurl/lib/multiif.h                     |   14 +-
 Utilities/cmcurl/lib/netrc.c                       |    8 +-
 Utilities/cmcurl/lib/netrc.h                       |    2 +-
 Utilities/cmcurl/lib/non-ascii.c                   |   24 +-
 Utilities/cmcurl/lib/non-ascii.h                   |   18 +-
 Utilities/cmcurl/lib/nonblock.c                    |    6 +-
 Utilities/cmcurl/lib/nonblock.h                    |    2 +-
 Utilities/cmcurl/lib/nwlib.c                       |   50 +-
 Utilities/cmcurl/lib/nwos.c                        |   12 +-
 Utilities/cmcurl/lib/openldap.c                    |  109 +-
 Utilities/cmcurl/lib/parsedate.c                   |    2 +-
 Utilities/cmcurl/lib/parsedate.h                   |    2 +-
 Utilities/cmcurl/lib/pingpong.c                    |   18 +-
 Utilities/cmcurl/lib/pingpong.h                    |    2 +-
 Utilities/cmcurl/lib/pipeline.c                    |   46 +-
 Utilities/cmcurl/lib/pipeline.h                    |   20 +-
 Utilities/cmcurl/lib/pop3.c                        |   74 +-
 Utilities/cmcurl/lib/pop3.h                        |    6 +-
 Utilities/cmcurl/lib/progress.c                    |   20 +-
 Utilities/cmcurl/lib/progress.h                    |   16 +-
 Utilities/cmcurl/lib/rawstr.c                      |   12 +-
 Utilities/cmcurl/lib/rawstr.h                      |    2 +-
 Utilities/cmcurl/lib/rtsp.c                        |   48 +-
 Utilities/cmcurl/lib/rtsp.h                        |    2 +-
 Utilities/cmcurl/lib/security.c                    |    2 +-
 Utilities/cmcurl/lib/select.c                      |   22 +-
 Utilities/cmcurl/lib/select.h                      |    2 +-
 Utilities/cmcurl/lib/sendf.c                       |  154 +-
 Utilities/cmcurl/lib/sendf.h                       |    8 +-
 Utilities/cmcurl/lib/setup-os400.h                 |    2 +-
 Utilities/cmcurl/lib/setup-vms.h                   |    2 +-
 Utilities/cmcurl/lib/share.c                       |   23 +-
 Utilities/cmcurl/lib/share.h                       |    6 +-
 Utilities/cmcurl/lib/sigpipe.h                     |    6 +-
 Utilities/cmcurl/lib/slist.c                       |    6 +-
 Utilities/cmcurl/lib/slist.h                       |    2 +-
 Utilities/cmcurl/lib/smb.c                         |   13 +-
 Utilities/cmcurl/lib/smb.h                         |    2 +-
 Utilities/cmcurl/lib/smtp.c                        |   85 +-
 Utilities/cmcurl/lib/smtp.h                        |    6 +-
 Utilities/cmcurl/lib/sockaddr.h                    |    2 +-
 Utilities/cmcurl/lib/socks.c                       |   44 +-
 Utilities/cmcurl/lib/socks.h                       |    2 +-
 Utilities/cmcurl/lib/socks_gssapi.c                |   14 +-
 Utilities/cmcurl/lib/socks_sspi.c                  |   17 +-
 Utilities/cmcurl/lib/speedcheck.c                  |    6 +-
 Utilities/cmcurl/lib/speedcheck.h                  |    6 +-
 Utilities/cmcurl/lib/splay.c                       |    2 +-
 Utilities/cmcurl/lib/splay.h                       |    6 +-
 Utilities/cmcurl/lib/ssh.c                         |  173 +-
 Utilities/cmcurl/lib/ssh.h                         |    7 +-
 Utilities/cmcurl/lib/strdup.c                      |    8 +-
 Utilities/cmcurl/lib/strdup.h                      |    2 +-
 Utilities/cmcurl/lib/strequal.c                    |    2 +-
 Utilities/cmcurl/lib/strequal.h                    |    2 +-
 Utilities/cmcurl/lib/strerror.c                    |   20 +-
 Utilities/cmcurl/lib/strerror.h                    |    2 +-
 Utilities/cmcurl/lib/strtok.c                      |    2 +-
 Utilities/cmcurl/lib/strtok.h                      |    2 +-
 Utilities/cmcurl/lib/strtoofft.c                   |    2 +-
 Utilities/cmcurl/lib/strtoofft.h                   |    2 +-
 Utilities/cmcurl/lib/system_win32.c                |  294 ++
 Utilities/cmcurl/lib/system_win32.h                |   61 +
 Utilities/cmcurl/lib/telnet.c                      |   46 +-
 Utilities/cmcurl/lib/telnet.h                      |    2 +-
 Utilities/cmcurl/lib/tftp.c                        |   99 +-
 Utilities/cmcurl/lib/tftp.h                        |    2 +-
 Utilities/cmcurl/lib/timeval.c                     |   14 +-
 Utilities/cmcurl/lib/timeval.h                     |    2 +-
 Utilities/cmcurl/lib/transfer.c                    |  219 +-
 Utilities/cmcurl/lib/transfer.h                    |   17 +-
 Utilities/cmcurl/lib/url.c                         | 1449 +++---
 Utilities/cmcurl/lib/url.h                         |   40 +-
 Utilities/cmcurl/lib/urldata.h                     |  187 +-
 Utilities/cmcurl/lib/vauth/cleartext.c             |  157 +
 Utilities/cmcurl/lib/vauth/cram.c                  |  138 +
 Utilities/cmcurl/lib/vauth/digest.c                |  883 ++++
 Utilities/cmcurl/lib/vauth/digest.h                |   43 +
 Utilities/cmcurl/lib/vauth/digest_sspi.c           |  533 +++
 Utilities/cmcurl/lib/vauth/krb5_gssapi.c           |  387 ++
 Utilities/cmcurl/lib/vauth/krb5_sspi.c             |  496 ++
 Utilities/cmcurl/lib/vauth/ntlm.c                  |  842 ++++
 Utilities/cmcurl/lib/vauth/ntlm.h                  |  143 +
 Utilities/cmcurl/lib/vauth/ntlm_sspi.c             |  314 ++
 Utilities/cmcurl/lib/vauth/oauth2.c                |   86 +
 Utilities/cmcurl/lib/vauth/spnego_gssapi.c         |  260 ++
 Utilities/cmcurl/lib/vauth/spnego_sspi.c           |  297 ++
 Utilities/cmcurl/lib/vauth/vauth.c                 |  106 +
 Utilities/cmcurl/lib/vauth/vauth.h                 |  189 +
 Utilities/cmcurl/lib/version.c                     |   40 +-
 Utilities/cmcurl/lib/vtls/axtls.c                  |   58 +-
 Utilities/cmcurl/lib/vtls/axtls.h                  |    4 +-
 Utilities/cmcurl/lib/vtls/cyassl.c                 |  203 +-
 Utilities/cmcurl/lib/vtls/cyassl.h                 |   23 +-
 Utilities/cmcurl/lib/vtls/darwinssl.c              |  111 +-
 Utilities/cmcurl/lib/vtls/darwinssl.h              |    2 +-
 Utilities/cmcurl/lib/vtls/gskit.c                  |   36 +-
 Utilities/cmcurl/lib/vtls/gskit.h                  |    2 +-
 Utilities/cmcurl/lib/vtls/gtls.c                   |  116 +-
 Utilities/cmcurl/lib/vtls/gtls.h                   |    9 +-
 Utilities/cmcurl/lib/vtls/mbedtls.c                |  871 ++++
 Utilities/cmcurl/lib/vtls/mbedtls.h                |   80 +
 Utilities/cmcurl/lib/vtls/nss.c                    |  121 +-
 Utilities/cmcurl/lib/vtls/nssg.h                   |   13 +-
 Utilities/cmcurl/lib/vtls/openssl.c                |  998 ++--
 Utilities/cmcurl/lib/vtls/openssl.h                |   21 +-
 Utilities/cmcurl/lib/vtls/polarssl.c               |  191 +-
 Utilities/cmcurl/lib/vtls/polarssl.h               |   18 +-
 Utilities/cmcurl/lib/vtls/polarssl_threadlock.c    |   16 +-
 Utilities/cmcurl/lib/vtls/polarssl_threadlock.h    |   22 +-
 Utilities/cmcurl/lib/vtls/schannel.c               |  297 +-
 Utilities/cmcurl/lib/vtls/schannel.h               |    5 +-
 Utilities/cmcurl/lib/vtls/vtls.c                   |  168 +-
 Utilities/cmcurl/lib/vtls/vtls.h                   |   73 +-
 Utilities/cmcurl/lib/warnless.c                    |   61 +-
 Utilities/cmcurl/lib/warnless.h                    |   10 +-
 Utilities/cmcurl/lib/wildcard.c                    |    6 +-
 Utilities/cmcurl/lib/wildcard.h                    |    4 +-
 Utilities/cmcurl/lib/x509asn1.c                    |   31 +-
 Utilities/cmcurl/lib/x509asn1.h                    |    6 +-
 Utilities/cmlibarchive/libarchive/xxhash.c         |    5 +-
 Utilities/cmliblzma/CMakeLists.txt                 |    6 +-
 Utilities/cmliblzma/README-CMake.txt               |   66 -
 Utilities/cmliblzma/liblzma/api/lzma/block.h       |    3 +
 Utilities/cmliblzma/liblzma/api/lzma/version.h     |    2 +-
 Utilities/cmliblzma/liblzma/check/crc32_fast.c     |    2 +-
 Utilities/cmliblzma/liblzma/check/sha256.c         |    2 +-
 .../cmliblzma/liblzma/lzma/lzma_encoder_presets.c  |    9 +-
 Utilities/{cmcurl => cmlibuv}/.gitattributes       |    0
 Utilities/cmlibuv/CMakeLists.txt                   |  236 +
 Utilities/cmlibuv/LICENSE                          |   70 +
 Utilities/cmlibuv/include/android-ifaddrs.h        |   54 +
 Utilities/cmlibuv/include/pthread-barrier.h        |   66 +
 Utilities/cmlibuv/include/stdint-msvc2008.h        |  247 +
 Utilities/cmlibuv/include/tree.h                   |  768 ++++
 Utilities/cmlibuv/include/uv-aix.h                 |   32 +
 Utilities/cmlibuv/include/uv-bsd.h                 |   34 +
 Utilities/cmlibuv/include/uv-darwin.h              |   61 +
 Utilities/cmlibuv/include/uv-errno.h               |  419 ++
 Utilities/cmlibuv/include/uv-linux.h               |   34 +
 Utilities/cmlibuv/include/uv-os390.h               |   27 +
 Utilities/cmlibuv/include/uv-sunos.h               |   44 +
 Utilities/cmlibuv/include/uv-threadpool.h          |   37 +
 Utilities/cmlibuv/include/uv-unix.h                |  371 ++
 Utilities/cmlibuv/include/uv-version.h             |   43 +
 Utilities/cmlibuv/include/uv-win.h                 |  660 +++
 Utilities/cmlibuv/include/uv.h                     | 1499 ++++++
 Utilities/cmlibuv/src/fs-poll.c                    |  256 ++
 Utilities/cmlibuv/src/heap-inl.h                   |  245 +
 Utilities/cmlibuv/src/inet.c                       |  309 ++
 Utilities/cmlibuv/src/queue.h                      |  108 +
 Utilities/cmlibuv/src/threadpool.c                 |  303 ++
 Utilities/cmlibuv/src/unix/aix.c                   | 1154 +++++
 Utilities/cmlibuv/src/unix/android-ifaddrs.c       |  703 +++
 Utilities/cmlibuv/src/unix/async.c                 |  290 ++
 Utilities/cmlibuv/src/unix/atomic-ops.h            |   88 +
 Utilities/cmlibuv/src/unix/core.c                  | 1238 +++++
 Utilities/cmlibuv/src/unix/darwin-proctitle.c      |  206 +
 Utilities/cmlibuv/src/unix/darwin.c                |  335 ++
 Utilities/cmlibuv/src/unix/dl.c                    |   80 +
 Utilities/cmlibuv/src/unix/freebsd.c               |  460 ++
 Utilities/cmlibuv/src/unix/fs.c                    | 1364 ++++++
 Utilities/cmlibuv/src/unix/fsevents.c              |  904 ++++
 Utilities/cmlibuv/src/unix/getaddrinfo.c           |  202 +
 Utilities/cmlibuv/src/unix/getnameinfo.c           |  120 +
 Utilities/cmlibuv/src/unix/internal.h              |  322 ++
 Utilities/cmlibuv/src/unix/kqueue.c                |  463 ++
 Utilities/cmlibuv/src/unix/linux-core.c            |  985 ++++
 Utilities/cmlibuv/src/unix/linux-inotify.c         |  285 ++
 Utilities/cmlibuv/src/unix/linux-syscalls.c        |  471 ++
 Utilities/cmlibuv/src/unix/linux-syscalls.h        |  151 +
 Utilities/cmlibuv/src/unix/loop-watcher.c          |   68 +
 Utilities/cmlibuv/src/unix/loop.c                  |  159 +
 Utilities/cmlibuv/src/unix/netbsd.c                |  380 ++
 Utilities/cmlibuv/src/unix/openbsd.c               |  396 ++
 Utilities/cmlibuv/src/unix/os390.c                 |   42 +
 Utilities/cmlibuv/src/unix/pipe.c                  |  295 ++
 Utilities/cmlibuv/src/unix/poll.c                  |  130 +
 Utilities/cmlibuv/src/unix/process.c               |  563 +++
 Utilities/cmlibuv/src/unix/proctitle.c             |  105 +
 Utilities/cmlibuv/src/unix/pthread-barrier.c       |  120 +
 Utilities/cmlibuv/src/unix/pthread-fixes.c         |   56 +
 Utilities/cmlibuv/src/unix/signal.c                |  467 ++
 Utilities/cmlibuv/src/unix/spinlock.h              |   53 +
 Utilities/cmlibuv/src/unix/stream.c                | 1638 +++++++
 Utilities/cmlibuv/src/unix/sunos.c                 |  821 ++++
 Utilities/cmlibuv/src/unix/tcp.c                   |  395 ++
 Utilities/cmlibuv/src/unix/thread.c                |  605 +++
 Utilities/cmlibuv/src/unix/timer.c                 |  172 +
 Utilities/cmlibuv/src/unix/tty.c                   |  333 ++
 Utilities/cmlibuv/src/unix/udp.c                   |  895 ++++
 Utilities/cmlibuv/src/uv-common.c                  |  654 +++
 Utilities/cmlibuv/src/uv-common.h                  |  227 +
 Utilities/cmlibuv/src/version.c                    |   45 +
 Utilities/cmlibuv/src/win/async.c                  |   99 +
 Utilities/cmlibuv/src/win/atomicops-inl.h          |   56 +
 Utilities/cmlibuv/src/win/core.c                   |  602 +++
 Utilities/cmlibuv/src/win/detect-wakeup.c          |   35 +
 Utilities/cmlibuv/src/win/dl.c                     |  118 +
 Utilities/cmlibuv/src/win/error.c                  |  170 +
 Utilities/cmlibuv/src/win/fs-event.c               |  545 +++
 Utilities/cmlibuv/src/win/fs.c                     | 2496 ++++++++++
 Utilities/cmlibuv/src/win/getaddrinfo.c            |  385 ++
 Utilities/cmlibuv/src/win/getnameinfo.c            |  150 +
 Utilities/cmlibuv/src/win/handle-inl.h             |  179 +
 Utilities/cmlibuv/src/win/handle.c                 |  154 +
 Utilities/cmlibuv/src/win/internal.h               |  398 ++
 Utilities/cmlibuv/src/win/loop-watcher.c           |  122 +
 Utilities/cmlibuv/src/win/pipe.c                   | 2130 +++++++++
 Utilities/cmlibuv/src/win/poll.c                   |  646 +++
 Utilities/cmlibuv/src/win/process-stdio.c          |  510 +++
 Utilities/cmlibuv/src/win/process.c                | 1247 +++++
 Utilities/cmlibuv/src/win/req-inl.h                |  224 +
 Utilities/cmlibuv/src/win/req.c                    |   25 +
 Utilities/cmlibuv/src/win/signal.c                 |  356 ++
 Utilities/cmlibuv/src/win/snprintf.c               |   42 +
 Utilities/cmlibuv/src/win/stream-inl.h             |   56 +
 Utilities/cmlibuv/src/win/stream.c                 |  249 +
 Utilities/cmlibuv/src/win/tcp.c                    | 1510 +++++++
 Utilities/cmlibuv/src/win/thread.c                 |  697 +++
 Utilities/cmlibuv/src/win/timer.c                  |  195 +
 Utilities/cmlibuv/src/win/tty.c                    | 2257 ++++++++++
 Utilities/cmlibuv/src/win/udp.c                    |  928 ++++
 Utilities/cmlibuv/src/win/util.c                   | 1389 ++++++
 Utilities/cmlibuv/src/win/winapi.c                 |  159 +
 Utilities/cmlibuv/src/win/winapi.h                 | 4757 ++++++++++++++++++++
 Utilities/cmlibuv/src/win/winsock.c                |  561 +++
 Utilities/cmlibuv/src/win/winsock.h                |  191 +
 bootstrap                                          |   49 +-
 debian/changelog                                   |   36 +
 debian/cmake-data.install                          |    1 +
 debian/control                                     |    8 +-
 .../patches/FindBoost_add_-lpthread_#563479.diff   |   18 +-
 debian/patches/FindImageMagick_find_program.patch  |   32 -
 debian/patches/fix-ftbfs-on-kfreebsd.patch         |   16 +-
 debian/patches/mips-rld-map-rel.patch              |  475 ++
 debian/patches/qt_import_dir_variable.diff         |   12 +-
 debian/patches/series                              |    2 +-
 2521 files changed, 103080 insertions(+), 38995 deletions(-)
 delete mode 100644 Auxiliary/cmake-help.vim
 delete mode 100644 Auxiliary/cmake-indent.vim
 delete mode 100644 Auxiliary/cmake-syntax.vim
 create mode 100644 Auxiliary/vim/cmake.vim.in
 create mode 100755 Auxiliary/vim/extract-upper-case.pl
 create mode 100644 Auxiliary/vim/indent/cmake.vim
 create mode 100644 Auxiliary/vim/syntax/cmake.vim
 create mode 100644 Help/generator/Visual Studio 15.rst
 create mode 100644 Help/manual/cmake-server.7.rst
 create mode 100644 Help/module/AndroidTestUtilities.rst
 create mode 100644 Help/module/CPackProductBuild.rst
 create mode 100644 Help/module/FindICU.rst
 create mode 100644 Help/module/FindVulkan.rst
 create mode 100644 Help/policy/CMP0066.rst
 create mode 100644 Help/prop_dir/BINARY_DIR.rst
 create mode 100644 Help/prop_dir/BUILDSYSTEM_TARGETS.rst
 create mode 100644 Help/prop_dir/SOURCE_DIR.rst
 create mode 100644 Help/prop_dir/SUBDIRECTORIES.rst
 create mode 100644 Help/prop_gbl/FIND_LIBRARY_USE_LIB32_PATHS.rst
 create mode 100644 Help/prop_sf/VS_TOOL_OVERRIDE.rst
 create mode 100644 Help/prop_sf/XCODE_FILE_ATTRIBUTES.rst
 create mode 100644 Help/prop_test/FIXTURES_CLEANUP.rst
 create mode 100644 Help/prop_test/FIXTURES_REQUIRED.rst
 create mode 100644 Help/prop_test/FIXTURES_SETUP.rst
 create mode 100644 Help/prop_tgt/LINK_WHAT_YOU_USE.rst
 create mode 100644 Help/prop_tgt/VS_SDK_REFERENCES.rst
 create mode 100644 Help/release/3.7.rst
 create mode 100644 Help/variable/ANDROID.rst
 create mode 100644 Help/variable/CMAKE_ANDROID_ARCH_ABI.rst
 create mode 100644 Help/variable/CMAKE_ANDROID_ARM_MODE.rst
 create mode 100644 Help/variable/CMAKE_ANDROID_ARM_NEON.rst
 create mode 100644 Help/variable/CMAKE_ANDROID_NDK.rst
 create mode 100644 Help/variable/CMAKE_ANDROID_NDK_TOOLCHAIN_VERSION.rst
 create mode 100644 Help/variable/CMAKE_ANDROID_STANDALONE_TOOLCHAIN.rst
 create mode 100644 Help/variable/CMAKE_CODELITE_USE_TARGETS.rst
 create mode 100644 Help/variable/CMAKE_COMPILER_IS_GNUCC.rst
 create mode 100644 Help/variable/CMAKE_COMPILER_IS_GNUCXX.rst
 create mode 100644 Help/variable/CMAKE_COMPILER_IS_GNUG77.rst
 delete mode 100644 Help/variable/CMAKE_COMPILER_IS_GNULANG.rst
 create mode 100644 Help/variable/CMAKE_EXE_LINKER_FLAGS_CONFIG_INIT.rst
 create mode 100644 Help/variable/CMAKE_EXE_LINKER_FLAGS_INIT.rst
 create mode 100644 Help/variable/CMAKE_FIND_PACKAGE_SORT_DIRECTION.rst
 create mode 100644 Help/variable/CMAKE_FIND_PACKAGE_SORT_ORDER.rst
 create mode 100644 Help/variable/CMAKE_LANG_ANDROID_TOOLCHAIN_PREFIX.rst
 create mode 100644 Help/variable/CMAKE_LANG_ANDROID_TOOLCHAIN_SUFFIX.rst
 create mode 100644 Help/variable/CMAKE_LANG_FLAGS_DEBUG_INIT.rst
 create mode 100644 Help/variable/CMAKE_LANG_FLAGS_INIT.rst
 create mode 100644 Help/variable/CMAKE_LANG_FLAGS_MINSIZEREL_INIT.rst
 create mode 100644 Help/variable/CMAKE_LANG_FLAGS_RELEASE_INIT.rst
 create mode 100644 Help/variable/CMAKE_LANG_FLAGS_RELWITHDEBINFO_INIT.rst
 create mode 100644 Help/variable/CMAKE_LINK_WHAT_YOU_USE.rst
 create mode 100644 Help/variable/CMAKE_MODULE_LINKER_FLAGS_CONFIG_INIT.rst
 create mode 100644 Help/variable/CMAKE_MODULE_LINKER_FLAGS_INIT.rst
 create mode 100644 Help/variable/CMAKE_SHARED_LINKER_FLAGS_CONFIG_INIT.rst
 create mode 100644 Help/variable/CMAKE_SHARED_LINKER_FLAGS_INIT.rst
 create mode 100644 Help/variable/CMAKE_STATIC_LINKER_FLAGS_CONFIG_INIT.rst
 create mode 100644 Help/variable/CMAKE_STATIC_LINKER_FLAGS_INIT.rst
 create mode 100644 Help/variable/CMAKE_Swift_LANGUAGE_VERSION.rst
 create mode 100644 Help/variable/XCODE.rst
 create mode 100644 Licenses/LGPLv3.txt
 create mode 100644 Modules/AndroidTestUtilities.cmake
 create mode 100644 Modules/AndroidTestUtilities/PushToAndroidDevice.cmake
 create mode 100644 Modules/CPackProductBuild.cmake
 create mode 100644 Modules/Compiler/Intel.cmake
 create mode 100644 Modules/FindCUDA/select_compute_arch.cmake
 create mode 100644 Modules/FindICU.cmake
 create mode 100644 Modules/FindVulkan.cmake
 create mode 100644 Modules/Platform/AIX-Clang-C.cmake
 create mode 100644 Modules/Platform/AIX-Clang-CXX.cmake
 create mode 100644 Modules/Platform/Android-Clang-C.cmake
 create mode 100644 Modules/Platform/Android-Clang-CXX.cmake
 create mode 100644 Modules/Platform/Android-Clang.cmake
 create mode 100644 Modules/Platform/Android-Common.cmake
 create mode 100644 Modules/Platform/Android-Determine-C.cmake
 create mode 100644 Modules/Platform/Android-Determine-CXX.cmake
 create mode 100644 Modules/Platform/Android-Determine.cmake
 create mode 100644 Modules/Platform/Android-GNU-C.cmake
 create mode 100644 Modules/Platform/Android-GNU-CXX.cmake
 create mode 100644 Modules/Platform/Android-GNU.cmake
 create mode 100644 Modules/Platform/Android-Initialize.cmake
 create mode 100644 Modules/Platform/Android/Determine-Compiler-NDK.cmake
 create mode 100644 Modules/Platform/Android/Determine-Compiler-Standalone.cmake
 create mode 100644 Modules/Platform/Android/Determine-Compiler.cmake
 create mode 100644 Modules/Platform/Android/abi-arm64-v8a-Clang.cmake
 create mode 100644 Modules/Platform/Android/abi-arm64-v8a-GNU.cmake
 create mode 100644 Modules/Platform/Android/abi-armeabi-Clang.cmake
 create mode 100644 Modules/Platform/Android/abi-armeabi-GNU.cmake
 create mode 100644 Modules/Platform/Android/abi-armeabi-v6-Clang.cmake
 create mode 100644 Modules/Platform/Android/abi-armeabi-v6-GNU.cmake
 create mode 100644 Modules/Platform/Android/abi-armeabi-v7a-Clang.cmake
 create mode 100644 Modules/Platform/Android/abi-armeabi-v7a-GNU.cmake
 create mode 100644 Modules/Platform/Android/abi-common-Clang.cmake
 create mode 100644 Modules/Platform/Android/abi-common-GNU.cmake
 create mode 100644 Modules/Platform/Android/abi-common.cmake
 create mode 100644 Modules/Platform/Android/abi-mips-Clang.cmake
 create mode 100644 Modules/Platform/Android/abi-mips-GNU.cmake
 create mode 100644 Modules/Platform/Android/abi-mips64-Clang.cmake
 create mode 100644 Modules/Platform/Android/abi-mips64-GNU.cmake
 create mode 100644 Modules/Platform/Android/abi-x86-Clang.cmake
 create mode 100644 Modules/Platform/Android/abi-x86-GNU.cmake
 create mode 100644 Modules/Platform/Android/abi-x86_64-Clang.cmake
 create mode 100644 Modules/Platform/Android/abi-x86_64-GNU.cmake
 create mode 100644 Modules/Platform/Android/ndk-stl-c++.cmake
 create mode 100644 Modules/Platform/Android/ndk-stl-c++_shared.cmake
 create mode 100644 Modules/Platform/Android/ndk-stl-c++_static.cmake
 create mode 100644 Modules/Platform/Android/ndk-stl-gabi++.cmake
 create mode 100644 Modules/Platform/Android/ndk-stl-gabi++_shared.cmake
 create mode 100644 Modules/Platform/Android/ndk-stl-gabi++_static.cmake
 create mode 100644 Modules/Platform/Android/ndk-stl-gnustl.cmake
 create mode 100644 Modules/Platform/Android/ndk-stl-gnustl_shared.cmake
 create mode 100644 Modules/Platform/Android/ndk-stl-gnustl_static.cmake
 create mode 100644 Modules/Platform/Android/ndk-stl-none.cmake
 create mode 100644 Modules/Platform/Android/ndk-stl-stlport.cmake
 create mode 100644 Modules/Platform/Android/ndk-stl-stlport_shared.cmake
 create mode 100644 Modules/Platform/Android/ndk-stl-stlport_static.cmake
 create mode 100644 Modules/Platform/Android/ndk-stl-system.cmake
 rename Modules/Platform/{CYGWIN-CXX.cmake => CYGWIN-Determine-CXX.cmake} (100%)
 rename Modules/Platform/{Darwin-CXX.cmake => Darwin-Determine-CXX.cmake} (100%)
 rename Modules/Platform/{Linux-CXX.cmake => Linux-Determine-CXX.cmake} (100%)
 rename Modules/Platform/{Windows-CXX.cmake => Windows-Determine-CXX.cmake} (100%)
 create mode 100644 Modules/Platform/Windows-OpenWatcom-C.cmake
 create mode 100644 Modules/Platform/Windows-OpenWatcom-CXX.cmake
 create mode 100644 Modules/Platform/Windows-OpenWatcom.cmake
 create mode 100644 Modules/Platform/Windows-Watcom-C.cmake
 create mode 100644 Modules/Platform/Windows-Watcom-CXX.cmake
 delete mode 100644 Modules/Platform/Windows-wcl386.cmake
 create mode 100644 Modules/javaTargets.cmake.in
 delete mode 100644 Source/.cvsignore
 create mode 100644 Source/CPack/cmCPackPKGGenerator.cxx
 create mode 100644 Source/CPack/cmCPackPKGGenerator.h
 create mode 100644 Source/CPack/cmCPackProductBuildGenerator.cxx
 create mode 100644 Source/CPack/cmCPackProductBuildGenerator.h
 delete mode 100644 Source/CPack/cygwin.readme
 delete mode 100644 Source/Checks/cm_cxx11_unordered_map.cmake
 create mode 100644 Source/Checks/cm_cxx_auto_ptr.cxx
 create mode 100644 Source/Checks/cm_cxx_features.cmake
 create mode 100644 Source/Checks/cm_cxx_make_unique.cxx
 create mode 100644 Source/Checks/cm_cxx_nullptr.cxx
 create mode 100644 Source/Checks/cm_cxx_override.cxx
 create mode 100644 Source/Checks/cm_cxx_unique_ptr.cxx
 rename Source/Checks/{cm_cxx11_unordered_map.cpp => cm_cxx_unordered_map.cxx} (100%)
 create mode 100644 Source/Checks/cm_cxx_unordered_set.cxx
 create mode 100644 Source/Modules/FindLibUV.cmake
 create mode 100644 Source/QtDialog/CMakeSetup64.png
 create mode 100644 Source/QtIFW/CMake.DeveloperReference.HTML.qs.in
 create mode 100644 Source/cmBase32.cxx
 create mode 100644 Source/cmBase32.h
 create mode 100644 Source/cmCustomCommandLines.h
 create mode 100644 Source/cmDocumentationEntry.h
 create mode 100644 Source/cmExportBuildAndroidMKGenerator.cxx
 create mode 100644 Source/cmExportBuildAndroidMKGenerator.h
 create mode 100644 Source/cmExportInstallAndroidMKGenerator.cxx
 create mode 100644 Source/cmExportInstallAndroidMKGenerator.h
 create mode 100644 Source/cmFileMonitor.cxx
 create mode 100644 Source/cmFileMonitor.h
 create mode 100644 Source/cmFilePathUuid.cxx
 create mode 100644 Source/cmFilePathUuid.h
 create mode 100644 Source/cmGlobalVisualStudio15Generator.cxx
 create mode 100644 Source/cmGlobalVisualStudio15Generator.h
 create mode 100644 Source/cmInstallExportAndroidMKGenerator.cxx
 create mode 100644 Source/cmInstallExportAndroidMKGenerator.h
 create mode 100644 Source/cmMessenger.cxx
 create mode 100644 Source/cmMessenger.h
 create mode 100644 Source/cmServer.cxx
 create mode 100644 Source/cmServer.h
 create mode 100644 Source/cmServerConnection.cxx
 create mode 100644 Source/cmServerConnection.h
 create mode 100644 Source/cmServerDictionary.h
 create mode 100644 Source/cmServerProtocol.cxx
 create mode 100644 Source/cmServerProtocol.h
 create mode 100644 Source/cmTargetLinkLibraryType.h
 create mode 100644 Source/cmTypeMacro.h
 create mode 100644 Source/cmUtils.hxx
 create mode 100644 Source/cmVS140CLFlagTable.h
 create mode 100644 Source/cmVS141CLFlagTable.h
 delete mode 100644 Source/cmVS14CLFlagTable.h
 create mode 100644 Source/cm_auto_ptr.hxx
 create mode 100644 Source/dir.dox
 create mode 100644 Source/dir.dox.in
 create mode 100644 Source/kwsys/ConsoleBuf.hxx.in
 delete mode 100644 Source/kwsys/auto_ptr.hxx.in
 delete mode 100644 Source/kwsys/testAutoPtr.cxx
 create mode 100644 Source/kwsys/testConsoleBuf.cxx
 create mode 100644 Source/kwsys/testConsoleBuf.hxx
 create mode 100644 Source/kwsys/testConsoleBufChild.cxx
 delete mode 100755 Templates/cygwin-package.sh.in
 create mode 100644 Tests/CMakeLib/testFindPackageCommand.cxx
 copy Modules/IntelVSImplicitPath/hello.f => Tests/CMakeOnly/find_library/lib/32/libtest5.a (100%)
 copy Tests/CMakeOnly/find_library/lib/A/{lib64 => lib32}/libtest3.a (100%)
 copy Tests/CMakeOnly/find_library/{lib/64 => lib32/A/lib}/libtest2.a (100%)
 copy Modules/IntelVSImplicitPath/hello.f => Tests/CMakeOnly/find_library/lib32/A/lib32/libtest4.a (100%)
 copy Modules/IntelVSImplicitPath/hello.f => Tests/CMakeOnly/find_library/lib32/A/libtest4.a (100%)
 copy Modules/IntelVSImplicitPath/hello.f => Tests/CMakeOnly/find_library/lib32/libtest4.a (100%)
 create mode 100644 Tests/CMakeTests/String-TIMESTAMP-MonthWeekNames.cmake
 create mode 100644 Tests/ExternalProjectSourceSubdir/CMakeLists.txt
 create mode 100644 Tests/ExternalProjectSourceSubdir/Example/subdir/CMakeLists.txt
 create mode 100644 Tests/FindBZip2/CMakeLists.txt
 create mode 100644 Tests/FindBZip2/Test/CMakeLists.txt
 create mode 100644 Tests/FindBZip2/Test/main.c
 create mode 100644 Tests/FindICU/CMakeLists.txt
 create mode 100644 Tests/FindICU/Test/CMakeLists.txt
 create mode 100644 Tests/FindICU/Test/main.cpp
 create mode 100644 Tests/FindLibUV/CMakeLists.txt
 create mode 100644 Tests/FindLibUV/Test/CMakeLists.txt
 create mode 100644 Tests/FindLibUV/Test/main.c
 create mode 100644 Tests/FindMatlab/components_checks/CMakeLists.txt
 create mode 100644 Tests/FindOpenCL/CMakeLists.txt
 create mode 100644 Tests/FindOpenCL/Test/CMakeLists.txt
 create mode 100644 Tests/FindOpenCL/Test/main.c
 copy Tests/FindPackageTest/{Baz 1.1 => Baz 1.3/lib/cmake/Baz}/BazConfig.cmake (100%)
 create mode 100644 Tests/FindPackageTest/Baz 1.3/lib/cmake/Baz/BazConfigVersion.cmake
 copy Tests/FindPackageTest/{Baz 1.1 => Baz 2.0/share/Baz 2}/BazConfig.cmake (100%)
 create mode 100644 Tests/FindPackageTest/Baz 2.0/share/Baz 2/BazConfigVersion.cmake
 copy Tests/FindPackageTest/{Baz 1.1 => Baz 2.1/lib/Baz 2/cmake}/BazConfig.cmake (100%)
 create mode 100644 Tests/FindPackageTest/Baz 2.1/lib/Baz 2/cmake/BazConfigVersion.cmake
 create mode 100644 Tests/FindPackageTest/SortLib-3.1.1/SortLibConfig.cmake
 create mode 100644 Tests/FindPackageTest/SortLib-3.1.1/SortLibConfigVersion.cmake
 create mode 100644 Tests/FindPackageTest/SortLib-3.10.1/SortLibConfig.cmake
 create mode 100644 Tests/FindPackageTest/SortLib-3.10.1/SortLibConfigVersion.cmake
 create mode 100644 Tests/FindVulkan/CMakeLists.txt
 create mode 100644 Tests/FindVulkan/Test/CMakeLists.txt
 create mode 100644 Tests/FindVulkan/Test/main.c
 delete mode 100644 Tests/Fortran/External/CMakeLists.txt
 create mode 100644 Tests/FortranModules/CMakeLists.txt
 rename Tests/{Fortran => FortranModules}/Executable/CMakeLists.txt (100%)
 rename Tests/{Fortran => FortranModules}/Executable/main.f90 (100%)
 create mode 100644 Tests/FortranModules/External/CMakeLists.txt
 rename Tests/{Fortran => FortranModules}/External/a.f90 (100%)
 rename Tests/{Fortran => FortranModules}/Library/CMakeLists.txt (100%)
 rename Tests/{Fortran => FortranModules}/Library/a.f90 (100%)
 rename Tests/{Fortran => FortranModules}/Library/b.f90 (100%)
 rename Tests/{Fortran => FortranModules}/Library/main.f90 (100%)
 rename Tests/{Fortran => FortranModules}/Subdir/CMakeLists.txt (100%)
 rename Tests/{Fortran => FortranModules}/Subdir/subdir.f90 (100%)
 create mode 100644 Tests/FortranModules/Submodules/CMakeLists.txt
 create mode 100644 Tests/FortranModules/Submodules/main.f90
 create mode 100644 Tests/FortranModules/Submodules/provide.f90
 rename Tests/{Fortran => FortranModules}/in_interface/main.f90 (100%)
 rename Tests/{Fortran => FortranModules}/in_interface/module.f90 (100%)
 rename Tests/{Fortran => FortranModules}/include/test_preprocess.h (100%)
 create mode 100644 Tests/FortranModules/non_pp_include.f90
 rename Tests/{Fortran => FortranModules}/test_module_implementation.f90 (100%)
 rename Tests/{Fortran => FortranModules}/test_module_interface.f90 (100%)
 rename Tests/{Fortran => FortranModules}/test_module_main.f90 (100%)
 create mode 100644 Tests/FortranModules/test_non_pp_include_main.f90
 rename Tests/{Fortran => FortranModules}/test_preprocess.F90 (100%)
 rename Tests/{Fortran => FortranModules}/test_preprocess_module.F90 (100%)
 rename Tests/{Fortran => FortranModules}/test_use_in_comment_fixedform.f (100%)
 rename Tests/{Fortran => FortranModules}/test_use_in_comment_freeform.f90 (100%)
 create mode 100644 Tests/JavaExportImport/BuildExport/CMakeLists.txt
 create mode 100644 Tests/JavaExportImport/BuildExport/Foo.java
 create mode 100644 Tests/JavaExportImport/CMakeLists.txt
 create mode 100644 Tests/JavaExportImport/Import/CMakeLists.txt
 create mode 100644 Tests/JavaExportImport/Import/Import.java
 create mode 100644 Tests/JavaExportImport/InitialCache.cmake.in
 create mode 100644 Tests/JavaExportImport/InstallExport/Bar.java
 create mode 100644 Tests/JavaExportImport/InstallExport/CMakeLists.txt
 copy Tests/{ExportImport => JavaExportImport}/main.c (100%)
 create mode 100644 Tests/Module/ExternalData/Data5/CMakeLists.txt
 create mode 100644 Tests/Module/ExternalData/Data5/Data5Check.cmake
 delete mode 100644 Tests/Module/GenerateExportHeader/CMakeLists.txt
 delete mode 100644 Tests/Module/GenerateExportHeader/c_identifier/CMakeLists.txt
 delete mode 100644 Tests/Module/GenerateExportHeader/c_identifier/main.cpp
 delete mode 100644 Tests/Module/GenerateExportHeader/exportheader_test.cpp
 delete mode 100644 Tests/Module/GenerateExportHeader/lib_shared_and_static/CMakeLists.txt
 delete mode 100644 Tests/Module/GenerateExportHeader/lib_shared_and_static/libshared_and_static.cpp
 delete mode 100644 Tests/Module/GenerateExportHeader/lib_shared_and_static/libshared_and_static.h
 delete mode 100644 Tests/Module/GenerateExportHeader/libshared/CMakeLists.txt
 delete mode 100644 Tests/Module/GenerateExportHeader/libshared/libshared.cpp
 delete mode 100644 Tests/Module/GenerateExportHeader/libshared/libshared.h
 delete mode 100644 Tests/Module/GenerateExportHeader/libstatic/CMakeLists.txt
 delete mode 100644 Tests/Module/GenerateExportHeader/libstatic/libstatic.cpp
 delete mode 100644 Tests/Module/GenerateExportHeader/libstatic/libstatic.h
 delete mode 100644 Tests/Module/GenerateExportHeader/nodeprecated/CMakeLists.txt
 delete mode 100644 Tests/Module/GenerateExportHeader/nodeprecated/CMakeLists.txt.in
 delete mode 100644 Tests/Module/GenerateExportHeader/nodeprecated/src/main.cpp
 create mode 100644 Tests/QtAutogen/rcc_empty.cpp
 create mode 100644 Tests/QtAutogen/rcc_empty_resource.qrc
 create mode 100644 Tests/QtAutogen/sameName/CMakeLists.txt
 rename Tests/QtAutogen/{same_name => sameName}/aaa/bbb/data.qrc (100%)
 rename Tests/QtAutogen/{same_name => sameName}/aaa/bbb/item.cpp (100%)
 create mode 100644 Tests/QtAutogen/sameName/aaa/bbb/item.hpp
 rename Tests/QtAutogen/{same_name => sameName}/aaa/data.qrc (100%)
 rename Tests/QtAutogen/{same_name => sameName}/aaa/item.cpp (100%)
 create mode 100644 Tests/QtAutogen/sameName/aaa/item.hpp
 rename Tests/QtAutogen/{same_name => sameName}/bbb/aaa/data.qrc (100%)
 rename Tests/QtAutogen/{same_name => sameName}/bbb/aaa/item.cpp (100%)
 create mode 100644 Tests/QtAutogen/sameName/bbb/aaa/item.hpp
 rename Tests/QtAutogen/{same_name => sameName}/bbb/data.qrc (100%)
 rename Tests/QtAutogen/{same_name => sameName}/bbb/item.cpp (100%)
 create mode 100644 Tests/QtAutogen/sameName/bbb/item.hpp
 rename Tests/QtAutogen/{same_name => sameName}/ccc/data.qrc (100%)
 rename Tests/QtAutogen/{same_name => sameName}/ccc/item.cpp (100%)
 create mode 100644 Tests/QtAutogen/sameName/ccc/item.hpp
 rename Tests/QtAutogen/{same_name => sameName}/data.qrc (100%)
 create mode 100644 Tests/QtAutogen/sameName/item.cpp
 create mode 100644 Tests/QtAutogen/sameName/item.hpp
 rename Tests/QtAutogen/{same_name => sameName}/main.cpp (100%)
 delete mode 100644 Tests/QtAutogen/same_name/CMakeLists.txt
 delete mode 100644 Tests/QtAutogen/same_name/aaa/bbb/item.hpp
 delete mode 100644 Tests/QtAutogen/same_name/aaa/item.hpp
 delete mode 100644 Tests/QtAutogen/same_name/bbb/aaa/item.hpp
 delete mode 100644 Tests/QtAutogen/same_name/bbb/item.hpp
 delete mode 100644 Tests/QtAutogen/same_name/ccc/item.hpp
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => Android/BadSYSROOT-result.txt} (100%)
 create mode 100644 Tests/RunCMake/Android/BadSYSROOT-stderr.txt
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/Android/BadSYSROOT.cmake (100%)
 create mode 100644 Tests/RunCMake/Android/CMakeLists.txt
 create mode 100644 Tests/RunCMake/Android/RunCMakeTest.cmake
 create mode 100644 Tests/RunCMake/Android/android.c
 create mode 100644 Tests/RunCMake/Android/android.cxx
 create mode 100644 Tests/RunCMake/Android/android.h
 create mode 100644 Tests/RunCMake/Android/common.cmake
 create mode 100644 Tests/RunCMake/Android/ndk-arm64-v8a-stdout.txt
 create mode 100644 Tests/RunCMake/Android/ndk-arm64-v8a.cmake
 create mode 100644 Tests/RunCMake/Android/ndk-armeabi-arm-stdout.txt
 create mode 100644 Tests/RunCMake/Android/ndk-armeabi-arm.cmake
 create mode 100644 Tests/RunCMake/Android/ndk-armeabi-thumb-stdout.txt
 create mode 100644 Tests/RunCMake/Android/ndk-armeabi-thumb.cmake
 create mode 100644 Tests/RunCMake/Android/ndk-armeabi-v7a-neon-stdout.txt
 create mode 100644 Tests/RunCMake/Android/ndk-armeabi-v7a-neon.cmake
 create mode 100644 Tests/RunCMake/Android/ndk-armeabi-v7a-stdout.txt
 create mode 100644 Tests/RunCMake/Android/ndk-armeabi-v7a.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => Android/ndk-badabi-result.txt} (100%)
 create mode 100644 Tests/RunCMake/Android/ndk-badabi-stderr.txt
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/Android/ndk-badabi.cmake (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => Android/ndk-badarm-result.txt} (100%)
 create mode 100644 Tests/RunCMake/Android/ndk-badarm-stderr.txt
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/Android/ndk-badarm.cmake (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => Android/ndk-badneon-result.txt} (100%)
 create mode 100644 Tests/RunCMake/Android/ndk-badneon-stderr.txt
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/Android/ndk-badneon.cmake (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => Android/ndk-badstl-result.txt} (100%)
 create mode 100644 Tests/RunCMake/Android/ndk-badstl-stderr.txt
 create mode 100644 Tests/RunCMake/Android/ndk-badstl.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => Android/ndk-badver-result.txt} (100%)
 create mode 100644 Tests/RunCMake/Android/ndk-badver-stderr.txt
 create mode 100644 Tests/RunCMake/Android/ndk-badver.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => Android/ndk-badvernum-result.txt} (100%)
 create mode 100644 Tests/RunCMake/Android/ndk-badvernum-stderr.txt
 create mode 100644 Tests/RunCMake/Android/ndk-badvernum.cmake
 create mode 100644 Tests/RunCMake/Android/ndk-mips-stdout.txt
 create mode 100644 Tests/RunCMake/Android/ndk-mips.cmake
 create mode 100644 Tests/RunCMake/Android/ndk-mips64-stdout.txt
 create mode 100644 Tests/RunCMake/Android/ndk-mips64.cmake
 create mode 100644 Tests/RunCMake/Android/ndk-sysroot-armeabi-stdout.txt
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/Android/ndk-sysroot-armeabi.cmake (100%)
 create mode 100644 Tests/RunCMake/Android/ndk-x86-stdout.txt
 create mode 100644 Tests/RunCMake/Android/ndk-x86.cmake
 create mode 100644 Tests/RunCMake/Android/ndk-x86_64-stdout.txt
 create mode 100644 Tests/RunCMake/Android/ndk-x86_64.cmake
 create mode 100644 Tests/RunCMake/Android/standalone-stdout.txt
 create mode 100644 Tests/RunCMake/Android/standalone-sysroot-stdout.txt
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/Android/standalone-sysroot.cmake (100%)
 create mode 100644 Tests/RunCMake/Android/standalone.cmake
 create mode 100644 Tests/RunCMake/AndroidMK/AndroidMK-check.cmake
 create mode 100644 Tests/RunCMake/AndroidMK/AndroidMK.cmake
 create mode 100644 Tests/RunCMake/AndroidMK/CMakeLists.txt
 create mode 100644 Tests/RunCMake/AndroidMK/RunCMakeTest.cmake
 create mode 100644 Tests/RunCMake/AndroidMK/bar.c
 create mode 100644 Tests/RunCMake/AndroidMK/expectedBuildAndroidMK.txt
 create mode 100644 Tests/RunCMake/AndroidMK/expectedInstallAndroidMK.txt
 copy Tests/{CTestCoverageCollectGCOV/TestProject/3rdparty/foo.cpp => RunCMake/AndroidMK/foo.cxx} (100%)
 create mode 100644 Tests/RunCMake/AndroidTestUtilities/CMakeLists.txt
 create mode 100644 Tests/RunCMake/AndroidTestUtilities/RunCMakeTest.cmake
 create mode 100644 Tests/RunCMake/AndroidTestUtilities/SetupTest1.cmake
 create mode 100644 Tests/RunCMake/AndroidTestUtilities/SetupTest1Build-check.cmake
 create mode 100644 Tests/RunCMake/AndroidTestUtilities/SetupTest2.cmake
 create mode 100644 Tests/RunCMake/AndroidTestUtilities/SetupTest2Build-check.cmake
 create mode 100644 Tests/RunCMake/AndroidTestUtilities/SetupTest3.cmake
 create mode 100644 Tests/RunCMake/AndroidTestUtilities/SetupTest3Build-check.cmake
 create mode 100644 Tests/RunCMake/AndroidTestUtilities/check.cmake
 create mode 100644 Tests/RunCMake/AndroidTestUtilities/data/a.txt
 create mode 100644 Tests/RunCMake/AndroidTestUtilities/data/proto.proto
 create mode 100644 Tests/RunCMake/AndroidTestUtilities/data/subfolder/b.txt
 create mode 100644 Tests/RunCMake/AndroidTestUtilities/data/subfolder/protobuffer.p
 create mode 100644 Tests/RunCMake/AndroidTestUtilities/libs/exampleLib.so
 create mode 100644 Tests/RunCMake/AndroidTestUtilities/libs/exampleLib.txt
 create mode 100644 Tests/RunCMake/AutoExportDll/hello2.c
 create mode 100644 Tests/RunCMake/AutoExportDll/objlib.c
 create mode 100644 Tests/RunCMake/CPack/DEB/LONG_FILENAMES-ExpectedFiles.cmake
 create mode 100644 Tests/RunCMake/CPack/DEB/LONG_FILENAMES-Prerequirements.cmake
 create mode 100644 Tests/RunCMake/CPack/DEB/LONG_FILENAMES-VerifyResult.cmake
 create mode 100644 Tests/RunCMake/CPack/DEB/LONG_FILENAMES-specifics.cmake
 create mode 100644 Tests/RunCMake/CPack/DEBUGINFO.cmake
 create mode 100644 Tests/RunCMake/CPack/LONG_FILENAMES.cmake
 create mode 100644 Tests/RunCMake/CPack/PACKAGE_CHECKSUM.cmake
 create mode 100644 Tests/RunCMake/CPack/RPM/DEBUGINFO-ExpectedFiles.cmake
 create mode 100644 Tests/RunCMake/CPack/RPM/DEBUGINFO-stderr.txt
 create mode 100644 Tests/RunCMake/CPack/RPM/SOURCE_PACKAGE-ExpectedFiles.cmake
 create mode 100644 Tests/RunCMake/CPack/RPM/SOURCE_PACKAGE-VerifyResult.cmake
 create mode 100644 Tests/RunCMake/CPack/SOURCE_PACKAGE.cmake
 create mode 100644 Tests/RunCMake/CPack/TGZ/PACKAGE_CHECKSUM-ExpectedFiles.cmake
 create mode 100644 Tests/RunCMake/CPack/TGZ/PACKAGE_CHECKSUM-VerifyResult.cmake
 create mode 100644 Tests/RunCMake/CPack/TGZ/PACKAGE_CHECKSUM-invalid-stderr.txt
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/E_capabilities-arg-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CommandLine/E_capabilities-arg-stderr.txt
 create mode 100644 Tests/RunCMake/CommandLine/E_capabilities-stdout.txt
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/E_server-arg-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CommandLine/E_server-arg-stderr.txt
 create mode 100644 Tests/RunCMake/CommandLine/E_server-pipe-result.txt
 create mode 100644 Tests/RunCMake/CommandLine/E_server-pipe-stderr.txt
 create mode 100644 Tests/RunCMake/CommandLine/trace-only-this-file.cmake
 create mode 100644 Tests/RunCMake/CommandLine/trace-source-stderr.txt
 create mode 100644 Tests/RunCMake/CommandLine/trace-source.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => Configure/ContinueAfterError-result.txt} (100%)
 create mode 100644 Tests/RunCMake/Configure/ContinueAfterError-stderr.txt
 create mode 100644 Tests/RunCMake/Configure/ContinueAfterError-stdout.txt
 create mode 100644 Tests/RunCMake/Configure/ContinueAfterError.cmake
 copy Tests/RunCMake/FindPkgConfig/pc-bar/{lib/i386-linux-gnu => lib32}/pkgconfig/.placeholder (100%)
 copy Tests/RunCMake/FindPkgConfig/{pc-bar/lib/i386-linux-gnu => pc-foo/lib32}/pkgconfig/.placeholder (100%)
 create mode 100644 Tests/RunCMake/GenerateExportHeader/CMakeLists.txt
 copy Tests/RunCMake/{file/LOCK-error-timeout-stdout.txt => GenerateExportHeader/GEH-build-stderr.txt} (100%)
 create mode 100644 Tests/RunCMake/GenerateExportHeader/GEH-failures.cmake
 copy Tests/RunCMake/{CMP0060/CMP0060-OLD-Build-result.txt => GenerateExportHeader/GEH-link-error-result.txt} (100%)
 copy Tests/RunCMake/{file/LOCK-error-timeout-stdout.txt => GenerateExportHeader/GEH-link-error-stderr.txt} (100%)
 create mode 100644 Tests/RunCMake/GenerateExportHeader/GEH.cmake
 create mode 100644 Tests/RunCMake/GenerateExportHeader/RunCMakeTest.cmake
 create mode 100644 Tests/RunCMake/GenerateExportHeader/c_identifier/CMakeLists.txt
 rename Tests/{Module => RunCMake}/GenerateExportHeader/c_identifier/c_identifier_class.cpp (100%)
 rename Tests/{Module => RunCMake}/GenerateExportHeader/c_identifier/c_identifier_class.h (100%)
 create mode 100644 Tests/RunCMake/GenerateExportHeader/c_identifier/main.cpp
 create mode 100644 Tests/RunCMake/GenerateExportHeader/exportheader_test.cpp
 create mode 100644 Tests/RunCMake/GenerateExportHeader/lib_shared_and_static/CMakeLists.txt
 create mode 100644 Tests/RunCMake/GenerateExportHeader/lib_shared_and_static/libshared_and_static.cpp
 create mode 100644 Tests/RunCMake/GenerateExportHeader/lib_shared_and_static/libshared_and_static.h
 create mode 100644 Tests/RunCMake/GenerateExportHeader/libshared/CMakeLists.txt
 create mode 100644 Tests/RunCMake/GenerateExportHeader/libshared/libshared.cpp
 create mode 100644 Tests/RunCMake/GenerateExportHeader/libshared/libshared.h
 create mode 100644 Tests/RunCMake/GenerateExportHeader/libstatic/CMakeLists.txt
 create mode 100644 Tests/RunCMake/GenerateExportHeader/libstatic/libstatic.cpp
 create mode 100644 Tests/RunCMake/GenerateExportHeader/libstatic/libstatic.h
 create mode 100644 Tests/RunCMake/GenerateExportHeader/nodeprecated/CMakeLists.txt
 create mode 100644 Tests/RunCMake/GenerateExportHeader/nodeprecated/CMakeLists.txt.in
 create mode 100644 Tests/RunCMake/GenerateExportHeader/nodeprecated/src/main.cpp
 rename Tests/{Module => RunCMake}/GenerateExportHeader/nodeprecated/src/someclass.cpp (100%)
 rename Tests/{Module => RunCMake}/GenerateExportHeader/nodeprecated/src/someclass.h (100%)
 rename Tests/{Module => RunCMake}/GenerateExportHeader/reference/Empty/libshared_export.h (100%)
 rename Tests/{Module => RunCMake}/GenerateExportHeader/reference/Empty/libstatic_export.h (100%)
 rename Tests/{Module => RunCMake}/GenerateExportHeader/reference/MinGW/libshared_export.h (100%)
 rename Tests/{Module => RunCMake}/GenerateExportHeader/reference/MinGW/libstatic_export.h (100%)
 rename Tests/{Module => RunCMake}/GenerateExportHeader/reference/UNIX/libshared_export.h (100%)
 rename Tests/{Module => RunCMake}/GenerateExportHeader/reference/UNIX/libstatic_export.h (100%)
 rename Tests/{Module => RunCMake}/GenerateExportHeader/reference/UNIX_DeprecatedOnly/libshared_export.h (100%)
 rename Tests/{Module => RunCMake}/GenerateExportHeader/reference/UNIX_DeprecatedOnly/libstatic_export.h (100%)
 rename Tests/{Module => RunCMake}/GenerateExportHeader/reference/Win32-Clang/libshared_export.h (100%)
 rename Tests/{Module => RunCMake}/GenerateExportHeader/reference/Win32-Clang/libstatic_export.h (100%)
 rename Tests/{Module => RunCMake}/GenerateExportHeader/reference/Win32/libshared_export.h (100%)
 rename Tests/{Module => RunCMake}/GenerateExportHeader/reference/Win32/libstatic_export.h (100%)
 rename Tests/{Module => RunCMake}/GenerateExportHeader/reference/WinEmpty/libshared_export.h (100%)
 rename Tests/{Module => RunCMake}/GenerateExportHeader/reference/WinEmpty/libstatic_export.h (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => GeneratorExpression/LINK_ONLY-not-linking-result.txt} (100%)
 create mode 100644 Tests/RunCMake/GeneratorExpression/LINK_ONLY-not-linking-stderr.txt
 create mode 100644 Tests/RunCMake/GeneratorExpression/LINK_ONLY-not-linking.cmake
 create mode 100644 Tests/RunCMake/LinkWhatYouUse/C-Build-stdout.txt
 create mode 100644 Tests/RunCMake/LinkWhatYouUse/C-launch-Build-stdout.txt
 copy Tests/RunCMake/{ClangTidy => LinkWhatYouUse}/C-launch.cmake (100%)
 create mode 100644 Tests/RunCMake/LinkWhatYouUse/C.cmake
 copy Tests/RunCMake/{AutoExportDll => LinkWhatYouUse}/CMakeLists.txt (100%)
 create mode 100644 Tests/RunCMake/LinkWhatYouUse/CXX-Build-stdout.txt
 create mode 100644 Tests/RunCMake/LinkWhatYouUse/CXX-launch-Build-stdout.txt
 copy Tests/RunCMake/{ClangTidy => LinkWhatYouUse}/CXX-launch.cmake (100%)
 create mode 100644 Tests/RunCMake/LinkWhatYouUse/CXX.cmake
 create mode 100644 Tests/RunCMake/LinkWhatYouUse/RunCMakeTest.cmake
 copy Tests/{CMakeOnly/LinkInterfaceLoop => RunCMake/LinkWhatYouUse}/main.c (100%)
 copy Tests/RunCMake/{ClangTidy => LinkWhatYouUse}/main.cxx (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => Make/CustomCommandDepfile-ERROR-result.txt} (100%)
 create mode 100644 Tests/RunCMake/Make/CustomCommandDepfile-ERROR-stderr.txt
 create mode 100644 Tests/RunCMake/Make/CustomCommandDepfile-ERROR.cmake
 create mode 100644 Tests/RunCMake/Ninja/CustomCommandDepfile-check.cmake
 create mode 100644 Tests/RunCMake/Ninja/CustomCommandDepfile.cmake
 create mode 100644 Tests/RunCMake/Ninja/SubDir-install-stdout.txt
 create mode 100644 Tests/RunCMake/Ninja/SubDir-test-stdout.txt
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => Syntax/CommandEOF-result.txt} (100%)
 create mode 100644 Tests/RunCMake/Syntax/CommandEOF-stderr.txt
 create mode 100644 Tests/RunCMake/Syntax/CommandEOF.cmake
 create mode 100644 Tests/RunCMake/ToolchainFile/FlagsInit-stdout.txt
 create mode 100644 Tests/RunCMake/ToolchainFile/FlagsInit-toolchain.cmake
 create mode 100644 Tests/RunCMake/ToolchainFile/FlagsInit.cmake
 create mode 100644 Tests/RunCMake/ToolchainFile/LinkFlagsInit-stdout.txt
 create mode 100644 Tests/RunCMake/ToolchainFile/LinkFlagsInit-toolchain.cmake
 create mode 100644 Tests/RunCMake/ToolchainFile/LinkFlagsInit.cmake
 create mode 100644 Tests/RunCMake/XcodeProject/XcodeAttributeLocation-check.cmake
 create mode 100644 Tests/RunCMake/XcodeProject/XcodeAttributeLocation.cmake
 create mode 100644 Tests/RunCMake/XcodeProject/XcodeBundles-install-check.cmake
 create mode 100644 Tests/RunCMake/add_custom_target/TargetOrder.cmake
 create mode 100644 Tests/RunCMake/add_subdirectory/ExcludeFromAll.cmake
 create mode 100644 Tests/RunCMake/add_subdirectory/ExcludeFromAll/CMakeLists.txt
 create mode 100644 Tests/RunCMake/add_subdirectory/ExcludeFromAll/bar.cpp
 create mode 100644 Tests/RunCMake/add_subdirectory/ExcludeFromAll/foo.cpp
 copy Tests/RunCMake/{Framework => add_subdirectory/ExcludeFromAll}/foo.h (100%)
 create mode 100644 Tests/RunCMake/add_subdirectory/main.cpp
 create mode 100644 Tests/RunCMake/cmake_parse_arguments/ArgvN.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => cmake_parse_arguments/BadArgvN1-result.txt} (100%)
 create mode 100644 Tests/RunCMake/cmake_parse_arguments/BadArgvN1-stderr.txt
 create mode 100644 Tests/RunCMake/cmake_parse_arguments/BadArgvN1.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => cmake_parse_arguments/BadArgvN2-result.txt} (100%)
 create mode 100644 Tests/RunCMake/cmake_parse_arguments/BadArgvN2-stderr.txt
 create mode 100644 Tests/RunCMake/cmake_parse_arguments/BadArgvN2.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => cmake_parse_arguments/BadArgvN3-result.txt} (100%)
 create mode 100644 Tests/RunCMake/cmake_parse_arguments/BadArgvN3-stderr.txt
 create mode 100644 Tests/RunCMake/cmake_parse_arguments/BadArgvN3.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => cmake_parse_arguments/BadArgvN4-result.txt} (100%)
 create mode 100644 Tests/RunCMake/cmake_parse_arguments/BadArgvN4-stderr.txt
 create mode 100644 Tests/RunCMake/cmake_parse_arguments/BadArgvN4.cmake
 create mode 100644 Tests/RunCMake/cmake_parse_arguments/CornerCasesArgvN.cmake
 copy Tests/RunCMake/{ctest_coverage => ctest_cmake_error}/CMakeLists.txt.in (100%)
 create mode 100644 Tests/RunCMake/ctest_cmake_error/CTestCaptureErrorNonZero-stderr.txt
 create mode 100644 Tests/RunCMake/ctest_cmake_error/CTestCaptureErrorZero-stderr.txt
 create mode 100644 Tests/RunCMake/ctest_cmake_error/CTestCaptureErrorZero-stdout.txt
 copy Tests/RunCMake/{ctest_coverage => ctest_cmake_error}/CTestConfig.cmake.in (100%)
 copy Tests/RunCMake/{ctest_coverage => ctest_cmake_error}/CoverageQuiet-stdout.txt (100%)
 create mode 100644 Tests/RunCMake/ctest_cmake_error/RunCMakeTest.cmake
 create mode 100644 Tests/RunCMake/ctest_cmake_error/test.cmake.in
 create mode 100644 Tests/RunCMake/ctest_fixtures/CMakeLists.txt.in
 create mode 100644 Tests/RunCMake/ctest_fixtures/CTestConfig.cmake.in
 create mode 100644 Tests/RunCMake/ctest_fixtures/RunCMakeTest.cmake
 copy Tests/RunCMake/{ctest_build/BuildFailure-result.txt => ctest_fixtures/cyclicCleanup-result.txt} (100%)
 create mode 100644 Tests/RunCMake/ctest_fixtures/cyclicCleanup-stderr.txt
 create mode 100644 Tests/RunCMake/ctest_fixtures/cyclicCleanup-stdout.txt
 copy Tests/RunCMake/{ctest_build/BuildFailure-result.txt => ctest_fixtures/cyclicSetup-result.txt} (100%)
 create mode 100644 Tests/RunCMake/ctest_fixtures/cyclicSetup-stderr.txt
 create mode 100644 Tests/RunCMake/ctest_fixtures/cyclicSetup-stdout.txt
 create mode 100644 Tests/RunCMake/ctest_fixtures/one-stdout.txt
 create mode 100644 Tests/RunCMake/ctest_fixtures/setupFoo-stdout.txt
 create mode 100644 Tests/RunCMake/ctest_fixtures/test.cmake.in
 create mode 100644 Tests/RunCMake/ctest_fixtures/three-stdout.txt
 create mode 100644 Tests/RunCMake/ctest_fixtures/two-stdout.txt
 create mode 100644 Tests/RunCMake/ctest_fixtures/wontRun-stdout.txt
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => file/DOWNLOAD-httpheader-not-set-result.txt} (100%)
 create mode 100644 Tests/RunCMake/file/DOWNLOAD-httpheader-not-set-stderr.txt
 create mode 100644 Tests/RunCMake/file/DOWNLOAD-httpheader-not-set.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => file/DOWNLOAD-pass-not-set-result.txt} (100%)
 create mode 100644 Tests/RunCMake/file/DOWNLOAD-pass-not-set-stderr.txt
 create mode 100644 Tests/RunCMake/file/DOWNLOAD-pass-not-set.cmake
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/file/DOWNLOAD-unused-argument-result.txt (100%)
 create mode 100644 Tests/RunCMake/file/DOWNLOAD-unused-argument-stderr.txt
 create mode 100644 Tests/RunCMake/file/DOWNLOAD-unused-argument.cmake
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/file/DOWNLOAD-unused-argument.txt (100%)
 create mode 100644 Tests/RunCMake/file/LOCK-lowercase.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => file/UPLOAD-httpheader-not-set-result.txt} (100%)
 create mode 100644 Tests/RunCMake/file/UPLOAD-httpheader-not-set-stderr.txt
 create mode 100644 Tests/RunCMake/file/UPLOAD-httpheader-not-set.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => file/UPLOAD-pass-not-set-result.txt} (100%)
 create mode 100644 Tests/RunCMake/file/UPLOAD-pass-not-set-stderr.txt
 create mode 100644 Tests/RunCMake/file/UPLOAD-pass-not-set.cmake
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/file/UPLOAD-unused-argument-result.txt (100%)
 create mode 100644 Tests/RunCMake/file/UPLOAD-unused-argument-stderr.txt
 create mode 100644 Tests/RunCMake/file/UPLOAD-unused-argument.cmake
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/file/UPLOAD-unused-argument.txt (100%)
 copy Tests/{VSWindowsFormsResx/WindowsFormsResx => RunCMake/find_path/Frameworks/Foo.framework/Headers/Some/Dir}/Header.h (100%)
 create mode 100644 Tests/RunCMake/find_path/FrameworksWithSubdirs-stdout.txt
 create mode 100644 Tests/RunCMake/find_path/FrameworksWithSubdirs.cmake
 create mode 100644 Tests/RunCMake/get_property/directory_properties/CMakeLists.txt
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/get_property/directory_properties/sub1/CMakeLists.txt (100%)
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/get_property/directory_properties/sub2/CMakeLists.txt (100%)
 create mode 100644 Tests/RunCMake/message/message-internal-warning-stderr.txt
 create mode 100644 Tests/RunCMake/message/message-internal-warning.cmake
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/message/nomessage-internal-warning-stderr.txt (100%)
 create mode 100644 Tests/RunCMake/message/nomessage-internal-warning.cmake
 create mode 100644 Tests/RunCMake/project/ExplicitRC.cmake
 create mode 100644 Tests/RunCMake/try_compile/CMP0066-stderr.txt
 create mode 100644 Tests/RunCMake/try_compile/CMP0066-stdout.txt
 create mode 100644 Tests/RunCMake/try_compile/CMP0066.cmake
 create mode 100644 Tests/Server/CMakeLists.txt
 create mode 100644 Tests/Server/buildsystem1/CMakeLists.txt
 create mode 100644 Tests/Server/buildsystem1/foo.cpp
 copy Tests/{RunCMake/COMPILE_LANGUAGE-genex => Server/buildsystem1}/main.cpp (100%)
 create mode 100644 Tests/Server/buildsystem1/subdir/CMakeLists.txt
 create mode 100644 Tests/Server/buildsystem1/subdir/empty.cpp
 create mode 100644 Tests/Server/cmakelib.py
 create mode 100644 Tests/Server/cmakelib.pyc
 copy Tests/{CTestTestCycle/simple.cxx => Server/empty.cpp} (100%)
 create mode 100644 Tests/Server/server-test.py
 create mode 100644 Tests/Server/tc_buildsystem1.json
 create mode 100644 Tests/Server/tc_globalSettings.json
 create mode 100644 Tests/Server/tc_handshake.json
 create mode 100644 Tests/VSWinStorePhone/Direct3DApp1/Strings/en-US/Resources.resw
 create mode 100644 Utilities/Doxygen/DeveloperReference/mainpage.dox
 delete mode 100644 Utilities/Doxygen/authors.txt
 delete mode 100755 Utilities/Doxygen/doc_makeall.sh.in
 delete mode 100644 Utilities/KWStyle/Headers/CMakeHeader.h
 delete mode 100644 Utilities/Release/Cygwin/CMakeLists.txt
 delete mode 100644 Utilities/Release/Cygwin/README.cygwin.in
 delete mode 100755 Utilities/Release/Cygwin/cygwin-package.sh.in
 delete mode 100644 Utilities/Release/Cygwin/cygwin-patch.diff.in
 delete mode 100644 Utilities/Release/Cygwin/cygwin-setup.hint.in
 delete mode 100644 Utilities/Release/cygwin_release.cmake
 delete mode 100644 Utilities/Release/linux32_release.cmake
 create mode 100755 Utilities/Scripts/update-curl.bash
 create mode 100755 Utilities/Scripts/update-liblzma.bash
 create mode 100755 Utilities/Scripts/update-libuv.bash
 create mode 100755 Utilities/Scripts/update-vim-syntax.bash
 create mode 100644 Utilities/cm_uv.h
 delete mode 100644 Utilities/cmcurl/README-CMake.txt
 delete mode 100644 Utilities/cmcurl/lib/curl_ntlm.c
 delete mode 100644 Utilities/cmcurl/lib/curl_ntlm.h
 delete mode 100644 Utilities/cmcurl/lib/curl_ntlm_msgs.c
 delete mode 100644 Utilities/cmcurl/lib/curl_ntlm_msgs.h
 delete mode 100644 Utilities/cmcurl/lib/curl_sasl_gssapi.c
 delete mode 100644 Utilities/cmcurl/lib/curl_sasl_sspi.c
 delete mode 100644 Utilities/cmcurl/lib/http_negotiate_sspi.c
 create mode 100644 Utilities/cmcurl/lib/http_ntlm.c
 create mode 100644 Utilities/cmcurl/lib/http_ntlm.h
 create mode 100644 Utilities/cmcurl/lib/system_win32.c
 create mode 100644 Utilities/cmcurl/lib/system_win32.h
 create mode 100644 Utilities/cmcurl/lib/vauth/cleartext.c
 create mode 100644 Utilities/cmcurl/lib/vauth/cram.c
 create mode 100644 Utilities/cmcurl/lib/vauth/digest.c
 create mode 100644 Utilities/cmcurl/lib/vauth/digest.h
 create mode 100644 Utilities/cmcurl/lib/vauth/digest_sspi.c
 create mode 100644 Utilities/cmcurl/lib/vauth/krb5_gssapi.c
 create mode 100644 Utilities/cmcurl/lib/vauth/krb5_sspi.c
 create mode 100644 Utilities/cmcurl/lib/vauth/ntlm.c
 create mode 100644 Utilities/cmcurl/lib/vauth/ntlm.h
 create mode 100644 Utilities/cmcurl/lib/vauth/ntlm_sspi.c
 create mode 100644 Utilities/cmcurl/lib/vauth/oauth2.c
 create mode 100644 Utilities/cmcurl/lib/vauth/spnego_gssapi.c
 create mode 100644 Utilities/cmcurl/lib/vauth/spnego_sspi.c
 create mode 100644 Utilities/cmcurl/lib/vauth/vauth.c
 create mode 100644 Utilities/cmcurl/lib/vauth/vauth.h
 create mode 100644 Utilities/cmcurl/lib/vtls/mbedtls.c
 create mode 100644 Utilities/cmcurl/lib/vtls/mbedtls.h
 delete mode 100644 Utilities/cmliblzma/README-CMake.txt
 copy Utilities/{cmcurl => cmlibuv}/.gitattributes (100%)
 create mode 100644 Utilities/cmlibuv/CMakeLists.txt
 create mode 100644 Utilities/cmlibuv/LICENSE
 create mode 100644 Utilities/cmlibuv/include/android-ifaddrs.h
 create mode 100644 Utilities/cmlibuv/include/pthread-barrier.h
 create mode 100644 Utilities/cmlibuv/include/stdint-msvc2008.h
 create mode 100644 Utilities/cmlibuv/include/tree.h
 create mode 100644 Utilities/cmlibuv/include/uv-aix.h
 create mode 100644 Utilities/cmlibuv/include/uv-bsd.h
 create mode 100644 Utilities/cmlibuv/include/uv-darwin.h
 create mode 100644 Utilities/cmlibuv/include/uv-errno.h
 create mode 100644 Utilities/cmlibuv/include/uv-linux.h
 create mode 100644 Utilities/cmlibuv/include/uv-os390.h
 create mode 100644 Utilities/cmlibuv/include/uv-sunos.h
 create mode 100644 Utilities/cmlibuv/include/uv-threadpool.h
 create mode 100644 Utilities/cmlibuv/include/uv-unix.h
 create mode 100644 Utilities/cmlibuv/include/uv-version.h
 create mode 100644 Utilities/cmlibuv/include/uv-win.h
 create mode 100644 Utilities/cmlibuv/include/uv.h
 create mode 100644 Utilities/cmlibuv/src/fs-poll.c
 create mode 100644 Utilities/cmlibuv/src/heap-inl.h
 create mode 100644 Utilities/cmlibuv/src/inet.c
 create mode 100644 Utilities/cmlibuv/src/queue.h
 create mode 100644 Utilities/cmlibuv/src/threadpool.c
 create mode 100644 Utilities/cmlibuv/src/unix/aix.c
 create mode 100644 Utilities/cmlibuv/src/unix/android-ifaddrs.c
 create mode 100644 Utilities/cmlibuv/src/unix/async.c
 create mode 100644 Utilities/cmlibuv/src/unix/atomic-ops.h
 create mode 100644 Utilities/cmlibuv/src/unix/core.c
 create mode 100644 Utilities/cmlibuv/src/unix/darwin-proctitle.c
 create mode 100644 Utilities/cmlibuv/src/unix/darwin.c
 create mode 100644 Utilities/cmlibuv/src/unix/dl.c
 create mode 100644 Utilities/cmlibuv/src/unix/freebsd.c
 create mode 100644 Utilities/cmlibuv/src/unix/fs.c
 create mode 100644 Utilities/cmlibuv/src/unix/fsevents.c
 create mode 100644 Utilities/cmlibuv/src/unix/getaddrinfo.c
 create mode 100644 Utilities/cmlibuv/src/unix/getnameinfo.c
 create mode 100644 Utilities/cmlibuv/src/unix/internal.h
 create mode 100644 Utilities/cmlibuv/src/unix/kqueue.c
 create mode 100644 Utilities/cmlibuv/src/unix/linux-core.c
 create mode 100644 Utilities/cmlibuv/src/unix/linux-inotify.c
 create mode 100644 Utilities/cmlibuv/src/unix/linux-syscalls.c
 create mode 100644 Utilities/cmlibuv/src/unix/linux-syscalls.h
 create mode 100644 Utilities/cmlibuv/src/unix/loop-watcher.c
 create mode 100644 Utilities/cmlibuv/src/unix/loop.c
 create mode 100644 Utilities/cmlibuv/src/unix/netbsd.c
 create mode 100644 Utilities/cmlibuv/src/unix/openbsd.c
 create mode 100644 Utilities/cmlibuv/src/unix/os390.c
 create mode 100644 Utilities/cmlibuv/src/unix/pipe.c
 create mode 100644 Utilities/cmlibuv/src/unix/poll.c
 create mode 100644 Utilities/cmlibuv/src/unix/process.c
 create mode 100644 Utilities/cmlibuv/src/unix/proctitle.c
 create mode 100644 Utilities/cmlibuv/src/unix/pthread-barrier.c
 create mode 100644 Utilities/cmlibuv/src/unix/pthread-fixes.c
 create mode 100644 Utilities/cmlibuv/src/unix/signal.c
 create mode 100644 Utilities/cmlibuv/src/unix/spinlock.h
 create mode 100644 Utilities/cmlibuv/src/unix/stream.c
 create mode 100644 Utilities/cmlibuv/src/unix/sunos.c
 create mode 100644 Utilities/cmlibuv/src/unix/tcp.c
 create mode 100644 Utilities/cmlibuv/src/unix/thread.c
 create mode 100644 Utilities/cmlibuv/src/unix/timer.c
 create mode 100644 Utilities/cmlibuv/src/unix/tty.c
 create mode 100644 Utilities/cmlibuv/src/unix/udp.c
 create mode 100644 Utilities/cmlibuv/src/uv-common.c
 create mode 100644 Utilities/cmlibuv/src/uv-common.h
 create mode 100644 Utilities/cmlibuv/src/version.c
 create mode 100644 Utilities/cmlibuv/src/win/async.c
 create mode 100644 Utilities/cmlibuv/src/win/atomicops-inl.h
 create mode 100644 Utilities/cmlibuv/src/win/core.c
 create mode 100644 Utilities/cmlibuv/src/win/detect-wakeup.c
 create mode 100644 Utilities/cmlibuv/src/win/dl.c
 create mode 100644 Utilities/cmlibuv/src/win/error.c
 create mode 100644 Utilities/cmlibuv/src/win/fs-event.c
 create mode 100644 Utilities/cmlibuv/src/win/fs.c
 create mode 100644 Utilities/cmlibuv/src/win/getaddrinfo.c
 create mode 100644 Utilities/cmlibuv/src/win/getnameinfo.c
 create mode 100644 Utilities/cmlibuv/src/win/handle-inl.h
 create mode 100644 Utilities/cmlibuv/src/win/handle.c
 create mode 100644 Utilities/cmlibuv/src/win/internal.h
 create mode 100644 Utilities/cmlibuv/src/win/loop-watcher.c
 create mode 100644 Utilities/cmlibuv/src/win/pipe.c
 create mode 100644 Utilities/cmlibuv/src/win/poll.c
 create mode 100644 Utilities/cmlibuv/src/win/process-stdio.c
 create mode 100644 Utilities/cmlibuv/src/win/process.c
 create mode 100644 Utilities/cmlibuv/src/win/req-inl.h
 create mode 100644 Utilities/cmlibuv/src/win/req.c
 create mode 100644 Utilities/cmlibuv/src/win/signal.c
 create mode 100644 Utilities/cmlibuv/src/win/snprintf.c
 create mode 100644 Utilities/cmlibuv/src/win/stream-inl.h
 create mode 100644 Utilities/cmlibuv/src/win/stream.c
 create mode 100644 Utilities/cmlibuv/src/win/tcp.c
 create mode 100644 Utilities/cmlibuv/src/win/thread.c
 create mode 100644 Utilities/cmlibuv/src/win/timer.c
 create mode 100644 Utilities/cmlibuv/src/win/tty.c
 create mode 100644 Utilities/cmlibuv/src/win/udp.c
 create mode 100644 Utilities/cmlibuv/src/win/util.c
 create mode 100644 Utilities/cmlibuv/src/win/winapi.c
 create mode 100644 Utilities/cmlibuv/src/win/winapi.h
 create mode 100644 Utilities/cmlibuv/src/win/winsock.c
 create mode 100644 Utilities/cmlibuv/src/win/winsock.h
 delete mode 100644 debian/patches/FindImageMagick_find_program.patch
 create mode 100644 debian/patches/mips-rld-map-rel.patch

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