[Cmake-commits] CMake branch, master, updated. v3.2.2-1250-gf05d930

Brad King brad.king at kitware.com
Thu May 21 09:03:46 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  f05d9308c9c01949071a764acceb4bf88875f8a9 (commit)
       via  b9f9915516c9b426f4f528bb1ec5a79d115e21ab (commit)
       via  2b09d9f346bd3220b059771a6da1bafb06ce0f5b (commit)
       via  528d68021c6769b2aa86ea9751a7308a84101ca2 (commit)
       via  9118b53b79afc1791d920b8ea6f9cedf26010148 (commit)
       via  f58c3774d15f16ea287ca52fcbd04c17f0a5612d (commit)
       via  ea7b962be2f157f60f143725948e56b2f9f07042 (commit)
       via  c8cb66880c233414b6656ea3d23776f9ba07a4e4 (commit)
       via  bdd1aa91ae28f5df7193e724b1351c616e56dc0a (commit)
       via  c42f0e2b3e7d3b8eed0ef0ab5a973fe9375339b1 (commit)
       via  caff8e5a3e03c7841a35e563c014322f26611aef (commit)
       via  bb1e8c3adfc4b188b0f340d757591039ffda4ef9 (commit)
       via  1363bff83a8e525814bbcfd1e90173d392ecc52b (commit)
       via  5b7ff35c4d8b41e3d08305b91b0e5973f2e3906b (commit)
       via  390bc3244fd94d687bd48860eb2a70ad9674d755 (commit)
       via  8ab1cce7047b637f504b4b83cecc104e5cd1adc5 (commit)
       via  2dd5d42f5254abda64009434f0b11a47ca16640e (commit)
       via  f3e6a336f29b0675e4eb3852ce7544f3c9342071 (commit)
       via  6b9e647239b67aff3119efbe2691fefe9c2dc28b (commit)
      from  a23fdec8d2bfb8f2ce88972d93e23c83923ec4af (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=f05d9308c9c01949071a764acceb4bf88875f8a9
commit f05d9308c9c01949071a764acceb4bf88875f8a9
Merge: a23fdec b9f9915
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu May 21 09:03:44 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu May 21 09:03:44 2015 -0400

    Merge topic 'clean-up-cmMakefile'
    
    b9f99155 cmMakefile: Remove VarUsageStack.
    2b09d9f3 cmMakefile: Remove VarInitStack.
    528d6802 cmMakefile: Use more suitable method name to log var usage.
    9118b53b cmMakefile: Move internal method to private scope.
    f58c3774 cmMakefile: Mark definitions explicitly erased, even at top level.
    ea7b962b cmMakefile: Raise variable in scope explicitly when needed.
    c8cb6688 cmMakefile: Use early return to reduce nested code.
    bdd1aa91 cmMakefile: Don't use else after return.
    c42f0e2b cmMakefile: Remove redundant conditions.
    caff8e5a cmCTest: Remove unimplemented method.
    bb1e8c3a cmMakefile: Remove Print() debugging facilities.
    1363bff8 cmMakefile: Remove duplicate variable initialization.
    5b7ff35c cmMakefile: Don't expect the VarStack iterator to support size().
    390bc324 cmMakefile: Remove redundant condition.
    8ab1cce7 cmMakefile: Rename method to something more appropriate.
    2dd5d42f cmMakefile: Make the public ReadListFile method take one param.
    ...


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

Summary of changes:
 Source/cmDefinitions.cxx         |   42 +++++--
 Source/cmDefinitions.h           |   27 +++--
 Source/cmExtraQbsGenerator.cxx   |    4 +-
 Source/cmLocalNinjaGenerator.cxx |    4 +-
 Source/cmMakefile.cxx            |  239 +++++++++-----------------------------
 Source/cmMakefile.h              |   40 ++-----
 Source/cmTest.h                  |    5 -
 Source/cmTryRunCommand.cxx       |    2 +-
 Source/cmakemain.cxx             |    2 +-
 9 files changed, 118 insertions(+), 247 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list