[Cmake-commits] CMake branch, master, updated. v3.4.0-rc1-126-g762108f

Brad King brad.king at kitware.com
Mon Oct 12 10:26:17 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  762108f3ec60ca717cdba369dffc84459a7e3282 (commit)
       via  223d0efe55ff66f6ceb25ecdfbd1d915c76af548 (commit)
       via  a367416cec8297c5a567825217b933f4539a44e4 (commit)
       via  bbef3c2da83b7a69d1f99b21dc92d5506d98fb35 (commit)
       via  12cb3bdce4b40c39b8697bbf89ea8aace6aeae8b (commit)
       via  72efa15dc26b5f63a477ec537edfdffb54ecb691 (commit)
       via  f2a641d68bcb4d001ed4f27e41298066e75ade5b (commit)
       via  10cf42f5ae660c460d5d5f60936250866b33dc94 (commit)
       via  e46ef270ed7c96586ed755322174791374241574 (commit)
       via  53d3a1c95a4b03b327149e628f6937d68af938e6 (commit)
       via  4ab2750c54adb09d147839687858aabe3cd988a7 (commit)
       via  c8187f414bcc4668940c2e0fe40d361389efdbe5 (commit)
       via  8c6e6dd3cef0befcd9a7f4c410a49a5afddd8afb (commit)
       via  27916f2cd10904deda1a44bf221fbdef7ba1af66 (commit)
      from  f3fa7c6bc364a523ba7a437402603fd84c6c9e4b (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=762108f3ec60ca717cdba369dffc84459a7e3282
commit 762108f3ec60ca717cdba369dffc84459a7e3282
Merge: f3fa7c6 223d0ef
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Oct 12 10:26:15 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Oct 12 10:26:15 2015 -0400

    Merge topic 'add-cmLocalGenerator-API'
    
    223d0efe Remove some needless GetMakefile() calls.
    a367416c cmLocalGenerator: Add current source directory accessor.
    bbef3c2d cmLocalGenerator: Add current binary directory accessor.
    12cb3bdc cmLocalGenerator: Add Home directory accessors.
    72efa15d Eclipse: Port API to cmLocalGenerator.
    f2a641d6 Kate: Remove unused variables.
    10cf42f5 Kate: Port API to cmLocalGenerator.
    e46ef270 export: Port internal method to cmGeneratorTarget.
    53d3a1c9 cmMakefile: Remove unused GetProjectName calls.
    4ab2750c cmLocalGenerator: Add GetProjectName method.
    c8187f41 cmCPluginAPI: Inline code to get project name.
    8c6e6dd3 cmMakefile: Inline initialization of project name.
    27916f2c cmLocalGenerator: Add cmake instance accessor.


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

Summary of changes:
 Source/cmCPluginAPI.cxx                        |    2 +-
 Source/cmComputeLinkInformation.cxx            |    5 +-
 Source/cmCustomCommandGenerator.cxx            |    2 +-
 Source/cmDependsFortran.cxx                    |    2 +-
 Source/cmExportFileGenerator.cxx               |   28 ++++++-----
 Source/cmExtraCodeBlocksGenerator.cxx          |   24 +++++-----
 Source/cmExtraCodeLiteGenerator.cxx            |   24 +++++-----
 Source/cmExtraEclipseCDT4Generator.cxx         |   59 ++++++++++++------------
 Source/cmExtraEclipseCDT4Generator.h           |    2 +-
 Source/cmExtraKateGenerator.cxx                |   50 ++++++++++----------
 Source/cmExtraKateGenerator.h                  |    9 ++--
 Source/cmExtraSublimeTextGenerator.cxx         |   19 ++++----
 Source/cmGeneratorExpressionEvaluationFile.cxx |    2 +-
 Source/cmGhsMultiTargetGenerator.cxx           |    6 ++-
 Source/cmGlobalGenerator.cxx                   |    8 ++--
 Source/cmGlobalKdevelopGenerator.cxx           |    7 ++-
 Source/cmGlobalNinjaGenerator.cxx              |    5 +-
 Source/cmGlobalUnixMakefileGenerator3.cxx      |   12 ++---
 Source/cmGlobalVisualStudio6Generator.cxx      |    2 +-
 Source/cmGlobalVisualStudio7Generator.cxx      |   12 +++--
 Source/cmGlobalVisualStudio8Generator.cxx      |    4 +-
 Source/cmGlobalVisualStudioGenerator.cxx       |    2 +-
 Source/cmGlobalXCodeGenerator.cxx              |   51 ++++++++++----------
 Source/cmInstallExportGenerator.cxx            |    2 +-
 Source/cmLocalGenerator.cxx                    |   30 ++++++++++++
 Source/cmLocalGenerator.h                      |   10 ++++
 Source/cmLocalNinjaGenerator.cxx               |    4 +-
 Source/cmLocalUnixMakefileGenerator3.cxx       |   24 +++++-----
 Source/cmLocalVisualStudio6Generator.cxx       |   24 +++++-----
 Source/cmLocalVisualStudio7Generator.cxx       |   24 +++++-----
 Source/cmMakefile.cxx                          |    7 +--
 Source/cmMakefile.h                            |    5 --
 Source/cmMakefileTargetGenerator.cxx           |   25 +++++-----
 Source/cmNinjaNormalTargetGenerator.cxx        |    4 +-
 Source/cmNinjaTargetGenerator.cxx              |    5 +-
 Source/cmNinjaUtilityTargetGenerator.cxx       |    4 +-
 Source/cmVisualStudio10TargetGenerator.cxx     |   16 +++----
 37 files changed, 277 insertions(+), 244 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list