[Cmake-commits] CMake branch, master, updated. v3.4.0-rc1-220-gad3ff60

Brad King brad.king at kitware.com
Wed Oct 14 13:36:01 EDT 2015


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  ad3ff60f4a026d94fba7530325278ecd93a7357d (commit)
       via  2293d43d00ddcff86c70f0b06014223f3b01e36c (commit)
       via  488723f5cd9bec3f7b35b26c89ce2d92ad7d4db4 (commit)
       via  1583440509a148d216d6691cdaeede1aa24af95c (commit)
       via  11165525ba663b4cd7a188c6b698822b8480aafb (commit)
      from  ff6ae3ecfc2ab421dccb9e50d78162e0b1c389ba (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=ad3ff60f4a026d94fba7530325278ecd93a7357d
commit ad3ff60f4a026d94fba7530325278ecd93a7357d
Merge: ff6ae3e 2293d43
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Oct 14 13:35:59 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Oct 14 13:35:59 2015 -0400

    Merge topic 'genex-generator-objects'
    
    2293d43d cmLocalGenerator: Store cmGeneratorTargets.
    488723f5 cmMakefile: Store container of cmExportBuildFileGenerators.
    15834405 cmGeneratorExpression: Port interface to cmGeneratorTarget.
    11165525 cmGeneratorExpression: Port to cmLocalGenerator.


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

Summary of changes:
 Source/cmCPackPropertiesGenerator.cxx          |    4 +-
 Source/cmCustomCommandGenerator.cxx            |    9 ++-
 Source/cmExportBuildFileGenerator.cxx          |   21 ++++---
 Source/cmExportBuildFileGenerator.h            |    8 +--
 Source/cmExportCommand.cxx                     |    2 +-
 Source/cmExportFileGenerator.cxx               |    4 +-
 Source/cmExportTryCompileFileGenerator.cxx     |    7 ++-
 Source/cmExtraEclipseCDT4Generator.cxx         |    3 +-
 Source/cmGeneratorExpression.cxx               |   16 +++---
 Source/cmGeneratorExpression.h                 |   13 +++--
 Source/cmGeneratorExpressionContext.cxx        |   13 +++--
 Source/cmGeneratorExpressionContext.h          |   10 ++--
 Source/cmGeneratorExpressionDAGChecker.cxx     |    7 ++-
 Source/cmGeneratorExpressionEvaluationFile.cxx |    8 +--
 Source/cmGeneratorExpressionNode.cxx           |   70 +++++++++++++-----------
 Source/cmGeneratorExpressionNode.h             |    5 +-
 Source/cmGeneratorTarget.cxx                   |   64 +++++++++++-----------
 Source/cmGlobalGenerator.cxx                   |   34 ++++++++++--
 Source/cmGlobalGenerator.h                     |    7 ++-
 Source/cmGlobalGhsMultiGenerator.cxx           |    2 +-
 Source/cmGlobalKdevelopGenerator.cxx           |    3 +-
 Source/cmGlobalUnixMakefileGenerator3.cxx      |    6 +-
 Source/cmGlobalVisualStudio7Generator.cxx      |    3 +-
 Source/cmGlobalVisualStudio8Generator.cxx      |    2 +-
 Source/cmGlobalVisualStudioGenerator.cxx       |    4 +-
 Source/cmGlobalXCodeGenerator.cxx              |    6 +-
 Source/cmIncludeCommand.cxx                    |    1 +
 Source/cmInstallDirectoryGenerator.cxx         |    2 +-
 Source/cmInstallFilesGenerator.cxx             |    4 +-
 Source/cmInstallTargetGenerator.cxx            |    2 +-
 Source/cmLocalGenerator.cxx                    |   24 +++++++-
 Source/cmLocalGenerator.h                      |   14 +++++
 Source/cmLocalGhsMultiGenerator.cxx            |    2 +-
 Source/cmLocalNinjaGenerator.cxx               |    2 +-
 Source/cmLocalUnixMakefileGenerator3.cxx       |    6 +-
 Source/cmMakefile.cxx                          |   40 ++++++++------
 Source/cmMakefile.h                            |   21 +++----
 Source/cmMakefileTargetGenerator.cxx           |    7 ++-
 Source/cmQtAutoGeneratorInitializer.cxx        |    2 +-
 Source/cmTestGenerator.cxx                     |    8 +--
 Source/cmVisualStudio10TargetGenerator.cxx     |   11 ++--
 bootstrap                                      |    1 +
 42 files changed, 281 insertions(+), 197 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list