[Cmake-commits] CMake branch, master, updated. v3.7.0-rc2-367-gc6c8c24

Brad King brad.king at kitware.com
Thu Oct 27 11:17:17 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  c6c8c24908e108b7b3c5c76e29197323ac3a4287 (commit)
       via  e81c323da9c020c91c967184ecf98f806eb95867 (commit)
      from  402b133d7b13c691a3d3f3a354bd10eea1ff24f1 (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=c6c8c24908e108b7b3c5c76e29197323ac3a4287
commit c6c8c24908e108b7b3c5c76e29197323ac3a4287
Merge: 402b133 e81c323
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Oct 27 11:17:14 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Oct 27 11:17:14 2016 -0400

    Merge topic 'include-what-you-use'
    
    e81c323d Include necessary headers in commands


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

Summary of changes:
 Source/cmAddCustomCommandCommand.cxx          |   12 +++++++--
 Source/cmAddCustomCommandCommand.h            |    6 +++++
 Source/cmAddCustomTargetCommand.cxx           |   10 +++++++
 Source/cmAddCustomTargetCommand.h             |    6 +++++
 Source/cmAddDefinitionsCommand.cxx            |    4 +++
 Source/cmAddDefinitionsCommand.h              |    6 +++++
 Source/cmAddDependenciesCommand.cxx           |    8 +++++-
 Source/cmAddDependenciesCommand.h             |    6 +++++
 Source/cmAddExecutableCommand.cxx             |   10 +++++++
 Source/cmAddExecutableCommand.h               |    6 +++++
 Source/cmAddLibraryCommand.cxx                |    8 ++++++
 Source/cmAddLibraryCommand.h                  |    6 +++++
 Source/cmAddSubDirectoryCommand.cxx           |    6 +++++
 Source/cmAddSubDirectoryCommand.h             |    6 +++++
 Source/cmAddTestCommand.cxx                   |    6 ++++-
 Source/cmAddTestCommand.h                     |    6 +++++
 Source/cmBreakCommand.cxx                     |    5 ++++
 Source/cmBreakCommand.h                       |    6 +++++
 Source/cmBuildCommand.cxx                     |    8 ++++++
 Source/cmBuildCommand.h                       |    6 +++++
 Source/cmBuildNameCommand.cxx                 |    2 +-
 Source/cmCMakeMinimumRequired.cxx             |    1 +
 Source/cmCMakePolicyCommand.cxx               |    9 ++++++-
 Source/cmCMakePolicyCommand.h                 |    6 +++++
 Source/cmCommand.cxx                          |    6 +++++
 Source/cmCommand.h                            |   11 ++++++--
 Source/cmCommands.cxx                         |   12 ---------
 Source/cmConditionEvaluator.cxx               |    1 +
 Source/cmConditionEvaluator.h                 |    2 ++
 Source/cmConfigureFileCommand.cxx             |    6 ++++-
 Source/cmConfigureFileCommand.h               |    7 +++++
 Source/cmContinueCommand.cxx                  |    2 ++
 Source/cmContinueCommand.h                    |    6 +++++
 Source/cmCoreTryCompile.cxx                   |    1 +
 Source/cmCoreTryCompile.h                     |    1 +
 Source/cmCreateTestSourceList.cxx             |    1 +
 Source/cmDefinePropertyCommand.cxx            |    8 ++++--
 Source/cmDefinePropertyCommand.h              |    6 +++++
 Source/cmElseCommand.cxx                      |    2 ++
 Source/cmElseCommand.h                        |    8 +++++-
 Source/cmEnableLanguageCommand.cxx            |    4 +++
 Source/cmEnableLanguageCommand.h              |    6 +++++
 Source/cmEnableTestingCommand.cxx             |    4 +++
 Source/cmEnableTestingCommand.h               |    6 +++++
 Source/cmEndForEachCommand.cxx                |    3 +++
 Source/cmEndForEachCommand.h                  |    7 +++++
 Source/cmEndFunctionCommand.cxx               |    3 +++
 Source/cmEndFunctionCommand.h                 |    7 +++++
 Source/cmEndIfCommand.cxx                     |    5 ++++
 Source/cmEndIfCommand.h                       |    8 +++++-
 Source/cmEndMacroCommand.cxx                  |    3 +++
 Source/cmEndMacroCommand.h                    |    7 +++++
 Source/cmEndWhileCommand.cxx                  |    4 +++
 Source/cmEndWhileCommand.h                    |    7 +++++
 Source/cmExecProgramCommand.cxx               |    6 ++++-
 Source/cmExecProgramCommand.h                 |    6 +++++
 Source/cmExecuteProcessCommand.cxx            |   10 ++++---
 Source/cmExecuteProcessCommand.h              |    6 +++++
 Source/cmExportCommand.cxx                    |    2 +-
 Source/cmExportLibraryDependenciesCommand.cxx |    7 +++--
 Source/cmFileCommand.cxx                      |    4 +--
 Source/cmFileCommand.h                        |    6 ++++-
 Source/cmFindBase.cxx                         |    1 +
 Source/cmFindCommon.cxx                       |    1 +
 Source/cmFindFileCommand.cxx                  |    2 --
 Source/cmFindFileCommand.h                    |    5 ++++
 Source/cmFindLibraryCommand.cxx               |   11 ++++++--
 Source/cmFindLibraryCommand.h                 |    7 +++++
 Source/cmFindPackageCommand.cxx               |   35 +++++++++++++++----------
 Source/cmFindPackageCommand.h                 |   11 +++++++-
 Source/cmFindPathCommand.cxx                  |    6 ++++-
 Source/cmFindPathCommand.h                    |    7 +++++
 Source/cmFindProgramCommand.cxx               |    4 ++-
 Source/cmFindProgramCommand.h                 |    7 +++++
 Source/cmForEachCommand.cxx                   |   10 +++++--
 Source/cmForEachCommand.h                     |    8 +++++-
 Source/cmFunctionCommand.cxx                  |    8 +++++-
 Source/cmFunctionCommand.h                    |    9 ++++++-
 Source/cmGetCMakePropertyCommand.cxx          |    8 ++++--
 Source/cmGetCMakePropertyCommand.h            |    6 +++++
 Source/cmGetDirectoryPropertyCommand.cxx      |    4 +++
 Source/cmGetDirectoryPropertyCommand.h        |    6 +++++
 Source/cmGetFilenameComponentCommand.cxx      |    4 +++
 Source/cmGetFilenameComponentCommand.h        |    6 +++++
 Source/cmGetPropertyCommand.cxx               |   13 ++++++++-
 Source/cmGetPropertyCommand.h                 |    6 +++++
 Source/cmGetSourceFilePropertyCommand.cxx     |    3 +++
 Source/cmGetSourceFilePropertyCommand.h       |    6 +++++
 Source/cmGetTargetPropertyCommand.cxx         |   10 +++++++
 Source/cmGetTargetPropertyCommand.h           |    6 +++++
 Source/cmGetTestPropertyCommand.cxx           |    4 ++-
 Source/cmGetTestPropertyCommand.h             |    6 +++++
 Source/cmIfCommand.cxx                        |   13 +++++----
 Source/cmIfCommand.h                          |   10 ++++++-
 Source/cmIncludeCommand.cxx                   |    7 +++++
 Source/cmIncludeCommand.h                     |    6 +++++
 Source/cmIncludeDirectoryCommand.cxx          |    6 +++++
 Source/cmIncludeDirectoryCommand.h            |    6 +++++
 Source/cmIncludeExternalMSProjectCommand.cxx  |    3 +++
 Source/cmIncludeRegularExpressionCommand.cxx  |    4 +++
 Source/cmIncludeRegularExpressionCommand.h    |    6 +++++
 Source/cmInstallCommand.cxx                   |   17 +++++++++++-
 Source/cmInstallCommand.h                     |    6 +++++
 Source/cmInstallFilesCommand.cxx              |    5 ++++
 Source/cmInstallFilesCommand.h                |    6 +++++
 Source/cmInstallTargetsCommand.cxx            |    7 +++++
 Source/cmInstallTargetsCommand.h              |    6 +++++
 Source/cmLinkDirectoriesCommand.cxx           |    7 +++++
 Source/cmLinkDirectoriesCommand.h             |    6 +++++
 Source/cmListCommand.cxx                      |   19 +++++++++-----
 Source/cmListCommand.h                        |    6 +++++
 Source/cmLoadCacheCommand.cxx                 |    2 +-
 Source/cmMacroCommand.cxx                     |    8 +++++-
 Source/cmMacroCommand.h                       |    9 ++++++-
 Source/cmMakeDirectoryCommand.cxx             |    3 +++
 Source/cmMakeDirectoryCommand.h               |    6 +++++
 Source/cmMarkAsAdvancedCommand.cxx            |    5 ++++
 Source/cmMarkAsAdvancedCommand.h              |    6 +++++
 Source/cmMathCommand.cxx                      |    5 ++++
 Source/cmMathCommand.h                        |    6 +++++
 Source/cmMessageCommand.cxx                   |    7 +++++
 Source/cmMessageCommand.h                     |    6 +++++
 Source/cmOptionCommand.cxx                    |    7 +++++
 Source/cmOptionCommand.h                      |    6 +++++
 Source/cmOutputRequiredFilesCommand.cxx       |    3 +++
 Source/cmParseArgumentsCommand.cxx            |   11 ++++++++
 Source/cmParseArgumentsCommand.h              |    6 +++++
 Source/cmProjectCommand.cxx                   |   10 +++++++
 Source/cmProjectCommand.h                     |    6 +++++
 Source/cmReturnCommand.h                      |    6 +++++
 Source/cmSearchPath.cxx                       |    3 +++
 Source/cmSeparateArgumentsCommand.cxx         |    6 +++++
 Source/cmSeparateArgumentsCommand.h           |    6 +++++
 Source/cmSetCommand.cxx                       |    8 ++++++
 Source/cmSetCommand.h                         |    6 +++++
 Source/cmSetDirectoryPropertiesCommand.cxx    |    4 ++-
 Source/cmSetDirectoryPropertiesCommand.h      |    7 +++++
 Source/cmSetPropertyCommand.cxx               |   13 ++++++---
 Source/cmSetPropertyCommand.h                 |   11 ++++++++
 Source/cmSetSourceFilesPropertiesCommand.cxx  |    3 +++
 Source/cmSetSourceFilesPropertiesCommand.h    |    7 +++++
 Source/cmSetTargetPropertiesCommand.cxx       |    7 ++++-
 Source/cmSetTargetPropertiesCommand.h         |    7 +++++
 Source/cmSetTestsPropertiesCommand.cxx        |    6 ++++-
 Source/cmSetTestsPropertiesCommand.h          |    7 +++++
 Source/cmSiteNameCommand.cxx                  |    6 ++++-
 Source/cmSiteNameCommand.h                    |    6 +++++
 Source/cmStringCommand.cxx                    |   23 +++++++++-------
 Source/cmStringCommand.h                      |    9 ++++---
 Source/cmSubdirCommand.cxx                    |    3 +++
 Source/cmSubdirCommand.h                      |    6 +++++
 Source/cmTargetLinkLibrariesCommand.cxx       |   10 +++++++
 Source/cmTargetLinkLibrariesCommand.h         |    8 ++++++
 Source/cmTargetPropCommandBase.cxx            |    1 +
 Source/cmTryCompileCommand.cxx                |    5 ++++
 Source/cmTryCompileCommand.h                  |    7 +++++
 Source/cmTryRunCommand.cxx                    |   10 +++++--
 Source/cmTryRunCommand.h                      |    7 +++++
 Source/cmUnsetCommand.cxx                     |    6 +++++
 Source/cmUnsetCommand.h                       |    6 +++++
 Source/cmUtilitySourceCommand.cxx             |    2 +-
 Source/cmWhileCommand.cxx                     |    5 ++++
 Source/cmWhileCommand.h                       |    8 +++++-
 163 files changed, 962 insertions(+), 107 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list