[Cmake-commits] CMake branch, master, updated. v3.5.2-467-gfa4ae9f

Brad King brad.king at kitware.com
Mon Apr 18 11:07:09 EDT 2016


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  fa4ae9fb12b61473f028a3ec38433f82a030c578 (commit)
       via  0f96ef00cbe8dd82cee32f61f9da43e66e42f446 (commit)
       via  563bf9dd8a207e04697a92d8bcd239f52400b355 (commit)
       via  7c36d2067b00996fcead56310f4fc4fa58434247 (commit)
       via  1f6bd8a93f602f9d4dde1c3ea697211897f25827 (commit)
       via  18b6676bff6d50ebc38c75e7998298fca75a01c5 (commit)
      from  ef713503c8b9b317fdbd21c75d332febd77c31a3 (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=fa4ae9fb12b61473f028a3ec38433f82a030c578
commit fa4ae9fb12b61473f028a3ec38433f82a030c578
Merge: ef71350 0f96ef0
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Apr 18 11:07:07 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Apr 18 11:07:07 2016 -0400

    Merge topic 'refactor-cmListFileBacktrace'
    
    0f96ef00 Remove unused cmake::IssueMessage overload
    563bf9dd cmState: Remove unused entry point fields from snapshot data
    7c36d206 cmListFileBacktrace: Refactor storage to provide efficient value semantics
    1f6bd8a9 cmState: Avoid accumulating snapshot storage for backtraces
    18b6676b cmState: Add Snapshot method to get bottom of call stack


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

Summary of changes:
 Source/cmListFileCache.cxx                         |  176 ++++++++++++++++----
 Source/cmListFileCache.h                           |   55 ++++--
 Source/cmMakefile.cxx                              |  140 +++++-----------
 Source/cmMakefile.h                                |    2 +-
 Source/cmState.cxx                                 |   60 ++-----
 Source/cmState.h                                   |   20 +--
 Source/cmake.cxx                                   |   35 ----
 Source/cmake.h                                     |    3 -
 Tests/RunCMake/PolicyScope/NotClosed-stderr.txt    |    2 +-
 Tests/RunCMake/Syntax/FunctionUnmatched-stderr.txt |    6 +-
 Tests/RunCMake/Syntax/MacroUnmatched-stderr.txt    |    6 +-
 .../TargetSources/OriginDebugIDE-stderr.txt        |    2 +-
 Tests/RunCMake/find_package/PolicyPush-stderr.txt  |    2 +-
 Tests/RunCMake/while/EndMismatch-stderr.txt        |    2 +-
 Tests/RunCMake/while/EndMissing-stderr.txt         |    6 +-
 15 files changed, 269 insertions(+), 248 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list