[Cmake-commits] CMake branch, master, updated. v3.8.0-rc1-165-g3c0de6d
Brad King
brad.king at kitware.com
Mon Feb 20 10:43:09 EST 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, master has been updated
via 3c0de6db2d9e0580f23cc95c4a1e00a8f66108c9 (commit)
via d58d28a94142bfd290ea8053a60927138ac98d4d (commit)
via 07953c18f3cf64ae599d38bcf3cdc2408fb5533b (commit)
via f918b053b257690db4405a302da39fa5de14f1d9 (commit)
via b74314c6fdfcc1520dff6ac93d7150c8bf3f75f4 (commit)
via 74404df4405528d4d156d8761f71566d80ba4119 (commit)
via e7168c087f6b7a917099cd196959d39f44fb0412 (commit)
via ee72803e9f2988d2cf493a6d096c2a0d483fc547 (commit)
from 66094d12241417d9a1080c2f059bd053cda6dc82 (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=3c0de6db2d9e0580f23cc95c4a1e00a8f66108c9
commit 3c0de6db2d9e0580f23cc95c4a1e00a8f66108c9
Merge: 66094d1 d58d28a
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Feb 20 10:43:07 2017 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Feb 20 10:43:07 2017 -0500
Merge topic 'iwyu'
d58d28a9 ParserHelper: Move macros to bottom of files
07953c18 remove file cmStandardIncludes.h
f918b053 cmFortranParser: include what you use
b74314c6 cmDependsJavaParser: include what you use
74404df4 cmCommandArgumentParser: include what you use
e7168c08 cmExprParser: include what you use
ee72803e fix some include-what-you-use diagnostics
-----------------------------------------------------------------------
Summary of changes:
Source/CPack/cmCPackGenerator.h | 1 -
Source/cmBuildNameCommand.cxx | 1 -
Source/cmCTest.h | 1 -
Source/cmCommandArgumentParser.cxx | 110 +-
Source/cmCommandArgumentParser.y | 4 +-
Source/cmCommandArgumentParserHelper.h | 22 +-
Source/cmCommands.cxx | 1 +
Source/cmCoreTryCompile.cxx | 1 +
Source/cmDependsJavaParser.cxx | 1438 ++++++++++++------------
Source/cmDependsJavaParser.y | 6 +
Source/cmDependsJavaParserHelper.h | 17 +-
Source/cmExportLibraryDependenciesCommand.cxx | 1 -
Source/cmExprParser.cxx | 109 +-
Source/cmExprParser.y | 7 +-
Source/cmExprParserHelper.h | 19 +-
Source/cmFortranParser.cxx | 126 ++-
Source/cmFortranParser.h | 4 +-
Source/cmFortranParser.y | 8 +-
Source/cmFortranParserTokens.h | 2 +-
Source/cmLinkLineDeviceComputer.cxx | 10 +-
Source/cmLinkLineDeviceComputer.h | 9 +
Source/cmLoadCommandCommand.cxx | 13 +-
Source/cmLocalGenerator.cxx | 1 -
Source/cmMakefileExecutableTargetGenerator.cxx | 1 +
Source/cmMakefileExecutableTargetGenerator.h | 2 +
Source/cmMakefileLibraryTargetGenerator.cxx | 3 +-
Source/cmOutputRequiredFilesCommand.cxx | 1 -
Source/cmQtAutoGenerators.cxx | 1 +
Source/cmSourceGroupCommand.cxx | 2 +
Source/cmStandardIncludes.h | 53 -
Source/cmSubdirDependsCommand.cxx | 2 -
Source/cmSystemTools.cxx | 1 +
Source/cmUseMangledMesaCommand.cxx | 1 -
Source/cmUtilitySourceCommand.cxx | 1 -
Source/cmVariableRequiresCommand.cxx | 1 -
35 files changed, 979 insertions(+), 1001 deletions(-)
delete mode 100644 Source/cmStandardIncludes.h
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list