[Cmake-commits] CMake branch, master, updated. v3.6.0-rc3-273-gf913121

Brad King brad.king at kitware.com
Tue Jun 28 09:06:41 EDT 2016


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, master has been updated
       via  f91312175822e94d66a92cb919dc04096609a7a7 (commit)
       via  059a6ca07a6f8bb4e101e9b269d6bdb4c0281018 (commit)
       via  1d6909a287bb73b5ec7bf51ec56f7efcf2a869eb (commit)
       via  b4b73f56a26c1e1d630e3f262d2d4bafee8231c4 (commit)
       via  a7a92390964ea5aa7021f71ee69fcc71c4229516 (commit)
       via  9e2d6f0c4d19e1ae1652071ea783ad577ea93e28 (commit)
       via  2ca76a6651dd16586334067f6a41524a4015adc9 (commit)
      from  f23d846a971b99ec23bee1ff2afaee845a846e5f (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f91312175822e94d66a92cb919dc04096609a7a7
commit f91312175822e94d66a92cb919dc04096609a7a7
Merge: f23d846 059a6ca
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Jun 28 09:06:39 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jun 28 09:06:39 2016 -0400

    Merge topic 'compiler-features'
    
    059a6ca0 Merge branch 'unknown-aliased-target' into compiler-features
    1d6909a2 use CM_NULLPTR
    b4b73f56 cxx features: add check for nullptr
    a7a92390 mark functions with CM_OVERRIDE
    9e2d6f0c CM_OVERRIDE: mark destructor overridden in the feature test.
    2ca76a66 Validate target name in ALIASED_TARGET property getter


-----------------------------------------------------------------------

Summary of changes:
 Source/CPack/IFW/cmCPackIFWGenerator.cxx           |   16 +-
 Source/CPack/IFW/cmCPackIFWGenerator.h             |   29 ++--
 Source/CPack/IFW/cmCPackIFWInstaller.cxx           |    4 +-
 Source/CPack/IFW/cmCPackIFWPackage.cxx             |    8 +-
 Source/CPack/IFW/cmCPackIFWRepository.cxx          |    4 +-
 Source/CPack/cmCPack7zGenerator.h                  |    4 +-
 Source/CPack/cmCPackArchiveGenerator.cxx           |    6 +-
 Source/CPack/cmCPackArchiveGenerator.h             |   10 +-
 Source/CPack/cmCPackComponentGroup.h               |    4 +-
 Source/CPack/cmCPackDebGenerator.cxx               |   10 +-
 Source/CPack/cmCPackDebGenerator.h                 |   14 +-
 Source/CPack/cmCPackGenerator.cxx                  |   22 +--
 Source/CPack/cmCPackGenerator.h                    |    4 +-
 Source/CPack/cmCPackGeneratorFactory.cxx           |    4 +-
 Source/CPack/cmCPackGeneratorFactory.h             |    2 +-
 Source/CPack/cmCPackLog.cxx                        |    8 +-
 Source/CPack/cmCPackLog.h                          |    2 +-
 Source/CPack/cmCPackNSISGenerator.cxx              |   14 +-
 Source/CPack/cmCPackNSISGenerator.h                |   17 +-
 Source/CPack/cmCPackRPMGenerator.cxx               |    4 +-
 Source/CPack/cmCPackRPMGenerator.h                 |   14 +-
 Source/CPack/cmCPackSTGZGenerator.h                |   10 +-
 Source/CPack/cmCPackTGZGenerator.h                 |    4 +-
 Source/CPack/cmCPackTXZGenerator.h                 |    4 +-
 Source/CPack/cmCPackTarBZip2Generator.h            |    4 +-
 Source/CPack/cmCPackTarCompressGenerator.h         |    4 +-
 Source/CPack/cmCPackZIPGenerator.h                 |    4 +-
 Source/CPack/cpack.cxx                             |   12 +-
 Source/CTest/cmCTestBZR.cxx                        |   16 +-
 Source/CTest/cmCTestBZR.h                          |   12 +-
 Source/CTest/cmCTestBatchTestHandler.h             |    4 +-
 Source/CTest/cmCTestBuildAndTestHandler.cxx        |   18 +--
 Source/CTest/cmCTestBuildAndTestHandler.h          |   10 +-
 Source/CTest/cmCTestBuildCommand.cxx               |   16 +-
 Source/CTest/cmCTestBuildCommand.h                 |   12 +-
 Source/CTest/cmCTestBuildHandler.cxx               |   23 +--
 Source/CTest/cmCTestBuildHandler.h                 |    6 +-
 Source/CTest/cmCTestCVS.cxx                        |    5 +-
 Source/CTest/cmCTestCVS.h                          |    6 +-
 Source/CTest/cmCTestCommand.h                      |    4 +-
 Source/CTest/cmCTestConfigureCommand.cxx           |   17 +-
 Source/CTest/cmCTestConfigureCommand.h             |    6 +-
 Source/CTest/cmCTestConfigureHandler.h             |    4 +-
 Source/CTest/cmCTestCoverageCommand.cxx            |    2 +-
 Source/CTest/cmCTestCoverageCommand.h              |   10 +-
 Source/CTest/cmCTestCoverageHandler.cxx            |   10 +-
 Source/CTest/cmCTestCoverageHandler.h              |    6 +-
 Source/CTest/cmCTestCurl.cxx                       |    2 +-
 Source/CTest/cmCTestEmptyBinaryDirectoryCommand.h  |    8 +-
 Source/CTest/cmCTestGIT.cxx                        |   39 +++--
 Source/CTest/cmCTestGIT.h                          |   12 +-
 Source/CTest/cmCTestGenericHandler.cxx             |    4 +-
 Source/CTest/cmCTestGenericHandler.h               |    2 +-
 Source/CTest/cmCTestGlobalVC.h                     |    4 +-
 Source/CTest/cmCTestHG.cxx                         |   13 +-
 Source/CTest/cmCTestHG.h                           |   12 +-
 Source/CTest/cmCTestHandlerCommand.cxx             |    4 +-
 Source/CTest/cmCTestHandlerCommand.h               |    4 +-
 Source/CTest/cmCTestLaunch.cxx                     |   12 +-
 Source/CTest/cmCTestMemCheckCommand.h              |    6 +-
 Source/CTest/cmCTestMemCheckHandler.cxx            |   18 +--
 Source/CTest/cmCTestMemCheckHandler.h              |   13 +-
 Source/CTest/cmCTestP4.cxx                         |   14 +-
 Source/CTest/cmCTestP4.h                           |   12 +-
 Source/CTest/cmCTestReadCustomFilesCommand.h       |    8 +-
 Source/CTest/cmCTestRunScriptCommand.h             |    8 +-
 Source/CTest/cmCTestRunTest.cxx                    |    6 +-
 Source/CTest/cmCTestSVN.cxx                        |    4 +-
 Source/CTest/cmCTestSVN.h                          |   16 +-
 Source/CTest/cmCTestScriptHandler.cxx              |   18 +--
 Source/CTest/cmCTestScriptHandler.h                |    6 +-
 Source/CTest/cmCTestSleepCommand.h                 |    8 +-
 Source/CTest/cmCTestStartCommand.cxx               |    6 +-
 Source/CTest/cmCTestStartCommand.h                 |    8 +-
 Source/CTest/cmCTestSubmitCommand.cxx              |    4 +-
 Source/CTest/cmCTestSubmitCommand.h                |   14 +-
 Source/CTest/cmCTestSubmitHandler.cxx              |   16 +-
 Source/CTest/cmCTestSubmitHandler.h                |    6 +-
 Source/CTest/cmCTestTestCommand.cxx                |    2 +-
 Source/CTest/cmCTestTestCommand.h                  |    6 +-
 Source/CTest/cmCTestTestHandler.cxx                |   15 +-
 Source/CTest/cmCTestTestHandler.h                  |    6 +-
 Source/CTest/cmCTestUpdateCommand.cxx              |    4 +-
 Source/CTest/cmCTestUpdateCommand.h                |    6 +-
 Source/CTest/cmCTestUpdateHandler.cxx              |    2 +-
 Source/CTest/cmCTestUpdateHandler.h                |    4 +-
 Source/CTest/cmCTestUploadCommand.cxx              |    2 +-
 Source/CTest/cmCTestUploadCommand.h                |   10 +-
 Source/CTest/cmCTestUploadHandler.h                |    6 +-
 Source/CTest/cmCTestVC.cxx                         |    2 +-
 Source/CTest/cmCTestVC.h                           |    8 +-
 Source/CTest/cmParseCacheCoverage.h                |    2 +-
 Source/CTest/cmParseCoberturaCoverage.cxx          |    2 +-
 Source/CTest/cmParseGTMCoverage.h                  |    2 +-
 Source/CTest/cmParseJacocoCoverage.cxx             |    2 +-
 Source/CTest/cmParseMumpsCoverage.cxx              |    4 +-
 Source/CTest/cmProcess.cxx                         |    4 +-
 Source/Checks/cm_cxx_features.cmake                |    1 +
 Source/Checks/cm_cxx_nullptr.cxx                   |   14 ++
 Source/Checks/cm_cxx_override.cxx                  |    2 +
 Source/CursesDialog/ccmake.cxx                     |   27 ++--
 Source/CursesDialog/cmCursesBoolWidget.h           |    2 +-
 .../CursesDialog/cmCursesCacheEntryComposite.cxx   |    6 +-
 Source/CursesDialog/cmCursesDummyWidget.h          |    2 +-
 Source/CursesDialog/cmCursesForm.cxx               |    4 +-
 Source/CursesDialog/cmCursesLabelWidget.h          |    4 +-
 Source/CursesDialog/cmCursesLongMessageForm.cxx    |    8 +-
 Source/CursesDialog/cmCursesLongMessageForm.h      |    8 +-
 Source/CursesDialog/cmCursesMainForm.cxx           |   34 ++--
 Source/CursesDialog/cmCursesMainForm.h             |   10 +-
 Source/CursesDialog/cmCursesOptionsWidget.h        |    2 +-
 Source/CursesDialog/cmCursesPathWidget.h           |    6 +-
 Source/CursesDialog/cmCursesStringWidget.cxx       |    2 +-
 Source/CursesDialog/cmCursesStringWidget.h         |    6 +-
 Source/CursesDialog/cmCursesWidget.cxx             |    2 +-
 Source/cmAddCompileOptionsCommand.h                |    8 +-
 Source/cmAddCustomCommandCommand.cxx               |    2 +-
 Source/cmAddCustomCommandCommand.h                 |    8 +-
 Source/cmAddCustomTargetCommand.cxx                |    2 +-
 Source/cmAddCustomTargetCommand.h                  |    8 +-
 Source/cmAddDefinitionsCommand.h                   |    8 +-
 Source/cmAddDependenciesCommand.h                  |    8 +-
 Source/cmAddExecutableCommand.h                    |    8 +-
 Source/cmAddLibraryCommand.h                       |    8 +-
 Source/cmAddSubDirectoryCommand.h                  |    8 +-
 Source/cmAddTestCommand.h                          |    8 +-
 Source/cmArchiveWrite.cxx                          |    7 +-
 Source/cmArchiveWrite.h                            |    4 +-
 Source/cmAuxSourceDirectoryCommand.h               |    8 +-
 Source/cmBreakCommand.h                            |   10 +-
 Source/cmBuildCommand.cxx                          |    4 +-
 Source/cmBuildCommand.h                            |    8 +-
 Source/cmBuildNameCommand.h                        |   10 +-
 Source/cmCMakeHostSystemInformationCommand.h       |   10 +-
 Source/cmCMakeMinimumRequired.h                    |   10 +-
 Source/cmCMakePolicyCommand.h                      |   10 +-
 Source/cmCPackPropertiesGenerator.h                |    5 +-
 Source/cmCPluginAPI.cxx                            |   22 +--
 Source/cmCTest.cxx                                 |   50 +++---
 Source/cmCTest.h                                   |    8 +-
 Source/cmCacheManager.cxx                          |   10 +-
 Source/cmCacheManager.h                            |    7 +-
 Source/cmCommand.h                                 |    4 +-
 Source/cmCommandArgumentParserHelper.cxx           |   10 +-
 Source/cmCommandArgumentsHelper.cxx                |   28 ++--
 Source/cmCommandArgumentsHelper.h                  |   26 +--
 Source/cmCommonTargetGenerator.cxx                 |    2 +-
 Source/cmComputeLinkDepends.cxx                    |    6 +-
 Source/cmComputeLinkDepends.h                      |    2 +-
 Source/cmComputeLinkInformation.cxx                |   18 +--
 Source/cmComputeLinkInformation.h                  |    5 +-
 Source/cmComputeTargetDepends.cxx                  |    4 +-
 Source/cmConditionEvaluator.cxx                    |    2 +-
 Source/cmConfigure.cmake.h.in                      |    7 +
 Source/cmConfigureFileCommand.h                    |   10 +-
 Source/cmContinueCommand.h                         |   10 +-
 Source/cmCoreTryCompile.cxx                        |    2 +-
 Source/cmCreateTestSourceList.h                    |    8 +-
 Source/cmCryptoHash.cxx                            |    2 +-
 Source/cmCryptoHash.h                              |    8 +-
 Source/cmCurl.h                                    |    2 +-
 Source/cmCustomCommand.cxx                         |    4 +-
 Source/cmCustomCommandGenerator.cxx                |    2 +-
 Source/cmDefinePropertyCommand.h                   |    8 +-
 Source/cmDefinitions.cxx                           |    2 +-
 Source/cmDepends.cxx                               |   12 +-
 Source/cmDepends.h                                 |    2 +-
 Source/cmDependsC.cxx                              |   10 +-
 Source/cmDependsC.h                                |    9 +-
 Source/cmDependsFortran.cxx                        |    2 +-
 Source/cmDependsFortran.h                          |   13 +-
 Source/cmDependsJava.h                             |   13 +-
 Source/cmDependsJavaParserHelper.cxx               |   10 +-
 Source/cmDocumentation.cxx                         |   16 +-
 Source/cmDocumentation.h                           |    2 +-
 Source/cmDynamicLoader.cxx                         |    4 +-
 Source/cmELF.cxx                                   |   20 +--
 Source/cmElseCommand.h                             |   10 +-
 Source/cmElseIfCommand.h                           |   10 +-
 Source/cmEnableLanguageCommand.h                   |    8 +-
 Source/cmEnableTestingCommand.h                    |    8 +-
 Source/cmEndForEachCommand.h                       |   13 +-
 Source/cmEndFunctionCommand.h                      |   13 +-
 Source/cmEndIfCommand.h                            |   10 +-
 Source/cmEndMacroCommand.h                         |   13 +-
 Source/cmEndWhileCommand.h                         |   13 +-
 Source/cmExecProgramCommand.cxx                    |    8 +-
 Source/cmExecProgramCommand.h                      |   13 +-
 Source/cmExecuteProcessCommand.cxx                 |    6 +-
 Source/cmExecuteProcessCommand.h                   |   10 +-
 Source/cmExportBuildFileGenerator.cxx              |    4 +-
 Source/cmExportBuildFileGenerator.h                |   16 +-
 Source/cmExportCommand.cxx                         |    6 +-
 Source/cmExportCommand.h                           |    8 +-
 Source/cmExportInstallFileGenerator.h              |   18 +--
 Source/cmExportLibraryDependenciesCommand.h        |   18 ++-
 Source/cmExportTryCompileFileGenerator.cxx         |    3 +-
 Source/cmExportTryCompileFileGenerator.h           |   14 +-
 Source/cmExprParserHelper.cxx                      |    2 +-
 Source/cmExtraCodeBlocksGenerator.cxx              |   14 +-
 Source/cmExtraCodeBlocksGenerator.h                |    8 +-
 Source/cmExtraCodeLiteGenerator.h                  |    8 +-
 Source/cmExtraEclipseCDT4Generator.cxx             |    6 +-
 Source/cmExtraEclipseCDT4Generator.h               |   14 +-
 Source/cmExtraKateGenerator.cxx                    |    4 +-
 Source/cmExtraKateGenerator.h                      |    8 +-
 Source/cmExtraSublimeTextGenerator.cxx             |   13 +-
 Source/cmExtraSublimeTextGenerator.h               |    8 +-
 Source/cmFLTKWrapUICommand.cxx                     |    4 +-
 Source/cmFLTKWrapUICommand.h                       |   12 +-
 Source/cmFileCommand.cxx                           |   50 +++---
 Source/cmFileCommand.h                             |   10 +-
 Source/cmFindCommon.cxx                            |    4 +-
 Source/cmFindCommon.h                              |    2 +-
 Source/cmFindFileCommand.h                         |    4 +-
 Source/cmFindLibraryCommand.h                      |   10 +-
 Source/cmFindPackageCommand.cxx                    |   30 ++--
 Source/cmFindPackageCommand.h                      |   10 +-
 Source/cmFindPathCommand.h                         |   10 +-
 Source/cmFindProgramCommand.h                      |   10 +-
 Source/cmForEachCommand.h                          |   18 +--
 Source/cmFortranParserImpl.cxx                     |    5 +-
 Source/cmFunctionCommand.cxx                       |   17 +-
 Source/cmFunctionCommand.h                         |   18 +--
 Source/cmGeneratedFileStream.h                     |    2 +-
 Source/cmGeneratorExpression.h                     |   12 +-
 Source/cmGeneratorExpressionDAGChecker.h           |    2 +-
 Source/cmGeneratorExpressionEvaluationFile.cxx     |   16 +-
 Source/cmGeneratorExpressionEvaluator.h            |   16 +-
 Source/cmGeneratorExpressionNode.cxx               |   15 +-
 Source/cmGeneratorTarget.cxx                       |  137 ++++++++--------
 Source/cmGeneratorTarget.h                         |    6 +-
 Source/cmGetCMakePropertyCommand.cxx               |    2 +-
 Source/cmGetCMakePropertyCommand.h                 |   10 +-
 Source/cmGetDirectoryPropertyCommand.cxx           |    2 +-
 Source/cmGetDirectoryPropertyCommand.h             |   10 +-
 Source/cmGetFilenameComponentCommand.h             |   10 +-
 Source/cmGetPropertyCommand.cxx                    |   15 +-
 Source/cmGetPropertyCommand.h                      |   10 +-
 Source/cmGetSourceFilePropertyCommand.cxx          |    2 +-
 Source/cmGetSourceFilePropertyCommand.h            |   11 +-
 Source/cmGetTargetPropertyCommand.cxx              |   24 ++-
 Source/cmGetTargetPropertyCommand.h                |    8 +-
 Source/cmGetTestPropertyCommand.cxx                |    2 +-
 Source/cmGetTestPropertyCommand.h                  |    8 +-
 Source/cmGlobalCommonGenerator.h                   |    2 +-
 Source/cmGlobalGenerator.cxx                       |   54 ++++---
 Source/cmGlobalGenerator.h                         |   16 +-
 Source/cmGlobalGeneratorFactory.h                  |   12 +-
 Source/cmGlobalKdevelopGenerator.cxx               |   20 +--
 Source/cmGlobalKdevelopGenerator.h                 |    8 +-
 Source/cmGlobalNinjaGenerator.cxx                  |   20 +--
 Source/cmGlobalNinjaGenerator.h                    |   59 +++----
 Source/cmGlobalUnixMakefileGenerator3.cxx          |    8 +-
 Source/cmGlobalUnixMakefileGenerator3.h            |   78 +++++----
 Source/cmGlobalWatcomWMakeGenerator.h              |   10 +-
 Source/cmGraphVizWriter.cxx                        |   14 +-
 Source/cmHexFileConverter.cxx                      |   12 +-
 Source/cmIfCommand.h                               |   21 +--
 Source/cmIncludeCommand.cxx                        |    2 +-
 Source/cmIncludeCommand.h                          |   10 +-
 Source/cmIncludeDirectoryCommand.h                 |    8 +-
 Source/cmIncludeExternalMSProjectCommand.h         |   14 +-
 Source/cmIncludeRegularExpressionCommand.h         |   14 +-
 Source/cmInstallCommand.cxx                        |   50 +++---
 Source/cmInstallCommand.h                          |    8 +-
 Source/cmInstallCommandArguments.cxx               |   22 +--
 Source/cmInstallDirectoryGenerator.cxx             |    4 +-
 Source/cmInstallDirectoryGenerator.h               |   12 +-
 Source/cmInstallExportGenerator.cxx                |    9 +-
 Source/cmInstallExportGenerator.h                  |   12 +-
 Source/cmInstallFilesCommand.h                     |   12 +-
 Source/cmInstallFilesGenerator.cxx                 |    6 +-
 Source/cmInstallFilesGenerator.h                   |   12 +-
 Source/cmInstallGenerator.h                        |   17 +-
 Source/cmInstallProgramsCommand.h                  |   12 +-
 Source/cmInstallScriptGenerator.cxx                |    2 +-
 Source/cmInstallScriptGenerator.h                  |    4 +-
 Source/cmInstallTargetGenerator.cxx                |    6 +-
 Source/cmInstallTargetGenerator.h                  |   11 +-
 Source/cmInstallTargetsCommand.h                   |    8 +-
 Source/cmInstalledFile.cxx                         |    2 +-
 Source/cmLinkDirectoriesCommand.h                  |    8 +-
 Source/cmLinkItem.h                                |    4 +-
 Source/cmLinkLibrariesCommand.h                    |    8 +-
 Source/cmLinkedTree.h                              |    2 +-
 Source/cmListCommand.h                             |   10 +-
 Source/cmListFileCache.cxx                         |    6 +-
 Source/cmLoadCacheCommand.h                        |    8 +-
 Source/cmLoadCommandCommand.cxx                    |   24 +--
 Source/cmLoadCommandCommand.h                      |    8 +-
 Source/cmLocalCommonGenerator.h                    |    4 +-
 Source/cmLocalGenerator.cxx                        |   34 ++--
 Source/cmLocalGenerator.h                          |    8 +-
 Source/cmLocalNinjaGenerator.h                     |   22 +--
 Source/cmLocalUnixMakefileGenerator3.cxx           |   12 +-
 Source/cmLocalUnixMakefileGenerator3.h             |   35 ++--
 Source/cmLocale.h                                  |    2 +-
 Source/cmMacroCommand.cxx                          |   17 +-
 Source/cmMacroCommand.h                            |   18 +--
 Source/cmMakeDirectoryCommand.h                    |   10 +-
 Source/cmMakefile.cxx                              |   59 +++----
 Source/cmMakefile.h                                |   35 ++--
 Source/cmMakefileExecutableTargetGenerator.cxx     |   10 +-
 Source/cmMakefileExecutableTargetGenerator.h       |    4 +-
 Source/cmMakefileLibraryTargetGenerator.cxx        |    8 +-
 Source/cmMakefileLibraryTargetGenerator.h          |    4 +-
 Source/cmMakefileTargetGenerator.cxx               |   56 ++++---
 Source/cmMakefileTargetGenerator.h                 |    8 +-
 Source/cmMakefileUtilityTargetGenerator.cxx        |    2 +-
 Source/cmMakefileUtilityTargetGenerator.h          |    4 +-
 Source/cmMarkAsAdvancedCommand.cxx                 |    2 +-
 Source/cmMarkAsAdvancedCommand.h                   |   10 +-
 Source/cmMathCommand.h                             |   10 +-
 Source/cmMessageCommand.h                          |   10 +-
 Source/cmNinjaNormalTargetGenerator.cxx            |    2 +-
 Source/cmNinjaNormalTargetGenerator.h              |    4 +-
 Source/cmNinjaTargetGenerator.cxx                  |    8 +-
 Source/cmNinjaTargetGenerator.h                    |    8 +-
 Source/cmNinjaUtilityTargetGenerator.h             |    4 +-
 Source/cmOSXBundleGenerator.cxx                    |    2 +-
 Source/cmOptionCommand.h                           |   10 +-
 Source/cmOrderDirectories.h                        |    3 +-
 Source/cmOutputConverter.cxx                       |    6 +-
 Source/cmOutputRequiredFilesCommand.cxx            |    8 +-
 Source/cmOutputRequiredFilesCommand.h              |    8 +-
 Source/cmParseArgumentsCommand.h                   |   10 +-
 Source/cmPolicies.cxx                              |   12 +-
 Source/cmProcessTools.cxx                          |   14 +-
 Source/cmProcessTools.h                            |    8 +-
 Source/cmProjectCommand.h                          |    8 +-
 Source/cmProperty.cxx                              |    2 +-
 Source/cmPropertyMap.cxx                           |    2 +-
 Source/cmQTWrapCPPCommand.cxx                      |    2 +-
 Source/cmQTWrapCPPCommand.h                        |    8 +-
 Source/cmQTWrapUICommand.cxx                       |    4 +-
 Source/cmQTWrapUICommand.h                         |    8 +-
 Source/cmQtAutoGeneratorInitializer.cxx            |   12 +-
 Source/cmQtAutoGenerators.cxx                      |   12 +-
 Source/cmRemoveCommand.h                           |   10 +-
 Source/cmRemoveDefinitionsCommand.h                |    8 +-
 Source/cmReturnCommand.h                           |   10 +-
 Source/cmScriptGenerator.cxx                       |    4 +-
 Source/cmSearchPath.cxx                            |   10 +-
 Source/cmSearchPath.h                              |    6 +-
 Source/cmSeparateArgumentsCommand.h                |   10 +-
 Source/cmSetCommand.cxx                            |    4 +-
 Source/cmSetCommand.h                              |   10 +-
 Source/cmSetDirectoryPropertiesCommand.h           |   16 +-
 Source/cmSetPropertyCommand.cxx                    |   10 +-
 Source/cmSetPropertyCommand.h                      |   10 +-
 Source/cmSetSourceFilesPropertiesCommand.h         |   14 +-
 Source/cmSetTargetPropertiesCommand.h              |    8 +-
 Source/cmSetTestsPropertiesCommand.h               |    8 +-
 Source/cmSiteNameCommand.cxx                       |    3 +-
 Source/cmSiteNameCommand.h                         |   10 +-
 Source/cmSourceFile.cxx                            |    8 +-
 Source/cmSourceFile.h                              |    2 +-
 Source/cmSourceFileLocation.cxx                    |    2 +-
 Source/cmSourceGroup.cxx                           |    6 +-
 Source/cmSourceGroup.h                             |    2 +-
 Source/cmSourceGroupCommand.cxx                    |    2 +-
 Source/cmSourceGroupCommand.h                      |    8 +-
 Source/cmState.cxx                                 |   16 +-
 Source/cmState.h                                   |    2 +-
 Source/cmStringCommand.h                           |   10 +-
 Source/cmSubdirCommand.h                           |    8 +-
 Source/cmSubdirDependsCommand.h                    |    8 +-
 Source/cmSystemTools.cxx                           |   27 ++--
 Source/cmSystemTools.h                             |   40 +++--
 Source/cmTarget.cxx                                |  168 ++++++++++----------
 Source/cmTarget.h                                  |    2 +-
 Source/cmTargetCompileDefinitionsCommand.h         |   26 +--
 Source/cmTargetCompileFeaturesCommand.h            |   20 +--
 Source/cmTargetCompileOptionsCommand.h             |   20 +--
 Source/cmTargetIncludeDirectoriesCommand.h         |   32 ++--
 Source/cmTargetLinkLibrariesCommand.cxx            |    4 +-
 Source/cmTargetLinkLibrariesCommand.h              |    8 +-
 Source/cmTargetSourcesCommand.h                    |   20 +--
 Source/cmTestGenerator.cxx                         |    4 +-
 Source/cmTestGenerator.h                           |   18 ++-
 Source/cmTimestamp.cxx                             |    6 +-
 Source/cmTryCompileCommand.h                       |    8 +-
 Source/cmTryRunCommand.cxx                         |   25 +--
 Source/cmTryRunCommand.h                           |    8 +-
 Source/cmUnsetCommand.cxx                          |    2 +-
 Source/cmUnsetCommand.h                            |   10 +-
 Source/cmUseMangledMesaCommand.h                   |   10 +-
 Source/cmUtilitySourceCommand.cxx                  |    4 +-
 Source/cmUtilitySourceCommand.h                    |    8 +-
 Source/cmVariableRequiresCommand.h                 |    8 +-
 Source/cmVariableWatch.h                           |   11 +-
 Source/cmVariableWatchCommand.h                    |   14 +-
 Source/cmWhileCommand.h                            |   21 +--
 Source/cmWriteFileCommand.h                        |   10 +-
 Source/cmake.cxx                                   |   21 +--
 Source/cmake.h                                     |    3 +-
 Source/cmakemain.cxx                               |   25 +--
 Source/cmcmd.cxx                                   |   39 +++--
 Source/ctest.cxx                                   |   11 +-
 bootstrap                                          |    1 +
 401 files changed, 2303 insertions(+), 2124 deletions(-)
 create mode 100644 Source/Checks/cm_cxx_nullptr.cxx


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list