[Cmake-commits] CMake branch, master, updated. v3.4.0-619-g3c6a366

Brad King brad.king at kitware.com
Mon Nov 30 11:22:12 EST 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  3c6a3668760ba48dde33f20de08dc6e16cfe7ab3 (commit)
       via  9342a4c2033ce7bb6845afd3625ac9c195a8e22d (commit)
       via  5f860ebb67e86e0aa407e26ddf79652f73742211 (commit)
       via  f21dc4a81c05c79b873c9918f6fe8aff4bf02133 (commit)
       via  bc1d3a8a8783848016ef12044a02a28b620c41a0 (commit)
       via  85fe26b5f742b704b51a7e15b4806366feab3a23 (commit)
       via  518d6b22f6705c4747c713031587705641540364 (commit)
       via  32edac6fddfbe91e47b34506cda855232d5a9e2c (commit)
       via  0fa7f143a08b62459900bd811c2c0674562bb8be (commit)
       via  d85c9176ae15f4fb203e501d777cfce8304bf256 (commit)
       via  8e1be7bf688dc282408aa0403e9896fa5a142ec4 (commit)
      from  31b013b14ad3bf4838f4ba327b5392018f4853b6 (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=3c6a3668760ba48dde33f20de08dc6e16cfe7ab3
commit 3c6a3668760ba48dde33f20de08dc6e16cfe7ab3
Merge: 31b013b 9342a4c
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Nov 30 11:22:10 2015 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Nov 30 11:22:10 2015 -0500

    Merge topic 'reduce-cmState-accumulation-for-master'
    
    9342a4c2 Merge branch 'reduce-cmState-accumulation' into reduce-cmState-accumulation-for-master
    5f860ebb cmState: Avoid accumulating snapshot storage for short-lived scopes
    f21dc4a8 cmState: Avoid accumulating policy stack storage for short-lived scopes
    bc1d3a8a cmListFileCache: Implement cmListFileBacktrace ctor/dtor out-of-line
    85fe26b5 cmLinkedTree: Add Pop method
    518d6b22 cmLinkedTree: Rename 'Extend' method to 'Push'
    32edac6f cmState: Enforce policy scope balancing around variable scopes
    0fa7f143 cmLocalGenerator: Use ScopePushPop RAII class to manage local variable scopes
    d85c9176 cmMakefile: Remove unused PolicyPushPop interfaces
    8e1be7bf cmMakefile: Clarify purpose of method that pops a scope snapshot


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

Summary of changes:
 Source/cmLinkedTree.h       |   33 +++++++++++++---
 Source/cmListFileCache.cxx  |   15 ++++++++
 Source/cmListFileCache.h    |    6 +--
 Source/cmLocalGenerator.cxx |    6 +--
 Source/cmMakefile.cxx       |   28 ++++++--------
 Source/cmMakefile.h         |    8 +---
 Source/cmState.cxx          |   90 ++++++++++++++++++++++++++++---------------
 Source/cmState.h            |    1 +
 8 files changed, 121 insertions(+), 66 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list