[Cmake-commits] CMake branch, next, updated. v3.3.0-rc3-822-g30c71d9
Stephen Kelly
steveire at gmail.com
Sun Jul 5 20:11:43 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, next has been updated
via 30c71d915bf2feb6a37791f840f6519ebcf624d8 (commit)
via 83e53b7d4799ee8cbbff834321c6a0d8fb869267 (commit)
from 1965936bb20f40951a1ee597769e4b92e3ae7713 (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=30c71d915bf2feb6a37791f840f6519ebcf624d8
commit 30c71d915bf2feb6a37791f840f6519ebcf624d8
Merge: 1965936 83e53b7
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Sun Jul 5 20:11:41 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Jul 5 20:11:41 2015 -0400
Merge topic 'refactor-cmListFileBacktrace' into next
83e53b7d fixup! cmMakefile: Create a scoped context for parsing listfiles.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=83e53b7d4799ee8cbbff834321c6a0d8fb869267
commit 83e53b7d4799ee8cbbff834321c6a0d8fb869267
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Jul 6 02:11:18 2015 +0200
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Mon Jul 6 02:11:18 2015 +0200
fixup! cmMakefile: Create a scoped context for parsing listfiles.
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index 355c40f..94c77e1 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -541,8 +541,9 @@ void cmMakefile::IncludeScope::EnforceCMP0011()
}
}
-struct cmParseFileScope
+class cmParseFileScope
{
+public:
cmParseFileScope(cmMakefile* mf)
: Makefile(mf)
{
-----------------------------------------------------------------------
Summary of changes:
Source/cmMakefile.cxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list