[Cmake-commits] CMake branch, next, updated. v2.8.11.1-2748-gb469e1b
Robert Maynard
robert.maynard at kitware.com
Wed Jun 26 08:29:58 EDT 2013
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 b469e1b3af59a598c2203127c58f1ab333417909 (commit)
via feac4f4e71cc00b0ecc5ca78bbf7b96f5013dcb3 (commit)
from da734685fcba3eee125798418ab45786535e8685 (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=b469e1b3af59a598c2203127c58f1ab333417909
commit b469e1b3af59a598c2203127c58f1ab333417909
Merge: da73468 feac4f4
Author: Robert Maynard <robert.maynard at kitware.com>
AuthorDate: Wed Jun 26 08:29:54 2013 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Jun 26 08:29:54 2013 -0400
Merge topic 'ninja_phony_targets' into next
feac4f4 Ninja: Fix Line Length style error.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=feac4f4e71cc00b0ecc5ca78bbf7b96f5013dcb3
commit feac4f4e71cc00b0ecc5ca78bbf7b96f5013dcb3
Author: Robert Maynard <robert.maynard at kitware.com>
AuthorDate: Wed Jun 26 08:28:45 2013 -0400
Commit: Robert Maynard <robert.maynard at kitware.com>
CommitDate: Wed Jun 26 08:28:45 2013 -0400
Ninja: Fix Line Length style error.
diff --git a/Source/cmGlobalNinjaGenerator.cxx b/Source/cmGlobalNinjaGenerator.cxx
index 272e749..9ed0200 100644
--- a/Source/cmGlobalNinjaGenerator.cxx
+++ b/Source/cmGlobalNinjaGenerator.cxx
@@ -939,7 +939,8 @@ void cmGlobalNinjaGenerator::WriteUnknownExplicitDependencies(std::ostream& os)
{
//get the vector of files created by this makefile and convert them
//to ninja paths, which are all relative in respect to the build directory
- const std::vector<std::string>& files = (*i)->GetMakefile()->GetOutputFiles();
+ const std::vector<std::string>& files =
+ (*i)->GetMakefile()->GetOutputFiles();
typedef std::vector<std::string>::const_iterator vect_it;
for(vect_it j = files.begin(); j != files.end(); ++j)
{
-----------------------------------------------------------------------
Summary of changes:
Source/cmGlobalNinjaGenerator.cxx | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list