[Cmake-commits] CMake branch, master, updated. v3.3.0-749-g5570650

Brad King brad.king at kitware.com
Thu Aug 6 09:38:28 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  55706506c7bd84ded84a85042ac8bd72f4506411 (commit)
       via  a309409ead0bde721a17e8b3c4e89fe6a2181423 (commit)
       via  f83e84028ac28ce098ea76bd857ae1663c295494 (commit)
       via  b3f0e35308993de825f00ec18fc6559e6609c9b0 (commit)
       via  34c437411dad89c671261269f2067129584a4259 (commit)
       via  4329a71c128f8a8fca48a8827226d09f61fcbe85 (commit)
       via  c93230ac3838231f2f44986e224da1bdaf9a7dfe (commit)
       via  ee26add4f4062d8b53f22e161027a573dc03399c (commit)
       via  c8a5f5ae60c911298fc3c0f168ac3652223722a4 (commit)
       via  f8076644ce21c5c20cb0d368d25c191a05364481 (commit)
       via  7c809fa2a675b7e669e76683f73397e38dd22999 (commit)
       via  6da99de3236fbaeebf6a4fc66f7d68f43a59902f (commit)
       via  d6bb319b09d056428468d8894f7d7dd2cb0d963e (commit)
       via  7a460852fa1bc9df22d4c54bac3d57f909488608 (commit)
       via  d560bfd2739f2594119c49d82485b99bb4fbbe1f (commit)
       via  89e2a080e977b9632fa13c627b6a5370250d6ed5 (commit)
       via  62720e44be3e9f28e4c1e7d38206b2c51d34745e (commit)
       via  e27d737e27fbfc8cfde020ec02d6b2c74afb6885 (commit)
       via  8d2de00244f8338664c16bd8d8ebb03c6f0cb83f (commit)
       via  3df705681be123d93146156fec3166b41b19465a (commit)
       via  a45fed81e5fd5d9b280c8dd70d50c9606a982a0b (commit)
       via  f0aa660772565545cbcda9ed8ae946b8d5097416 (commit)
       via  766839c56da82e12b6986fb5cf7c8d86442615bc (commit)
       via  47803e6f8e98984e740acf2f7c0a217de58717cd (commit)
       via  7da4c9d4edbdd6df6aa2a9467d6f32a98fc8cac4 (commit)
       via  97f10e488a5153e45d6a27a730cc1ecbaae7d559 (commit)
       via  4b86f5edc91ba649908f5b6ab0fb7f1154e38066 (commit)
       via  5ff813c7a62d6c37b86bbf9a988a91baa4d5b9e6 (commit)
       via  38d4ba3564b9a37f8042888ffd63bf736852b6b8 (commit)
       via  90bad039c44195b742740613a34b90697254fdd2 (commit)
       via  803a7982b4403c690d7b7fa8c49d00a5abae3471 (commit)
       via  c971338416d7376d8b710b5c18957f6a800b3de0 (commit)
       via  244c5b5dcdc5af1f91a79a81f7f7ec4047759fe8 (commit)
       via  12bc571c13eda8d504eac788d6b3e5e8d83e3ad3 (commit)
       via  41abdc17df99662a8e99ba895050dbc8c0e34b8e (commit)
       via  1aa13f2b58e477095f76d28a8d9bb1b83a9dd1f5 (commit)
       via  1ab59f688f647abe1bc0b5e7a187ec0bac988e0f (commit)
      from  73e3de381d87a635e303e2076a46cb739466c1a4 (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=55706506c7bd84ded84a85042ac8bd72f4506411
commit 55706506c7bd84ded84a85042ac8bd72f4506411
Merge: 73e3de3 a309409
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Aug 6 09:38:27 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Aug 6 09:38:27 2015 -0400

    Merge topic 'use-generator-target'
    
    a309409e cmOrderDirectories: Port to cmGeneratorTarget.
    f83e8402 cmGeneratorTarget: Move CompileInfoMap from cmTarget.
    b3f0e353 cmGeneratorTarget: Move GetCompilePDBDirectory from cmTarget.
    34c43741 cmGeneratorTarget: Move GetOutputName from cmTarget.
    4329a71c cmComputeLinkDepends: Port to cmGeneratorTarget.
    c93230ac cmComputeLinkInformation: Port to cmGeneratorTarget.
    ee26add4 cmGeneratorTarget: Move IsBundleOnApple from cmTarget.
    c8a5f5ae cmMakefileTargetGenerator: Add accessor for GeneratorTarget.
    f8076644 cmGeneratorTarget: Move GetLinkClosure from cmTarget.
    7c809fa2 cmGeneratorTarget: Move GetLinkerLanguage from cmTarget.
    6da99de3 cmGeneratorTarget: Move GetFrameworkDirectory from cmTarget.
    d6bb319b cmGeneratorTarget: Move GetFullName from cmTarget.
    7a460852 cmGeneratorTarget: Move GetAppBundleDirectory from cmTarget.
    d560bfd2 cmGeneratorTarget: Move GetInstallNameDir* from cmTarget.
    89e2a080 cmGeneratorTarget: Move GetMacContentDirectory from cmTarget.
    62720e44 cmGeneratorTarget: Move GetFullNameComponents from cmTarget.
    ...


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

Summary of changes:
 Source/cmCommonTargetGenerator.cxx             |    5 +-
 Source/cmComputeLinkDepends.cxx                |   17 +-
 Source/cmComputeLinkDepends.h                  |    6 +-
 Source/cmComputeLinkInformation.cxx            |   80 +-
 Source/cmComputeLinkInformation.h              |    6 +-
 Source/cmExportBuildFileGenerator.cxx          |   10 +-
 Source/cmExportBuildFileGenerator.h            |    3 +-
 Source/cmExportFileGenerator.cxx               |   17 +-
 Source/cmExportFileGenerator.h                 |    4 +-
 Source/cmExportInstallFileGenerator.cxx        |   12 +-
 Source/cmExportInstallFileGenerator.h          |    3 +-
 Source/cmExportTryCompileFileGenerator.cxx     |    4 +-
 Source/cmExportTryCompileFileGenerator.h       |    2 +-
 Source/cmGeneratorExpressionNode.cxx           |   47 +-
 Source/cmGeneratorTarget.cxx                   | 2957 ++++++++++++++++++++----
 Source/cmGeneratorTarget.h                     |  197 +-
 Source/cmGhsMultiTargetGenerator.cxx           |    3 +-
 Source/cmGlobalNinjaGenerator.cxx              |    4 +-
 Source/cmGlobalUnixMakefileGenerator3.cxx      |    6 +-
 Source/cmGlobalXCodeGenerator.cxx              |   27 +-
 Source/cmInstallTargetGenerator.cxx            |   39 +-
 Source/cmLocalGenerator.cxx                    |    8 +-
 Source/cmLocalUnixMakefileGenerator3.cxx       |    3 +-
 Source/cmLocalVisualStudio6Generator.cxx       |   40 +-
 Source/cmLocalVisualStudio7Generator.cxx       |   27 +-
 Source/cmMakefileExecutableTargetGenerator.cxx |   10 +-
 Source/cmMakefileLibraryTargetGenerator.cxx    |   24 +-
 Source/cmMakefileTargetGenerator.cxx           |   17 +-
 Source/cmMakefileTargetGenerator.h             |    1 +
 Source/cmNinjaNormalTargetGenerator.cxx        |   14 +-
 Source/cmNinjaTargetGenerator.cxx              |    9 +-
 Source/cmOSXBundleGenerator.cxx                |   14 +-
 Source/cmOrderDirectories.cxx                  |    8 +-
 Source/cmOrderDirectories.h                    |    6 +-
 Source/cmQtAutoGenerators.cxx                  |   16 +-
 Source/cmTarget.cxx                            | 2095 +----------------
 Source/cmTarget.h                              |  183 +-
 Source/cmVisualStudio10TargetGenerator.cxx     |   18 +-
 38 files changed, 3006 insertions(+), 2936 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list