Merge branch 'master' into osx-init-early
Resolve conflict in Source/cmGlobalGenerator.cxx by integrating changes from both sides.
Showing
with
16147 additions
and
8713 deletions
+16147
-8713
- CMakeLists.txt CMakeLists.txt +180 -164
- CTestConfig.cmake CTestConfig.cmake +0 -5
- CTestCustom.cmake.in CTestCustom.cmake.in +8 -2
- CTestCustom.ctest.in CTestCustom.ctest.in +0 -3
- CompileFlags.cmake CompileFlags.cmake +17 -4
- Help/command/add_custom_command.rst Help/command/add_custom_command.rst +4 -0
- Help/command/add_executable.rst Help/command/add_executable.rst +5 -2
- Help/command/add_library.rst Help/command/add_library.rst +4 -2
- Help/command/string.rst Help/command/string.rst +5 -0
- Help/command/target_compile_features.rst Help/command/target_compile_features.rst +30 -0
- Help/command/target_sources.rst Help/command/target_sources.rst +28 -0
- Help/manual/cmake-buildsystem.7.rst Help/manual/cmake-buildsystem.7.rst +11 -1
- Help/manual/cmake-commands.7.rst Help/manual/cmake-commands.7.rst +2 -0
- Help/manual/cmake-developer.7.rst Help/manual/cmake-developer.7.rst +376 -181
- Help/manual/cmake-generator-expressions.7.rst Help/manual/cmake-generator-expressions.7.rst +5 -0
- Help/manual/cmake-modules.7.rst Help/manual/cmake-modules.7.rst +1 -0
- Help/manual/cmake-policies.7.rst Help/manual/cmake-policies.7.rst +2 -0
- Help/manual/cmake-properties.7.rst Help/manual/cmake-properties.7.rst +9 -0
- Help/manual/cmake-variables.7.rst Help/manual/cmake-variables.7.rst +6 -0
- Help/module/FindOpenCL.rst Help/module/FindOpenCL.rst +1 -0
- Help/policy/CMP0051.rst Help/policy/CMP0051.rst +24 -0
- Help/policy/CMP0052.rst Help/policy/CMP0052.rst +24 -0
- Help/prop_tgt/COMPILE_FEATURES.rst Help/prop_tgt/COMPILE_FEATURES.rst +11 -0
- Help/prop_tgt/COMPILE_PDB_NAME.rst Help/prop_tgt/COMPILE_PDB_NAME.rst +11 -0
- Help/prop_tgt/COMPILE_PDB_NAME_CONFIG.rst Help/prop_tgt/COMPILE_PDB_NAME_CONFIG.rst +10 -0
- Help/prop_tgt/COMPILE_PDB_NOTE.txt Help/prop_tgt/COMPILE_PDB_NOTE.txt +8 -0
- Help/prop_tgt/COMPILE_PDB_OUTPUT_DIRECTORY.rst Help/prop_tgt/COMPILE_PDB_OUTPUT_DIRECTORY.rst +13 -0
- Help/prop_tgt/COMPILE_PDB_OUTPUT_DIRECTORY_CONFIG.rst Help/prop_tgt/COMPILE_PDB_OUTPUT_DIRECTORY_CONFIG.rst +16 -0
- Help/prop_tgt/CXX_EXTENSIONS.rst Help/prop_tgt/CXX_EXTENSIONS.rst +8 -0
- Help/prop_tgt/CXX_STANDARD.rst Help/prop_tgt/CXX_STANDARD.rst +14 -0
- Help/prop_tgt/INTERFACE_COMPILE_FEATURES.rst Help/prop_tgt/INTERFACE_COMPILE_FEATURES.rst +14 -0
- Help/prop_tgt/INTERFACE_SOURCES.rst Help/prop_tgt/INTERFACE_SOURCES.rst +15 -0
- Help/prop_tgt/PDB_NAME.rst Help/prop_tgt/PDB_NAME.rst +1 -3
- Help/prop_tgt/PDB_NAME_CONFIG.rst Help/prop_tgt/PDB_NAME_CONFIG.rst +2 -2
- Help/prop_tgt/PDB_NOTE.txt Help/prop_tgt/PDB_NOTE.txt +7 -3
- Help/prop_tgt/PDB_OUTPUT_DIRECTORY.rst Help/prop_tgt/PDB_OUTPUT_DIRECTORY.rst +1 -3
- Help/prop_tgt/PDB_OUTPUT_DIRECTORY_CONFIG.rst Help/prop_tgt/PDB_OUTPUT_DIRECTORY_CONFIG.rst +2 -2
- Help/prop_tgt/SOURCES.rst Help/prop_tgt/SOURCES.rst +1 -2
- Help/release/dev/0-sample-topic.rst Help/release/dev/0-sample-topic.rst +7 -0
- Help/release/dev/CMP0052.rst Help/release/dev/CMP0052.rst +5 -0
- Help/release/dev/CMakeDetermineVSServicePack.rst Help/release/dev/CMakeDetermineVSServicePack.rst +6 -0
- Help/release/dev/ExternalProject-BUILD_ALWAYS.rst Help/release/dev/ExternalProject-BUILD_ALWAYS.rst +6 -0
- Help/release/dev/ExternalProject-no-download-progress.rst Help/release/dev/ExternalProject-no-download-progress.rst +6 -0
- Help/release/dev/ExternalProject_exclude-from-all.rst Help/release/dev/ExternalProject_exclude-from-all.rst +11 -0
- Help/release/dev/FeatureSummary_combine_WHAT_values.rst Help/release/dev/FeatureSummary_combine_WHAT_values.rst +6 -0
- Help/release/dev/FindGTest-AUTO-SOURCES.rst Help/release/dev/FindGTest-AUTO-SOURCES.rst +7 -0
- Help/release/dev/FindHg-WC_INFO.rst Help/release/dev/FindHg-WC_INFO.rst +5 -0
- Help/release/dev/FindPkgConfig-PKG_CONFIG.rst Help/release/dev/FindPkgConfig-PKG_CONFIG.rst +5 -0
- Help/release/dev/add-FindOpenCL.rst Help/release/dev/add-FindOpenCL.rst +4 -0
- Help/release/dev/add_custom_command-DEPENDS-genex.rst Help/release/dev/add_custom_command-DEPENDS-genex.rst +5 -0
- Help/release/dev/compile-language-features.rst Help/release/dev/compile-language-features.rst +18 -0
- Help/release/dev/cpack-deb-compression-types.rst Help/release/dev/cpack-deb-compression-types.rst +6 -0
- Help/release/dev/ctest-coverage-extra.rst Help/release/dev/ctest-coverage-extra.rst +5 -0
- Help/release/dev/ctest-intel-coverage.rst Help/release/dev/ctest-intel-coverage.rst +5 -0
- Help/release/dev/custom-ninja-deptypes.rst Help/release/dev/custom-ninja-deptypes.rst +5 -0
- Help/release/dev/faster-parsers.rst Help/release/dev/faster-parsers.rst +6 -0
- Help/release/dev/link-libraries-response-files.rst Help/release/dev/link-libraries-response-files.rst +5 -0
- Help/release/dev/msvc-compiler-pdb-files.rst Help/release/dev/msvc-compiler-pdb-files.rst +10 -0
- Help/release/dev/string-GENEX_STRIP.rst Help/release/dev/string-GENEX_STRIP.rst +6 -0
- Help/release/dev/target-INTERFACE_SOURCES.rst Help/release/dev/target-INTERFACE_SOURCES.rst +5 -0
- Help/release/dev/target-SOURCES-genex.rst Help/release/dev/target-SOURCES-genex.rst +12 -0
- Help/release/dev/target-SOURCES-write.rst Help/release/dev/target-SOURCES-write.rst +6 -0
- Help/release/dev/target_sources-command.rst Help/release/dev/target_sources-command.rst +5 -0
- Help/release/index.rst Help/release/index.rst +2 -0
- Help/variable/CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY.rst Help/variable/CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY.rst +8 -0
- Help/variable/CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY_CONFIG.rst Help/variable/CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY_CONFIG.rst +11 -0
- Help/variable/CMAKE_CXX_COMPILE_FEATURES.rst Help/variable/CMAKE_CXX_COMPILE_FEATURES.rst +8 -0
- Help/variable/CMAKE_CXX_EXTENSIONS.rst Help/variable/CMAKE_CXX_EXTENSIONS.rst +8 -0
- Help/variable/CMAKE_CXX_KNOWN_FEATURES.rst Help/variable/CMAKE_CXX_KNOWN_FEATURES.rst +238 -0
- Help/variable/CMAKE_CXX_STANDARD.rst Help/variable/CMAKE_CXX_STANDARD.rst +8 -0
- Help/variable/CMAKE_DEBUG_TARGET_PROPERTIES.rst Help/variable/CMAKE_DEBUG_TARGET_PROPERTIES.rst +2 -1
- Help/variable/CMAKE_HOST_SYSTEM.rst Help/variable/CMAKE_HOST_SYSTEM.rst +6 -3
- Help/variable/CMAKE_HOST_SYSTEM_NAME.rst Help/variable/CMAKE_HOST_SYSTEM_NAME.rst +3 -2
- Help/variable/CMAKE_HOST_SYSTEM_PROCESSOR.rst Help/variable/CMAKE_HOST_SYSTEM_PROCESSOR.rst +3 -2
- Help/variable/CMAKE_HOST_SYSTEM_VERSION.rst Help/variable/CMAKE_HOST_SYSTEM_VERSION.rst +4 -3
- Help/variable/CMAKE_SYSTEM.rst Help/variable/CMAKE_SYSTEM.rst +6 -5
- Help/variable/CMAKE_SYSTEM_NAME.rst Help/variable/CMAKE_SYSTEM_NAME.rst +3 -4
- Help/variable/CMAKE_SYSTEM_PROCESSOR.rst Help/variable/CMAKE_SYSTEM_PROCESSOR.rst +3 -3
- Help/variable/CMAKE_SYSTEM_VERSION.rst Help/variable/CMAKE_SYSTEM_VERSION.rst +4 -4
- Modules/AutogenInfo.cmake.in Modules/AutogenInfo.cmake.in +1 -0
- Modules/BasicConfigVersion-ExactVersion.cmake.in Modules/BasicConfigVersion-ExactVersion.cmake.in +2 -2
- Modules/BundleUtilities.cmake Modules/BundleUtilities.cmake +5 -5
- Modules/CMakeBackwardCompatibilityCXX.cmake Modules/CMakeBackwardCompatibilityCXX.cmake +3 -3
- Modules/CMakeCCompiler.cmake.in Modules/CMakeCCompiler.cmake.in +1 -1
- Modules/CMakeCCompilerId.c.in Modules/CMakeCCompilerId.c.in +13 -4
- Modules/CMakeCInformation.cmake Modules/CMakeCInformation.cmake +2 -2
- Modules/CMakeCXXCompiler.cmake.in Modules/CMakeCXXCompiler.cmake.in +4 -1
- Modules/CMakeCXXCompilerId.cpp.in Modules/CMakeCXXCompilerId.cpp.in +13 -4
- Modules/CMakeCXXInformation.cmake Modules/CMakeCXXInformation.cmake +2 -2
- Modules/CMakeCommonLanguageInclude.cmake Modules/CMakeCommonLanguageInclude.cmake +12 -6
- Modules/CMakeDetermineASMCompiler.cmake Modules/CMakeDetermineASMCompiler.cmake +1 -1
- Modules/CMakeDetermineCCompiler.cmake Modules/CMakeDetermineCCompiler.cmake +2 -2
- Modules/CMakeDetermineCXXCompiler.cmake Modules/CMakeDetermineCXXCompiler.cmake +2 -2
- Modules/CMakeDetermineCompileFeatures.cmake Modules/CMakeDetermineCompileFeatures.cmake +43 -0
- Modules/CMakeDetermineCompilerABI.cmake Modules/CMakeDetermineCompilerABI.cmake +4 -4
- Modules/CMakeDetermineCompilerId.cmake Modules/CMakeDetermineCompilerId.cmake +13 -18
- Modules/CMakeDetermineFortranCompiler.cmake Modules/CMakeDetermineFortranCompiler.cmake +4 -4
- Modules/CMakeDetermineJavaCompiler.cmake Modules/CMakeDetermineJavaCompiler.cmake +3 -3
- Modules/CMakeDetermineRCCompiler.cmake Modules/CMakeDetermineRCCompiler.cmake +1 -1
- Modules/CMakeDetermineSystem.cmake Modules/CMakeDetermineSystem.cmake +2 -2
- Modules/CMakeDetermineVSServicePack.cmake Modules/CMakeDetermineVSServicePack.cmake +7 -0
- Modules/CMakeExportBuildSettings.cmake Modules/CMakeExportBuildSettings.cmake +1 -1
- Modules/CMakeFortranInformation.cmake Modules/CMakeFortranInformation.cmake +2 -2
- Modules/CMakeImportBuildSettings.cmake Modules/CMakeImportBuildSettings.cmake +1 -2
- Modules/CMakeParseImplicitLinkInfo.cmake Modules/CMakeParseImplicitLinkInfo.cmake +4 -6
- Modules/CMakePlatformId.h.in Modules/CMakePlatformId.h.in +28 -0
- Modules/CMakePushCheckState.cmake Modules/CMakePushCheckState.cmake +3 -0
- Modules/CMakeTestCXXCompiler.cmake Modules/CMakeTestCXXCompiler.cmake +3 -0
- Modules/CPackDeb.cmake Modules/CPackDeb.cmake +13 -2
- Modules/CPackRPM.cmake Modules/CPackRPM.cmake +2 -2
- Modules/CPackWIX.cmake Modules/CPackWIX.cmake +16 -1
- Modules/CheckCSourceCompiles.cmake Modules/CheckCSourceCompiles.cmake +10 -3
- Modules/CheckCSourceRuns.cmake Modules/CheckCSourceRuns.cmake +10 -3
- Modules/CheckCXXSourceCompiles.cmake Modules/CheckCXXSourceCompiles.cmake +10 -3
- Modules/CheckCXXSourceRuns.cmake Modules/CheckCXXSourceRuns.cmake +10 -3
- Modules/CheckCXXSymbolExists.cmake Modules/CheckCXXSymbolExists.cmake +1 -0
- Modules/CheckFunctionExists.cmake Modules/CheckFunctionExists.cmake +10 -3
- Modules/CheckIncludeFile.cmake Modules/CheckIncludeFile.cmake +10 -3
- Modules/CheckIncludeFileCXX.cmake Modules/CheckIncludeFileCXX.cmake +10 -3
- Modules/CheckIncludeFiles.cmake Modules/CheckIncludeFiles.cmake +10 -3
- Modules/CheckLibraryExists.cmake Modules/CheckLibraryExists.cmake +10 -3
- Modules/CheckPrototypeDefinition.cmake Modules/CheckPrototypeDefinition.cmake +7 -2
- Modules/CheckStructHasMember.cmake Modules/CheckStructHasMember.cmake +1 -0
- Modules/CheckSymbolExists.cmake Modules/CheckSymbolExists.cmake +10 -3
- Modules/CheckTypeSize.cmake Modules/CheckTypeSize.cmake +21 -7
- Modules/CheckVariableExists.cmake Modules/CheckVariableExists.cmake +10 -3
- Modules/Compiler/AppleClang-CXX.cmake Modules/Compiler/AppleClang-CXX.cmake +6 -1
- Modules/Compiler/Clang-CXX.cmake Modules/Compiler/Clang-CXX.cmake +18 -0
- Modules/Compiler/GNU-CXX-FeatureTests.cmake Modules/Compiler/GNU-CXX-FeatureTests.cmake +77 -0
- Modules/Compiler/GNU-CXX.cmake Modules/Compiler/GNU-CXX.cmake +25 -0
- Modules/ExternalData.cmake Modules/ExternalData.cmake +33 -21
- Modules/ExternalProject.cmake Modules/ExternalProject.cmake +148 -24
- Modules/FeatureSummary.cmake Modules/FeatureSummary.cmake +43 -19
- Modules/FindBISON.cmake Modules/FindBISON.cmake +6 -9
- Modules/FindBLAS.cmake Modules/FindBLAS.cmake +9 -5
- Modules/FindBZip2.cmake Modules/FindBZip2.cmake +4 -0
- Modules/FindBacktrace.cmake Modules/FindBacktrace.cmake +1 -0
- Modules/FindBoost.cmake Modules/FindBoost.cmake +9 -8
- Modules/FindCUDA.cmake Modules/FindCUDA.cmake +2 -2
- Modules/FindCUDA/make2cmake.cmake Modules/FindCUDA/make2cmake.cmake +2 -3
- Modules/FindCUDA/parse_cubin.cmake Modules/FindCUDA/parse_cubin.cmake +7 -8
- Modules/FindCups.cmake Modules/FindCups.cmake +6 -3
- Modules/FindCurses.cmake Modules/FindCurses.cmake +4 -0
- Modules/FindEXPAT.cmake Modules/FindEXPAT.cmake +2 -3
- Modules/FindFLTK.cmake Modules/FindFLTK.cmake +1 -3
- Modules/FindFLTK2.cmake Modules/FindFLTK2.cmake +1 -3
- Modules/FindFreetype.cmake Modules/FindFreetype.cmake +4 -5
- Modules/FindGDAL.cmake Modules/FindGDAL.cmake +2 -2
- Modules/FindGIF.cmake Modules/FindGIF.cmake +1 -0
- Modules/FindGTK2.cmake Modules/FindGTK2.cmake +30 -12
- Modules/FindGTest.cmake Modules/FindGTest.cmake +23 -5
- Modules/FindGettext.cmake Modules/FindGettext.cmake +2 -2
- Modules/FindHDF5.cmake Modules/FindHDF5.cmake +3 -3
- Modules/FindHg.cmake Modules/FindHg.cmake +36 -1
- Modules/FindIcotool.cmake Modules/FindIcotool.cmake +1 -1
- Modules/FindImageMagick.cmake Modules/FindImageMagick.cmake +2 -2
- Modules/FindJava.cmake Modules/FindJava.cmake +6 -9
- Modules/FindKDE3.cmake Modules/FindKDE3.cmake +1 -1
- Modules/FindLAPACK.cmake Modules/FindLAPACK.cmake +8 -3
- Modules/FindLibLZMA.cmake Modules/FindLibLZMA.cmake +3 -0
- Modules/FindMPI.cmake Modules/FindMPI.cmake +6 -11
- Modules/FindOpenCL.cmake Modules/FindOpenCL.cmake +135 -0
- Modules/FindOpenMP.cmake Modules/FindOpenMP.cmake +10 -2
- Modules/FindPNG.cmake Modules/FindPNG.cmake +2 -4
- Modules/FindPackageMessage.cmake Modules/FindPackageMessage.cmake +1 -1
- Modules/FindPerl.cmake Modules/FindPerl.cmake +2 -2
- Modules/FindPkgConfig.cmake Modules/FindPkgConfig.cmake +285 -143
- Modules/FindPythonInterp.cmake Modules/FindPythonInterp.cmake +20 -11
- Modules/FindPythonLibs.cmake Modules/FindPythonLibs.cmake +12 -4
- Modules/FindQt.cmake Modules/FindQt.cmake +3 -3
- Modules/FindQt3.cmake Modules/FindQt3.cmake +2 -2
- Modules/FindQt4.cmake Modules/FindQt4.cmake +11 -9
- Modules/FindSDL_image.cmake Modules/FindSDL_image.cmake +3 -1
- Modules/FindSDL_mixer.cmake Modules/FindSDL_mixer.cmake +3 -1
- Modules/FindSDL_net.cmake Modules/FindSDL_net.cmake +3 -1
- Modules/FindSDL_sound.cmake Modules/FindSDL_sound.cmake +3 -1
- Modules/FindSDL_ttf.cmake Modules/FindSDL_ttf.cmake +3 -1
- Modules/FindSquish.cmake Modules/FindSquish.cmake +1 -1
- Modules/FindThreads.cmake Modules/FindThreads.cmake +24 -22
- Modules/FindX11.cmake Modules/FindX11.cmake +3 -0
- Modules/FindXMLRPC.cmake Modules/FindXMLRPC.cmake +8 -11
- Modules/FindZLIB.cmake Modules/FindZLIB.cmake +1 -1
- Modules/FindwxWidgets.cmake Modules/FindwxWidgets.cmake +2 -2
- Modules/FortranCInterface.cmake Modules/FortranCInterface.cmake +1 -1
- Modules/FortranCInterface/Detect.cmake Modules/FortranCInterface/Detect.cmake +2 -3
- Modules/GetPrerequisites.cmake Modules/GetPrerequisites.cmake +4 -4
- Modules/InstallRequiredSystemLibraries.cmake Modules/InstallRequiredSystemLibraries.cmake +11 -11
- Modules/Internal/FeatureTesting.cmake Modules/Internal/FeatureTesting.cmake +57 -0
- Modules/Platform/Darwin.cmake Modules/Platform/Darwin.cmake +1 -1
- Modules/Platform/Haiku.cmake Modules/Platform/Haiku.cmake +16 -11
- Modules/Platform/OSF1.cmake Modules/Platform/OSF1.cmake +2 -2
- Modules/Platform/OpenBSD.cmake Modules/Platform/OpenBSD.cmake +1 -1
- Modules/Platform/SunOS.cmake Modules/Platform/SunOS.cmake +1 -1
- Modules/Platform/Windows-GNU.cmake Modules/Platform/Windows-GNU.cmake +8 -5
- Modules/Platform/Windows-MSVC.cmake Modules/Platform/Windows-MSVC.cmake +1 -1
- Modules/Platform/Windows-wcl386.cmake Modules/Platform/Windows-wcl386.cmake +49 -39
- Modules/ProcessorCount.cmake Modules/ProcessorCount.cmake +12 -0
- Modules/Qt4Macros.cmake Modules/Qt4Macros.cmake +3 -3
- Modules/UseJava.cmake Modules/UseJava.cmake +5 -3
- Modules/UseQt4.cmake Modules/UseQt4.cmake +3 -1
- Modules/UseSWIG.cmake Modules/UseSWIG.cmake +58 -18
- Modules/UseVTKConfig40.cmake Modules/UseVTKConfig40.cmake +1 -1
- Modules/WIX.template.in Modules/WIX.template.in +2 -0
- Source/CMakeLists.txt Source/CMakeLists.txt +38 -1
- Source/CMakeVersion.cmake Source/CMakeVersion.cmake +2 -2
- Source/CMakeVersionSource.cmake Source/CMakeVersionSource.cmake +2 -2
- Source/CPack/WiX/cmCPackWIXGenerator.cxx Source/CPack/WiX/cmCPackWIXGenerator.cxx +188 -443
- Source/CPack/WiX/cmCPackWIXGenerator.h Source/CPack/WiX/cmCPackWIXGenerator.h +41 -65
- Source/CPack/WiX/cmWIXDirectoriesSourceWriter.cxx Source/CPack/WiX/cmWIXDirectoriesSourceWriter.cxx +87 -0
- Source/CPack/WiX/cmWIXDirectoriesSourceWriter.h Source/CPack/WiX/cmWIXDirectoriesSourceWriter.h +42 -0
- Source/CPack/WiX/cmWIXFeaturesSourceWriter.cxx Source/CPack/WiX/cmWIXFeaturesSourceWriter.cxx +102 -0
- Source/CPack/WiX/cmWIXFeaturesSourceWriter.h Source/CPack/WiX/cmWIXFeaturesSourceWriter.h +39 -0
- Source/CPack/WiX/cmWIXFilesSourceWriter.cxx Source/CPack/WiX/cmWIXFilesSourceWriter.cxx +171 -0
- Source/CPack/WiX/cmWIXFilesSourceWriter.h Source/CPack/WiX/cmWIXFilesSourceWriter.h +66 -0
- Source/CPack/WiX/cmWIXPatch.cxx Source/CPack/WiX/cmWIXPatch.cxx +91 -0
- Source/CPack/WiX/cmWIXPatch.h Source/CPack/WiX/cmWIXPatch.h +45 -0
- Source/CPack/WiX/cmWIXPatchParser.cxx Source/CPack/WiX/cmWIXPatchParser.cxx +6 -8
- Source/CPack/WiX/cmWIXPatchParser.h Source/CPack/WiX/cmWIXPatchParser.h +3 -3
- Source/CPack/WiX/cmWIXRichTextFormatWriter.cxx Source/CPack/WiX/cmWIXRichTextFormatWriter.cxx +4 -4
- Source/CPack/WiX/cmWIXRichTextFormatWriter.h Source/CPack/WiX/cmWIXRichTextFormatWriter.h +4 -4
- Source/CPack/WiX/cmWIXShortcut.h Source/CPack/WiX/cmWIXShortcut.h +29 -0
- Source/CPack/WiX/cmWIXSourceWriter.cxx Source/CPack/WiX/cmWIXSourceWriter.cxx +7 -7
- Source/CPack/WiX/cmWIXSourceWriter.h Source/CPack/WiX/cmWIXSourceWriter.h +8 -8
- Source/CPack/cmCPackComponentGroup.cxx Source/CPack/cmCPackComponentGroup.cxx +3 -2
- Source/CPack/cmCPackComponentGroup.h Source/CPack/cmCPackComponentGroup.h +2 -2
- Source/CPack/cmCPackDebGenerator.cxx Source/CPack/cmCPackDebGenerator.cxx +48 -20
- Source/CPack/cmCPackGenerator.cxx Source/CPack/cmCPackGenerator.cxx +87 -82
- Source/CPack/cmCPackGenerator.h Source/CPack/cmCPackGenerator.h +23 -19
- Source/CPack/cmCPackGeneratorFactory.cxx Source/CPack/cmCPackGeneratorFactory.cxx +5 -8
- Source/CPack/cmCPackGeneratorFactory.h Source/CPack/cmCPackGeneratorFactory.h +5 -5
- Source/CPack/cmCPackLog.cxx Source/CPack/cmCPackLog.cxx +6 -6
- Source/CPack/cmCPackNSISGenerator.cxx Source/CPack/cmCPackNSISGenerator.cxx +22 -22
- Source/CPack/cmCPackOSXX11Generator.cxx Source/CPack/cmCPackOSXX11Generator.cxx +4 -4
- Source/CPack/cmCPackOSXX11Generator.h Source/CPack/cmCPackOSXX11Generator.h +3 -2
- Source/CPack/cmCPackPackageMakerGenerator.cxx Source/CPack/cmCPackPackageMakerGenerator.cxx +13 -11
- Source/CPack/cmCPackPackageMakerGenerator.h Source/CPack/cmCPackPackageMakerGenerator.h +6 -5
- Source/CPack/cmCPackRPMGenerator.cxx Source/CPack/cmCPackRPMGenerator.cxx +2 -2
- Source/CPack/cmCPackSTGZGenerator.cxx Source/CPack/cmCPackSTGZGenerator.cxx +2 -2
- Source/CPack/cpack.cxx Source/CPack/cpack.cxx +8 -8
- Source/CTest/cmCTestBZR.cxx Source/CTest/cmCTestBZR.cxx +20 -20
- Source/CTest/cmCTestBuildAndTestHandler.cxx Source/CTest/cmCTestBuildAndTestHandler.cxx +5 -5
- Source/CTest/cmCTestBuildAndTestHandler.h Source/CTest/cmCTestBuildAndTestHandler.h +1 -1
- Source/CTest/cmCTestBuildCommand.cxx Source/CTest/cmCTestBuildCommand.cxx +6 -6
- Source/CTest/cmCTestBuildCommand.h Source/CTest/cmCTestBuildCommand.h +1 -1
- Source/CTest/cmCTestBuildHandler.cxx Source/CTest/cmCTestBuildHandler.cxx +7 -7
- Source/CTest/cmCTestBuildHandler.h Source/CTest/cmCTestBuildHandler.h +7 -7
- Source/CTest/cmCTestCVS.cxx Source/CTest/cmCTestCVS.cxx +3 -3
- Source/CTest/cmCTestCVS.h Source/CTest/cmCTestCVS.h +2 -2
- Source/CTest/cmCTestConfigureCommand.cxx Source/CTest/cmCTestConfigureCommand.cxx +1 -1
- Source/CTest/cmCTestConfigureCommand.h Source/CTest/cmCTestConfigureCommand.h +1 -1
- Source/CTest/cmCTestConfigureHandler.cxx Source/CTest/cmCTestConfigureHandler.cxx +2 -2
- Source/CTest/cmCTestCoverageCommand.cxx Source/CTest/cmCTestCoverageCommand.cxx +2 -1
- Source/CTest/cmCTestCoverageCommand.h Source/CTest/cmCTestCoverageCommand.h +2 -2
- Source/CTest/cmCTestCoverageHandler.cxx Source/CTest/cmCTestCoverageHandler.cxx +373 -62
- Source/CTest/cmCTestCoverageHandler.h Source/CTest/cmCTestCoverageHandler.h +10 -6
- Source/CTest/cmCTestEmptyBinaryDirectoryCommand.cxx Source/CTest/cmCTestEmptyBinaryDirectoryCommand.cxx +2 -2
- Source/CTest/cmCTestEmptyBinaryDirectoryCommand.h Source/CTest/cmCTestEmptyBinaryDirectoryCommand.h +1 -1
- Source/CTest/cmCTestGIT.cxx Source/CTest/cmCTestGIT.cxx +2 -2
- Source/CTest/cmCTestGenericHandler.cxx Source/CTest/cmCTestGenericHandler.cxx +8 -16
- Source/CTest/cmCTestGenericHandler.h Source/CTest/cmCTestGenericHandler.h +4 -4
- Source/CTest/cmCTestGlobalVC.cxx Source/CTest/cmCTestGlobalVC.cxx +1 -1
- Source/CTest/cmCTestGlobalVC.h Source/CTest/cmCTestGlobalVC.h +2 -2
- Source/CTest/cmCTestHG.cxx Source/CTest/cmCTestHG.cxx +13 -13
- Source/CTest/cmCTestHandlerCommand.cxx Source/CTest/cmCTestHandlerCommand.cxx +1 -1
- Source/CTest/cmCTestLaunch.cxx Source/CTest/cmCTestLaunch.cxx +3 -3
- Source/CTest/cmCTestLaunch.h Source/CTest/cmCTestLaunch.h +1 -1
- Source/CTest/cmCTestMemCheckCommand.h Source/CTest/cmCTestMemCheckCommand.h +1 -1
- Source/CTest/cmCTestMemCheckHandler.cxx Source/CTest/cmCTestMemCheckHandler.cxx +31 -37
- Source/CTest/cmCTestMemCheckHandler.h Source/CTest/cmCTestMemCheckHandler.h +5 -5
- Source/CTest/cmCTestMultiProcessHandler.cxx Source/CTest/cmCTestMultiProcessHandler.cxx +2 -2
- Source/CTest/cmCTestMultiProcessHandler.h Source/CTest/cmCTestMultiProcessHandler.h +5 -5
- Source/CTest/cmCTestP4.cxx Source/CTest/cmCTestP4.cxx +5 -5
- Source/CTest/cmCTestReadCustomFilesCommand.h Source/CTest/cmCTestReadCustomFilesCommand.h +1 -1
- Source/CTest/cmCTestRunScriptCommand.cxx Source/CTest/cmCTestRunScriptCommand.cxx +1 -1
- Source/CTest/cmCTestRunScriptCommand.h Source/CTest/cmCTestRunScriptCommand.h +1 -1
- Source/CTest/cmCTestRunTest.cxx Source/CTest/cmCTestRunTest.cxx +14 -14
- Source/CTest/cmCTestSVN.cxx Source/CTest/cmCTestSVN.cxx +13 -13
- Source/CTest/cmCTestScriptHandler.cxx Source/CTest/cmCTestScriptHandler.cxx +17 -17
- Source/CTest/cmCTestScriptHandler.h Source/CTest/cmCTestScriptHandler.h +14 -14
- Source/CTest/cmCTestSleepCommand.h Source/CTest/cmCTestSleepCommand.h +1 -1
- Source/CTest/cmCTestStartCommand.cxx Source/CTest/cmCTestStartCommand.cxx +2 -2
- Source/CTest/cmCTestStartCommand.h Source/CTest/cmCTestStartCommand.h +1 -1
- Source/CTest/cmCTestSubmitCommand.cxx Source/CTest/cmCTestSubmitCommand.cxx +3 -3
- Source/CTest/cmCTestSubmitCommand.h Source/CTest/cmCTestSubmitCommand.h +1 -1
- Source/CTest/cmCTestSubmitHandler.cxx Source/CTest/cmCTestSubmitHandler.cxx +81 -81
- Source/CTest/cmCTestSubmitHandler.h Source/CTest/cmCTestSubmitHandler.h +30 -30
- Source/CTest/cmCTestTestCommand.h Source/CTest/cmCTestTestCommand.h +1 -1
- Source/CTest/cmCTestTestHandler.cxx Source/CTest/cmCTestTestHandler.cxx +41 -41
- Source/CTest/cmCTestTestHandler.h Source/CTest/cmCTestTestHandler.h +9 -9
- Source/CTest/cmCTestUpdateCommand.h Source/CTest/cmCTestUpdateCommand.h +1 -1
- Source/CTest/cmCTestUpdateHandler.cxx Source/CTest/cmCTestUpdateHandler.cxx +1 -1
- Source/CTest/cmCTestUploadCommand.cxx Source/CTest/cmCTestUploadCommand.cxx +1 -1
- Source/CTest/cmCTestUploadCommand.h Source/CTest/cmCTestUploadCommand.h +1 -1
- Source/CTest/cmCTestUploadHandler.cxx Source/CTest/cmCTestUploadHandler.cxx +1 -1
- Source/CTest/cmCTestVC.cxx Source/CTest/cmCTestVC.cxx +2 -2
- Source/CTest/cmParseGTMCoverage.cxx Source/CTest/cmParseGTMCoverage.cxx +1 -1
- Source/CTest/cmParseMumpsCoverage.cxx Source/CTest/cmParseMumpsCoverage.cxx +2 -2
- Source/CTest/cmParseMumpsCoverage.h Source/CTest/cmParseMumpsCoverage.h +1 -1
- Source/CTest/cmParsePHPCoverage.cxx Source/CTest/cmParsePHPCoverage.cxx +2 -2
- Source/CTest/cmParsePHPCoverage.h Source/CTest/cmParsePHPCoverage.h +1 -1
- Source/CTest/cmParsePythonCoverage.cxx Source/CTest/cmParsePythonCoverage.cxx +4 -4
- Source/CursesDialog/cmCursesCacheEntryComposite.cxx Source/CursesDialog/cmCursesCacheEntryComposite.cxx +8 -6
- Source/CursesDialog/cmCursesCacheEntryComposite.h Source/CursesDialog/cmCursesCacheEntryComposite.h +3 -2
- Source/CursesDialog/cmCursesLabelWidget.cxx Source/CursesDialog/cmCursesLabelWidget.cxx +1 -1
- Source/CursesDialog/cmCursesMainForm.cxx Source/CursesDialog/cmCursesMainForm.cxx +5 -5
- Source/CursesDialog/cmCursesMainForm.h Source/CursesDialog/cmCursesMainForm.h +1 -1
- Source/CursesDialog/cmCursesOptionsWidget.cxx Source/CursesDialog/cmCursesOptionsWidget.cxx +3 -4
- Source/CursesDialog/cmCursesOptionsWidget.h Source/CursesDialog/cmCursesOptionsWidget.h +1 -1
- Source/CursesDialog/cmCursesPathWidget.cxx Source/CursesDialog/cmCursesPathWidget.cxx +3 -3
- Source/CursesDialog/cmCursesStringWidget.cxx Source/CursesDialog/cmCursesStringWidget.cxx +1 -1
- Source/CursesDialog/cmCursesStringWidget.h Source/CursesDialog/cmCursesStringWidget.h +1 -1
- Source/CursesDialog/cmCursesWidget.cxx Source/CursesDialog/cmCursesWidget.cxx +2 -2
- Source/CursesDialog/cmCursesWidget.h Source/CursesDialog/cmCursesWidget.h +1 -1
- Source/QtDialog/CMakeSetup.cxx Source/QtDialog/CMakeSetup.cxx +6 -0
- Source/QtDialog/CMakeSetupDialog.cxx Source/QtDialog/CMakeSetupDialog.cxx +4 -2
- Source/QtDialog/QCMake.cxx Source/QtDialog/QCMake.cxx +7 -7
- Source/QtDialog/QCMakeWidgets.cxx Source/QtDialog/QCMakeWidgets.cxx +4 -2
- Source/cmAddCompileOptionsCommand.h Source/cmAddCompileOptionsCommand.h +1 -1
- Source/cmAddCustomCommandCommand.cxx Source/cmAddCustomCommandCommand.cxx +12 -12
- Source/cmAddCustomCommandCommand.h Source/cmAddCustomCommandCommand.h +1 -1
- Source/cmAddCustomTargetCommand.cxx Source/cmAddCustomTargetCommand.cxx +5 -5
- Source/cmAddCustomTargetCommand.h Source/cmAddCustomTargetCommand.h +1 -1
- Source/cmAddDefinitionsCommand.h Source/cmAddDefinitionsCommand.h +1 -1
- Source/cmAddDependenciesCommand.cxx Source/cmAddDependenciesCommand.cxx +2 -2
- Source/cmAddDependenciesCommand.h Source/cmAddDependenciesCommand.h +1 -1
- Source/cmAddExecutableCommand.cxx Source/cmAddExecutableCommand.cxx +12 -12
- Source/cmAddExecutableCommand.h Source/cmAddExecutableCommand.h +1 -1
- Source/cmAddLibraryCommand.cxx Source/cmAddLibraryCommand.cxx +29 -29
- Source/cmAddLibraryCommand.h Source/cmAddLibraryCommand.h +1 -1
- Source/cmAddSubDirectoryCommand.cxx Source/cmAddSubDirectoryCommand.cxx +3 -3
- Source/cmAddSubDirectoryCommand.h Source/cmAddSubDirectoryCommand.h +1 -1
- Source/cmAddTestCommand.cxx Source/cmAddTestCommand.cxx +7 -7
- Source/cmAddTestCommand.h Source/cmAddTestCommand.h +1 -1
- Source/cmAuxSourceDirectoryCommand.cxx Source/cmAuxSourceDirectoryCommand.cxx +3 -3
- Source/cmAuxSourceDirectoryCommand.h Source/cmAuxSourceDirectoryCommand.h +1 -1
- Source/cmBreakCommand.h Source/cmBreakCommand.h +1 -1
- Source/cmBuildCommand.cxx Source/cmBuildCommand.cxx +6 -6
- Source/cmBuildCommand.h Source/cmBuildCommand.h +1 -1
- Source/cmBuildNameCommand.cxx Source/cmBuildNameCommand.cxx +3 -3
- Source/cmBuildNameCommand.h Source/cmBuildNameCommand.h +1 -1
- Source/cmCMakeHostSystemInformationCommand.cxx Source/cmCMakeHostSystemInformationCommand.cxx +2 -2
- Source/cmCMakeHostSystemInformationCommand.h Source/cmCMakeHostSystemInformationCommand.h +1 -1
- Source/cmCMakeMinimumRequired.cxx Source/cmCMakeMinimumRequired.cxx +4 -4
- Source/cmCMakeMinimumRequired.h Source/cmCMakeMinimumRequired.h +1 -1
- Source/cmCMakePolicyCommand.cxx Source/cmCMakePolicyCommand.cxx +6 -6
- Source/cmCMakePolicyCommand.h Source/cmCMakePolicyCommand.h +1 -1
- Source/cmCPluginAPI.cxx Source/cmCPluginAPI.cxx +3 -3
- Source/cmCTest.cxx Source/cmCTest.cxx +48 -58
- Source/cmCTest.h Source/cmCTest.h +20 -20
- Source/cmCacheManager.cxx Source/cmCacheManager.cxx +40 -35
- Source/cmCacheManager.h Source/cmCacheManager.h +28 -28
- Source/cmCommand.h Source/cmCommand.h +3 -3
- Source/cmCommandArgumentLexer.cxx Source/cmCommandArgumentLexer.cxx +1 -1
- Source/cmCommandArgumentParserHelper.cxx Source/cmCommandArgumentParserHelper.cxx +13 -13
- Source/cmCommandArgumentParserHelper.h Source/cmCommandArgumentParserHelper.h +3 -3
- Source/cmComputeLinkDepends.cxx Source/cmComputeLinkDepends.cxx +18 -16
- Source/cmComputeLinkDepends.h Source/cmComputeLinkDepends.h +7 -5
- Source/cmComputeLinkInformation.cxx Source/cmComputeLinkInformation.cxx +32 -30
- Source/cmComputeLinkInformation.h Source/cmComputeLinkInformation.h +9 -9
- Source/cmComputeTargetDepends.cxx Source/cmComputeTargetDepends.cxx +57 -41
- Source/cmComputeTargetDepends.h Source/cmComputeTargetDepends.h +8 -6
- Source/cmConfigure.cmake.h.in Source/cmConfigure.cmake.h.in +1 -0
- Source/cmConfigureFileCommand.cxx Source/cmConfigureFileCommand.cxx +3 -3
- Source/cmConfigureFileCommand.h Source/cmConfigureFileCommand.h +1 -1
- Source/cmCoreTryCompile.cxx Source/cmCoreTryCompile.cxx +20 -18
- Source/cmCoreTryCompile.h Source/cmCoreTryCompile.h +1 -1
- Source/cmCreateTestSourceList.cxx Source/cmCreateTestSourceList.cxx +2 -2
- Source/cmCreateTestSourceList.h Source/cmCreateTestSourceList.h +1 -1
- Source/cmCryptoHash.cxx Source/cmCryptoHash.cxx +5 -5
- Source/cmCryptoHash.h Source/cmCryptoHash.h +2 -2
- Source/cmCustomCommand.cxx Source/cmCustomCommand.cxx +0 -10
- Source/cmCustomCommand.h Source/cmCustomCommand.h +5 -4
- Source/cmCustomCommandGenerator.cxx Source/cmCustomCommandGenerator.cxx +42 -4
- Source/cmCustomCommandGenerator.h Source/cmCustomCommandGenerator.h +10 -2
- Source/cmDefinePropertyCommand.cxx Source/cmDefinePropertyCommand.cxx +3 -3
- Source/cmDefinePropertyCommand.h Source/cmDefinePropertyCommand.h +1 -1
- Source/cmDefinitions.cxx Source/cmDefinitions.cxx +14 -14
- Source/cmDefinitions.h Source/cmDefinitions.h +18 -14
- Source/cmDepends.cxx Source/cmDepends.cxx +5 -5
- Source/cmDepends.h Source/cmDepends.h +3 -3
- Source/cmDependsC.cxx Source/cmDependsC.cxx +13 -13
- Source/cmDependsC.h Source/cmDependsC.h +10 -9
- Source/cmDependsFortran.cxx Source/cmDependsFortran.cxx +37 -37
- Source/cmDependsJavaLexer.cxx Source/cmDependsJavaLexer.cxx +1 -1
- Source/cmDependsJavaParserHelper.cxx Source/cmDependsJavaParserHelper.cxx +16 -16
- Source/cmDependsJavaParserHelper.h Source/cmDependsJavaParserHelper.h +10 -10
- Source/cmDocumentation.cxx Source/cmDocumentation.cxx +9 -9
- Source/cmDocumentation.h Source/cmDocumentation.h +1 -1
- Source/cmDocumentationSection.h Source/cmDocumentationSection.h +2 -2
- Source/cmDynamicLoader.cxx Source/cmDynamicLoader.cxx +4 -4
- Source/cmDynamicLoader.h Source/cmDynamicLoader.h +2 -2
- Source/cmELF.cxx Source/cmELF.cxx +30 -7
- Source/cmElseCommand.h Source/cmElseCommand.h +1 -1
- Source/cmElseIfCommand.h Source/cmElseIfCommand.h +1 -1
- Source/cmEnableLanguageCommand.h Source/cmEnableLanguageCommand.h +1 -1
- Source/cmEnableTestingCommand.h Source/cmEnableTestingCommand.h +1 -1
- Source/cmEndForEachCommand.h Source/cmEndForEachCommand.h +1 -1
- Source/cmEndFunctionCommand.h Source/cmEndFunctionCommand.h +1 -1
- Source/cmEndIfCommand.h Source/cmEndIfCommand.h +1 -1
- Source/cmEndMacroCommand.h Source/cmEndMacroCommand.h +1 -1
- Source/cmEndWhileCommand.h Source/cmEndWhileCommand.h +1 -1
- Source/cmExecProgramCommand.cxx Source/cmExecProgramCommand.cxx +2 -2
- Source/cmExecProgramCommand.h Source/cmExecProgramCommand.h +1 -1
- Source/cmExecuteProcessCommand.cxx Source/cmExecuteProcessCommand.cxx +8 -8
- Source/cmExecuteProcessCommand.h Source/cmExecuteProcessCommand.h +1 -1
- Source/cmExecutionStatus.h Source/cmExecutionStatus.h +1 -1
- Source/cmExportBuildFileGenerator.cxx Source/cmExportBuildFileGenerator.cxx +12 -7
- Source/cmExportBuildFileGenerator.h Source/cmExportBuildFileGenerator.h +2 -2
- Source/cmExportCommand.cxx Source/cmExportCommand.cxx +17 -20
- Source/cmExportCommand.h Source/cmExportCommand.h +1 -1
- Source/cmExportFileGenerator.cxx Source/cmExportFileGenerator.cxx +72 -27
- Source/cmExportFileGenerator.h Source/cmExportFileGenerator.h +15 -13
- Source/cmExportInstallFileGenerator.cxx Source/cmExportInstallFileGenerator.cxx +13 -6
- Source/cmExportInstallFileGenerator.h Source/cmExportInstallFileGenerator.h +5 -5
- Source/cmExportLibraryDependenciesCommand.cxx Source/cmExportLibraryDependenciesCommand.cxx +7 -7
- Source/cmExportLibraryDependenciesCommand.h Source/cmExportLibraryDependenciesCommand.h +1 -1
- Source/cmExportTryCompileFileGenerator.cxx Source/cmExportTryCompileFileGenerator.cxx +5 -4
- Source/cmExportTryCompileFileGenerator.h Source/cmExportTryCompileFileGenerator.h +4 -4
- Source/cmExprLexer.cxx Source/cmExprLexer.cxx +1 -1
- Source/cmExprParserHelper.h Source/cmExprParserHelper.h +2 -2
- Source/cmExternalMakefileProjectGenerator.cxx Source/cmExternalMakefileProjectGenerator.cxx +12 -12
- Source/cmExternalMakefileProjectGenerator.h Source/cmExternalMakefileProjectGenerator.h +6 -5
- Source/cmExtraCodeBlocksGenerator.cxx Source/cmExtraCodeBlocksGenerator.cxx +26 -21
- Source/cmExtraCodeBlocksGenerator.h Source/cmExtraCodeBlocksGenerator.h +5 -5
- Source/cmExtraCodeLiteGenerator.cxx Source/cmExtraCodeLiteGenerator.cxx +18 -19
- Source/cmExtraCodeLiteGenerator.h Source/cmExtraCodeLiteGenerator.h +3 -3
- Source/cmExtraEclipseCDT4Generator.cxx Source/cmExtraEclipseCDT4Generator.cxx +10 -9
- Source/cmExtraEclipseCDT4Generator.h Source/cmExtraEclipseCDT4Generator.h +3 -3
- Source/cmExtraKateGenerator.cxx Source/cmExtraKateGenerator.cxx +2 -2
- Source/cmExtraKateGenerator.h Source/cmExtraKateGenerator.h +3 -3
- Source/cmExtraSublimeTextGenerator.cxx Source/cmExtraSublimeTextGenerator.cxx +22 -23
- Source/cmExtraSublimeTextGenerator.h Source/cmExtraSublimeTextGenerator.h +5 -5
- Source/cmFLTKWrapUICommand.cxx Source/cmFLTKWrapUICommand.cxx +8 -8
- Source/cmFLTKWrapUICommand.h Source/cmFLTKWrapUICommand.h +1 -1
- Source/cmFileCommand.cxx Source/cmFileCommand.cxx +76 -71
- Source/cmFileCommand.h Source/cmFileCommand.h +1 -1
- Source/cmFileTimeComparison.cxx Source/cmFileTimeComparison.cxx +2 -2
- Source/cmFindBase.cxx Source/cmFindBase.cxx +7 -7
- Source/cmFindBase.h Source/cmFindBase.h +5 -5
- Source/cmFindCommon.cxx Source/cmFindCommon.cxx +5 -5
- Source/cmFindCommon.h Source/cmFindCommon.h +3 -3
- Source/cmFindFileCommand.h Source/cmFindFileCommand.h +1 -1
- Source/cmFindLibraryCommand.cxx Source/cmFindLibraryCommand.cxx +5 -5
- Source/cmFindLibraryCommand.h Source/cmFindLibraryCommand.h +1 -1
- Source/cmFindPackageCommand.cxx Source/cmFindPackageCommand.cxx +59 -58
- Source/cmFindPackageCommand.h Source/cmFindPackageCommand.h +8 -8
- Source/cmFindPathCommand.cxx Source/cmFindPathCommand.cxx +8 -8
- Source/cmFindPathCommand.h Source/cmFindPathCommand.h +1 -1
- Source/cmFindProgramCommand.cxx Source/cmFindProgramCommand.cxx +3 -3
- Source/cmFindProgramCommand.h Source/cmFindProgramCommand.h +1 -1
- Source/cmForEachCommand.cxx Source/cmForEachCommand.cxx +8 -8
- Source/cmForEachCommand.h Source/cmForEachCommand.h +1 -1
- Source/cmFunctionCommand.cxx Source/cmFunctionCommand.cxx +9 -9
- Source/cmFunctionCommand.h Source/cmFunctionCommand.h +1 -1
- Source/cmGeneratedFileStream.cxx Source/cmGeneratedFileStream.cxx +1 -6
- Source/cmGeneratedFileStream.h Source/cmGeneratedFileStream.h +1 -1
- Source/cmGeneratorExpression.cxx Source/cmGeneratorExpression.cxx +25 -16
- Source/cmGeneratorExpression.h Source/cmGeneratorExpression.h +12 -8
- Source/cmGeneratorExpressionDAGChecker.cxx Source/cmGeneratorExpressionDAGChecker.cxx +18 -6
- Source/cmGeneratorExpressionDAGChecker.h Source/cmGeneratorExpressionDAGChecker.h +6 -2
- Source/cmGeneratorExpressionEvaluationFile.cxx Source/cmGeneratorExpressionEvaluationFile.cxx +11 -14
- Source/cmGeneratorExpressionEvaluationFile.h Source/cmGeneratorExpressionEvaluationFile.h +1 -1
- Source/cmGeneratorExpressionEvaluator.cxx Source/cmGeneratorExpressionEvaluator.cxx +181 -117
- Source/cmGeneratorExpressionEvaluator.h Source/cmGeneratorExpressionEvaluator.h +3 -2
- Source/cmGeneratorExpressionLexer.cxx Source/cmGeneratorExpressionLexer.cxx +37 -39
- Source/cmGeneratorExpressionLexer.h Source/cmGeneratorExpressionLexer.h +1 -1
- Source/cmGeneratorTarget.cxx Source/cmGeneratorTarget.cxx +507 -233
- Source/cmGeneratorTarget.h Source/cmGeneratorTarget.h +72 -37
- Source/cmGetCMakePropertyCommand.cxx Source/cmGetCMakePropertyCommand.cxx +4 -4
- Source/cmGetCMakePropertyCommand.h Source/cmGetCMakePropertyCommand.h +1 -1
- Source/cmGetDirectoryPropertyCommand.cxx Source/cmGetDirectoryPropertyCommand.cxx +6 -6
- Source/cmGetDirectoryPropertyCommand.h Source/cmGetDirectoryPropertyCommand.h +1 -1
- Source/cmGetFilenameComponentCommand.cxx Source/cmGetFilenameComponentCommand.cxx +6 -6
- Source/cmGetFilenameComponentCommand.h Source/cmGetFilenameComponentCommand.h +1 -1
- Source/cmGetPropertyCommand.cxx Source/cmGetPropertyCommand.cxx +26 -26
- Source/cmGetPropertyCommand.h Source/cmGetPropertyCommand.h +1 -1
- Source/cmGetSourceFilePropertyCommand.cxx Source/cmGetSourceFilePropertyCommand.cxx +2 -2
- Source/cmGetSourceFilePropertyCommand.h Source/cmGetSourceFilePropertyCommand.h +1 -1
- Source/cmGetTargetPropertyCommand.cxx Source/cmGetTargetPropertyCommand.cxx +11 -7
- Source/cmGetTargetPropertyCommand.h Source/cmGetTargetPropertyCommand.h +1 -1
- Source/cmGetTestPropertyCommand.cxx Source/cmGetTestPropertyCommand.cxx +4 -4
- Source/cmGetTestPropertyCommand.h Source/cmGetTestPropertyCommand.h +1 -1
- Source/cmGlobalBorlandMakefileGenerator.h Source/cmGlobalBorlandMakefileGenerator.h +2 -2
- Source/cmGlobalGenerator.cxx Source/cmGlobalGenerator.cxx +157 -197
- Source/cmGlobalGenerator.h Source/cmGlobalGenerator.h +68 -65
- Source/cmGlobalGeneratorFactory.h Source/cmGlobalGeneratorFactory.h +5 -3
- Source/cmGlobalJOMMakefileGenerator.h Source/cmGlobalJOMMakefileGenerator.h +2 -2
- Source/cmGlobalKdevelopGenerator.cxx Source/cmGlobalKdevelopGenerator.cxx +19 -18
- Source/cmGlobalKdevelopGenerator.h Source/cmGlobalKdevelopGenerator.h +3 -3
- Source/cmGlobalMSYSMakefileGenerator.h Source/cmGlobalMSYSMakefileGenerator.h +2 -2
- Source/cmGlobalMinGWMakefileGenerator.h Source/cmGlobalMinGWMakefileGenerator.h +2 -2
- Source/cmGlobalNMakeMakefileGenerator.h Source/cmGlobalNMakeMakefileGenerator.h +2 -2
- Source/cmGlobalNinjaGenerator.cxx Source/cmGlobalNinjaGenerator.cxx +22 -33
- Source/cmGlobalNinjaGenerator.h Source/cmGlobalNinjaGenerator.h +8 -10
- Source/cmGlobalUnixMakefileGenerator3.cxx Source/cmGlobalUnixMakefileGenerator3.cxx +125 -148
- Source/cmGlobalUnixMakefileGenerator3.h Source/cmGlobalUnixMakefileGenerator3.h +10 -12
- Source/cmGlobalVisualStudio10Generator.cxx Source/cmGlobalVisualStudio10Generator.cxx +27 -24
- Source/cmGlobalVisualStudio10Generator.h Source/cmGlobalVisualStudio10Generator.h +11 -10
- Source/cmGlobalVisualStudio11Generator.cxx Source/cmGlobalVisualStudio11Generator.cxx +13 -11
- Source/cmGlobalVisualStudio11Generator.h Source/cmGlobalVisualStudio11Generator.h +4 -3
- Source/cmGlobalVisualStudio12Generator.cxx Source/cmGlobalVisualStudio12Generator.cxx +13 -11
- Source/cmGlobalVisualStudio12Generator.h Source/cmGlobalVisualStudio12Generator.h +4 -3
- Source/cmGlobalVisualStudio6Generator.cxx Source/cmGlobalVisualStudio6Generator.cxx +20 -19
- Source/cmGlobalVisualStudio6Generator.h Source/cmGlobalVisualStudio6Generator.h +14 -13
- Source/cmGlobalVisualStudio71Generator.cxx Source/cmGlobalVisualStudio71Generator.cxx +11 -10
- Source/cmGlobalVisualStudio71Generator.h Source/cmGlobalVisualStudio71Generator.h +9 -9
- Source/cmGlobalVisualStudio7Generator.cxx Source/cmGlobalVisualStudio7Generator.cxx +54 -36
- Source/cmGlobalVisualStudio7Generator.h Source/cmGlobalVisualStudio7Generator.h +25 -22
- Source/cmGlobalVisualStudio8Generator.cxx Source/cmGlobalVisualStudio8Generator.cxx +26 -20
- Source/cmGlobalVisualStudio8Generator.h Source/cmGlobalVisualStudio8Generator.h +8 -6
- Source/cmGlobalVisualStudio9Generator.cxx Source/cmGlobalVisualStudio9Generator.cxx +8 -6
- Source/cmGlobalVisualStudio9Generator.h Source/cmGlobalVisualStudio9Generator.h +3 -2
- Source/cmGlobalVisualStudioGenerator.cxx Source/cmGlobalVisualStudioGenerator.cxx +21 -51
- Source/cmGlobalVisualStudioGenerator.h Source/cmGlobalVisualStudioGenerator.h +8 -7
- Source/cmGlobalWatcomWMakeGenerator.cxx Source/cmGlobalWatcomWMakeGenerator.cxx +5 -3
- Source/cmGlobalWatcomWMakeGenerator.h Source/cmGlobalWatcomWMakeGenerator.h +2 -2
- Source/cmGlobalXCodeGenerator.cxx Source/cmGlobalXCodeGenerator.cxx +174 -206
- Source/cmGlobalXCodeGenerator.h Source/cmGlobalXCodeGenerator.h +31 -31
- Source/cmGraphVizWriter.cxx Source/cmGraphVizWriter.cxx +25 -25
- Source/cmGraphVizWriter.h Source/cmGraphVizWriter.h +10 -10
- Source/cmIDEFlagTable.h Source/cmIDEFlagTable.h +1 -0
- Source/cmIDEOptions.cxx Source/cmIDEOptions.cxx +52 -30
- Source/cmIDEOptions.h Source/cmIDEOptions.h +4 -2
- Source/cmIfCommand.cxx Source/cmIfCommand.cxx +15 -15
- Source/cmIfCommand.h Source/cmIfCommand.h +3 -3
- Source/cmIncludeCommand.cxx Source/cmIncludeCommand.cxx +4 -4
- Source/cmIncludeCommand.h Source/cmIncludeCommand.h +1 -1
- Source/cmIncludeDirectoryCommand.cxx Source/cmIncludeDirectoryCommand.cxx +1 -1
- Source/cmIncludeDirectoryCommand.h Source/cmIncludeDirectoryCommand.h +1 -1
- Source/cmIncludeExternalMSProjectCommand.h Source/cmIncludeExternalMSProjectCommand.h +1 -1
- Source/cmIncludeRegularExpressionCommand.cxx Source/cmIncludeRegularExpressionCommand.cxx +1 -1
- Source/cmIncludeRegularExpressionCommand.h Source/cmIncludeRegularExpressionCommand.h +1 -1
- Source/cmInstallCommand.cxx Source/cmInstallCommand.cxx +39 -39
- Source/cmInstallCommand.h Source/cmInstallCommand.h +1 -1
- Source/cmInstallExportGenerator.cxx Source/cmInstallExportGenerator.cxx +6 -6
- Source/cmInstallFilesCommand.cxx Source/cmInstallFilesCommand.cxx +2 -2
- Source/cmInstallFilesCommand.h Source/cmInstallFilesCommand.h +1 -1
- Source/cmInstallFilesGenerator.cxx Source/cmInstallFilesGenerator.cxx +2 -2
- Source/cmInstallFilesGenerator.h Source/cmInstallFilesGenerator.h +1 -1
- Source/cmInstallGenerator.cxx Source/cmInstallGenerator.cxx +2 -2
- Source/cmInstallGenerator.h Source/cmInstallGenerator.h +1 -1
- Source/cmInstallProgramsCommand.cxx Source/cmInstallProgramsCommand.cxx +1 -1
- Source/cmInstallProgramsCommand.h Source/cmInstallProgramsCommand.h +1 -1
- Source/cmInstallTargetGenerator.cxx Source/cmInstallTargetGenerator.cxx +18 -15
- Source/cmInstallTargetGenerator.h Source/cmInstallTargetGenerator.h +14 -11
- Source/cmInstallTargetsCommand.cxx Source/cmInstallTargetsCommand.cxx +1 -1
- Source/cmInstallTargetsCommand.h Source/cmInstallTargetsCommand.h +1 -1
- Source/cmLinkDirectoriesCommand.cxx Source/cmLinkDirectoriesCommand.cxx +1 -1
- Source/cmLinkDirectoriesCommand.h Source/cmLinkDirectoriesCommand.h +1 -1
- Source/cmLinkLibrariesCommand.cxx Source/cmLinkLibrariesCommand.cxx +3 -3
- Source/cmLinkLibrariesCommand.h Source/cmLinkLibrariesCommand.h +1 -1
- Source/cmListCommand.cxx Source/cmListCommand.cxx +32 -34
- Source/cmListCommand.h Source/cmListCommand.h +3 -3
- Source/cmListFileCache.cxx Source/cmListFileCache.cxx +2 -2
- Source/cmLoadCacheCommand.cxx Source/cmLoadCacheCommand.cxx +6 -6
- Source/cmLoadCacheCommand.h Source/cmLoadCacheCommand.h +2 -2
- Source/cmLoadCommandCommand.cxx Source/cmLoadCommandCommand.cxx +6 -6
- Source/cmLoadCommandCommand.h Source/cmLoadCommandCommand.h +1 -1
- Source/cmLocalGenerator.cxx Source/cmLocalGenerator.cxx +323 -250
- Source/cmLocalGenerator.h Source/cmLocalGenerator.h +78 -54
- Source/cmLocalNinjaGenerator.cxx Source/cmLocalNinjaGenerator.cxx +42 -23
- Source/cmLocalNinjaGenerator.h Source/cmLocalNinjaGenerator.h +14 -7
- Source/cmLocalUnixMakefileGenerator3.cxx Source/cmLocalUnixMakefileGenerator3.cxx +235 -145
- Source/cmLocalUnixMakefileGenerator3.h Source/cmLocalUnixMakefileGenerator3.h +35 -35
- Source/cmLocalVisualStudio10Generator.cxx Source/cmLocalVisualStudio10Generator.cxx +4 -4
- Source/cmLocalVisualStudio10Generator.h Source/cmLocalVisualStudio10Generator.h +1 -1
- Source/cmLocalVisualStudio6Generator.cxx Source/cmLocalVisualStudio6Generator.cxx +110 -67
- Source/cmLocalVisualStudio6Generator.h Source/cmLocalVisualStudio6Generator.h +11 -10
- Source/cmLocalVisualStudio7Generator.cxx Source/cmLocalVisualStudio7Generator.cxx +100 -75
- Source/cmLocalVisualStudio7Generator.h Source/cmLocalVisualStudio7Generator.h +18 -17
- Source/cmLocalVisualStudioGenerator.cxx Source/cmLocalVisualStudioGenerator.cxx +48 -10
- Source/cmLocalVisualStudioGenerator.h Source/cmLocalVisualStudioGenerator.h +9 -4
- Source/cmLocalXCodeGenerator.cxx Source/cmLocalXCodeGenerator.cxx +31 -3
- Source/cmLocalXCodeGenerator.h Source/cmLocalXCodeGenerator.h +5 -1
- Source/cmMacroCommand.cxx Source/cmMacroCommand.cxx +6 -6
- Source/cmMacroCommand.h Source/cmMacroCommand.h +1 -1
- Source/cmMakeDepend.cxx Source/cmMakeDepend.cxx +5 -5
- Source/cmMakeDepend.h Source/cmMakeDepend.h +4 -4
- Source/cmMakeDirectoryCommand.cxx Source/cmMakeDirectoryCommand.cxx +1 -1
- Source/cmMakeDirectoryCommand.h Source/cmMakeDirectoryCommand.h +1 -1
- Source/cmMakefile.cxx Source/cmMakefile.cxx +419 -243
- Source/cmMakefile.h Source/cmMakefile.h +88 -75
- Source/cmMakefileExecutableTargetGenerator.cxx Source/cmMakefileExecutableTargetGenerator.cxx +56 -35
- Source/cmMakefileLibraryTargetGenerator.cxx Source/cmMakefileLibraryTargetGenerator.cxx +76 -68
- Source/cmMakefileLibraryTargetGenerator.h Source/cmMakefileLibraryTargetGenerator.h +3 -2
- Source/cmMakefileTargetGenerator.cxx Source/cmMakefileTargetGenerator.cxx +223 -167
- Source/cmMakefileTargetGenerator.h Source/cmMakefileTargetGenerator.h +34 -25
- Source/cmMakefileUtilityTargetGenerator.cxx Source/cmMakefileUtilityTargetGenerator.cxx +1 -1
- Source/cmMarkAsAdvancedCommand.cxx Source/cmMarkAsAdvancedCommand.cxx +2 -2
- Source/cmMarkAsAdvancedCommand.h Source/cmMarkAsAdvancedCommand.h +1 -1
- Source/cmMathCommand.cxx Source/cmMathCommand.cxx +3 -3
- Source/cmMathCommand.h Source/cmMathCommand.h +1 -1
- Source/cmMessageCommand.cxx Source/cmMessageCommand.cxx +1 -1
- Source/cmMessageCommand.h Source/cmMessageCommand.h +1 -1
- Source/cmNewLineStyle.cxx Source/cmNewLineStyle.cxx +0 -2
- Source/cmNinjaNormalTargetGenerator.cxx Source/cmNinjaNormalTargetGenerator.cxx +204 -200
- Source/cmNinjaNormalTargetGenerator.h Source/cmNinjaNormalTargetGenerator.h +1 -1
- Source/cmNinjaTargetGenerator.cxx Source/cmNinjaTargetGenerator.cxx +73 -59
- Source/cmNinjaTargetGenerator.h Source/cmNinjaTargetGenerator.h +12 -11
- Source/cmNinjaUtilityTargetGenerator.cxx Source/cmNinjaUtilityTargetGenerator.cxx +11 -4
- Source/cmOSXBundleGenerator.cxx Source/cmOSXBundleGenerator.cxx +24 -23
- Source/cmOSXBundleGenerator.h Source/cmOSXBundleGenerator.h +8 -7
- Source/cmOptionCommand.cxx Source/cmOptionCommand.cxx +3 -6
- Source/cmOptionCommand.h Source/cmOptionCommand.h +1 -1
- Source/cmOrderDirectories.cxx Source/cmOrderDirectories.cxx +11 -11
- Source/cmOrderDirectories.h Source/cmOrderDirectories.h +5 -5
- Source/cmOutputRequiredFilesCommand.cxx Source/cmOutputRequiredFilesCommand.cxx +1 -1
- Source/cmOutputRequiredFilesCommand.h Source/cmOutputRequiredFilesCommand.h +1 -1
- Source/cmPolicies.cxx Source/cmPolicies.cxx +14 -3
- Source/cmPolicies.h Source/cmPolicies.h +3 -0
- Source/cmProjectCommand.cxx Source/cmProjectCommand.cxx +13 -13
- Source/cmProjectCommand.h Source/cmProjectCommand.h +1 -1
- Source/cmProperty.cxx Source/cmProperty.cxx +3 -2
- Source/cmProperty.h Source/cmProperty.h +4 -3
- Source/cmPropertyDefinition.cxx Source/cmPropertyDefinition.cxx +1 -1
- Source/cmPropertyDefinition.h Source/cmPropertyDefinition.h +6 -6
- Source/cmPropertyDefinitionMap.cxx Source/cmPropertyDefinitionMap.cxx +3 -18
- Source/cmPropertyDefinitionMap.h Source/cmPropertyDefinitionMap.h +4 -4
- Source/cmPropertyMap.cxx Source/cmPropertyMap.cxx +6 -10
- Source/cmPropertyMap.h Source/cmPropertyMap.h +7 -7
- Source/cmQTWrapCPPCommand.cxx Source/cmQTWrapCPPCommand.cxx +6 -6
- Source/cmQTWrapCPPCommand.h Source/cmQTWrapCPPCommand.h +1 -1
- Source/cmQTWrapUICommand.cxx Source/cmQTWrapUICommand.cxx +9 -9
- Source/cmQTWrapUICommand.h Source/cmQTWrapUICommand.h +1 -1
- Source/cmQtAutoGenerators.cxx Source/cmQtAutoGenerators.cxx +103 -88
- Source/cmQtAutoGenerators.h Source/cmQtAutoGenerators.h +7 -6
- Source/cmRST.cxx Source/cmRST.cxx +2 -2
- Source/cmRST.h Source/cmRST.h +2 -2
- Source/cmRemoveCommand.h Source/cmRemoveCommand.h +1 -1
- Source/cmRemoveDefinitionsCommand.h Source/cmRemoveDefinitionsCommand.h +1 -1
- Source/cmReturnCommand.h Source/cmReturnCommand.h +1 -1
- Source/cmScriptGenerator.cxx Source/cmScriptGenerator.cxx +13 -12
- Source/cmScriptGenerator.h Source/cmScriptGenerator.h +6 -6
- Source/cmSeparateArgumentsCommand.cxx Source/cmSeparateArgumentsCommand.cxx +4 -4
- Source/cmSeparateArgumentsCommand.h Source/cmSeparateArgumentsCommand.h +1 -1
- Source/cmSetCommand.cxx Source/cmSetCommand.cxx +1 -1
- Source/cmSetCommand.h Source/cmSetCommand.h +1 -1
- Source/cmSetDirectoryPropertiesCommand.cxx Source/cmSetDirectoryPropertiesCommand.cxx +2 -2
- Source/cmSetDirectoryPropertiesCommand.h Source/cmSetDirectoryPropertiesCommand.h +1 -1
- Source/cmSetPropertyCommand.cxx Source/cmSetPropertyCommand.cxx +18 -18
- Source/cmSetPropertyCommand.h Source/cmSetPropertyCommand.h +2 -2
- Source/cmSetSourceFilesPropertiesCommand.cxx Source/cmSetSourceFilesPropertiesCommand.cxx +3 -3
- Source/cmSetSourceFilesPropertiesCommand.h Source/cmSetSourceFilesPropertiesCommand.h +1 -1
- Source/cmSetTargetPropertiesCommand.cxx Source/cmSetTargetPropertiesCommand.cxx +5 -5
- Source/cmSetTargetPropertiesCommand.h Source/cmSetTargetPropertiesCommand.h +2 -2
- Source/cmSetTestsPropertiesCommand.cxx Source/cmSetTestsPropertiesCommand.cxx +4 -4
- Source/cmSetTestsPropertiesCommand.h Source/cmSetTestsPropertiesCommand.h +2 -2
- Source/cmSiteNameCommand.cxx Source/cmSiteNameCommand.cxx +2 -2
- Source/cmSiteNameCommand.h Source/cmSiteNameCommand.h +1 -1
- Source/cmSourceFile.cxx Source/cmSourceFile.cxx +34 -29
- Source/cmSourceFile.h Source/cmSourceFile.h +15 -10
- Source/cmSourceFileLocation.cxx Source/cmSourceFileLocation.cxx +48 -25
- Source/cmSourceFileLocation.h Source/cmSourceFileLocation.h +6 -5
- Source/cmSourceGroup.cxx Source/cmSourceGroup.cxx +2 -2
- Source/cmSourceGroup.h Source/cmSourceGroup.h +2 -2
- Source/cmSourceGroupCommand.cxx Source/cmSourceGroupCommand.cxx +4 -4
- Source/cmSourceGroupCommand.h Source/cmSourceGroupCommand.h +1 -1
- Source/cmStandardIncludes.h Source/cmStandardIncludes.h +14 -8
- Source/cmStringCommand.cxx Source/cmStringCommand.cxx +63 -38
- Source/cmStringCommand.h Source/cmStringCommand.h +3 -2
- Source/cmSubdirCommand.cxx Source/cmSubdirCommand.cxx +4 -4
- Source/cmSubdirCommand.h Source/cmSubdirCommand.h +1 -1
- Source/cmSubdirDependsCommand.h Source/cmSubdirDependsCommand.h +1 -1
- Source/cmSystemTools.cxx Source/cmSystemTools.cxx +45 -89
- Source/cmSystemTools.h Source/cmSystemTools.h +11 -17
- Source/cmTarget.cxx Source/cmTarget.cxx +1519 -583
- Source/cmTarget.h Source/cmTarget.h +170 -143
- Source/cmTargetCompileDefinitionsCommand.cxx Source/cmTargetCompileDefinitionsCommand.cxx +2 -1
- Source/cmTargetCompileDefinitionsCommand.h Source/cmTargetCompileDefinitionsCommand.h +2 -2
- Source/cmTargetCompileFeaturesCommand.cxx Source/cmTargetCompileFeaturesCommand.cxx +70 -0
- Source/cmTargetCompileFeaturesCommand.h Source/cmTargetCompileFeaturesCommand.h +41 -0
- Source/cmTargetCompileOptionsCommand.cxx Source/cmTargetCompileOptionsCommand.cxx +2 -1
- Source/cmTargetCompileOptionsCommand.h Source/cmTargetCompileOptionsCommand.h +2 -2
- Source/cmTargetIncludeDirectoriesCommand.cxx Source/cmTargetIncludeDirectoriesCommand.cxx +2 -1
- Source/cmTargetIncludeDirectoriesCommand.h Source/cmTargetIncludeDirectoriesCommand.h +2 -2
- Source/cmTargetLinkLibrariesCommand.cxx Source/cmTargetLinkLibrariesCommand.cxx +11 -12
- Source/cmTargetLinkLibrariesCommand.h Source/cmTargetLinkLibrariesCommand.h +2 -2
- Source/cmTargetPropCommandBase.cxx Source/cmTargetPropCommandBase.cxx +15 -12
- Source/cmTargetPropCommandBase.h Source/cmTargetPropCommandBase.h +4 -3
- Source/cmTargetSourcesCommand.cxx Source/cmTargetSourcesCommand.cxx +65 -0
- Source/cmTargetSourcesCommand.h Source/cmTargetSourcesCommand.h +55 -0
- Source/cmTest.cxx Source/cmTest.cxx +6 -18
- Source/cmTest.h Source/cmTest.h +10 -9
- Source/cmTestGenerator.cxx Source/cmTestGenerator.cxx +2 -2
- Source/cmTestGenerator.h Source/cmTestGenerator.h +1 -1
- Source/cmTryCompileCommand.h Source/cmTryCompileCommand.h +1 -1
- Source/cmTryRunCommand.cxx Source/cmTryRunCommand.cxx +13 -13
- Source/cmTryRunCommand.h Source/cmTryRunCommand.h +1 -1
- Source/cmUnsetCommand.h Source/cmUnsetCommand.h +1 -1
- Source/cmUseMangledMesaCommand.cxx Source/cmUseMangledMesaCommand.cxx +3 -3
- Source/cmUseMangledMesaCommand.h Source/cmUseMangledMesaCommand.h +1 -1
- Source/cmUtilitySourceCommand.cxx Source/cmUtilitySourceCommand.cxx +3 -3
- Source/cmUtilitySourceCommand.h Source/cmUtilitySourceCommand.h +1 -1
- Source/cmVS11CLFlagTable.h Source/cmVS11CLFlagTable.h +3 -6
- Source/cmVS12CLFlagTable.h Source/cmVS12CLFlagTable.h +3 -6
- Source/cmVariableRequiresCommand.cxx Source/cmVariableRequiresCommand.cxx +4 -4
- Source/cmVariableRequiresCommand.h Source/cmVariableRequiresCommand.h +1 -1
- Source/cmVariableWatch.h Source/cmVariableWatch.h +1 -1
- Source/cmVariableWatchCommand.cxx Source/cmVariableWatchCommand.cxx +3 -3
- Source/cmVariableWatchCommand.h Source/cmVariableWatchCommand.h +1 -1
- Source/cmVisualStudio10TargetGenerator.cxx Source/cmVisualStudio10TargetGenerator.cxx +103 -72
- Source/cmVisualStudio10TargetGenerator.h Source/cmVisualStudio10TargetGenerator.h +12 -10
- Source/cmVisualStudioGeneratorOptions.cxx Source/cmVisualStudioGeneratorOptions.cxx +4 -4
- Source/cmVisualStudioGeneratorOptions.h Source/cmVisualStudioGeneratorOptions.h +1 -1
- Source/cmVisualStudioWCEPlatformParser.cxx Source/cmVisualStudioWCEPlatformParser.cxx +10 -10
- Source/cmVisualStudioWCEPlatformParser.h Source/cmVisualStudioWCEPlatformParser.h +2 -2
- Source/cmWhileCommand.h Source/cmWhileCommand.h +1 -1
- Source/cmWriteFileCommand.cxx Source/cmWriteFileCommand.cxx +2 -2
- Source/cmWriteFileCommand.h Source/cmWriteFileCommand.h +1 -1
- Source/cmXCodeObject.cxx Source/cmXCodeObject.cxx +4 -4
- Source/cmXCodeObject.h Source/cmXCodeObject.h +24 -32
- Source/cmXMLParser.cxx Source/cmXMLParser.cxx +2 -2
- Source/cmXMLParser.h Source/cmXMLParser.h +2 -2
- Source/cmake.cxx Source/cmake.cxx +135 -121
- Source/cmake.h Source/cmake.h +34 -32
- Source/cmcldeps.cxx Source/cmcldeps.cxx +1 -1
- Source/cmcmd.cxx Source/cmcmd.cxx +31 -31
- Source/cmcmd.h Source/cmcmd.h +2 -2
- Source/kwsys/CMakeLists.txt Source/kwsys/CMakeLists.txt +16 -0
- Source/kwsys/EncodingCXX.cxx Source/kwsys/EncodingCXX.cxx +11 -8
- Source/kwsys/FStream.cxx Source/kwsys/FStream.cxx +76 -0
- Source/kwsys/FStream.hxx.in Source/kwsys/FStream.hxx.in +18 -3
- Source/kwsys/MD5.c Source/kwsys/MD5.c +7 -2
- Source/kwsys/SharedForward.h.in Source/kwsys/SharedForward.h.in +4 -4
- Source/kwsys/System.c Source/kwsys/System.c +28 -2
- Source/kwsys/System.h.in Source/kwsys/System.h.in +7 -2
- Source/kwsys/SystemInformation.cxx Source/kwsys/SystemInformation.cxx +28 -6
- Source/kwsys/SystemTools.cxx Source/kwsys/SystemTools.cxx +5 -2
- Source/kwsys/testFStream.cxx Source/kwsys/testFStream.cxx +142 -0
- Tests/BuildDepends/CMakeLists.txt Tests/BuildDepends/CMakeLists.txt +30 -0
- Tests/BuildDepends/Project/CMakeLists.txt Tests/BuildDepends/Project/CMakeLists.txt +12 -0
- Tests/BuildDepends/Project/External/CMakeLists.txt Tests/BuildDepends/Project/External/CMakeLists.txt +14 -0
- Tests/CMakeBuildTest.cmake.in Tests/CMakeBuildTest.cmake.in +2 -2
- Tests/CMakeCommands/target_compile_features/CMakeLists.txt Tests/CMakeCommands/target_compile_features/CMakeLists.txt +25 -0
- Tests/CMakeCommands/target_compile_features/dummy.cpp Tests/CMakeCommands/target_compile_features/dummy.cpp +5 -0
- Tests/CMakeCommands/target_compile_features/lib_auto_type.cpp ...s/CMakeCommands/target_compile_features/lib_auto_type.cpp +6 -0
- Tests/CMakeCommands/target_compile_features/lib_auto_type.h Tests/CMakeCommands/target_compile_features/lib_auto_type.h +8 -0
- Tests/CMakeCommands/target_compile_features/lib_user.cpp Tests/CMakeCommands/target_compile_features/lib_user.cpp +7 -0
- Tests/CMakeCommands/target_compile_features/main.cpp Tests/CMakeCommands/target_compile_features/main.cpp +6 -0
- Tests/CMakeLib/run_compile_commands.cxx Tests/CMakeLib/run_compile_commands.cxx +4 -4
- Tests/CMakeLists.txt Tests/CMakeLists.txt +123 -100
- Tests/CMakeOnly/AllFindModules/CMakeLists.txt Tests/CMakeOnly/AllFindModules/CMakeLists.txt +3 -0
- Tests/CMakeOnly/Test.cmake.in Tests/CMakeOnly/Test.cmake.in +2 -2
- Tests/CMakeTests/CheckCMakeTest.cmake Tests/CMakeTests/CheckCMakeTest.cmake +2 -2
- Tests/CMakeTests/ExecuteScriptTests.cmake Tests/CMakeTests/ExecuteScriptTests.cmake +2 -2
- Tests/CPackWiXGenerator/CMakeLists.txt Tests/CPackWiXGenerator/CMakeLists.txt +14 -0
- Tests/CPackWiXGenerator/RunCPackVerifyResult.cmake Tests/CPackWiXGenerator/RunCPackVerifyResult.cmake +5 -0
- Tests/CTestBuildCommandProjectInSubdir/CTestBuildCommandProjectInSubdir.cmake.in ...ProjectInSubdir/CTestBuildCommandProjectInSubdir.cmake.in +1 -1
- Tests/CTestConfig/dashboard.cmake.in Tests/CTestConfig/dashboard.cmake.in +2 -2
- Tests/CTestConfig/script.cmake.in Tests/CTestConfig/script.cmake.in +2 -2
- Tests/CTestTestBadExe/test.cmake.in Tests/CTestTestBadExe/test.cmake.in +2 -2
- Tests/CTestTestChecksum/test.cmake.in Tests/CTestTestChecksum/test.cmake.in +2 -2
- Tests/CTestTestConfigFileInBuildDir/test1.cmake.in Tests/CTestTestConfigFileInBuildDir/test1.cmake.in +2 -2
- Tests/CTestTestConfigFileInBuildDir/test2.cmake.in Tests/CTestTestConfigFileInBuildDir/test2.cmake.in +2 -2
- Tests/CTestTestCostSerial/test.cmake.in Tests/CTestTestCostSerial/test.cmake.in +2 -2
- Tests/CTestTestCrash/test.cmake.in Tests/CTestTestCrash/test.cmake.in +2 -2
- Tests/CTestTestCycle/test.cmake.in Tests/CTestTestCycle/test.cmake.in +2 -2
- Tests/CTestTestDepends/test.cmake.in Tests/CTestTestDepends/test.cmake.in +2 -2
- Tests/CTestTestFailure/testNoBuild.cmake.in Tests/CTestTestFailure/testNoBuild.cmake.in +2 -2
- Tests/CTestTestFailure/testNoExe.cmake.in Tests/CTestTestFailure/testNoExe.cmake.in +2 -2
- Tests/CTestTestFdSetSize/test.cmake.in Tests/CTestTestFdSetSize/test.cmake.in +2 -2
- Tests/CTestTestMemcheck/CMakeLists.txt Tests/CTestTestMemcheck/CMakeLists.txt +15 -8
- Tests/CTestTestMemcheck/NoLogDummyChecker/CMakeLists.txt Tests/CTestTestMemcheck/NoLogDummyChecker/CMakeLists.txt +12 -7
- Tests/CTestTestMemcheck/test.cmake.in Tests/CTestTestMemcheck/test.cmake.in +2 -2
- Tests/CTestTestParallel/test.cmake.in Tests/CTestTestParallel/test.cmake.in +2 -2
- Tests/CTestTestResourceLock/test.cmake.in Tests/CTestTestResourceLock/test.cmake.in +2 -2
- Tests/CTestTestScheduler/test.cmake.in Tests/CTestTestScheduler/test.cmake.in +2 -2
- Tests/CTestTestSkipReturnCode/test.cmake.in Tests/CTestTestSkipReturnCode/test.cmake.in +2 -2
- Tests/CTestTestStopTime/test.cmake.in Tests/CTestTestStopTime/test.cmake.in +2 -2
- Tests/CTestTestSubdir/test.cmake.in Tests/CTestTestSubdir/test.cmake.in +2 -2
- Tests/CTestTestTimeout/test.cmake.in Tests/CTestTestTimeout/test.cmake.in +2 -2
- Tests/CTestTestUpload/test.cmake.in Tests/CTestTestUpload/test.cmake.in +2 -2
- Tests/CTestTestZeroTimeout/test.cmake.in Tests/CTestTestZeroTimeout/test.cmake.in +2 -2
- Tests/CTestUpdateCommon.cmake Tests/CTestUpdateCommon.cmake +2 -2
- Tests/CompileFeatures/CMakeLists.txt Tests/CompileFeatures/CMakeLists.txt +44 -0
- Tests/CompileFeatures/cxx_alias_templates.cpp Tests/CompileFeatures/cxx_alias_templates.cpp +11 -0
- Tests/CompileFeatures/cxx_alignas.cpp Tests/CompileFeatures/cxx_alignas.cpp +4 -0
- Tests/CompileFeatures/cxx_alignof.cpp Tests/CompileFeatures/cxx_alignof.cpp +5 -0
- Tests/CompileFeatures/cxx_attributes.cpp Tests/CompileFeatures/cxx_attributes.cpp +2 -0
- Tests/CompileFeatures/cxx_auto_type.cpp Tests/CompileFeatures/cxx_auto_type.cpp +5 -0
- Tests/CompileFeatures/cxx_constexpr.cpp Tests/CompileFeatures/cxx_constexpr.cpp +5 -0
- Tests/CompileFeatures/cxx_decltype.cpp Tests/CompileFeatures/cxx_decltype.cpp +7 -0
- Tests/CompileFeatures/cxx_decltype_incomplete_return_types.cpp .../CompileFeatures/cxx_decltype_incomplete_return_types.cpp +14 -0
- Tests/CompileFeatures/cxx_default_function_template_args.cpp Tests/CompileFeatures/cxx_default_function_template_args.cpp +12 -0
- Tests/CompileFeatures/cxx_defaulted_functions.cpp Tests/CompileFeatures/cxx_defaulted_functions.cpp +9 -0
- Tests/CompileFeatures/cxx_defaulted_move_initializers.cpp Tests/CompileFeatures/cxx_defaulted_move_initializers.cpp +7 -0
- Tests/CompileFeatures/cxx_delegating_constructors.cpp Tests/CompileFeatures/cxx_delegating_constructors.cpp +15 -0
- Tests/CompileFeatures/cxx_deleted_functions.cpp Tests/CompileFeatures/cxx_deleted_functions.cpp +6 -0
- Tests/CompileFeatures/cxx_enum_forward_declarations.cpp Tests/CompileFeatures/cxx_enum_forward_declarations.cpp +8 -0
- Tests/CompileFeatures/cxx_explicit_conversions.cpp Tests/CompileFeatures/cxx_explicit_conversions.cpp +10 -0
- Tests/CompileFeatures/cxx_extended_friend_declarations.cpp Tests/CompileFeatures/cxx_extended_friend_declarations.cpp +25 -0
- Tests/CompileFeatures/cxx_extern_templates.cpp Tests/CompileFeatures/cxx_extern_templates.cpp +12 -0
- Tests/CompileFeatures/cxx_final.cpp Tests/CompileFeatures/cxx_final.cpp +2 -0
- Tests/CompileFeatures/cxx_func_identifier.cpp Tests/CompileFeatures/cxx_func_identifier.cpp +6 -0
- Tests/CompileFeatures/cxx_generalized_initializers.cpp Tests/CompileFeatures/cxx_generalized_initializers.cpp +23 -0
- Tests/CompileFeatures/cxx_inheriting_constructors.cpp Tests/CompileFeatures/cxx_inheriting_constructors.cpp +18 -0
- Tests/CompileFeatures/cxx_inline_namespaces.cpp Tests/CompileFeatures/cxx_inline_namespaces.cpp +26 -0
- Tests/CompileFeatures/cxx_lambdas.cpp Tests/CompileFeatures/cxx_lambdas.cpp +5 -0
- Tests/CompileFeatures/cxx_local_type_template_args.cpp Tests/CompileFeatures/cxx_local_type_template_args.cpp +21 -0
- Tests/CompileFeatures/cxx_long_long_type.cpp Tests/CompileFeatures/cxx_long_long_type.cpp +5 -0
- Tests/CompileFeatures/cxx_noexcept.cpp Tests/CompileFeatures/cxx_noexcept.cpp +5 -0
- Tests/CompileFeatures/cxx_nonstatic_member_init.cpp Tests/CompileFeatures/cxx_nonstatic_member_init.cpp +4 -0
- Tests/CompileFeatures/cxx_nullptr.cpp Tests/CompileFeatures/cxx_nullptr.cpp +10 -0
- Tests/CompileFeatures/cxx_override.cpp Tests/CompileFeatures/cxx_override.cpp +7 -0
- Tests/CompileFeatures/cxx_range_for.cpp Tests/CompileFeatures/cxx_range_for.cpp +10 -0
- Tests/CompileFeatures/cxx_raw_string_literals.cpp Tests/CompileFeatures/cxx_raw_string_literals.cpp +7 -0
- Tests/CompileFeatures/cxx_reference_qualified_functions.cpp Tests/CompileFeatures/cxx_reference_qualified_functions.cpp +11 -0
- Tests/CompileFeatures/cxx_right_angle_brackets.cpp Tests/CompileFeatures/cxx_right_angle_brackets.cpp +12 -0
- Tests/CompileFeatures/cxx_rvalue_references.cpp Tests/CompileFeatures/cxx_rvalue_references.cpp +5 -0
- Tests/CompileFeatures/cxx_sizeof_member.cpp Tests/CompileFeatures/cxx_sizeof_member.cpp +10 -0
- Tests/CompileFeatures/cxx_static_assert.cpp Tests/CompileFeatures/cxx_static_assert.cpp +2 -0
- Tests/CompileFeatures/cxx_strong_enums.cpp Tests/CompileFeatures/cxx_strong_enums.cpp +7 -0
- Tests/CompileFeatures/cxx_thread_local.cpp Tests/CompileFeatures/cxx_thread_local.cpp +2 -0
- Tests/CompileFeatures/cxx_trailing_return_types.cpp Tests/CompileFeatures/cxx_trailing_return_types.cpp +5 -0
- Tests/CompileFeatures/cxx_unicode_literals.cpp Tests/CompileFeatures/cxx_unicode_literals.cpp +3 -0
- Tests/CompileFeatures/cxx_uniform_initialization.cpp Tests/CompileFeatures/cxx_uniform_initialization.cpp +9 -0
- Tests/CompileFeatures/cxx_unrestricted_unions.cpp Tests/CompileFeatures/cxx_unrestricted_unions.cpp +11 -0
- Tests/CompileFeatures/cxx_user_literals.cpp Tests/CompileFeatures/cxx_user_literals.cpp +7 -0
- Tests/CompileFeatures/cxx_variadic_macros.cpp Tests/CompileFeatures/cxx_variadic_macros.cpp +12 -0
- Tests/CompileFeatures/cxx_variadic_templates.cpp Tests/CompileFeatures/cxx_variadic_templates.cpp +65 -0
- Tests/CompileFeatures/main.cpp Tests/CompileFeatures/main.cpp +6 -0
- Tests/Complex/CMakeLists.txt Tests/Complex/CMakeLists.txt +2 -2
- Tests/ComplexOneConfig/CMakeLists.txt Tests/ComplexOneConfig/CMakeLists.txt +2 -2
- Tests/ConfigSources/CMakeLists.txt Tests/ConfigSources/CMakeLists.txt +17 -0
- Tests/ConfigSources/iface_debug.h Tests/ConfigSources/iface_debug.h +4 -0
- Tests/ConfigSources/iface_debug_src.cpp Tests/ConfigSources/iface_debug_src.cpp +7 -0
- Tests/ConfigSources/iface_src.cpp Tests/ConfigSources/iface_src.cpp +5 -0
- Tests/ConfigSources/main.cpp Tests/ConfigSources/main.cpp +7 -0
- Tests/CustomCommand/CMakeLists.txt Tests/CustomCommand/CMakeLists.txt +7 -4
- Tests/CxxDialect/CMakeLists.txt Tests/CxxDialect/CMakeLists.txt +14 -0
- Tests/CxxDialect/use_constexpr.cxx Tests/CxxDialect/use_constexpr.cxx +10 -0
- Tests/CxxDialect/use_constexpr_and_typeof.cxx Tests/CxxDialect/use_constexpr_and_typeof.cxx +11 -0
- Tests/CxxDialect/use_typeof.cxx Tests/CxxDialect/use_typeof.cxx +6 -0
- Tests/ExportImport/CMakeLists.txt Tests/ExportImport/CMakeLists.txt +2 -2
- Tests/ExportImport/Export/Interface/CMakeLists.txt Tests/ExportImport/Export/Interface/CMakeLists.txt +4 -1
- Tests/ExportImport/Import/CMakeLists.txt Tests/ExportImport/Import/CMakeLists.txt +1 -0
- Tests/ExportImport/Import/Interface/CMakeLists.txt Tests/ExportImport/Import/Interface/CMakeLists.txt +17 -0
- Tests/ExportImport/InitialCache.cmake.in Tests/ExportImport/InitialCache.cmake.in +1 -1
- Tests/ExternalProject/CMakeLists.txt Tests/ExternalProject/CMakeLists.txt +1 -0
- Tests/ExternalProjectUpdate/ExternalProjectUpdateTest.cmake Tests/ExternalProjectUpdate/ExternalProjectUpdateTest.cmake +1 -1
- Tests/FindPackageModeMakefileTest/CMakeLists.txt Tests/FindPackageModeMakefileTest/CMakeLists.txt +1 -1
- Tests/FindPackageTest/FindLotsOfComponents.cmake Tests/FindPackageTest/FindLotsOfComponents.cmake +1 -1
- Tests/FindPackageTest/FindSomePackage.cmake Tests/FindPackageTest/FindSomePackage.cmake +1 -1
- Tests/FindPackageTest/FindUpperCasePackage.cmake Tests/FindPackageTest/FindUpperCasePackage.cmake +1 -1
- Tests/Fortran/CMakeLists.txt Tests/Fortran/CMakeLists.txt +3 -3
- Tests/FortranC/Flags.cmake.in Tests/FortranC/Flags.cmake.in +2 -2
- Tests/GeneratorExpression/CMakeLists.txt Tests/GeneratorExpression/CMakeLists.txt +1 -1
- Tests/MacRuntimePath/CMakeLists.txt Tests/MacRuntimePath/CMakeLists.txt +2 -2
- Tests/MacRuntimePath/InitialCache.cmake.in Tests/MacRuntimePath/InitialCache.cmake.in +1 -1
- Tests/Module/ExternalData/CMakeLists.txt Tests/Module/ExternalData/CMakeLists.txt +2 -0
- Tests/Module/ExternalData/Data1Check.cmake Tests/Module/ExternalData/Data1Check.cmake +22 -0
- Tests/Module/FindDependency/CMakeLists.txt Tests/Module/FindDependency/CMakeLists.txt +11 -0
- Tests/Module/FindDependency/main.cpp Tests/Module/FindDependency/main.cpp +29 -0
- Tests/Module/FindDependency/packages/Pack1/Pack1Config.cmake Tests/Module/FindDependency/packages/Pack1/Pack1Config.cmake +9 -0
- Tests/Module/FindDependency/packages/Pack1/Pack1ConfigVersion.cmake ...le/FindDependency/packages/Pack1/Pack1ConfigVersion.cmake +11 -0
- Tests/Module/FindDependency/packages/Pack2/Pack2Config.cmake Tests/Module/FindDependency/packages/Pack2/Pack2Config.cmake +5 -0
- Tests/Module/FindDependency/packages/Pack2/Pack2ConfigVersion.cmake ...le/FindDependency/packages/Pack2/Pack2ConfigVersion.cmake +11 -0
- Tests/Module/FindDependency/packages/Pack3/Pack3Config.cmake Tests/Module/FindDependency/packages/Pack3/Pack3Config.cmake +5 -0
- Tests/Module/FindDependency/packages/Pack3/Pack3ConfigVersion.cmake ...le/FindDependency/packages/Pack3/Pack3ConfigVersion.cmake +11 -0
- Tests/Module/FindDependency/packages/Pack4/Pack4Config.cmake Tests/Module/FindDependency/packages/Pack4/Pack4Config.cmake +9 -0
- Tests/Module/FindDependency/packages/Pack4/Pack4ConfigVersion.cmake ...le/FindDependency/packages/Pack4/Pack4ConfigVersion.cmake +11 -0
- Tests/Module/FindDependency/packages/Pack5/Pack5Config.cmake Tests/Module/FindDependency/packages/Pack5/Pack5Config.cmake +3 -0
- Tests/Module/FindDependency/packages/Pack5/Pack5ConfigVersion.cmake ...le/FindDependency/packages/Pack5/Pack5ConfigVersion.cmake +11 -0
- Tests/Module/FindDependency/packages/Pack6/Pack6Config.cmake Tests/Module/FindDependency/packages/Pack6/Pack6Config.cmake +3 -0
- Tests/Module/FindDependency/packages/Pack6/Pack6ConfigVersion.cmake ...le/FindDependency/packages/Pack6/Pack6ConfigVersion.cmake +11 -0
- Tests/PDBDirectoryAndName/CMakeLists.txt Tests/PDBDirectoryAndName/CMakeLists.txt +22 -8
- Tests/PerConfig/perconfig.cmake Tests/PerConfig/perconfig.cmake +1 -1
- Tests/Properties/CMakeLists.txt Tests/Properties/CMakeLists.txt +2 -0
- Tests/Properties/SubDir2/CMakeLists.txt Tests/Properties/SubDir2/CMakeLists.txt +5 -0
- Tests/Properties/subdirtest.cxx Tests/Properties/subdirtest.cxx +9 -0
- Tests/Qt4Targets/CMakeLists.txt Tests/Qt4Targets/CMakeLists.txt +27 -0
- Tests/Qt4Targets/IncrementalMoc/CMakeLists.txt Tests/Qt4Targets/IncrementalMoc/CMakeLists.txt +13 -0
- Tests/Qt4Targets/IncrementalMoc/foo.cpp Tests/Qt4Targets/IncrementalMoc/foo.cpp +8 -0
- Tests/Qt4Targets/IncrementalMoc/foo.h Tests/Qt4Targets/IncrementalMoc/foo.h +9 -0
- Tests/QtAutogen/CMakeLists.txt Tests/QtAutogen/CMakeLists.txt +8 -2
- Tests/QtAutogen/debug_class.cpp Tests/QtAutogen/debug_class.cpp +9 -0
- Tests/QtAutogen/debug_class.h Tests/QtAutogen/debug_class.h +20 -0
- Tests/QtAutogen/debug_class.ui Tests/QtAutogen/debug_class.ui +45 -0
- Tests/QtAutogen/debug_resource.qrc Tests/QtAutogen/debug_resource.qrc +5 -0
- Tests/QtAutogen/main.cpp Tests/QtAutogen/main.cpp +9 -0
- Tests/QtAutogen/resourcetester.cpp Tests/QtAutogen/resourcetester.cpp +6 -0
- Tests/QtAutogen/second_resource.qrc Tests/QtAutogen/second_resource.qrc +5 -0
- Tests/QtAutogen/second_widget.cpp Tests/QtAutogen/second_widget.cpp +14 -0
- Tests/QtAutogen/second_widget.h Tests/QtAutogen/second_widget.h +19 -0
- Tests/QtAutogen/second_widget.ui Tests/QtAutogen/second_widget.ui +32 -0
- Tests/RunCMake/CMP0051/CMP0051-NEW-result.txt Tests/RunCMake/CMP0051/CMP0051-NEW-result.txt +0 -0
- Tests/RunCMake/CMP0051/CMP0051-NEW-stderr.txt Tests/RunCMake/CMP0051/CMP0051-NEW-stderr.txt +1 -0
- Tests/RunCMake/CMP0051/CMP0051-NEW.cmake Tests/RunCMake/CMP0051/CMP0051-NEW.cmake +10 -0
- Tests/RunCMake/CMP0051/CMP0051-OLD-result.txt Tests/RunCMake/CMP0051/CMP0051-OLD-result.txt +1 -0
- Tests/RunCMake/CMP0051/CMP0051-OLD-stderr.txt Tests/RunCMake/CMP0051/CMP0051-OLD-stderr.txt +1 -0
- Tests/RunCMake/CMP0051/CMP0051-OLD.cmake Tests/RunCMake/CMP0051/CMP0051-OLD.cmake +10 -0
- Tests/RunCMake/CMP0051/CMP0051-WARN-result.txt Tests/RunCMake/CMP0051/CMP0051-WARN-result.txt +1 -0
- Tests/RunCMake/CMP0051/CMP0051-WARN-stderr.txt Tests/RunCMake/CMP0051/CMP0051-WARN-stderr.txt +15 -0
- Tests/RunCMake/CMP0051/CMP0051-WARN.cmake Tests/RunCMake/CMP0051/CMP0051-WARN.cmake +8 -0
- Tests/RunCMake/CMP0051/CMakeLists.txt Tests/RunCMake/CMP0051/CMakeLists.txt +3 -0
- Tests/RunCMake/CMP0051/RunCMakeTest.cmake Tests/RunCMake/CMP0051/RunCMakeTest.cmake +5 -0
- Tests/RunCMake/CMP0051/empty.cpp Tests/RunCMake/CMP0051/empty.cpp +7 -0
- Tests/RunCMake/CMakeLists.txt Tests/RunCMake/CMakeLists.txt +18 -4
- Tests/RunCMake/CheckModules/CheckTypeSizeOkNoC.cmake Tests/RunCMake/CheckModules/CheckTypeSizeOkNoC.cmake +4 -0
- Tests/RunCMake/CheckModules/RunCMakeTest.cmake Tests/RunCMake/CheckModules/RunCMakeTest.cmake +2 -0
- Tests/RunCMake/CompatibleInterface/DebugProperties-stderr.txt ...s/RunCMake/CompatibleInterface/DebugProperties-stderr.txt +7 -7
- Tests/RunCMake/CompileFeatures/CMakeLists.txt Tests/RunCMake/CompileFeatures/CMakeLists.txt +3 -0
- Tests/RunCMake/CompileFeatures/NoSupportedCxxFeatures-result.txt ...unCMake/CompileFeatures/NoSupportedCxxFeatures-result.txt +0 -0
- Tests/RunCMake/CompileFeatures/NoSupportedCxxFeatures-stderr.txt ...unCMake/CompileFeatures/NoSupportedCxxFeatures-stderr.txt +8 -0
- Tests/RunCMake/CompileFeatures/NoSupportedCxxFeatures.cmake Tests/RunCMake/CompileFeatures/NoSupportedCxxFeatures.cmake +3 -0
- Tests/RunCMake/CompileFeatures/NoSupportedCxxFeaturesGenex-result.txt ...ke/CompileFeatures/NoSupportedCxxFeaturesGenex-result.txt +0 -0
- Tests/RunCMake/CompileFeatures/NoSupportedCxxFeaturesGenex-stderr.txt ...ke/CompileFeatures/NoSupportedCxxFeaturesGenex-stderr.txt +6 -0
- Tests/RunCMake/CompileFeatures/NoSupportedCxxFeaturesGenex.cmake ...unCMake/CompileFeatures/NoSupportedCxxFeaturesGenex.cmake +3 -0
- Tests/RunCMake/CompileFeatures/NotAFeature-result.txt Tests/RunCMake/CompileFeatures/NotAFeature-result.txt +1 -0
- Tests/RunCMake/CompileFeatures/NotAFeature-stderr.txt Tests/RunCMake/CompileFeatures/NotAFeature-stderr.txt +2 -0
- Tests/RunCMake/CompileFeatures/NotAFeature.cmake Tests/RunCMake/CompileFeatures/NotAFeature.cmake +3 -0
- Tests/RunCMake/CompileFeatures/NotAFeatureGenex-result.txt Tests/RunCMake/CompileFeatures/NotAFeatureGenex-result.txt +1 -0
- Tests/RunCMake/CompileFeatures/NotAFeatureGenex-stderr.txt Tests/RunCMake/CompileFeatures/NotAFeatureGenex-stderr.txt +2 -0
- Tests/RunCMake/CompileFeatures/NotAFeatureGenex.cmake Tests/RunCMake/CompileFeatures/NotAFeatureGenex.cmake +3 -0
- Tests/RunCMake/CompileFeatures/NotAFeatureTransitive-result.txt ...RunCMake/CompileFeatures/NotAFeatureTransitive-result.txt +1 -0
- Tests/RunCMake/CompileFeatures/NotAFeatureTransitive-stderr.txt ...RunCMake/CompileFeatures/NotAFeatureTransitive-stderr.txt +2 -0
- Tests/RunCMake/CompileFeatures/NotAFeatureTransitive.cmake Tests/RunCMake/CompileFeatures/NotAFeatureTransitive.cmake +6 -0
- Tests/RunCMake/CompileFeatures/NotAFeature_OriginDebug-result.txt ...nCMake/CompileFeatures/NotAFeature_OriginDebug-result.txt +1 -0
- Tests/RunCMake/CompileFeatures/NotAFeature_OriginDebug-stderr.txt ...nCMake/CompileFeatures/NotAFeature_OriginDebug-stderr.txt +11 -0
- Tests/RunCMake/CompileFeatures/NotAFeature_OriginDebug.cmake Tests/RunCMake/CompileFeatures/NotAFeature_OriginDebug.cmake +4 -0
- Tests/RunCMake/CompileFeatures/NotAFeature_OriginDebugGenex-result.txt ...e/CompileFeatures/NotAFeature_OriginDebugGenex-result.txt +1 -0
- Tests/RunCMake/CompileFeatures/NotAFeature_OriginDebugGenex-stderr.txt ...e/CompileFeatures/NotAFeature_OriginDebugGenex-stderr.txt +11 -0
- Tests/RunCMake/CompileFeatures/NotAFeature_OriginDebugGenex.cmake ...nCMake/CompileFeatures/NotAFeature_OriginDebugGenex.cmake +4 -0
- Tests/RunCMake/CompileFeatures/NotAFeature_OriginDebugTransitive-result.txt ...pileFeatures/NotAFeature_OriginDebugTransitive-result.txt +1 -0
- Tests/RunCMake/CompileFeatures/NotAFeature_OriginDebugTransitive-stderr.txt ...pileFeatures/NotAFeature_OriginDebugTransitive-stderr.txt +11 -0
- Tests/RunCMake/CompileFeatures/NotAFeature_OriginDebugTransitive.cmake ...e/CompileFeatures/NotAFeature_OriginDebugTransitive.cmake +6 -0
- Tests/RunCMake/CompileFeatures/NotAFeature_OriginDebug_target_compile_features-result.txt ...otAFeature_OriginDebug_target_compile_features-result.txt +1 -0
- Tests/RunCMake/CompileFeatures/NotAFeature_OriginDebug_target_compile_features-stderr.txt ...otAFeature_OriginDebug_target_compile_features-stderr.txt +5 -0
- Tests/RunCMake/CompileFeatures/NotAFeature_OriginDebug_target_compile_features.cmake ...res/NotAFeature_OriginDebug_target_compile_features.cmake +4 -0
- Tests/RunCMake/CompileFeatures/RunCMakeTest.cmake Tests/RunCMake/CompileFeatures/RunCMakeTest.cmake +20 -0
- Tests/RunCMake/CompileFeatures/empty.cpp Tests/RunCMake/CompileFeatures/empty.cpp +7 -0
- Tests/RunCMake/CompileFeatures/generate_feature_list.cmake Tests/RunCMake/CompileFeatures/generate_feature_list.cmake +4 -0
- Tests/RunCMake/ExternalData/Directory1-stderr.txt Tests/RunCMake/ExternalData/Directory1-stderr.txt +1 -1
- Tests/RunCMake/ExternalData/Directory3-stderr.txt Tests/RunCMake/ExternalData/Directory3-stderr.txt +2 -1
- Tests/RunCMake/ExternalData/MissingData-stderr.txt Tests/RunCMake/ExternalData/MissingData-stderr.txt +3 -2
- Tests/RunCMake/ExternalData/MissingData-stdout.txt Tests/RunCMake/ExternalData/MissingData-stdout.txt +1 -0
- Tests/RunCMake/ExternalData/MissingData.cmake Tests/RunCMake/ExternalData/MissingData.cmake +9 -4
- Tests/RunCMake/ExternalData/MissingDataWithAssociated-stderr.txt ...unCMake/ExternalData/MissingDataWithAssociated-stderr.txt +15 -0
- Tests/RunCMake/ExternalData/MissingDataWithAssociated-stdout.txt ...unCMake/ExternalData/MissingDataWithAssociated-stdout.txt +1 -0
- Tests/RunCMake/ExternalData/MissingDataWithAssociated.cmake Tests/RunCMake/ExternalData/MissingDataWithAssociated.cmake +10 -0
- Tests/RunCMake/ExternalData/RunCMakeTest.cmake Tests/RunCMake/ExternalData/RunCMakeTest.cmake +1 -0
- Tests/RunCMake/FeatureSummary/CMakeLists.txt Tests/RunCMake/FeatureSummary/CMakeLists.txt +3 -0
- Tests/RunCMake/FeatureSummary/FeatureSummaryWhatAll-stdout.txt .../RunCMake/FeatureSummary/FeatureSummaryWhatAll-stdout.txt +7 -0
- Tests/RunCMake/FeatureSummary/FeatureSummaryWhatAll.cmake Tests/RunCMake/FeatureSummary/FeatureSummaryWhatAll.cmake +9 -0
- Tests/RunCMake/FeatureSummary/FeatureSummaryWhatList-stdout.txt ...RunCMake/FeatureSummary/FeatureSummaryWhatList-stdout.txt +7 -0
- Tests/RunCMake/FeatureSummary/FeatureSummaryWhatList.cmake Tests/RunCMake/FeatureSummary/FeatureSummaryWhatList.cmake +9 -0
- Tests/RunCMake/FeatureSummary/FeatureSummaryWhatListAll-result.txt ...CMake/FeatureSummary/FeatureSummaryWhatListAll-result.txt +1 -0
- Tests/RunCMake/FeatureSummary/FeatureSummaryWhatListAll-stderr.txt ...CMake/FeatureSummary/FeatureSummaryWhatListAll-stderr.txt +6 -0
- Tests/RunCMake/FeatureSummary/FeatureSummaryWhatListAll.cmake ...s/RunCMake/FeatureSummary/FeatureSummaryWhatListAll.cmake +9 -0
- Tests/RunCMake/FeatureSummary/FeatureSummaryWhatListUnknown-result.txt ...e/FeatureSummary/FeatureSummaryWhatListUnknown-result.txt +1 -0
- Tests/RunCMake/FeatureSummary/FeatureSummaryWhatListUnknown-stderr.txt ...e/FeatureSummary/FeatureSummaryWhatListUnknown-stderr.txt +6 -0
- Tests/RunCMake/FeatureSummary/FeatureSummaryWhatListUnknown.cmake ...nCMake/FeatureSummary/FeatureSummaryWhatListUnknown.cmake +9 -0
- Tests/RunCMake/FeatureSummary/FeatureSummaryWhatSingle-stdout.txt ...nCMake/FeatureSummary/FeatureSummaryWhatSingle-stdout.txt +1 -0
- Tests/RunCMake/FeatureSummary/FeatureSummaryWhatSingle.cmake Tests/RunCMake/FeatureSummary/FeatureSummaryWhatSingle.cmake +9 -0
- Tests/RunCMake/FeatureSummary/FeatureSummaryWhatSingleUnknown-result.txt ...FeatureSummary/FeatureSummaryWhatSingleUnknown-result.txt +1 -0
- Tests/RunCMake/FeatureSummary/FeatureSummaryWhatSingleUnknown-stderr.txt ...FeatureSummary/FeatureSummaryWhatSingleUnknown-stderr.txt +6 -0
- Tests/RunCMake/FeatureSummary/FeatureSummaryWhatSingleUnknown.cmake ...Make/FeatureSummary/FeatureSummaryWhatSingleUnknown.cmake +9 -0
- Tests/RunCMake/FeatureSummary/RunCMakeTest.cmake Tests/RunCMake/FeatureSummary/RunCMakeTest.cmake +8 -0
- Tests/RunCMake/FindPkgConfig/CMakeLists.txt Tests/RunCMake/FindPkgConfig/CMakeLists.txt +3 -0
- Tests/RunCMake/FindPkgConfig/FindPkgConfig_NO_PKGCONFIG_PATH.cmake ...CMake/FindPkgConfig/FindPkgConfig_NO_PKGCONFIG_PATH.cmake +41 -0
- Tests/RunCMake/FindPkgConfig/FindPkgConfig_PKGCONFIG_PATH.cmake ...RunCMake/FindPkgConfig/FindPkgConfig_PKGCONFIG_PATH.cmake +51 -0
- Tests/RunCMake/FindPkgConfig/FindPkgConfig_PKGCONFIG_PATH_NO_CMAKE_ENVIRONMENT_PATH.cmake ...dPkgConfig_PKGCONFIG_PATH_NO_CMAKE_ENVIRONMENT_PATH.cmake +51 -0
- Tests/RunCMake/FindPkgConfig/FindPkgConfig_PKGCONFIG_PATH_NO_CMAKE_PATH.cmake ...kgConfig/FindPkgConfig_PKGCONFIG_PATH_NO_CMAKE_PATH.cmake +51 -0
- Tests/RunCMake/FindPkgConfig/RunCMakeTest.cmake Tests/RunCMake/FindPkgConfig/RunCMakeTest.cmake +6 -0
- Tests/RunCMake/FindPkgConfig/dummy-pkg-config.bat Tests/RunCMake/FindPkgConfig/dummy-pkg-config.bat +18 -0
- Tests/RunCMake/FindPkgConfig/dummy-pkg-config.sh Tests/RunCMake/FindPkgConfig/dummy-pkg-config.sh +20 -0
- Tests/RunCMake/FindPkgConfig/pc-bar/lib/i386-linux-gnu/pkgconfig/.placeholder ...kgConfig/pc-bar/lib/i386-linux-gnu/pkgconfig/.placeholder +0 -0
- Tests/RunCMake/FindPkgConfig/pc-bar/lib/pkgconfig/.placeholder .../RunCMake/FindPkgConfig/pc-bar/lib/pkgconfig/.placeholder +0 -0
- Tests/RunCMake/FindPkgConfig/pc-bar/lib/x86_64-linux-gnu/pkgconfig/.placeholder ...Config/pc-bar/lib/x86_64-linux-gnu/pkgconfig/.placeholder +0 -0
- Tests/RunCMake/FindPkgConfig/pc-bar/lib64/pkgconfig/.placeholder ...unCMake/FindPkgConfig/pc-bar/lib64/pkgconfig/.placeholder +0 -0
- Tests/RunCMake/FindPkgConfig/pc-foo/lib/i386-linux-gnu/pkgconfig/.placeholder ...kgConfig/pc-foo/lib/i386-linux-gnu/pkgconfig/.placeholder +0 -0
- Tests/RunCMake/FindPkgConfig/pc-foo/lib/pkgconfig/.placeholder .../RunCMake/FindPkgConfig/pc-foo/lib/pkgconfig/.placeholder +0 -0
- Tests/RunCMake/FindPkgConfig/pc-foo/lib/x86_64-linux-gnu/pkgconfig/.placeholder ...Config/pc-foo/lib/x86_64-linux-gnu/pkgconfig/.placeholder +0 -0
- Tests/RunCMake/FindPkgConfig/pc-foo/lib64/pkgconfig/.placeholder ...unCMake/FindPkgConfig/pc-foo/lib64/pkgconfig/.placeholder +0 -0
- Tests/RunCMake/ObjectLibrary/BadSourceExpression1-stderr.txt Tests/RunCMake/ObjectLibrary/BadSourceExpression1-stderr.txt +3 -1
- Tests/RunCMake/ObjectLibrary/BadSourceExpression2-stderr.txt Tests/RunCMake/ObjectLibrary/BadSourceExpression2-stderr.txt +4 -0
- Tests/RunCMake/ObjectLibrary/BadSourceExpression3-stderr.txt Tests/RunCMake/ObjectLibrary/BadSourceExpression3-stderr.txt +4 -0
- Tests/RunCMake/RunCMake.cmake Tests/RunCMake/RunCMake.cmake +8 -2
- Tests/RunCMake/Syntax/AtWithVariable-stderr.txt Tests/RunCMake/Syntax/AtWithVariable-stderr.txt +1 -0
- Tests/RunCMake/Syntax/AtWithVariable.cmake Tests/RunCMake/Syntax/AtWithVariable.cmake +9 -0
- Tests/RunCMake/Syntax/AtWithVariableAtOnly-stderr.txt Tests/RunCMake/Syntax/AtWithVariableAtOnly-stderr.txt +1 -0
- Tests/RunCMake/Syntax/AtWithVariableAtOnly.cmake Tests/RunCMake/Syntax/AtWithVariableAtOnly.cmake +8 -0
- Tests/RunCMake/Syntax/AtWithVariableAtOnlyFile-stderr.txt Tests/RunCMake/Syntax/AtWithVariableAtOnlyFile-stderr.txt +5 -0
- Tests/RunCMake/Syntax/AtWithVariableAtOnlyFile.cmake Tests/RunCMake/Syntax/AtWithVariableAtOnlyFile.cmake +9 -0
- Tests/RunCMake/Syntax/AtWithVariableEmptyExpansion-stderr.txt ...s/RunCMake/Syntax/AtWithVariableEmptyExpansion-stderr.txt +1 -0
- Tests/RunCMake/Syntax/AtWithVariableEmptyExpansion.cmake Tests/RunCMake/Syntax/AtWithVariableEmptyExpansion.cmake +8 -0
- Tests/RunCMake/Syntax/AtWithVariableEmptyExpansionAtOnly-stderr.txt ...Make/Syntax/AtWithVariableEmptyExpansionAtOnly-stderr.txt +1 -0
- Tests/RunCMake/Syntax/AtWithVariableEmptyExpansionAtOnly.cmake .../RunCMake/Syntax/AtWithVariableEmptyExpansionAtOnly.cmake +8 -0
- Tests/RunCMake/Syntax/AtWithVariableFile-stderr.txt Tests/RunCMake/Syntax/AtWithVariableFile-stderr.txt +5 -0
- Tests/RunCMake/Syntax/AtWithVariableFile.cmake Tests/RunCMake/Syntax/AtWithVariableFile.cmake +8 -0
- Tests/RunCMake/Syntax/EscapeQuotes-stderr.txt Tests/RunCMake/Syntax/EscapeQuotes-stderr.txt +1 -0
- Tests/RunCMake/Syntax/EscapeQuotes.cmake Tests/RunCMake/Syntax/EscapeQuotes.cmake +9 -0
- Tests/RunCMake/Syntax/EscapedAt-stderr.txt Tests/RunCMake/Syntax/EscapedAt-stderr.txt +1 -0
- Tests/RunCMake/Syntax/EscapedAt.cmake Tests/RunCMake/Syntax/EscapedAt.cmake +5 -0
- Tests/RunCMake/Syntax/ExpandInAt-stderr.txt Tests/RunCMake/Syntax/ExpandInAt-stderr.txt +1 -0
- Tests/RunCMake/Syntax/ExpandInAt.cmake Tests/RunCMake/Syntax/ExpandInAt.cmake +6 -0
- Tests/RunCMake/Syntax/ParenInENV-result.txt Tests/RunCMake/Syntax/ParenInENV-result.txt +1 -0
- Tests/RunCMake/Syntax/ParenInENV-stderr.txt Tests/RunCMake/Syntax/ParenInENV-stderr.txt +20 -0
- Tests/RunCMake/Syntax/ParenInENV.cmake Tests/RunCMake/Syntax/ParenInENV.cmake +2 -0
- Tests/RunCMake/Syntax/ParenInQuotedENV-stderr.txt Tests/RunCMake/Syntax/ParenInQuotedENV-stderr.txt +1 -0
- No files found.
Too many changes to show.
To preserve performance only 1000 of 1000+ files are displayed.