[Cmake-commits] CMake branch, nightly-master, updated. v3.8.0-748-ge155fba

Kitware Robot kwrobot at kitware.com
Thu Apr 13 21:05:03 EDT 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, nightly-master has been updated
       via  e155fba644d4686ac8b4f43dfe31c749bba30c67 (commit)
       via  0d928d2fed11472ac1d8cb64e469b3ac86bf4975 (commit)
       via  2cb98329f1e1175fb24d7ea3daf969f1de8a2a21 (commit)
       via  26b5f7defe10edeaac763487a26ab9a101f2ed8f (commit)
       via  8456ec833ad9b4d7e62ac91db6d2c06ee610f7e4 (commit)
       via  f79b8fad096b08f1fbe8346e1d338cca2c444ccb (commit)
       via  229abfc8f945421c9ad491dff674e41d283ca80f (commit)
       via  63fbf587509c63395c024026b7bf264dbae446a1 (commit)
       via  1afacebee9c42a0dccaf554db9cb048204913d38 (commit)
       via  7f8b93ab0adb941bfc461c3a16476c5dda333f2f (commit)
       via  91233d563b196fe0ee6c4d1dec0b20990723946b (commit)
       via  b416d3e696f5976ecc80f79e39715f35114e41fd (commit)
       via  ada8e0cac4b50d07f4d07ecd584bf00e7afd3ac5 (commit)
       via  85841e8bd5e678f69271272db7f838f873347812 (commit)
       via  1d829c862cf9d7f813f8e7e1a43f0125a4de7220 (commit)
       via  26ee9e42916b15150cbd02ec9eec81825b0e4611 (commit)
       via  5afac50f6852332698fbc9be4209f1c90a011d66 (commit)
       via  3b4848717aa23d0238e97fb7d381829e6e47f722 (commit)
      from  fddd559406558a2037733e5b760e9dd04e9edfd1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 Help/command/project.rst                           |    5 ++
 Help/manual/cmake-variables.7.rst                  |    2 +
 Help/release/dev/project_description.rst           |    5 ++
 Help/variable/CMAKE_PROJECT_DESCRIPTION.rst        |    7 ++
 Help/variable/PROJECT_DESCRIPTION.rst              |    6 ++
 Modules/CPack.cmake                                |   16 ++++-
 Modules/CheckSymbolExists.cmake                    |   73 +++++++++++---------
 Source/CMakeLists.txt                              |    6 ++
 Source/CMakeVersion.cmake                          |    2 +-
 Source/CPack/IFW/cmCPackIFWGenerator.cxx           |    6 +-
 Source/CPack/IFW/cmCPackIFWGenerator.h             |    6 +-
 Source/CPack/IFW/cmCPackIFWInstaller.cxx           |    6 +-
 Source/CPack/IFW/cmCPackIFWInstaller.h             |    2 +-
 Source/CPack/IFW/cmCPackIFWPackage.cxx             |    8 +--
 Source/CPack/IFW/cmCPackIFWPackage.h               |    2 +-
 Source/CPack/IFW/cmCPackIFWRepository.cxx          |    4 +-
 Source/CPack/IFW/cmCPackIFWRepository.h            |    2 +-
 Source/CPack/OSXScriptLauncher.cxx                 |    6 +-
 Source/CPack/WiX/cmCPackWIXGenerator.cxx           |   22 +++---
 Source/CPack/WiX/cmCPackWIXGenerator.h             |    2 +-
 Source/CPack/WiX/cmWIXAccessControlList.cxx        |    4 +-
 Source/CPack/WiX/cmWIXAccessControlList.h          |    4 +-
 Source/CPack/WiX/cmWIXDirectoriesSourceWriter.h    |    2 +-
 Source/CPack/WiX/cmWIXFeaturesSourceWriter.h       |    2 +-
 Source/CPack/WiX/cmWIXFilesSourceWriter.cxx        |    6 +-
 Source/CPack/WiX/cmWIXFilesSourceWriter.h          |    2 +-
 Source/CPack/WiX/cmWIXPatch.cxx                    |    2 +-
 Source/CPack/WiX/cmWIXPatchParser.cxx              |    4 +-
 Source/CPack/WiX/cmWIXPatchParser.h                |    4 +-
 Source/CPack/WiX/cmWIXRichTextFormatWriter.cxx     |    2 +-
 Source/CPack/WiX/cmWIXRichTextFormatWriter.h       |    4 +-
 Source/CPack/WiX/cmWIXShortcut.h                   |    2 +-
 Source/CPack/WiX/cmWIXSourceWriter.cxx             |    4 +-
 Source/CPack/WiX/cmWIXSourceWriter.h               |    4 +-
 Source/CPack/cmCPack7zGenerator.h                  |    2 +-
 Source/CPack/cmCPackArchiveGenerator.h             |    2 +-
 Source/CPack/cmCPackBundleGenerator.h              |    3 +-
 Source/CPack/cmCPackComponentGroup.h               |    2 +-
 Source/CPack/cmCPackCygwinBinaryGenerator.cxx      |    2 +-
 Source/CPack/cmCPackCygwinSourceGenerator.cxx      |    2 +-
 Source/CPack/cmCPackDebGenerator.cxx               |    2 +-
 Source/CPack/cmCPackDebGenerator.h                 |    2 +-
 Source/CPack/cmCPackDragNDropGenerator.cxx         |    4 +-
 Source/CPack/cmCPackDragNDropGenerator.h           |    3 +-
 Source/CPack/cmCPackGenerator.cxx                  |    6 +-
 Source/CPack/cmCPackGenerator.h                    |    2 +-
 Source/CPack/cmCPackGeneratorFactory.cxx           |    2 +-
 Source/CPack/cmCPackGeneratorFactory.h             |    2 +-
 Source/CPack/cmCPackLog.cxx                        |    2 +-
 Source/CPack/cmCPackLog.h                          |    2 +-
 Source/CPack/cmCPackNSISGenerator.cxx              |    4 +-
 Source/CPack/cmCPackNSISGenerator.h                |    2 +-
 Source/CPack/cmCPackOSXX11Generator.h              |    3 +-
 Source/CPack/cmCPackPKGGenerator.h                 |    3 +-
 Source/CPack/cmCPackPackageMakerGenerator.cxx      |    4 +-
 Source/CPack/cmCPackPackageMakerGenerator.h        |    2 +-
 Source/CPack/cmCPackProductBuildGenerator.h        |    3 +-
 Source/CPack/cmCPackRPMGenerator.h                 |    2 +-
 Source/CPack/cmCPackSTGZGenerator.cxx              |    2 +-
 Source/CPack/cmCPackSTGZGenerator.h                |    2 +-
 Source/CPack/cmCPackTGZGenerator.h                 |    2 +-
 Source/CPack/cmCPackTXZGenerator.h                 |    2 +-
 Source/CPack/cmCPackTarBZip2Generator.h            |    2 +-
 Source/CPack/cmCPackTarCompressGenerator.h         |    2 +-
 Source/CPack/cmCPackZIPGenerator.h                 |    2 +-
 Source/CPack/cpack.cxx                             |    8 +--
 Source/CTest/cmCTestBZR.cxx                        |    4 +-
 Source/CTest/cmCTestBZR.h                          |    2 +-
 Source/CTest/cmCTestBatchTestHandler.h             |    6 +-
 Source/CTest/cmCTestBuildAndTestHandler.cxx        |    2 +-
 Source/CTest/cmCTestBuildAndTestHandler.h          |    2 +-
 Source/CTest/cmCTestBuildCommand.h                 |    2 +-
 Source/CTest/cmCTestBuildHandler.cxx               |    6 +-
 Source/CTest/cmCTestBuildHandler.h                 |    6 +-
 Source/CTest/cmCTestCVS.cxx                        |    4 +-
 Source/CTest/cmCTestCVS.h                          |    2 +-
 Source/CTest/cmCTestConfigureCommand.h             |    2 +-
 Source/CTest/cmCTestConfigureHandler.h             |    2 +-
 Source/CTest/cmCTestCoverageCommand.h              |    2 +-
 Source/CTest/cmCTestCoverageHandler.cxx            |    8 +--
 Source/CTest/cmCTestCoverageHandler.h              |    4 +-
 Source/CTest/cmCTestCurl.cxx                       |    2 +-
 Source/CTest/cmCTestCurl.h                         |    4 +-
 Source/CTest/cmCTestEmptyBinaryDirectoryCommand.h  |    2 +-
 Source/CTest/cmCTestGIT.cxx                        |    4 +-
 Source/CTest/cmCTestGIT.h                          |    2 +-
 Source/CTest/cmCTestGenericHandler.cxx             |    2 +-
 Source/CTest/cmCTestGenericHandler.h               |    2 +-
 Source/CTest/cmCTestGlobalVC.h                     |    2 +-
 Source/CTest/cmCTestHG.cxx                         |    2 +-
 Source/CTest/cmCTestHG.h                           |    2 +-
 Source/CTest/cmCTestHandlerCommand.h               |    2 +-
 Source/CTest/cmCTestLaunch.cxx                     |    8 +--
 Source/CTest/cmCTestLaunch.h                       |    4 +-
 Source/CTest/cmCTestMemCheckCommand.h              |    2 +-
 Source/CTest/cmCTestMemCheckHandler.cxx            |    6 +-
 Source/CTest/cmCTestMemCheckHandler.h              |    2 +-
 Source/CTest/cmCTestMultiProcessHandler.cxx        |    6 +-
 Source/CTest/cmCTestMultiProcessHandler.h          |    4 +-
 Source/CTest/cmCTestP4.cxx                         |    2 +-
 Source/CTest/cmCTestP4.h                           |    2 +-
 Source/CTest/cmCTestReadCustomFilesCommand.h       |    2 +-
 Source/CTest/cmCTestRunScriptCommand.h             |    2 +-
 Source/CTest/cmCTestRunTest.cxx                    |   12 ++--
 Source/CTest/cmCTestRunTest.h                      |    2 +-
 Source/CTest/cmCTestSVN.cxx                        |    2 +-
 Source/CTest/cmCTestSVN.h                          |    2 +-
 Source/CTest/cmCTestScriptHandler.cxx              |    4 +-
 Source/CTest/cmCTestScriptHandler.h                |    2 +-
 Source/CTest/cmCTestSleepCommand.h                 |    2 +-
 Source/CTest/cmCTestStartCommand.h                 |    2 +-
 Source/CTest/cmCTestSubmitCommand.h                |    2 +-
 Source/CTest/cmCTestSubmitHandler.cxx              |   10 +--
 Source/CTest/cmCTestSubmitHandler.h                |    2 +-
 Source/CTest/cmCTestTestCommand.h                  |    2 +-
 Source/CTest/cmCTestTestHandler.cxx                |    8 +--
 Source/CTest/cmCTestTestHandler.h                  |    4 +-
 Source/CTest/cmCTestUpdateCommand.h                |    2 +-
 Source/CTest/cmCTestUpdateHandler.cxx              |    2 +-
 Source/CTest/cmCTestUpdateHandler.h                |    2 +-
 Source/CTest/cmCTestUploadCommand.h                |    2 +-
 Source/CTest/cmCTestUploadHandler.h                |    2 +-
 Source/CTest/cmCTestVC.cxx                         |    2 +-
 Source/CTest/cmCTestVC.h                           |    2 +-
 Source/CTest/cmParseBlanketJSCoverage.cxx          |    2 +-
 Source/CTest/cmParseBlanketJSCoverage.h            |    2 +-
 Source/CTest/cmParseCacheCoverage.cxx              |    4 +-
 Source/CTest/cmParseCacheCoverage.h                |    2 +-
 Source/CTest/cmParseCoberturaCoverage.cxx          |    4 +-
 Source/CTest/cmParseCoberturaCoverage.h            |    2 +-
 Source/CTest/cmParseDelphiCoverage.cxx             |    4 +-
 Source/CTest/cmParseDelphiCoverage.h               |    2 +-
 Source/CTest/cmParseGTMCoverage.cxx                |    4 +-
 Source/CTest/cmParseGTMCoverage.h                  |    2 +-
 Source/CTest/cmParseJacocoCoverage.cxx             |    8 +--
 Source/CTest/cmParseJacocoCoverage.h               |    2 +-
 Source/CTest/cmParseMumpsCoverage.cxx              |    6 +-
 Source/CTest/cmParseMumpsCoverage.h                |    2 +-
 Source/CTest/cmParsePHPCoverage.cxx                |    4 +-
 Source/CTest/cmParsePHPCoverage.h                  |    2 +-
 Source/CTest/cmProcess.cxx                         |    6 +-
 Source/CTest/cmProcess.h                           |    4 +-
 Source/CursesDialog/ccmake.cxx                     |    4 +-
 Source/CursesDialog/cmCursesBoolWidget.h           |    2 +-
 .../CursesDialog/cmCursesCacheEntryComposite.cxx   |    2 +-
 Source/CursesDialog/cmCursesCacheEntryComposite.h  |    2 +-
 Source/CursesDialog/cmCursesDummyWidget.h          |    2 +-
 Source/CursesDialog/cmCursesFilePathWidget.h       |    2 +-
 Source/CursesDialog/cmCursesForm.cxx               |    2 +-
 Source/CursesDialog/cmCursesForm.h                 |    4 +-
 Source/CursesDialog/cmCursesLabelWidget.h          |    2 +-
 Source/CursesDialog/cmCursesLongMessageForm.h      |    2 +-
 Source/CursesDialog/cmCursesMainForm.h             |    2 +-
 Source/CursesDialog/cmCursesOptionsWidget.h        |    2 +-
 Source/CursesDialog/cmCursesPathWidget.h           |    2 +-
 Source/CursesDialog/cmCursesStandardIncludes.h     |    2 +-
 Source/CursesDialog/cmCursesStringWidget.h         |    2 +-
 Source/CursesDialog/cmCursesWidget.cxx             |    2 +-
 Source/CursesDialog/cmCursesWidget.h               |    2 +-
 Source/CursesDialog/form/form.h                    |    2 +-
 Source/QtDialog/CMakeSetup.cxx                     |    6 +-
 Source/QtDialog/Compilers.h                        |    2 +-
 Source/QtDialog/QCMake.h                           |    2 +-
 Source/QtDialog/QCMakeWidgets.h                    |    2 +-
 Source/QtDialog/RegexExplorer.h                    |    2 +-
 Source/bindexplib.cxx                              |    4 +-
 Source/bindexplib.h                                |    2 +-
 Source/cmAddCompileOptionsCommand.h                |    3 +-
 Source/cmAddCustomCommandCommand.h                 |    3 +-
 Source/cmAddCustomTargetCommand.h                  |    3 +-
 Source/cmAddDefinitionsCommand.h                   |    3 +-
 Source/cmAddDependenciesCommand.h                  |    3 +-
 Source/cmAddExecutableCommand.h                    |    3 +-
 Source/cmAddLibraryCommand.h                       |    3 +-
 Source/cmAddSubDirectoryCommand.h                  |    3 +-
 Source/cmAddTestCommand.h                          |    3 +-
 Source/cmAlgorithms.h                              |    4 +-
 Source/cmArchiveWrite.cxx                          |    8 +--
 Source/cmArchiveWrite.h                            |    2 +-
 Source/cmAuxSourceDirectoryCommand.cxx             |    2 +-
 Source/cmAuxSourceDirectoryCommand.h               |    3 +-
 Source/cmBase32.h                                  |    2 +-
 Source/cmBreakCommand.h                            |    3 +-
 Source/cmBuildCommand.h                            |    3 +-
 Source/cmBuildNameCommand.cxx                      |    2 +-
 Source/cmBuildNameCommand.h                        |    3 +-
 Source/cmCLocaleEnvironmentScope.h                 |    2 +-
 Source/cmCMakeHostSystemInformationCommand.h       |    3 +-
 Source/cmCMakeMinimumRequired.h                    |    3 +-
 Source/cmCMakePolicyCommand.h                      |    3 +-
 Source/cmCPackPropertiesGenerator.h                |    2 +-
 Source/cmCTest.cxx                                 |   18 ++---
 Source/cmCTest.h                                   |    6 +-
 Source/cmCacheManager.cxx                          |    4 +-
 Source/cmCacheManager.h                            |    2 +-
 Source/cmCallVisualStudioMacro.h                   |    2 +-
 Source/cmCommand.h                                 |    3 +-
 Source/cmCommandArgumentParser.cxx                 |    2 +-
 Source/cmCommandArgumentParser.y                   |    2 +-
 Source/cmCommandArgumentParserHelper.cxx           |    2 +-
 Source/cmCommandArgumentParserHelper.h             |    2 +-
 Source/cmCommandArgumentsHelper.h                  |    2 +-
 Source/cmCommonTargetGenerator.cxx                 |    2 +-
 Source/cmCommonTargetGenerator.h                   |    3 +-
 Source/cmComputeComponentGraph.h                   |    2 +-
 Source/cmComputeLinkDepends.h                      |    2 +-
 Source/cmComputeLinkInformation.h                  |    4 +-
 Source/cmComputeTargetDepends.h                    |    2 +-
 Source/cmConditionEvaluator.cxx                    |    4 +-
 Source/cmConditionEvaluator.h                      |    2 +-
 Source/cmConfigure.cmake.h.in                      |    2 +-
 Source/cmConfigureFileCommand.h                    |    3 +-
 Source/cmContinueCommand.h                         |    3 +-
 Source/cmCoreTryCompile.cxx                        |    4 +-
 Source/cmCoreTryCompile.h                          |    2 +-
 Source/cmCreateTestSourceList.h                    |    2 +-
 Source/cmCryptoHash.cxx                            |    6 +-
 Source/cmCryptoHash.h                              |    2 +-
 Source/cmCurl.h                                    |    4 +-
 Source/cmCustomCommand.cxx                         |    2 +-
 Source/cmCustomCommand.h                           |    2 +-
 Source/cmCustomCommandGenerator.cxx                |    2 +-
 Source/cmCustomCommandGenerator.h                  |    2 +-
 Source/cmCustomCommandLines.h                      |    2 +-
 Source/cmDefinePropertyCommand.h                   |    3 +-
 Source/cmDefinitions.cxx                           |    2 +-
 Source/cmDefinitions.h                             |    2 +-
 Source/cmDepends.cxx                               |    2 +-
 Source/cmDepends.h                                 |    2 +-
 Source/cmDependsC.cxx                              |    2 +-
 Source/cmDependsC.h                                |    4 +-
 Source/cmDependsFortran.cxx                        |    2 +-
 Source/cmDependsFortran.h                          |    3 +-
 Source/cmDependsJava.h                             |    2 +-
 Source/cmDependsJavaParser.cxx                     |    2 +-
 Source/cmDependsJavaParser.y                       |    2 +-
 Source/cmDependsJavaParserHelper.cxx               |    4 +-
 Source/cmDependsJavaParserHelper.h                 |    2 +-
 Source/cmDisallowedCommand.h                       |    3 +-
 Source/cmDocumentation.cxx                         |    4 +-
 Source/cmDocumentation.h                           |    2 +-
 Source/cmDocumentationEntry.h                      |    2 +-
 Source/cmDocumentationFormatter.h                  |    2 +-
 Source/cmDocumentationSection.h                    |    2 +-
 Source/cmDynamicLoader.cxx                         |    2 +-
 Source/cmDynamicLoader.h                           |    2 +-
 Source/cmELF.cxx                                   |    6 +-
 Source/cmELF.h                                     |    2 +-
 Source/cmEnableLanguageCommand.h                   |    3 +-
 Source/cmEnableTestingCommand.h                    |    3 +-
 Source/cmExecProgramCommand.cxx                    |    2 +-
 Source/cmExecProgramCommand.h                      |    3 +-
 Source/cmExecuteProcessCommand.cxx                 |    2 +-
 Source/cmExecuteProcessCommand.h                   |    3 +-
 Source/cmExpandedCommandArgument.h                 |    2 +-
 Source/cmExportBuildAndroidMKGenerator.h           |    2 +-
 Source/cmExportBuildFileGenerator.h                |    2 +-
 Source/cmExportCommand.cxx                         |    2 +-
 Source/cmExportCommand.h                           |    3 +-
 Source/cmExportFileGenerator.cxx                   |    4 +-
 Source/cmExportFileGenerator.h                     |    2 +-
 Source/cmExportInstallAndroidMKGenerator.h         |    2 +-
 Source/cmExportInstallFileGenerator.h              |    2 +-
 Source/cmExportLibraryDependenciesCommand.cxx      |    2 +-
 Source/cmExportLibraryDependenciesCommand.h        |    3 +-
 Source/cmExportSet.h                               |    2 +-
 Source/cmExportSetMap.h                            |    2 +-
 Source/cmExportTryCompileFileGenerator.h           |    2 +-
 Source/cmExprParser.cxx                            |    2 +-
 Source/cmExprParser.y                              |    2 +-
 Source/cmExprParserHelper.cxx                      |    2 +-
 Source/cmExprParserHelper.h                        |    2 +-
 Source/cmExternalMakefileProjectGenerator.h        |    2 +-
 Source/cmExtraCodeBlocksGenerator.h                |    2 +-
 Source/cmExtraCodeLiteGenerator.cxx                |    2 +-
 Source/cmExtraCodeLiteGenerator.h                  |    2 +-
 Source/cmExtraEclipseCDT4Generator.cxx             |    2 +-
 Source/cmExtraEclipseCDT4Generator.h               |    2 +-
 Source/cmExtraKateGenerator.h                      |    2 +-
 Source/cmExtraSublimeTextGenerator.cxx             |    2 +-
 Source/cmExtraSublimeTextGenerator.h               |    2 +-
 Source/cmFLTKWrapUICommand.h                       |    3 +-
 Source/cmFileCommand.cxx                           |   14 ++--
 Source/cmFileCommand.h                             |    3 +-
 Source/cmFileLock.h                                |    2 +-
 Source/cmFileLockPool.h                            |    2 +-
 Source/cmFileLockResult.h                          |    2 +-
 Source/cmFileMonitor.cxx                           |    2 +-
 Source/cmFileMonitor.h                             |    2 +-
 Source/cmFilePathChecksum.h                        |    2 +-
 Source/cmFileTimeComparison.cxx                    |    2 +-
 Source/cmFileTimeComparison.h                      |    2 +-
 Source/cmFindBase.cxx                              |    2 +-
 Source/cmFindBase.h                                |    2 +-
 Source/cmFindCommon.h                              |    2 +-
 Source/cmFindFileCommand.h                         |    3 +-
 Source/cmFindLibraryCommand.cxx                    |    2 +-
 Source/cmFindLibraryCommand.h                      |    3 +-
 Source/cmFindPackageCommand.cxx                    |   12 ++--
 Source/cmFindPackageCommand.h                      |    5 +-
 Source/cmFindPathCommand.cxx                       |    2 +-
 Source/cmFindPathCommand.h                         |    3 +-
 Source/cmFindProgramCommand.h                      |    3 +-
 Source/cmForEachCommand.h                          |    3 +-
 Source/cmFortranParser.cxx                         |    4 +-
 Source/cmFortranParser.h                           |    2 +-
 Source/cmFortranParser.y                           |    4 +-
 Source/cmFortranParserImpl.cxx                     |    2 +-
 Source/cmFunctionCommand.h                         |    3 +-
 Source/cmGeneratedFileStream.cxx                   |    2 +-
 Source/cmGeneratedFileStream.h                     |    6 +-
 Source/cmGeneratorExpression.cxx                   |    2 +-
 Source/cmGeneratorExpression.h                     |    4 +-
 Source/cmGeneratorExpressionDAGChecker.h           |    2 +-
 Source/cmGeneratorExpressionEvaluationFile.cxx     |    4 +-
 Source/cmGeneratorExpressionEvaluationFile.h       |    2 +-
 Source/cmGeneratorExpressionEvaluator.h            |    2 +-
 Source/cmGeneratorExpressionLexer.h                |    2 +-
 Source/cmGeneratorExpressionNode.cxx               |    6 +-
 Source/cmGeneratorExpressionNode.h                 |    2 +-
 Source/cmGeneratorExpressionParser.h               |    2 +-
 Source/cmGeneratorTarget.cxx                       |   37 +---------
 Source/cmGeneratorTarget.h                         |    5 +-
 Source/cmGetCMakePropertyCommand.h                 |    3 +-
 Source/cmGetDirectoryPropertyCommand.h             |    3 +-
 Source/cmGetFilenameComponentCommand.h             |    3 +-
 Source/cmGetPropertyCommand.h                      |    3 +-
 Source/cmGetSourceFilePropertyCommand.h            |    3 +-
 Source/cmGetTargetPropertyCommand.h                |    3 +-
 Source/cmGetTestPropertyCommand.h                  |    3 +-
 Source/cmGhsMultiGpj.h                             |    2 +-
 Source/cmGlobalCommonGenerator.h                   |    2 +-
 Source/cmGlobalGenerator.cxx                       |    8 +--
 Source/cmGlobalGenerator.h                         |    2 +-
 Source/cmGlobalGeneratorFactory.h                  |    2 +-
 Source/cmGlobalGhsMultiGenerator.cxx               |    2 +-
 Source/cmGlobalKdevelopGenerator.cxx               |    4 +-
 Source/cmGlobalKdevelopGenerator.h                 |    2 +-
 Source/cmGlobalMSYSMakefileGenerator.cxx           |    2 +-
 Source/cmGlobalNinjaGenerator.cxx                  |    8 +--
 Source/cmGlobalNinjaGenerator.h                    |    2 +-
 Source/cmGlobalUnixMakefileGenerator3.h            |    2 +-
 Source/cmGlobalVisualStudio10Generator.cxx         |    6 +-
 Source/cmGlobalVisualStudio11Generator.h           |    2 +-
 Source/cmGlobalVisualStudio12Generator.h           |    2 +-
 Source/cmGlobalVisualStudio14Generator.h           |    2 +-
 Source/cmGlobalVisualStudio15Generator.h           |    2 +-
 Source/cmGlobalVisualStudio7Generator.cxx          |    2 +-
 Source/cmGlobalVisualStudioGenerator.cxx           |    2 +-
 Source/cmGlobalVisualStudioGenerator.h             |    2 +-
 Source/cmGlobalWatcomWMakeGenerator.h              |    2 +-
 Source/cmGlobalXCodeGenerator.cxx                  |   53 ++++++++------
 Source/cmGlobalXCodeGenerator.h                    |    3 +-
 Source/cmGraphAdjacencyList.h                      |    2 +-
 Source/cmGraphVizWriter.cxx                        |    2 +-
 Source/cmGraphVizWriter.h                          |    4 +-
 Source/cmHexFileConverter.cxx                      |    2 +-
 Source/cmIDEOptions.cxx                            |    2 +-
 Source/cmIDEOptions.h                              |    2 +-
 Source/cmIfCommand.h                               |    3 +-
 Source/cmIncludeCommand.h                          |    3 +-
 Source/cmIncludeDirectoryCommand.h                 |    3 +-
 Source/cmIncludeExternalMSProjectCommand.h         |    3 +-
 Source/cmIncludeRegularExpressionCommand.h         |    3 +-
 Source/cmInstallCommand.cxx                        |    2 +-
 Source/cmInstallCommand.h                          |    3 +-
 Source/cmInstallCommandArguments.cxx               |    2 +-
 Source/cmInstallCommandArguments.h                 |    2 +-
 Source/cmInstallDirectoryGenerator.h               |    3 +-
 Source/cmInstallExportGenerator.h                  |    2 +-
 Source/cmInstallFilesCommand.h                     |    3 +-
 Source/cmInstallFilesGenerator.h                   |    2 +-
 Source/cmInstallGenerator.h                        |    2 +-
 Source/cmInstallProgramsCommand.h                  |    3 +-
 Source/cmInstallScriptGenerator.h                  |    2 +-
 Source/cmInstallTargetGenerator.h                  |    2 +-
 Source/cmInstallTargetsCommand.h                   |    3 +-
 Source/cmInstalledFile.cxx                         |    2 +-
 Source/cmLinkDirectoriesCommand.h                  |    3 +-
 Source/cmLinkItem.h                                |    2 +-
 Source/cmLinkLibrariesCommand.h                    |    3 +-
 Source/cmLinkLineComputer.h                        |    2 +-
 Source/cmLinkLineDeviceComputer.h                  |    2 +-
 Source/cmLinkedTree.h                              |    2 +-
 Source/cmListCommand.cxx                           |    2 +-
 Source/cmListCommand.h                             |    3 +-
 Source/cmListFileCache.cxx                         |    2 +-
 Source/cmListFileCache.h                           |    2 +-
 Source/cmListFileLexer.c                           |    2 +-
 Source/cmListFileLexer.in.l                        |    2 +-
 Source/cmLoadCacheCommand.cxx                      |    2 +-
 Source/cmLoadCacheCommand.h                        |    3 +-
 Source/cmLoadCommandCommand.h                      |    3 +-
 Source/cmLocalCommonGenerator.h                    |    2 +-
 Source/cmLocalGenerator.cxx                        |    2 +-
 Source/cmLocalGenerator.h                          |    4 +-
 Source/cmLocalNinjaGenerator.h                     |    2 +-
 Source/cmLocalUnixMakefileGenerator3.cxx           |    4 +-
 Source/cmLocalUnixMakefileGenerator3.h             |    2 +-
 Source/cmLocalVisualStudio10Generator.cxx          |    2 +-
 Source/cmLocalVisualStudio10Generator.h            |    2 +-
 Source/cmLocalVisualStudio7Generator.cxx           |    2 +-
 Source/cmLocalVisualStudio7Generator.h             |    2 +-
 Source/cmLocalVisualStudioGenerator.h              |    2 +-
 Source/cmLocalXCodeGenerator.h                     |    3 +-
 Source/cmLocale.h                                  |    2 +-
 Source/cmMSVC60LinkLineComputer.h                  |    2 +-
 Source/cmMachO.cxx                                 |    2 +-
 Source/cmMachO.h                                   |    2 +-
 Source/cmMacroCommand.h                            |    3 +-
 Source/cmMakeDirectoryCommand.h                    |    3 +-
 Source/cmMakefile.cxx                              |    4 +-
 Source/cmMakefile.h                                |    4 +-
 Source/cmMakefileExecutableTargetGenerator.h       |    2 +-
 Source/cmMakefileLibraryTargetGenerator.h          |    2 +-
 Source/cmMakefileTargetGenerator.h                 |    2 +-
 Source/cmMakefileUtilityTargetGenerator.h          |    2 +-
 Source/cmMarkAsAdvancedCommand.h                   |    3 +-
 Source/cmMathCommand.h                             |    3 +-
 Source/cmMessageCommand.h                          |    3 +-
 Source/cmMessenger.cxx                             |    2 +-
 Source/cmMessenger.h                               |    2 +-
 Source/cmNewLineStyle.h                            |    2 +-
 Source/cmNinjaLinkLineComputer.h                   |    2 +-
 Source/cmNinjaNormalTargetGenerator.h              |    2 +-
 Source/cmNinjaTargetGenerator.cxx                  |    4 +-
 Source/cmNinjaTargetGenerator.h                    |    2 +-
 Source/cmNinjaTypes.h                              |    2 +-
 Source/cmNinjaUtilityTargetGenerator.h             |    2 +-
 Source/cmOSXBundleGenerator.cxx                    |    2 +-
 Source/cmOSXBundleGenerator.h                      |    2 +-
 Source/cmOptionCommand.h                           |    3 +-
 Source/cmOrderDirectories.h                        |    4 +-
 Source/cmOutputConverter.h                         |    2 +-
 Source/cmOutputRequiredFilesCommand.cxx            |    4 +-
 Source/cmOutputRequiredFilesCommand.h              |    3 +-
 Source/cmParseArgumentsCommand.h                   |    3 +-
 Source/cmPathLabel.h                               |    2 +-
 Source/cmPolicies.cxx                              |    2 +-
 Source/cmPolicies.h                                |    2 +-
 Source/cmProcessOutput.h                           |    2 +-
 Source/cmProcessTools.cxx                          |    2 +-
 Source/cmProcessTools.h                            |    2 +-
 Source/cmProjectCommand.cxx                        |   33 ++++++++-
 Source/cmProjectCommand.h                          |    3 +-
 Source/cmProperty.cxx                              |    2 +-
 Source/cmProperty.h                                |    2 +-
 Source/cmPropertyDefinition.h                      |    2 +-
 Source/cmPropertyDefinitionMap.h                   |    2 +-
 Source/cmPropertyMap.cxx                           |    2 +-
 Source/cmPropertyMap.h                             |    2 +-
 Source/cmQTWrapCPPCommand.h                        |    3 +-
 Source/cmQTWrapUICommand.h                         |    3 +-
 Source/cmQtAutoGeneratorCommon.cxx                 |    4 +-
 Source/cmQtAutoGeneratorCommon.h                   |    3 +-
 Source/cmQtAutoGeneratorInitializer.cxx            |    4 +-
 Source/cmQtAutoGeneratorInitializer.h              |    2 +-
 Source/cmQtAutoGenerators.cxx                      |    6 +-
 Source/cmQtAutoGenerators.h                        |    7 +-
 Source/cmRST.cxx                                   |    2 +-
 Source/cmRST.h                                     |    4 +-
 Source/cmRemoveCommand.h                           |    3 +-
 Source/cmRemoveDefinitionsCommand.h                |    3 +-
 Source/cmReturnCommand.h                           |    3 +-
 Source/cmRulePlaceholderExpander.h                 |    2 +-
 Source/cmScriptGenerator.cxx                       |    2 +-
 Source/cmScriptGenerator.h                         |    2 +-
 Source/cmSearchPath.h                              |    2 +-
 Source/cmSeparateArgumentsCommand.h                |    3 +-
 Source/cmServerConnection.h                        |    2 +-
 Source/cmSetCommand.h                              |    3 +-
 Source/cmSetDirectoryPropertiesCommand.h           |    3 +-
 Source/cmSetPropertyCommand.h                      |    3 +-
 Source/cmSetSourceFilesPropertiesCommand.h         |    3 +-
 Source/cmSetTargetPropertiesCommand.h              |    3 +-
 Source/cmSetTestsPropertiesCommand.h               |    3 +-
 Source/cmSiteNameCommand.cxx                       |    2 +-
 Source/cmSiteNameCommand.h                         |    3 +-
 Source/cmSourceFile.h                              |    2 +-
 Source/cmSourceFileLocation.cxx                    |    2 +-
 Source/cmSourceFileLocation.h                      |    2 +-
 Source/cmSourceGroup.h                             |    4 +-
 Source/cmSourceGroupCommand.h                      |    3 +-
 Source/cmStandardLexer.h                           |    4 +-
 Source/cmState.cxx                                 |    2 +-
 Source/cmState.h                                   |    2 +-
 Source/cmStateDirectory.h                          |    2 +-
 Source/cmStatePrivate.h                            |    2 +-
 Source/cmStateSnapshot.h                           |    2 +-
 Source/cmStateTypes.h                              |    2 +-
 Source/cmStringCommand.cxx                         |    2 +-
 Source/cmStringCommand.h                           |    3 +-
 Source/cmSubdirCommand.h                           |    3 +-
 Source/cmSubdirDependsCommand.h                    |    3 +-
 Source/cmSystemTools.cxx                           |   14 ++--
 Source/cmSystemTools.h                             |    6 +-
 Source/cmTarget.cxx                                |    2 +-
 Source/cmTarget.h                                  |    2 +-
 Source/cmTargetCompileDefinitionsCommand.h         |    3 +-
 Source/cmTargetCompileFeaturesCommand.h            |    3 +-
 Source/cmTargetCompileOptionsCommand.h             |    3 +-
 Source/cmTargetDepend.h                            |    2 +-
 Source/cmTargetExport.h                            |    2 +-
 Source/cmTargetIncludeDirectoriesCommand.h         |    3 +-
 Source/cmTargetLinkLibrariesCommand.h              |    3 +-
 Source/cmTargetPropCommandBase.h                   |    2 +-
 Source/cmTargetPropertyComputer.h                  |    2 +-
 Source/cmTargetSourcesCommand.h                    |    3 +-
 Source/cmTest.h                                    |    2 +-
 Source/cmTestGenerator.h                           |    2 +-
 Source/cmTimestamp.cxx                             |    2 +-
 Source/cmTimestamp.h                               |    2 +-
 Source/cmTryCompileCommand.h                       |    3 +-
 Source/cmTryRunCommand.cxx                         |    2 +-
 Source/cmTryRunCommand.h                           |    3 +-
 Source/cmUnexpectedCommand.h                       |    3 +-
 Source/cmUnsetCommand.h                            |    3 +-
 Source/cmUseMangledMesaCommand.cxx                 |    4 +-
 Source/cmUseMangledMesaCommand.h                   |    3 +-
 Source/cmUtilitySourceCommand.h                    |    3 +-
 Source/cmUtils.hxx                                 |    2 +-
 Source/cmUuid.h                                    |    2 +-
 Source/cmVariableRequiresCommand.h                 |    3 +-
 Source/cmVariableWatch.cxx                         |    2 +-
 Source/cmVariableWatch.h                           |    2 +-
 Source/cmVariableWatchCommand.h                    |    3 +-
 Source/cmVersion.h                                 |    2 +-
 Source/cmVisualStudio10TargetGenerator.cxx         |    2 +-
 Source/cmVisualStudio10TargetGenerator.h           |    2 +-
 Source/cmVisualStudio10ToolsetOptions.h            |    2 +-
 Source/cmVisualStudioGeneratorOptions.h            |    2 +-
 Source/cmVisualStudioSlnData.h                     |    2 +-
 Source/cmVisualStudioSlnParser.cxx                 |    2 +-
 Source/cmVisualStudioSlnParser.h                   |    2 +-
 Source/cmVisualStudioWCEPlatformParser.h           |    2 +-
 Source/cmWhileCommand.h                            |    3 +-
 Source/cmWorkingDirectory.h                        |    2 +-
 Source/cmWriteFileCommand.cxx                      |    2 +-
 Source/cmWriteFileCommand.h                        |    3 +-
 Source/cmXCode21Object.h                           |    2 +-
 Source/cmXCodeObject.h                             |    2 +-
 Source/cmXCodeScheme.h                             |    2 +-
 Source/cmXMLParser.cxx                             |    4 +-
 Source/cmXMLParser.h                               |    2 +-
 Source/cmXMLSafe.h                                 |    2 +-
 Source/cmXMLWriter.cxx                             |    2 +-
 Source/cmXMLWriter.h                               |    2 +-
 Source/cm_auto_ptr.hxx                             |    2 +-
 Source/cm_codecvt.cxx                              |    2 +-
 Source/cm_codecvt.hxx                              |    2 +-
 Source/cm_unordered_map.hxx                        |    4 +-
 Source/cm_unordered_set.hxx                        |    4 +-
 Source/cmake.cxx                                   |    8 +--
 Source/cmake.h                                     |    4 +-
 Source/cmakemain.cxx                               |    8 +--
 Source/cmakexbuild.cxx                             |    4 +-
 Source/cmcldeps.cxx                                |    4 +-
 Source/cmcmd.cxx                                   |   10 +--
 Source/cmcmd.h                                     |    2 +-
 Source/ctest.cxx                                   |    6 +-
 Source/kwsys/CMakeLists.txt                        |    6 ++
 Source/kwsys/SystemInformation.cxx                 |   23 +++++-
 Source/kwsys/SystemTools.cxx                       |   33 ++++++++-
 Source/kwsys/SystemTools.hxx.in                    |   24 +++++++
 Source/kwsys/testSystemTools.cxx                   |   13 ++++
 Tests/CMakeLib/PseudoMemcheck/memtester.cxx.in     |    2 +-
 Tests/CMakeLib/run_compile_commands.cxx            |    2 +-
 Tests/CMakeLib/testEncoding.cxx                    |    4 +-
 Tests/CMakeLib/testRST.cxx                         |    2 +-
 .../RunCMake/project/ProjectDescription-stdout.txt |    1 +
 Tests/RunCMake/project/ProjectDescription.cmake    |    6 ++
 .../ProjectDescription2-result.txt}                |    0
 .../project/ProjectDescription2-stderr.txt         |    1 +
 Tests/RunCMake/project/ProjectDescription2.cmake   |    2 +
 Tests/RunCMake/project/RunCMakeTest.cmake          |    2 +
 575 files changed, 1117 insertions(+), 847 deletions(-)
 create mode 100644 Help/release/dev/project_description.rst
 create mode 100644 Help/variable/CMAKE_PROJECT_DESCRIPTION.rst
 create mode 100644 Help/variable/PROJECT_DESCRIPTION.rst
 create mode 100644 Tests/RunCMake/project/ProjectDescription-stdout.txt
 create mode 100644 Tests/RunCMake/project/ProjectDescription.cmake
 copy Tests/RunCMake/{Android/BadSYSROOT-result.txt => project/ProjectDescription2-result.txt} (100%)
 create mode 100644 Tests/RunCMake/project/ProjectDescription2-stderr.txt
 create mode 100644 Tests/RunCMake/project/ProjectDescription2.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list