[Cmake-commits] CMake branch, master, updated. v3.6.1-855-gbfdf132

Brad King brad.king at kitware.com
Sat Sep 3 08:10:21 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  bfdf1322e7638687c96b323b1df20fd9c08b3044 (commit)
       via  efed6468eda950644014ccfada85300710e05009 (commit)
       via  bd3d0eafbb362fbc0f140c228da85791a473e44e (commit)
       via  3838a0d5fbed480c007b1667eddf2d6797a24344 (commit)
       via  54140848181e15acfda9c385e6cdc5c8b4f2a1d6 (commit)
       via  3f9c4cdf89ce00ae72a1176dbf5e68b5f1f1720e (commit)
      from  4da61391eec301ab564ac8e3e5ee9dc7ffd4f8de (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=bfdf1322e7638687c96b323b1df20fd9c08b3044
commit bfdf1322e7638687c96b323b1df20fd9c08b3044
Merge: 4da6139 efed646
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Sat Sep 3 08:10:18 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Sep 3 08:10:18 2016 -0400

    Merge topic 'include-what-you-use'
    
    efed6468 fix a load of include-what-you-use violations
    bd3d0eaf cmCTest: don't redefine cout and cerr
    3838a0d5 make sure to include cmConfigure.h before cmStandardIncludes.h
    54140848 Tests/CMakeLib: include what you use
    3f9c4cdf Tests/CMakeLib: use cmsys::ifstream


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

Summary of changes:
 Source/CPack/WiX/cmWIXRichTextFormatWriter.h   |    2 +
 Source/CPack/cmCPackComponentGroup.h           |    2 +
 Source/CursesDialog/cmCursesStandardIncludes.h |    2 +
 Source/QtDialog/CMakeSetup.cxx                 |    2 +
 Source/bindexplib.h                            |    2 +
 Source/cmAlgorithms.h                          |    2 +
 Source/cmCTest.cxx                             |   56 ++++++++++----------
 Source/cmCTest.h                               |   26 ++++------
 Source/cmCallVisualStudioMacro.h               |    2 +
 Source/cmCommandArgumentParserHelper.cxx       |   10 +++-
 Source/cmCommandArgumentParserHelper.h         |    5 +-
 Source/cmCommandArgumentsHelper.h              |    2 +
 Source/cmConditionEvaluator.cxx                |    1 +
 Source/cmConfigure.cmake.h.in                  |    2 +-
 Source/cmCryptoHash.cxx                        |    2 +
 Source/cmCryptoHash.h                          |    4 +-
 Source/cmCurl.cxx                              |    9 +++-
 Source/cmCurl.h                                |    5 +-
 Source/cmCustomCommand.cxx                     |    2 +-
 Source/cmCustomCommand.h                       |    8 ++-
 Source/cmCustomCommandGenerator.cxx            |    7 +++
 Source/cmCustomCommandGenerator.h              |    7 ++-
 Source/cmDefinitions.cxx                       |    2 +
 Source/cmDefinitions.h                         |    9 ++--
 Source/cmDepends.cxx                           |    3 ++
 Source/cmDepends.h                             |    9 +++-
 Source/cmDependsC.cxx                          |    5 +-
 Source/cmDependsC.h                            |    9 ++++
 Source/cmDependsFortran.cxx                    |    8 ++-
 Source/cmDependsFortran.h                      |    7 +++
 Source/cmDependsJava.cxx                       |    1 -
 Source/cmDependsJava.h                         |    7 +++
 Source/cmDependsJavaLexer.cxx                  |    2 +
 Source/cmDependsJavaParserHelper.cxx           |    7 +++
 Source/cmDependsJavaParserHelper.h             |    5 +-
 Source/cmDocumentation.cxx                     |    9 ++--
 Source/cmDocumentation.h                       |   14 ++---
 Source/cmDocumentationFormatter.cxx            |    6 +++
 Source/cmDocumentationFormatter.h              |    4 +-
 Source/cmDocumentationSection.h                |    7 ++-
 Source/cmDynamicLoader.cxx                     |    7 +++
 Source/cmDynamicLoader.h                       |    2 +-
 Source/cmELF.cxx                               |    8 ++-
 Source/cmELF.h                                 |    5 ++
 Source/cmExecutionStatus.h                     |    2 +
 Source/cmExpandedCommandArgument.h             |    2 +
 Source/cmExportBuildFileGenerator.cxx          |   14 +++++
 Source/cmExportBuildFileGenerator.h            |   10 +++-
 Source/cmExportFileGenerator.cxx               |   13 +++--
 Source/cmExportFileGenerator.h                 |   14 +++--
 Source/cmExportInstallFileGenerator.cxx        |   10 ++++
 Source/cmExportInstallFileGenerator.h          |   10 ++++
 Source/cmExportSet.h                           |    7 ++-
 Source/cmExportSetMap.cxx                      |    2 +
 Source/cmExportSetMap.h                        |    5 +-
 Source/cmExportTryCompileFileGenerator.cxx     |   11 +++-
 Source/cmExportTryCompileFileGenerator.h       |   12 ++++-
 Source/cmExprLexer.cxx                         |    2 +
 Source/cmExprParserHelper.cxx                  |    6 ++-
 Source/cmExprParserHelper.h                    |    8 +--
 Source/cmExternalMakefileProjectGenerator.cxx  |    2 +-
 Source/cmExternalMakefileProjectGenerator.h    |    6 ++-
 Source/cmExtraCodeBlocksGenerator.cxx          |   13 +++--
 Source/cmExtraCodeBlocksGenerator.h            |    7 ++-
 Source/cmExtraCodeLiteGenerator.cxx            |   16 +++---
 Source/cmExtraCodeLiteGenerator.h              |    6 +++
 Source/cmExtraEclipseCDT4Generator.cxx         |   19 +++++--
 Source/cmExtraEclipseCDT4Generator.h           |   10 +++-
 Source/cmExtraKateGenerator.cxx                |   12 +++--
 Source/cmExtraKateGenerator.h                  |    6 ++-
 Source/cmExtraSublimeTextGenerator.cxx         |   11 ++--
 Source/cmExtraSublimeTextGenerator.h           |   12 +++--
 Source/cmFileLock.h                            |    4 +-
 Source/cmFileLockPool.h                        |    5 +-
 Source/cmFileLockResult.cxx                    |    1 +
 Source/cmFileLockResult.h                      |    4 +-
 Source/cmFilePathUuid.cxx                      |    2 +
 Source/cmFilePathUuid.h                        |    3 +-
 Source/cmFileTimeComparison.cxx                |   13 +++--
 Source/cmFileTimeComparison.h                  |    2 +-
 Source/cmFortranParser.h                       |    2 +
 Source/cmFortranParserImpl.cxx                 |    9 +++-
 Source/cmFunctionBlocker.h                     |    2 +
 Source/cmGeneratedFileStream.cxx               |    2 +
 Source/cmGeneratedFileStream.h                 |    3 +-
 Source/cmGeneratorExpression.cxx               |    8 +--
 Source/cmGeneratorExpression.h                 |   14 ++---
 Source/cmGeneratorExpressionContext.cxx        |    2 -
 Source/cmGeneratorExpressionDAGChecker.cxx     |    8 +++
 Source/cmGeneratorExpressionDAGChecker.h       |   11 +++-
 Source/cmGeneratorExpressionEvaluationFile.cxx |    9 +++-
 Source/cmGeneratorExpressionEvaluationFile.h   |    5 ++
 Source/cmGeneratorExpressionEvaluator.cxx      |   17 ++----
 Source/cmGeneratorExpressionEvaluator.h        |    6 +--
 Source/cmGeneratorExpressionLexer.h            |    4 +-
 Source/cmGeneratorExpressionNode.cxx           |   36 +++++++++++--
 Source/cmGeneratorExpressionNode.h             |   20 +++----
 Source/cmGeneratorExpressionParser.cxx         |    3 +-
 Source/cmGeneratorExpressionParser.h           |    5 +-
 Source/cmGeneratorTarget.cxx                   |   20 +++++--
 Source/cmGeneratorTarget.h                     |   13 ++++-
 Source/cmGhsMultiGpj.h                         |    2 +
 Source/cmGhsMultiTargetGenerator.cxx           |    1 +
 Source/cmGlobalCommonGenerator.cxx             |    2 +
 Source/cmGlobalCommonGenerator.h               |    4 ++
 Source/cmGlobalGenerator.cxx                   |   20 ++++---
 Source/cmGlobalGenerator.h                     |   32 +++++++-----
 Source/cmGlobalGeneratorFactory.h              |    4 ++
 Source/cmGlobalGhsMultiGenerator.cxx           |    1 +
 Source/cmGlobalKdevelopGenerator.cxx           |   12 +++--
 Source/cmGlobalKdevelopGenerator.h             |    5 ++
 Source/cmGlobalNinjaGenerator.cxx              |   13 ++++-
 Source/cmGlobalNinjaGenerator.h                |   22 ++++++--
 Source/cmGlobalUnixMakefileGenerator3.cxx      |   12 +++++
 Source/cmGlobalUnixMakefileGenerator3.h        |   18 ++++++-
 Source/cmGlobalVisualStudio10Generator.cxx     |    1 +
 Source/cmGlobalVisualStudio71Generator.cxx     |    1 +
 Source/cmGlobalVisualStudio7Generator.cxx      |    1 +
 Source/cmGlobalVisualStudio8Generator.cxx      |    1 +
 Source/cmGlobalWatcomWMakeGenerator.cxx        |    4 +-
 Source/cmGlobalWatcomWMakeGenerator.h          |   10 ++++
 Source/cmGraphAdjacencyList.h                  |    2 +
 Source/cmGraphVizWriter.cxx                    |   10 ++++
 Source/cmGraphVizWriter.h                      |   12 +++--
 Source/cmHexFileConverter.h                    |    2 +
 Source/cmIDEOptions.h                          |    2 +
 Source/cmInstallCommandArguments.h             |    2 +
 Source/cmInstallDirectoryGenerator.cxx         |    3 ++
 Source/cmInstallDirectoryGenerator.h           |    8 +++
 Source/cmInstallExportGenerator.cxx            |   18 +++----
 Source/cmInstallExportGenerator.h              |   12 +++--
 Source/cmInstallFilesGenerator.cxx             |    6 ++-
 Source/cmInstallFilesGenerator.h               |    9 ++++
 Source/cmInstallGenerator.cxx                  |    2 +
 Source/cmInstallGenerator.h                    |    6 +++
 Source/cmInstallScriptGenerator.cxx            |    5 ++
 Source/cmInstallScriptGenerator.h              |    5 ++
 Source/cmInstallTargetGenerator.cxx            |   10 +++-
 Source/cmInstallTargetGenerator.h              |    8 +++
 Source/cmInstalledFile.cxx                     |    4 ++
 Source/cmInstalledFile.h                       |    7 +++
 Source/cmLinkedTree.h                          |    2 +
 Source/cmListFileCache.cxx                     |    7 ++-
 Source/cmListFileCache.h                       |    7 ++-
 Source/cmLocalCommonGenerator.cxx              |    5 ++
 Source/cmLocalCommonGenerator.h                |    9 +++-
 Source/cmLocalGenerator.cxx                    |   14 +++--
 Source/cmLocalGenerator.h                      |   20 ++++---
 Source/cmLocalNinjaGenerator.cxx               |    9 ++++
 Source/cmLocalNinjaGenerator.h                 |   18 ++++++-
 Source/cmLocalUnixMakefileGenerator3.cxx       |   16 ++++--
 Source/cmLocalUnixMakefileGenerator3.h         |   15 ++++--
 Source/cmLocalVisualStudio10Generator.cxx      |    2 +
 Source/cmLocalVisualStudioGenerator.cxx        |    1 +
 Source/cmLocalXCodeGenerator.cxx               |    1 +
 Source/cmLocale.h                              |    2 +
 Source/cmMakefile.cxx                          |   13 ++---
 Source/cmMakefile.h                            |    4 ++
 Source/cmMessenger.cxx                         |    8 ++-
 Source/cmMessenger.h                           |    7 ++-
 Source/cmNinjaTypes.h                          |    2 +
 Source/cmOSXBundleGenerator.cxx                |    6 +++
 Source/cmOSXBundleGenerator.h                  |   11 ++--
 Source/cmObject.h                              |    2 +
 Source/cmOrderDirectories.cxx                  |    6 ++-
 Source/cmOrderDirectories.h                    |   10 ++--
 Source/cmOutputConverter.cxx                   |    8 +--
 Source/cmOutputConverter.h                     |    6 ++-
 Source/cmPathLabel.h                           |    2 +
 Source/cmQtAutoGeneratorInitializer.cxx        |   29 +++++++++--
 Source/cmQtAutoGeneratorInitializer.h          |    7 +--
 Source/cmQtAutoGenerators.cxx                  |   13 +++--
 Source/cmQtAutoGenerators.h                    |    3 +-
 Source/cmRST.cxx                               |    5 ++
 Source/cmRST.h                                 |    7 ++-
 Source/cmScriptGenerator.cxx                   |    2 +
 Source/cmScriptGenerator.h                     |    6 ++-
 Source/cmSearchPath.h                          |    2 +
 Source/cmSourceFile.cxx                        |    5 ++
 Source/cmSourceFile.h                          |   10 ++--
 Source/cmSourceFileLocation.cxx                |    7 ++-
 Source/cmSourceFileLocation.h                  |    4 +-
 Source/cmSourceGroup.h                         |    6 ++-
 Source/cmSystemTools.cxx                       |   66 +++++++++++++-----------
 Source/cmTargetDepend.h                        |    2 +
 Source/cmTargetExport.h                        |    2 +
 Source/cmTestGenerator.cxx                     |    1 +
 Source/cmTimestamp.h                           |    2 +
 Source/cmVisualStudio10TargetGenerator.h       |    2 +
 Source/cmVisualStudioSlnData.h                 |    2 +
 Source/cmVisualStudioSlnParser.h               |    2 +
 Source/cmVisualStudioWCEPlatformParser.h       |    2 +
 Source/cmXCodeObject.h                         |    2 +
 Source/cmake.cxx                               |   41 +++++++++------
 Source/cmake.h                                 |   20 +++----
 Source/cmakemain.cxx                           |   13 +++--
 Source/cmcmd.cxx                               |   26 ++++++----
 Source/cmcmd.h                                 |    5 +-
 Source/ctest.cxx                               |   17 +++---
 Tests/CMakeLib/run_compile_commands.cxx        |   17 +++---
 Tests/CMakeLib/testGeneratedFileStream.cxx     |    3 ++
 Tests/CMakeLib/testRST.cxx                     |    9 ++--
 Tests/CMakeLib/testUTF8.cxx                    |    2 -
 Tests/CMakeLib/testXMLSafe.cxx                 |    6 ++-
 204 files changed, 1222 insertions(+), 415 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list