[Cmake-commits] CMake branch, master, updated. v3.7.0-rc2-268-g92c3cab

Brad King brad.king at kitware.com
Thu Oct 20 08:51:08 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  92c3cab223845ca83533bba7b6d73f6180223935 (commit)
       via  e6eecec761afd9c1b275d4adebfd08c2e96412fd (commit)
       via  e3587ee01ddf834805e317c21dc87198f443c00e (commit)
       via  e0a84904eb38e145c3a4d4e4ef5d7aceb3c2d196 (commit)
       via  a91eaf387287a201d421e90d78bcae8836cc6042 (commit)
       via  27be1d815298ebf343823ff99baa35484da92a85 (commit)
       via  34433c88e259493a22c59558e1ee052251f2c149 (commit)
       via  cde6eb6249cd3211cb3391860221ec32f985e53b (commit)
       via  a9bf981a4c0ee3aece0b162ba7ebc76ad99330eb (commit)
       via  17d27893e6fdc70a39a35cad468f332f968e44e7 (commit)
       via  34bcec39c68b82148635cec94a2f7d49d40edf75 (commit)
       via  2fe3e55d53989c909be595b00a4749b75886accf (commit)
       via  a49751fb2eed0ca6415b243c35b23201b8060597 (commit)
       via  0060391dffe824526b1f359db79c66c55e53d0c5 (commit)
       via  5bc964eddbee7936f05ab758c7ac417fffbe4a3e (commit)
       via  2dc409964858c96125948082a2c488bd573b8269 (commit)
       via  cb40af5d6fa65dae9421280c05934eafc8a66165 (commit)
       via  1205f75e3bd9e5ff7051459cac4594ea7c3a9bf9 (commit)
       via  163991dd83cac6afa0f6dfeec41d885e8b880fc8 (commit)
       via  51f89932c0adccdc28bc3cb6ccf0248a16d897a2 (commit)
      from  e10439121e9602f77f80531dd60acc781fba5e79 (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=92c3cab223845ca83533bba7b6d73f6180223935
commit 92c3cab223845ca83533bba7b6d73f6180223935
Merge: e104391 e6eecec
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Oct 20 08:51:04 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Oct 20 08:51:04 2016 -0400

    Merge topic 'split-cmState'
    
    e6eecec7 cmListFileCache: Remove cmState header include
    e3587ee0 cmTargetPropertyComputer: Add missing include
    e0a84904 cmState: Split auxiliary classes into separate files
    a91eaf38 cmState: Port dependents to new cmStateTypes header
    27be1d81 cmState: Move extracted declarations to a separate file
    34433c88 cmState: Remove compatibility typedefs
    cde6eb62 cmState: Port dependent code to new cmStateSnapshot name
    a9bf981a cmState: Move Snapshot type to separate namespace
    17d27893 cmState: Port dependent code to new cmStateDirectory name
    34bcec39 cmState: Move Directory class to separate namespace
    2fe3e55d cmState: Move CacheEntryType enum to separate namespace
    a49751fb cmState: Move TargetType enum to separate namespace
    0060391d cmState: Move SnapshotType enum to separate namespace
    5bc964ed cmState: Move PositionType to separate namespace
    2dc40996 cmState: Move PolicyStackEntry to separate namespace
    cb40af5d cmState: Move SnapshotDataType to separate namespace
    ...


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

Summary of changes:
 Source/CMakeLists.txt                              |    5 +
 Source/CPack/cmCPackGenerator.cxx                  |    2 +-
 Source/CPack/cpack.cxx                             |    1 +
 Source/CTest/cmCTestLaunch.cxx                     |    2 +-
 Source/CTest/cmCTestScriptHandler.cxx              |    3 +-
 Source/CTest/cmCTestSubmitHandler.cxx              |    1 +
 Source/CTest/cmCTestTestHandler.cxx                |    1 +
 Source/CursesDialog/cmCursesBoolWidget.cxx         |    4 +-
 .../CursesDialog/cmCursesCacheEntryComposite.cxx   |   11 +-
 Source/CursesDialog/cmCursesDummyWidget.cxx        |    4 +-
 Source/CursesDialog/cmCursesFilePathWidget.cxx     |    4 +-
 Source/CursesDialog/cmCursesMainForm.cxx           |   32 +-
 Source/CursesDialog/cmCursesMainForm.h             |    4 +-
 Source/CursesDialog/cmCursesOptionsWidget.cxx      |    4 +-
 Source/CursesDialog/cmCursesPathWidget.cxx         |    6 +-
 Source/CursesDialog/cmCursesStringWidget.cxx       |    4 +-
 Source/CursesDialog/cmCursesWidget.h               |    6 +-
 Source/QtDialog/QCMake.cxx                         |   26 +-
 Source/cmAddExecutableCommand.cxx                  |    6 +-
 Source/cmAddLibraryCommand.cxx                     |   64 +-
 Source/cmBuildCommand.cxx                          |    2 +-
 Source/cmBuildNameCommand.cxx                      |    4 +-
 Source/cmCMakePolicyCommand.cxx                    |    3 +-
 Source/cmCPluginAPI.cxx                            |   22 +-
 Source/cmCTest.cxx                                 |    3 +-
 Source/cmCacheManager.cxx                          |   34 +-
 Source/cmCacheManager.h                            |   19 +-
 Source/cmCommonTargetGenerator.cxx                 |    5 +-
 Source/cmComputeLinkDepends.cxx                    |    6 +-
 Source/cmComputeLinkInformation.cxx                |   46 +-
 Source/cmComputeTargetDepends.cxx                  |   21 +-
 Source/cmConditionEvaluator.cxx                    |    1 +
 Source/cmCoreTryCompile.cxx                        |   40 +-
 Source/cmCoreTryCompile.h                          |    2 +-
 Source/cmCustomCommandGenerator.cxx                |    8 +-
 Source/cmDefinePropertyCommand.cxx                 |    1 +
 Source/cmDependsFortran.cxx                        |    1 +
 Source/cmExportBuildAndroidMKGenerator.cxx         |   24 +-
 Source/cmExportBuildFileGenerator.cxx              |   10 +-
 Source/cmExportCommand.cxx                         |    4 +-
 Source/cmExportFileGenerator.cxx                   |   20 +-
 Source/cmExportInstallAndroidMKGenerator.cxx       |    2 +-
 Source/cmExportInstallFileGenerator.cxx            |    8 +-
 Source/cmExportLibraryDependenciesCommand.cxx      |    4 +-
 Source/cmExportTryCompileFileGenerator.cxx         |    4 +-
 Source/cmExtraCodeBlocksGenerator.cxx              |   44 +-
 Source/cmExtraCodeLiteGenerator.cxx                |   34 +-
 Source/cmExtraEclipseCDT4Generator.cxx             |   36 +-
 Source/cmExtraKateGenerator.cxx                    |   16 +-
 Source/cmExtraSublimeTextGenerator.cxx             |   16 +-
 Source/cmFindBase.cxx                              |    3 +-
 Source/cmFindLibraryCommand.cxx                    |    7 +-
 Source/cmFindPackageCommand.cxx                    |    3 +-
 Source/cmFindPathCommand.cxx                       |    7 +-
 Source/cmFindProgramCommand.cxx                    |    6 +-
 Source/cmGeneratorExpressionNode.cxx               |   20 +-
 Source/cmGeneratorTarget.cxx                       |  190 ++--
 Source/cmGeneratorTarget.h                         |    6 +-
 Source/cmGetCMakePropertyCommand.cxx               |    2 +-
 Source/cmGetFilenameComponentCommand.cxx           |   12 +-
 Source/cmGetPropertyCommand.cxx                    |    1 +
 Source/cmGhsMultiTargetGenerator.cxx               |    8 +-
 Source/cmGlobalBorlandMakefileGenerator.cxx        |    1 +
 Source/cmGlobalGenerator.cxx                       |   55 +-
 Source/cmGlobalGenerator.h                         |   11 +-
 Source/cmGlobalJOMMakefileGenerator.cxx            |    1 +
 Source/cmGlobalKdevelopGenerator.cxx               |    4 +-
 Source/cmGlobalMSYSMakefileGenerator.cxx           |    1 +
 Source/cmGlobalMinGWMakefileGenerator.cxx          |    1 +
 Source/cmGlobalNMakeMakefileGenerator.cxx          |    1 +
 Source/cmGlobalNinjaGenerator.cxx                  |   43 +-
 Source/cmGlobalNinjaGenerator.h                    |    2 +-
 Source/cmGlobalUnixMakefileGenerator3.cxx          |   80 +-
 Source/cmGlobalUnixMakefileGenerator3.h            |    6 +-
 Source/cmGlobalVisualStudio11Generator.cxx         |    5 +-
 Source/cmGlobalVisualStudio11Generator.h           |    2 +-
 Source/cmGlobalVisualStudio71Generator.cxx         |    2 +-
 Source/cmGlobalVisualStudio71Generator.h           |    2 +-
 Source/cmGlobalVisualStudio7Generator.cxx          |   15 +-
 Source/cmGlobalVisualStudio7Generator.h            |    2 +-
 Source/cmGlobalVisualStudio8Generator.cxx          |   10 +-
 Source/cmGlobalVisualStudio8Generator.h            |    4 +-
 Source/cmGlobalVisualStudioGenerator.cxx           |   22 +-
 Source/cmGlobalWatcomWMakeGenerator.cxx            |    1 +
 Source/cmGlobalXCodeGenerator.cxx                  |  139 +--
 Source/cmGraphVizWriter.cxx                        |   18 +-
 Source/cmGraphVizWriter.h                          |    4 +-
 Source/cmIncludeExternalMSProjectCommand.cxx       |    6 +-
 Source/cmInstallCommand.cxx                        |   26 +-
 Source/cmInstallTargetGenerator.cxx                |   46 +-
 Source/cmLinkLineComputer.cxx                      |    6 +-
 Source/cmLinkLineComputer.h                        |    6 +-
 Source/cmListFileCache.cxx                         |    7 +-
 Source/cmListFileCache.h                           |   12 +-
 Source/cmLoadCacheCommand.cxx                      |    2 +-
 Source/cmLocalGenerator.cxx                        |   70 +-
 Source/cmLocalGenerator.h                          |    6 +-
 Source/cmLocalGhsMultiGenerator.cxx                |    2 +-
 Source/cmLocalNinjaGenerator.cxx                   |    3 +-
 Source/cmLocalUnixMakefileGenerator3.cxx           |   20 +-
 Source/cmLocalVisualStudio10Generator.cxx          |    4 +-
 Source/cmLocalVisualStudio7Generator.cxx           |   79 +-
 Source/cmLocalVisualStudioGenerator.cxx            |    4 +-
 Source/cmMSVC60LinkLineComputer.cxx                |    2 +-
 Source/cmMSVC60LinkLineComputer.h                  |    2 +-
 Source/cmMakefile.cxx                              |   76 +-
 Source/cmMakefile.h                                |   18 +-
 Source/cmMakefileExecutableTargetGenerator.cxx     |    1 +
 Source/cmMakefileLibraryTargetGenerator.cxx        |   35 +-
 Source/cmMakefileTargetGenerator.cxx               |   31 +-
 Source/cmMakefileTargetGenerator.h                 |    2 +-
 Source/cmMarkAsAdvancedCommand.cxx                 |    2 +-
 Source/cmNinjaLinkLineComputer.cxx                 |    2 +-
 Source/cmNinjaLinkLineComputer.h                   |    2 +-
 Source/cmNinjaNormalTargetGenerator.cxx            |   45 +-
 Source/cmNinjaTargetGenerator.cxx                  |   29 +-
 Source/cmNinjaUtilityTargetGenerator.cxx           |    4 +-
 Source/cmOptionCommand.cxx                         |    4 +-
 Source/cmOutputConverter.cxx                       |    6 +-
 Source/cmOutputConverter.h                         |    8 +-
 Source/cmPolicies.cxx                              |    3 +-
 Source/cmProjectCommand.cxx                        |    6 +-
 Source/cmQtAutoGeneratorInitializer.cxx            |    1 +
 Source/cmQtAutoGenerators.cxx                      |    4 +-
 Source/cmServerProtocol.cxx                        |    3 +-
 Source/cmSetCommand.cxx                            |    9 +-
 Source/cmSiteNameCommand.cxx                       |    3 +-
 Source/cmSourceFile.cxx                            |    1 +
 Source/cmState.cxx                                 | 1127 ++------------------
 Source/cmState.h                                   |  234 +---
 Source/cmStateDirectory.cxx                        |  518 +++++++++
 Source/cmStateDirectory.h                          |   82 ++
 Source/cmStatePrivate.h                            |   94 ++
 Source/cmStateSnapshot.cxx                         |  415 +++++++
 Source/cmStateSnapshot.h                           |   88 ++
 Source/cmStateTypes.h                              |   55 +
 Source/cmTarget.cxx                                |   96 +-
 Source/cmTarget.h                                  |   10 +-
 Source/cmTargetLinkLibrariesCommand.cxx            |   16 +-
 Source/cmTargetPropCommandBase.cxx                 |   14 +-
 Source/cmTargetPropertyComputer.cxx                |    6 +-
 Source/cmTargetPropertyComputer.h                  |   13 +-
 Source/cmTest.cxx                                  |    1 +
 Source/cmTestGenerator.cxx                         |    4 +-
 Source/cmTryRunCommand.cxx                         |   11 +-
 Source/cmUtilitySourceCommand.cxx                  |    6 +-
 Source/cmVisualStudio10TargetGenerator.cxx         |  106 +-
 Source/cmake.cxx                                   |   56 +-
 Source/cmake.h                                     |   13 +-
 Source/cmakemain.cxx                               |    6 +-
 Source/cmcmd.cxx                                   |    4 +-
 bootstrap                                          |    2 +
 152 files changed, 2552 insertions(+), 2350 deletions(-)
 create mode 100644 Source/cmStateDirectory.cxx
 create mode 100644 Source/cmStateDirectory.h
 create mode 100644 Source/cmStatePrivate.h
 create mode 100644 Source/cmStateSnapshot.cxx
 create mode 100644 Source/cmStateSnapshot.h
 create mode 100644 Source/cmStateTypes.h


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list