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  82e77d74304707255265a564678b38ea372813dd (commit)
       via  a23fcc9558f9f2788fc828f7473060ea1f035f55 (commit)
       via  4e41913f9acb6a33f6a4eb1b88577fb7499e99d6 (commit)
       via  e5e529701812bdfe7ea1c3ffe682bd576b9c05a8 (commit)
       via  3ef8aaaa71786b32ed88a29e48dd17d32f5a8a79 (commit)
       via  5f662b3887c3e92adfcad1bc92eabfd86db263b7 (commit)
       via  0368552d7fcdd35a0cb52043a8567e66d62bccd3 (commit)
       via  5edb3354854bd2de4f9ea0e2c4af4069f46a4830 (commit)
       via  ff1019bfac1380681989242fa904c2d9fe13fd38 (commit)
       via  aa2407d84d8bcd983b3df294032831bbd54cf25d (commit)
       via  610572b7d27e122ebf8e5c5d430019844567a996 (commit)
       via  2e94cba3565105aaa23720d9ffdcb9fe1ccee6b9 (commit)
       via  fb9355c50e366bd0f7cb6df6ea19118bd7dae899 (commit)
       via  29e8b7bfcc8b3530fb4fd2dd04dca59744588b61 (commit)
       via  1ef9b2b6007356ab26cdec42bdf9c79d53745bf6 (commit)
       via  5c14f78005ba5b4a2ccf0899fc50805a9de7b9ee (commit)
       via  a1209be550172a95d3254158c121abf184e60bcd (commit)
       via  32e4f6beca6f13165ec5a40bf363d005ebda9263 (commit)
       via  34b902a5a6fd55ef3857d74aab986a8d96d57659 (commit)
       via  aaa322a5cb5603742273282fb12f1e368697a625 (commit)
      from  6e11703c6c9526724040f72c48e2f18616290080 (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=82e77d74304707255265a564678b38ea372813dd
commit 82e77d74304707255265a564678b38ea372813dd
Merge: 6e11703 a23fcc9
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Fri Jul 31 09:21:45 2015 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Fri Jul 31 09:21:45 2015 -0400

    Merge topic 'refactor-install'
    
    a23fcc95 cmInstallTargetGenerator: Port to cmGeneratorTarget.
    4e41913f cmInstallCommand: Store only a targetName, not a cmTarget.
    e5e52970 cmInstallGenerator: Add a Compute() virtual hook.
    3ef8aaaa cmInstallCommand: Move the SetHaveInstallRule invocation.
    5f662b38 cmScriptGenerator: Remove unused method.
    0368552d cmGlobalGenerator: Move QtAutogen handling to Compute().
    5edb3354 cmGlobalGenerator: Virtualize the Compute step and override it.
    ff1019bf cmGlobalGenerator: Move generation object creation to Compute().
    aa2407d8 Xcode: Use allBuild target return value.
    610572b7 cmMakefile: Simplify generate-time cmGeneratorTarget creation.
    2e94cba3 cmGlobalGenerator: Move FinalizeTargetCompileInfo to Compute().
    fb9355c5 cmGlobalGenerator: Return from Compute whether to generate.
    29e8b7bf cmGlobalGenerator: Create a new Compute step before generation.
    1ef9b2b6 cmGlobalGenerator: Remove the TargetManifest member.
    5c14f780 cmGlobalGenerator: Remove unused manifest accessor.
    a1209be5 VisualStudio: Skip global targets when processing.
    ...


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

Summary of changes:
 Source/cmExportInstallFileGenerator.cxx    |    2 +-
 Source/cmGeneratorTarget.cxx               |   10 ++--
 Source/cmGlobalGenerator.cxx               |   35 +++++++----
 Source/cmGlobalGenerator.h                 |   16 +----
 Source/cmGlobalVisualStudio10Generator.cxx |   11 +++-
 Source/cmGlobalVisualStudio10Generator.h   |    2 +
 Source/cmGlobalVisualStudio8Generator.cxx  |   13 ++--
 Source/cmGlobalVisualStudio8Generator.h    |    2 +-
 Source/cmGlobalVisualStudioGenerator.cxx   |   17 ++++--
 Source/cmGlobalVisualStudioGenerator.h     |    2 +-
 Source/cmGlobalXCodeGenerator.cxx          |   28 +++++++--
 Source/cmGlobalXCodeGenerator.h            |    1 +
 Source/cmInstallCommand.cxx                |    9 ++-
 Source/cmInstallGenerator.h                |    2 +
 Source/cmInstallTargetGenerator.cxx        |   89 +++++++++++++++++-----------
 Source/cmInstallTargetGenerator.h          |   14 +++--
 Source/cmLocalGenerator.cxx                |   18 +++---
 Source/cmLocalVisualStudio6Generator.cxx   |    3 +-
 Source/cmLocalVisualStudio7Generator.cxx   |    4 ++
 Source/cmMakefile.cxx                      |   29 +++++----
 Source/cmMakefile.h                        |   22 ++++---
 Source/cmQtAutoGenerators.cxx              |    1 -
 Source/cmScriptGenerator.h                 |    3 -
 Source/cmake.cxx                           |    6 +-
 24 files changed, 215 insertions(+), 124 deletions(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits

Reply via email to