[Cmake-commits] CMake branch, master, updated. v3.3.0-rc3-346-gb33b5cd
Brad King
brad.king at kitware.com
Tue Jul 7 09:53:47 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 b33b5cd3170c08f61cbc05fc2a2e462a09703879 (commit)
via d2475bb5c4488a0ef6015f13ee46ddc7a2e4455b (commit)
via 238aac23514ecdae0d4edb71033e443f30e94158 (commit)
via 329098a9a0e81e67bd760f53811cce582a3ebdcd (commit)
via 91158a3369e0f06600a9ada93222535d53361035 (commit)
via 821f91d6ab668bbfcfc645a872acf91f71f76ff1 (commit)
via 30d44efaf86194271c70f90a8fafa94a7d56f92c (commit)
via 6361f680568c81e0391fa56cf9a7f4637bd745dc (commit)
via 94704d759cc8939f3573122d36d52c4598fd04ba (commit)
via a8e54460243b0650145c8684f3d8deb8a712376a (commit)
via dbafb01580a0d35e33e6577ad07002f4dd345236 (commit)
via 27ff19a96a7d12f2ed6d9683ef733eff6378472a (commit)
from 18fdf13192ba1f1e8ac84b29f44d3d0b0549607e (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=b33b5cd3170c08f61cbc05fc2a2e462a09703879
commit b33b5cd3170c08f61cbc05fc2a2e462a09703879
Merge: 18fdf13 d2475bb
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Jul 7 09:53:46 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jul 7 09:53:46 2015 -0400
Merge topic 'refactor-cmListFileBacktrace'
d2475bb5 cmListFileBacktrace: Implement in terms of cmState::Snapshot.
238aac23 cmListFile: Remove FilePath member from cmListFileContext.
329098a9 cmMakefile: Set the FilePath on the frame from the cmState.
91158a33 cmMakefile: Create intermediate variables for snapshot frames.
821f91d6 cmMakefile: Create a scoped context for parsing listfiles.
30d44efa cmMakefile: Access the execution list file from the cmState.
6361f680 cmState: Store execution context.
94704d75 cmState: Add GetCallStackParent method.
a8e54460 cmState: Store snapshots for more different types.
dbafb015 cmMakefile: Split CallStack into two pieces.
27ff19a9 cmLinkedTree: Add operator* to the iterator.
-----------------------------------------------------------------------
Summary of changes:
Source/cmFunctionCommand.cxx | 1 +
Source/cmLinkedTree.h | 18 +++
Source/cmListFileCache.cxx | 39 +++---
Source/cmListFileCache.h | 29 ++++-
Source/cmMacroCommand.cxx | 2 +-
Source/cmMakefile.cxx | 143 +++++++++++++++++-----
Source/cmMakefile.h | 27 ++--
Source/cmState.cxx | 140 ++++++++++++++++++++-
Source/cmState.h | 37 +++++-
Source/cmVariableWatchCommand.cxx | 1 -
Tests/RunCMake/Syntax/BOM-UTF-16-BE-stderr.txt | 4 +-
Tests/RunCMake/Syntax/BOM-UTF-16-LE-stderr.txt | 4 +-
Tests/RunCMake/Syntax/BOM-UTF-32-BE-stderr.txt | 4 +-
Tests/RunCMake/Syntax/BOM-UTF-32-LE-stderr.txt | 4 +-
Tests/RunCMake/Syntax/BracketNoSpace0-stderr.txt | 4 +-
Tests/RunCMake/Syntax/BracketNoSpace1-stderr.txt | 4 +-
Tests/RunCMake/Syntax/BracketNoSpace2-stderr.txt | 4 +-
Tests/RunCMake/Syntax/BracketNoSpace3-stderr.txt | 4 +-
Tests/RunCMake/Syntax/BracketNoSpace4-stderr.txt | 4 +-
Tests/RunCMake/Syntax/BracketNoSpace5-stderr.txt | 4 +-
Tests/RunCMake/Syntax/ParenInENV-stderr.txt | 4 +-
Tests/RunCMake/Syntax/ParenNoSpace1-stderr.txt | 12 +-
Tests/RunCMake/Syntax/StringNoSpace-stderr.txt | 8 +-
23 files changed, 414 insertions(+), 87 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list