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  98d6e9ec2dd0a935b1ebfed50b6e9ecab719557d (commit)
       via  57f03e59ba92989aaf3600399f11ffb308cc663e (commit)
       via  57ab0f70b50e8c308f12248494fcc233e83210a4 (commit)
       via  570938cbfd132ad0e586327466109aad87c21ede (commit)
       via  ec38e4c84faa276e664f950b417a71c3901485f6 (commit)
       via  dfb025bf126080f6bb209f6f40ff909c4f5c5c97 (commit)
       via  9f2dca805c8010636d4be7ef03d96bfc131c9809 (commit)
       via  c7a8e74b8c7ade9efb68b8bd36fd6d741f2dba7e (commit)
       via  5b60eaf619baf4dfa2bc1a3f1109ff742a04f532 (commit)
       via  50b17a6112704ad3897b1ccc87a0061cf7949ee7 (commit)
       via  ba2668588213688243174a9cc8d7f034661b2a73 (commit)
       via  5ab3a946518870d0dbd1fe606d1bc89d336769c4 (commit)
       via  496f4cd07d20e91750ec920e05a4aef4e4bdc9ba (commit)
       via  de80993a2020e64259f12f608d11d1ace9a719a6 (commit)
       via  611220f77af9e2c5e174aa7ff9fa8bba982374ef (commit)
       via  bbad6ba53771dc77bfdf74bab7173374084d434c (commit)
       via  e4dc83ade5f8b44d44f21d3f90185bf0264e5d9d (commit)
       via  72f43fa13ddb544f84891f14619e622baf29ae38 (commit)
       via  58811998fb63975cc92abab23044630bc11cd26d (commit)
       via  57a69f934173eceaaf87e15074baf4e19402a687 (commit)
       via  0e0258c8b9c6cab7c55c90687b30d65a83783c2f (commit)
       via  a8e5d838edcb692ff69c2073cf692d7067f52c67 (commit)
       via  d568eefe104e480706a2e6ceb16df4376d4becbf (commit)
      from  16dffb313697d175ed76701f4a06ecbbeedcb627 (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=98d6e9ec2dd0a935b1ebfed50b6e9ecab719557d
commit 98d6e9ec2dd0a935b1ebfed50b6e9ecab719557d
Merge: 16dffb3 57f03e5
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Tue Jul 28 10:08:50 2015 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Tue Jul 28 10:08:50 2015 -0400

    Merge topic 'use-generator-target'
    
    57f03e59 Port some of the cmExportFileGenerator API to cmGeneratorTarget.
    57ab0f70 Port cmExportBuildFileGenerator to cmGeneratorTarget.
    570938cb cmExportTryCompileFileGenerator: Create cmGeneratorTargets.
    ec38e4c8 Move GetFullPath to cmGeneratorTarget
    dfb025bf Move GetLocationForBuild to cmGeneratorTarget.
    9f2dca80 Move GetLocation to cmGeneratorTarget.
    c7a8e74b Always access target location from a cmGeneratorTarget instance.
    5b60eaf6 cmTarget: Restore the ImportedGetLocation method.
    50b17a61 cmIncludeCommand: Populate the cmGeneratorTargets in deprecated 
path.
    ba266858 cmTarget: Create cmGeneratorTargets before reading deprecated 
LOCATION.
    5ab3a946 cmTarget: Inline GetLocation into deprecated callers.
    496f4cd0 cmGlobalGenerator: Create cmGeneratorTargets before QtAutomoc.
    de80993a cmGlobalGenerator: Create cmGeneratorTargets earlier.
    611220f7 cmTarget: Use reliable test for CMP0024 and CMP0026 OLD.
    bbad6ba5 cmLocalGenerator: Remove unused AddCustomCommandToCreateObject 
method.
    e4dc83ad cmLocalGenerator: Remove unused AddBuildTargetRule method.
    ...


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

Summary of changes:
 Source/cmCPackPropertiesGenerator.cxx      |   10 +-
 Source/cmCPackPropertiesGenerator.h        |    6 +-
 Source/cmComputeLinkInformation.cxx        |   18 ++-
 Source/cmCoreTryCompile.cxx                |    2 +-
 Source/cmCustomCommandGenerator.cxx        |   23 +--
 Source/cmCustomCommandGenerator.h          |    6 +-
 Source/cmExportBuildFileGenerator.cxx      |   37 +++--
 Source/cmExportBuildFileGenerator.h        |    4 +-
 Source/cmExportFileGenerator.cxx           |   37 +++--
 Source/cmExportFileGenerator.h             |    8 +-
 Source/cmExportInstallFileGenerator.cxx    |    6 +-
 Source/cmExportTryCompileFileGenerator.cxx |    7 +
 Source/cmExportTryCompileFileGenerator.h   |    2 +
 Source/cmExtraCodeBlocksGenerator.cxx      |    4 +-
 Source/cmGeneratorExpressionNode.cxx       |   35 ++---
 Source/cmGeneratorTarget.cxx               |  141 +++++++++++++++++-
 Source/cmGeneratorTarget.h                 |   16 ++
 Source/cmGlobalGenerator.cxx               |   97 ++++++++----
 Source/cmGlobalGenerator.h                 |   18 ++-
 Source/cmGlobalKdevelopGenerator.cxx       |    8 +-
 Source/cmGlobalNinjaGenerator.cxx          |    8 +-
 Source/cmGlobalXCodeGenerator.cxx          |    7 +-
 Source/cmIncludeCommand.cxx                |    1 +
 Source/cmLocalGenerator.cxx                |  223 +---------------------------
 Source/cmLocalGenerator.h                  |   17 ---
 Source/cmLocalNinjaGenerator.cxx           |    2 +-
 Source/cmLocalUnixMakefileGenerator3.cxx   |    6 +-
 Source/cmLocalVisualStudio6Generator.cxx   |   12 +-
 Source/cmLocalVisualStudio6Generator.h     |    1 -
 Source/cmLocalVisualStudio7Generator.cxx   |   13 +-
 Source/cmMakefile.h                        |    4 +
 Source/cmMakefileTargetGenerator.cxx       |    7 +-
 Source/cmNinjaNormalTargetGenerator.cxx    |    9 +-
 Source/cmNinjaTargetGenerator.cxx          |    2 +-
 Source/cmNinjaUtilityTargetGenerator.cxx   |    4 +-
 Source/cmQtAutoGenerators.cxx              |   23 ++-
 Source/cmQtAutoGenerators.h                |    3 +-
 Source/cmTarget.cxx                        |  181 +++++++---------------
 Source/cmTarget.h                          |   22 +--
 Source/cmTestGenerator.cxx                 |    2 +-
 Source/cmVisualStudio10TargetGenerator.cxx |    4 +-
 Source/cmake.cxx                           |    2 +-
 42 files changed, 478 insertions(+), 560 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