[Cmake-commits] CMake branch, master, updated. v3.5.2-552-g067b21b

Brad King brad.king at kitware.com
Mon May 2 09:24:23 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  067b21b675bde6ccbb3009fbaaba5efaa78dbea0 (commit)
       via  e1c7747253ac71a5215dd32a910b62a1fd8c561a (commit)
       via  180538c70634dd6dc7fc68b4afbc1cd288c5b5c6 (commit)
       via  0e7bca923e65df8fda37dd50ca68c7207eb3acbe (commit)
       via  eb817be034e0fd50b7abfc3ae032e2e06cbfd040 (commit)
       via  eda313b485a9252c176090a8c358127a2116551d (commit)
       via  7110b754fe8dc82c4e18c7de72e8eedcec4561da (commit)
       via  d7a5f25599552b0d4dc7af59fef8af1addc090f1 (commit)
      from  2e6684c65da317d0ffdb383bff895635c2947826 (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=067b21b675bde6ccbb3009fbaaba5efaa78dbea0
commit 067b21b675bde6ccbb3009fbaaba5efaa78dbea0
Merge: 2e6684c e1c7747
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon May 2 09:24:21 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon May 2 09:24:21 2016 -0400

    Merge topic 'clang-format-include-order'
    
    e1c77472 Format include directive blocks and ordering with clang-format
    180538c7 Source: Stabilize include order
    0e7bca92 Utilities/Release: Stabilize include order in WiX custom action
    eb817be0 Tests: Stabilize include order in MFC, VSXaml, and VSWinStorePhone
    eda313b4 Tests: Stabilize include order in StringFileTest
    7110b754 CursesDialog: add missing cmState include
    d7a5f255 Modules: Remove unused CMakeTestWatcomVersion.c file


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

Summary of changes:
 Modules/CMakeTestWatcomVersion.c                   |    1 -
 Modules/CheckForPthreads.c                         |    2 +-
 Source/CPack/IFW/cmCPackIFWGenerator.cxx           |   16 ++++-----
 Source/CPack/IFW/cmCPackIFWGenerator.h             |    2 +-
 Source/CPack/OSXScriptLauncher.cxx                 |    4 +--
 Source/CPack/WiX/cmCPackWIXGenerator.cxx           |   12 +++----
 Source/CPack/WiX/cmCPackWIXGenerator.h             |    6 ++--
 Source/CPack/WiX/cmWIXAccessControlList.h          |    6 ++--
 Source/CPack/WiX/cmWIXFeaturesSourceWriter.h       |    1 +
 Source/CPack/WiX/cmWIXFilesSourceWriter.cxx        |    1 +
 Source/CPack/WiX/cmWIXFilesSourceWriter.h          |    3 +-
 Source/CPack/WiX/cmWIXPatch.h                      |    2 +-
 Source/CPack/WiX/cmWIXPatchParser.h                |    4 +--
 Source/CPack/WiX/cmWIXRichTextFormatWriter.h       |    2 ++
 Source/CPack/WiX/cmWIXShortcut.h                   |    6 ++--
 Source/CPack/WiX/cmWIXSourceWriter.cxx             |    2 --
 Source/CPack/WiX/cmWIXSourceWriter.h               |    7 ++--
 Source/CPack/cmCPackArchiveGenerator.cxx           |   12 +++----
 Source/CPack/cmCPackArchiveGenerator.h             |    3 +-
 Source/CPack/cmCPackBundleGenerator.cxx            |    1 +
 Source/CPack/cmCPackComponentGroup.cxx             |    4 ++-
 Source/CPack/cmCPackCygwinBinaryGenerator.cxx      |    8 ++---
 Source/CPack/cmCPackCygwinSourceGenerator.cxx      |   10 +++---
 Source/CPack/cmCPackDebGenerator.cxx               |   13 ++++----
 Source/CPack/cmCPackDebGenerator.h                 |    1 -
 Source/CPack/cmCPackDragNDropGenerator.cxx         |    5 +--
 Source/CPack/cmCPackGenerator.cxx                  |   14 ++++----
 Source/CPack/cmCPackGenerator.h                    |    1 +
 Source/CPack/cmCPackGeneratorFactory.cxx           |   18 +++++-----
 Source/CPack/cmCPackNSISGenerator.cxx              |   12 +++----
 Source/CPack/cmCPackNSISGenerator.h                |    2 +-
 Source/CPack/cmCPackOSXX11Generator.cxx            |   11 +++---
 Source/CPack/cmCPackPackageMakerGenerator.cxx      |   14 ++++----
 Source/CPack/cmCPackPackageMakerGenerator.h        |    1 -
 Source/CPack/cmCPackRPMGenerator.cxx               |    1 +
 Source/CPack/cmCPackRPMGenerator.h                 |    1 -
 Source/CPack/cmCPackSTGZGenerator.cxx              |    8 ++---
 Source/CPack/cmCPackSTGZGenerator.h                |    1 -
 Source/CPack/cmCPackTarBZip2Generator.cxx          |    1 +
 Source/CPack/cpack.cxx                             |   10 +++---
 Source/CTest/cmCTestBatchTestHandler.cxx           |    3 +-
 Source/CTest/cmCTestBatchTestHandler.h             |    3 +-
 Source/CTest/cmCTestBuildAndTestHandler.cxx        |    6 ++--
 Source/CTest/cmCTestBuildCommand.cxx               |    4 +--
 Source/CTest/cmCTestBuildHandler.cxx               |   16 ++++-----
 Source/CTest/cmCTestBuildHandler.h                 |    2 +-
 Source/CTest/cmCTestCVS.cxx                        |    2 +-
 Source/CTest/cmCTestConfigureCommand.cxx           |    2 +-
 Source/CTest/cmCTestConfigureHandler.cxx           |    2 +-
 Source/CTest/cmCTestConfigureHandler.h             |    2 +-
 Source/CTest/cmCTestCoverageHandler.cxx            |   25 +++++++-------
 Source/CTest/cmCTestCoverageHandler.h              |    2 +-
 Source/CTest/cmCTestCurl.cxx                       |    2 +-
 Source/CTest/cmCTestGIT.cxx                        |    8 ++---
 Source/CTest/cmCTestGenericHandler.cxx             |    1 +
 Source/CTest/cmCTestGenericHandler.h               |    2 +-
 Source/CTest/cmCTestLaunch.cxx                     |    4 +--
 Source/CTest/cmCTestLaunch.h                       |    1 +
 Source/CTest/cmCTestMemCheckHandler.cxx            |   19 ++++++-----
 Source/CTest/cmCTestMemCheckHandler.h              |    5 ++-
 Source/CTest/cmCTestMultiProcessHandler.cxx        |   15 +++++----
 Source/CTest/cmCTestMultiProcessHandler.h          |    2 +-
 Source/CTest/cmCTestP4.cxx                         |    4 +--
 Source/CTest/cmCTestP4.h                           |    3 +-
 Source/CTest/cmCTestReadCustomFilesCommand.cxx     |    1 +
 Source/CTest/cmCTestRunTest.cxx                    |    3 +-
 Source/CTest/cmCTestRunTest.h                      |    2 +-
 Source/CTest/cmCTestScriptHandler.cxx              |   12 +++----
 Source/CTest/cmCTestScriptHandler.h                |    2 +-
 Source/CTest/cmCTestStartCommand.cxx               |    2 +-
 Source/CTest/cmCTestSubmitCommand.h                |    1 +
 Source/CTest/cmCTestSubmitHandler.cxx              |   13 ++++----
 Source/CTest/cmCTestTestHandler.cxx                |   25 +++++++-------
 Source/CTest/cmCTestTestHandler.h                  |    2 +-
 Source/CTest/cmCTestUpdateHandler.cxx              |   18 +++++-----
 Source/CTest/cmCTestUpdateHandler.h                |    2 +-
 Source/CTest/cmCTestUploadCommand.h                |    1 +
 Source/CTest/cmParseBlanketJSCoverage.cxx          |   10 +++---
 Source/CTest/cmParseBlanketJSCoverage.h            |    1 -
 Source/CTest/cmParseCacheCoverage.cxx              |   10 +++---
 Source/CTest/cmParseCoberturaCoverage.cxx          |    4 +--
 Source/CTest/cmParseCoberturaCoverage.h            |    1 -
 Source/CTest/cmParseDelphiCoverage.cxx             |   10 +++---
 Source/CTest/cmParseDelphiCoverage.h               |    1 -
 Source/CTest/cmParseGTMCoverage.cxx                |   10 +++---
 Source/CTest/cmParseJacocoCoverage.cxx             |   10 +++---
 Source/CTest/cmParseJacocoCoverage.h               |    1 -
 Source/CTest/cmParseMumpsCoverage.cxx              |   10 +++---
 Source/CTest/cmParseMumpsCoverage.h                |    1 -
 Source/CTest/cmParsePHPCoverage.cxx                |    4 +--
 Source/CTest/cmParsePHPCoverage.h                  |    1 -
 Source/CTest/cmProcess.cxx                         |    1 +
 Source/CTest/cmProcess.h                           |    2 +-
 Source/CursesDialog/ccmake.cxx                     |    5 +--
 Source/CursesDialog/cmCursesBoolWidget.cxx         |    1 +
 Source/CursesDialog/cmCursesBoolWidget.h           |    1 +
 .../CursesDialog/cmCursesCacheEntryComposite.cxx   |   17 +++++-----
 Source/CursesDialog/cmCursesForm.h                 |    2 +-
 Source/CursesDialog/cmCursesLabelWidget.h          |    1 -
 Source/CursesDialog/cmCursesLongMessageForm.cxx    |    5 +--
 Source/CursesDialog/cmCursesLongMessageForm.h      |    4 +--
 Source/CursesDialog/cmCursesMainForm.cxx           |   15 +++++----
 Source/CursesDialog/cmCursesMainForm.h             |    5 +--
 Source/CursesDialog/cmCursesOptionsWidget.cxx      |    1 +
 Source/CursesDialog/cmCursesOptionsWidget.h        |    1 +
 Source/CursesDialog/cmCursesStandardIncludes.h     |    3 ++
 Source/CursesDialog/cmCursesStringWidget.cxx       |    1 +
 Source/CursesDialog/cmCursesWidget.h               |    3 +-
 Source/QtDialog/AddCacheEntry.cxx                  |    3 +-
 Source/QtDialog/AddCacheEntry.h                    |    5 +--
 Source/QtDialog/CMakeSetup.cxx                     |   15 +++++----
 Source/QtDialog/CMakeSetupDialog.cxx               |   27 +++++++--------
 Source/QtDialog/CMakeSetupDialog.h                 |    5 +--
 Source/QtDialog/Compilers.h                        |    1 +
 Source/QtDialog/FirstConfigure.cxx                 |    5 +--
 Source/QtDialog/FirstConfigure.h                   |    2 ++
 Source/QtDialog/QCMake.cxx                         |    4 +--
 Source/QtDialog/QCMake.h                           |   13 ++++----
 Source/QtDialog/QCMakeCacheView.cxx                |    8 ++---
 Source/QtDialog/QCMakeCacheView.h                  |    5 +--
 Source/QtDialog/QCMakeWidgets.cxx                  |    4 +--
 Source/QtDialog/QCMakeWidgets.h                    |    3 +-
 Source/QtDialog/RegexExplorer.h                    |    4 +--
 Source/QtDialog/WarningMessagesDialog.h            |    2 +-
 Source/bindexplib.cxx                              |    6 ++--
 Source/cmAddDependenciesCommand.cxx                |    1 +
 Source/cmAddLibraryCommand.cxx                     |    2 +-
 Source/cmArchiveWrite.cxx                          |    6 ++--
 Source/cmAuxSourceDirectoryCommand.cxx             |    1 +
 Source/cmBootstrapCommands1.cxx                    |    6 ++--
 Source/cmBootstrapCommands2.cxx                    |    6 ++--
 Source/cmCPackPropertiesGenerator.cxx              |    2 +-
 Source/cmCPackPropertiesGenerator.h                |    2 +-
 Source/cmCPluginAPI.cxx                            |    3 +-
 Source/cmCTest.cxx                                 |   35 ++++++++++----------
 Source/cmCTest.h                                   |    1 +
 Source/cmCacheManager.cxx                          |    8 ++---
 Source/cmCacheManager.h                            |    1 +
 Source/cmCallVisualStudioMacro.cxx                 |    2 +-
 Source/cmCommand.h                                 |    3 +-
 Source/cmCommands.h                                |    1 +
 Source/cmComputeLinkDepends.cxx                    |    4 +--
 Source/cmComputeLinkDepends.h                      |    2 +-
 Source/cmComputeLinkInformation.cxx                |   10 +++---
 Source/cmComputeTargetDepends.cxx                  |    2 +-
 Source/cmConditionEvaluator.cxx                    |    3 +-
 Source/cmCoreTryCompile.cxx                        |    7 ++--
 Source/cmCreateTestSourceList.cxx                  |    1 +
 Source/cmCryptoHash.cxx                            |    4 +--
 Source/cmCurl.cxx                                  |    1 +
 Source/cmCurl.h                                    |    4 +--
 Source/cmCustomCommand.h                           |    1 +
 Source/cmCustomCommandGenerator.cxx                |    6 ++--
 Source/cmDefinePropertyCommand.cxx                 |    3 +-
 Source/cmDepends.cxx                               |    6 ++--
 Source/cmDependsC.cxx                              |    2 +-
 Source/cmDependsC.h                                |    1 +
 Source/cmDependsFortran.cxx                        |    6 ++--
 Source/cmDocumentation.cxx                         |    6 ++--
 Source/cmDocumentation.h                           |    1 +
 Source/cmDocumentationSection.h                    |    1 -
 Source/cmELF.cxx                                   |    5 +--
 Source/cmEndIfCommand.cxx                          |    1 +
 Source/cmExecProgramCommand.cxx                    |    1 +
 Source/cmExecuteProcessCommand.cxx                 |    1 +
 Source/cmExportBuildFileGenerator.cxx              |    4 +--
 Source/cmExportCommand.cxx                         |    5 +--
 Source/cmExportFileGenerator.cxx                   |   10 +++---
 Source/cmExportFileGenerator.h                     |    2 +-
 Source/cmExportInstallFileGenerator.cxx            |    4 +--
 Source/cmExportLibraryDependenciesCommand.cxx      |    5 +--
 Source/cmExportSet.cxx                             |    3 +-
 Source/cmExportSet.h                               |    1 +
 Source/cmExportSetMap.cxx                          |    3 +-
 Source/cmExportSetMap.h                            |    1 +
 Source/cmExportTryCompileFileGenerator.cxx         |    2 +-
 Source/cmExternalMakefileProjectGenerator.cxx      |    3 +-
 Source/cmExtraCodeBlocksGenerator.cxx              |    5 +--
 Source/cmExtraCodeLiteGenerator.cxx                |   11 +++---
 Source/cmExtraEclipseCDT4Generator.cxx             |    7 ++--
 Source/cmExtraKateGenerator.cxx                    |    5 +--
 Source/cmExtraSublimeTextGenerator.cxx             |    3 +-
 Source/cmFileCommand.cxx                           |   19 ++++++-----
 Source/cmFileLock.cxx                              |    2 +-
 Source/cmFileLockPool.cxx                          |    2 +-
 Source/cmFileLockUnix.cxx                          |    4 +--
 Source/cmFileLockWin32.cxx                         |    2 +-
 Source/cmFindCommon.cxx                            |    3 +-
 Source/cmFindCommon.h                              |    2 +-
 Source/cmFindFileCommand.cxx                       |    1 +
 Source/cmFindLibraryCommand.cxx                    |    1 +
 Source/cmFindPackageCommand.cxx                    |    6 ++--
 Source/cmFindProgramCommand.cxx                    |    1 +
 Source/cmForEachCommand.h                          |    1 +
 Source/cmFunctionBlocker.h                         |    1 +
 Source/cmFunctionCommand.h                         |    1 +
 Source/cmGeneratedFileStream.h                     |    1 +
 Source/cmGeneratorExpression.cxx                   |    2 +-
 Source/cmGeneratorExpression.h                     |    1 +
 Source/cmGeneratorExpressionContext.cxx            |    1 +
 Source/cmGeneratorExpressionContext.h              |    2 +-
 Source/cmGeneratorExpressionDAGChecker.cxx         |    2 +-
 Source/cmGeneratorExpressionEvaluationFile.cxx     |    6 ++--
 Source/cmGeneratorExpressionEvaluationFile.h       |    5 ++-
 Source/cmGeneratorExpressionEvaluator.cxx          |   12 +++----
 Source/cmGeneratorExpressionEvaluator.h            |    5 +--
 Source/cmGeneratorExpressionNode.cxx               |    5 +--
 Source/cmGeneratorExpressionNode.h                 |    5 +--
 Source/cmGeneratorTarget.cxx                       |   18 +++++-----
 Source/cmGetCMakePropertyCommand.cxx               |    4 +--
 Source/cmGetFilenameComponentCommand.cxx           |    1 +
 Source/cmGetPropertyCommand.cxx                    |    8 ++---
 Source/cmGetTestPropertyCommand.cxx                |    2 +-
 Source/cmGhsMultiGpj.h                             |    2 ++
 Source/cmGhsMultiTargetGenerator.cxx               |    5 +--
 Source/cmGhsMultiTargetGenerator.h                 |    4 +--
 Source/cmGlobalBorlandMakefileGenerator.cxx        |    1 +
 Source/cmGlobalGenerator.cxx                       |   27 +++++++--------
 Source/cmGlobalGenerator.h                         |    8 ++---
 Source/cmGlobalGhsMultiGenerator.cxx               |    7 ++--
 Source/cmGlobalGhsMultiGenerator.h                 |    3 +-
 Source/cmGlobalJOMMakefileGenerator.cxx            |    1 +
 Source/cmGlobalKdevelopGenerator.cxx               |    7 ++--
 Source/cmGlobalMSYSMakefileGenerator.cxx           |    1 +
 Source/cmGlobalMinGWMakefileGenerator.cxx          |    1 +
 Source/cmGlobalNMakeMakefileGenerator.cxx          |    1 +
 Source/cmGlobalNinjaGenerator.cxx                  |    5 +--
 Source/cmGlobalNinjaGenerator.h                    |    9 ++---
 Source/cmGlobalUnixMakefileGenerator3.cxx          |    9 ++---
 Source/cmGlobalUnixMakefileGenerator3.h            |    1 +
 Source/cmGlobalVisualStudio10Generator.cxx         |    4 ++-
 Source/cmGlobalVisualStudio11Generator.cxx         |    3 +-
 Source/cmGlobalVisualStudio12Generator.cxx         |    3 +-
 Source/cmGlobalVisualStudio14Generator.cxx         |    3 +-
 Source/cmGlobalVisualStudio71Generator.cxx         |    2 ++
 Source/cmGlobalVisualStudio7Generator.cxx          |    5 ++-
 Source/cmGlobalVisualStudio7Generator.h            |    1 +
 Source/cmGlobalVisualStudio8Generator.cxx          |    6 ++--
 Source/cmGlobalVisualStudio9Generator.cxx          |    2 ++
 Source/cmGlobalVisualStudioGenerator.cxx           |    2 +-
 Source/cmGlobalWatcomWMakeGenerator.cxx            |    1 +
 Source/cmGlobalXCodeGenerator.cxx                  |   17 +++++-----
 Source/cmGlobalXCodeGenerator.h                    |    3 +-
 Source/cmGraphVizWriter.cxx                        |    7 ++--
 Source/cmGraphVizWriter.h                          |    8 +++--
 Source/cmHexFileConverter.h                        |    2 ++
 Source/cmIDEOptions.h                              |    1 +
 Source/cmIfCommand.cxx                             |    7 ++--
 Source/cmIfCommand.h                               |    1 +
 Source/cmInstallCommand.cxx                        |    6 ++--
 Source/cmInstallCommandArguments.cxx               |    1 +
 Source/cmInstallCommandArguments.h                 |    1 +
 Source/cmInstallExportGenerator.cxx                |    8 ++---
 Source/cmInstallFilesGenerator.cxx                 |    2 +-
 Source/cmInstallProgramsCommand.cxx                |    1 +
 Source/cmInstallTargetGenerator.cxx                |    4 +--
 Source/cmInstalledFile.cxx                         |    5 +--
 Source/cmListCommand.cxx                           |    7 ++--
 Source/cmListFileCache.cxx                         |    2 +-
 Source/cmLoadCacheCommand.cxx                      |    2 +-
 Source/cmLoadCommandCommand.cxx                    |    3 +-
 Source/cmLocalGenerator.cxx                        |    8 ++---
 Source/cmLocalGenerator.h                          |    3 +-
 Source/cmLocalGhsMultiGenerator.cxx                |    7 ++--
 Source/cmLocalNinjaGenerator.cxx                   |    7 ++--
 Source/cmLocalNinjaGenerator.h                     |    7 ++--
 Source/cmLocalUnixMakefileGenerator3.cxx           |   12 +++----
 Source/cmLocalVisualStudio10Generator.cxx          |    6 ++--
 Source/cmLocalVisualStudio7Generator.cxx           |   13 ++++----
 Source/cmLocalVisualStudio7Generator.h             |    1 +
 Source/cmLocalVisualStudioGenerator.cxx            |    3 +-
 Source/cmLocalVisualStudioGenerator.h              |    1 +
 Source/cmLocalXCodeGenerator.cxx                   |    3 +-
 Source/cmLocale.h                                  |    2 ++
 Source/cmMachO.cxx                                 |    3 +-
 Source/cmMacroCommand.cxx                          |    2 +-
 Source/cmMacroCommand.h                            |    1 +
 Source/cmMakefile.cxx                              |   27 +++++++--------
 Source/cmMakefile.h                                |   12 ++++---
 Source/cmMakefileLibraryTargetGenerator.cxx        |    2 +-
 Source/cmMakefileTargetGenerator.cxx               |   12 +++----
 Source/cmNinjaNormalTargetGenerator.cxx            |   15 +++++----
 Source/cmNinjaNormalTargetGenerator.h              |   10 +++---
 Source/cmNinjaTargetGenerator.cxx                  |   15 +++++----
 Source/cmNinjaTargetGenerator.h                    |    3 +-
 Source/cmNinjaTypes.h                              |    4 ++-
 Source/cmNinjaUtilityTargetGenerator.cxx           |    3 +-
 Source/cmNinjaUtilityTargetGenerator.h             |    7 ++--
 Source/cmOSXBundleGenerator.cxx                    |    3 +-
 Source/cmOSXBundleGenerator.h                      |    3 +-
 Source/cmOrderDirectories.cxx                      |    2 +-
 Source/cmOutputConverter.cxx                       |    2 +-
 Source/cmOutputRequiredFilesCommand.cxx            |    1 +
 Source/cmParseArgumentsCommand.cxx                 |    1 +
 Source/cmPolicies.cxx                              |    9 ++---
 Source/cmProperty.cxx                              |    1 +
 Source/cmPropertyDefinition.cxx                    |    1 +
 Source/cmPropertyDefinitionMap.cxx                 |    3 +-
 Source/cmPropertyMap.cxx                           |    3 +-
 Source/cmQtAutoGeneratorInitializer.h              |    2 +-
 Source/cmQtAutoGenerators.cxx                      |   14 ++++----
 Source/cmQtAutoGenerators.h                        |    6 ++--
 Source/cmRST.cxx                                   |    2 +-
 Source/cmSearchPath.cxx                            |    4 +--
 Source/cmSetPropertyCommand.cxx                    |    3 +-
 Source/cmSetTargetPropertiesCommand.cxx            |    1 +
 Source/cmSetTestsPropertiesCommand.cxx             |    2 +-
 Source/cmSourceFile.h                              |    1 +
 Source/cmSourceFileLocation.cxx                    |    4 +--
 Source/cmSourceGroup.h                             |    1 +
 Source/cmStandardIncludes.h                        |   11 +++---
 Source/cmState.cxx                                 |    6 ++--
 Source/cmState.h                                   |    7 ++--
 Source/cmStringCommand.cxx                         |    3 +-
 Source/cmSystemTools.cxx                           |   17 +++++-----
 Source/cmSystemTools.h                             |    2 +-
 Source/cmTarget.cxx                                |   19 ++++++-----
 Source/cmTarget.h                                  |    6 ++--
 Source/cmTest.cxx                                  |    3 +-
 Source/cmTest.h                                    |    4 ++-
 Source/cmTestGenerator.cxx                         |    2 +-
 Source/cmTimestamp.cxx                             |    4 +--
 Source/cmTimestamp.h                               |    2 ++
 Source/cmTryRunCommand.cxx                         |    1 +
 Source/cmUseMangledMesaCommand.cxx                 |    3 +-
 Source/cmUuid.cxx                                  |    2 +-
 Source/cmVariableRequiresCommand.cxx               |    1 +
 Source/cmVisualStudio10TargetGenerator.cxx         |   29 ++++++++--------
 Source/cmVisualStudio10TargetGenerator.h           |    1 +
 Source/cmVisualStudioGeneratorOptions.cxx          |    1 +
 Source/cmVisualStudioWCEPlatformParser.cxx         |    1 +
 Source/cmVisualStudioWCEPlatformParser.h           |    1 +
 Source/cmWhileCommand.cxx                          |    1 +
 Source/cmWhileCommand.h                            |    1 +
 Source/cmWriteFileCommand.cxx                      |    1 +
 Source/cmXCode21Object.cxx                         |    1 +
 Source/cmXCodeObject.cxx                           |    1 +
 Source/cmXCodeObject.h                             |    1 +
 Source/cmXMLParser.cxx                             |    1 +
 Source/cmXMLSafe.cxx                               |    2 +-
 Source/cmXMLSafe.h                                 |    3 +-
 Source/cmXMLWriter.cxx                             |    1 +
 Source/cmXMLWriter.h                               |    1 +
 Source/cmake.cxx                                   |   35 ++++++++++----------
 Source/cmake.h                                     |    8 +++--
 Source/cmakemain.cxx                               |   14 ++++----
 Source/cmakexbuild.cxx                             |    3 +-
 Source/cmcldeps.cxx                                |    6 ++--
 Source/cmcmd.cxx                                   |    9 ++---
 Source/ctest.cxx                                   |    4 +--
 Tests/BuildDepends/Project/bar.cxx                 |    4 +--
 Tests/BuildDepends/Project/ninjadep.cpp            |    2 +-
 Tests/BuildDepends/Project/zot.cxx                 |    2 +-
 Tests/BundleTest/BundleLib.cxx                     |    2 +-
 Tests/BundleUtilities/module.cpp                   |    2 +-
 .../target_include_directories/consumer.cpp        |    4 +--
 .../target_link_libraries/targetC.cpp              |    2 +-
 Tests/CMakeLib/testUTF8.cxx                        |    2 +-
 Tests/CompileDefinitions/runtest.c                 |    4 +--
 Tests/Complex/Executable/complex.cxx               |    8 ++---
 Tests/ComplexOneConfig/Executable/complex.cxx      |    8 ++---
 Tests/ExportImport/Export/testSharedLibDepends.h   |    2 +-
 Tests/ExportImport/Import/A/deps_shared_iface.cpp  |    2 +-
 Tests/FindGSL/rng/main.cc                          |    2 +-
 Tests/FindGTK2/cairomm/main.cpp                    |    6 ++--
 Tests/FindGTK2/gtkmm/main.cpp                      |    2 +-
 Tests/FindGTK2/sigc++/main.cpp                     |    3 +-
 Tests/FindLTTngUST/Test/main.c                     |    4 +--
 Tests/FindPNG/Test/main.c                          |    2 +-
 Tests/FindPackageModeMakefileTest/main.cpp         |    2 +-
 Tests/FindXalanC/Test/main.cxx                     |    2 +-
 .../TargetIncludeDirectories/main.cpp              |   12 +++----
 Tests/LoadCommand/CMakeCommands/cmTestCommand.c    |    4 +--
 .../CMakeCommands/cmTestCommand.c                  |    4 +--
 Tests/MFC/mfc1/ChildFrm.cpp                        |    2 ++
 Tests/MFC/mfc1/MainFrm.cpp                         |    1 +
 Tests/MFC/mfc1/mfc1.cpp                            |    3 +-
 Tests/MFC/mfc1/mfc1Doc.cpp                         |    1 +
 Tests/MFC/mfc1/mfc1View.cpp                        |    1 +
 Tests/MFC/mfc1/stdafx.h                            |    6 ++--
 Tests/OutOfSource/OutOfSourceSubdir/simple.cxx     |    2 +-
 Tests/Plugin/src/example_exe.cxx                   |    2 +-
 Tests/Preprocess/preprocess.c                      |    2 +-
 Tests/Preprocess/preprocess.cxx                    |    2 +-
 Tests/Qt4Deploy/testdeploy.cpp                     |    4 +--
 Tests/QtAutogen/Bdir/libB.h                        |    2 +-
 Tests/QtAutogen/calwidget.cpp                      |    8 ++---
 Tests/QtAutogen/codeeditor.h                       |    2 +-
 Tests/QtAutogen/libC.h                             |    2 +-
 Tests/QtAutogen/main.cpp                           |   10 +++---
 Tests/QtAutogen/resourcetester.cpp                 |    2 +-
 Tests/QtAutogen/same_name/ccc/item.cpp             |    2 +-
 Tests/QtAutogen/same_name/main.cpp                 |    4 +--
 Tests/RunCMake/AutoExportDll/hello.cxx             |    2 +-
 Tests/RunCMake/AutoExportDll/say.cxx               |    2 +-
 Tests/StagingPrefix/Consumer/main.cpp              |    2 +-
 Tests/StringFileTest/StringFile.cxx                |    1 +
 Tests/TestsWorkingDirectory/main.c                 |    2 +-
 Tests/Tutorial/Step1/tutorial.cxx                  |    4 +--
 Tests/Tutorial/Step2/MathFunctions/mysqrt.cxx      |    2 +-
 Tests/Tutorial/Step2/tutorial.cxx                  |    4 +--
 Tests/Tutorial/Step3/MathFunctions/mysqrt.cxx      |    2 +-
 Tests/Tutorial/Step3/tutorial.cxx                  |    4 +--
 Tests/Tutorial/Step4/MathFunctions/mysqrt.cxx      |    2 +-
 Tests/Tutorial/Step4/tutorial.cxx                  |    4 +--
 Tests/Tutorial/Step5/MathFunctions/MakeTable.cxx   |    2 +-
 Tests/Tutorial/Step5/MathFunctions/mysqrt.cxx      |    2 +-
 Tests/Tutorial/Step5/tutorial.cxx                  |    4 +--
 Tests/Tutorial/Step6/MathFunctions/MakeTable.cxx   |    2 +-
 Tests/Tutorial/Step6/MathFunctions/mysqrt.cxx      |    2 +-
 Tests/Tutorial/Step6/tutorial.cxx                  |    4 +--
 Tests/Tutorial/Step7/MathFunctions/MakeTable.cxx   |    2 +-
 Tests/Tutorial/Step7/MathFunctions/mysqrt.cxx      |    2 +-
 Tests/Tutorial/Step7/tutorial.cxx                  |    4 +--
 Tests/VSResource/main.cpp                          |    2 +-
 .../VSWinStorePhone/Direct3DApp1/CubeRenderer.cpp  |    1 +
 .../VSWinStorePhone/Direct3DApp1/Direct3DApp1.cpp  |    3 +-
 Tests/VSWinStorePhone/Direct3DApp1/Direct3DApp1.h  |    1 +
 .../VSWinStorePhone/Direct3DApp1/Direct3DBase.cpp  |    1 +
 Tests/VSWinStorePhone/Direct3DApp1/DirectXHelper.h |    2 +-
 Tests/VSWinStorePhone/Direct3DApp1/pch.h           |    6 ++--
 Tests/VSXaml/App.xaml.cpp                          |    3 +-
 Tests/VSXaml/MainPage.xaml.cpp                     |    1 +
 Tests/Wrapping/qtwrappingmain.cxx                  |    4 +--
 Tests/X11/HelloWorldX11.cxx                        |    2 +-
 .../WiX/CustomAction/detect_nsis_overwrite.cpp     |    1 +
 426 files changed, 1099 insertions(+), 878 deletions(-)
 delete mode 100644 Modules/CMakeTestWatcomVersion.c


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list