[Cmake-commits] CMake branch, next, updated. v2.8.7-2466-g63d9a1c

Peter Collingbourne peter at pcc.me.uk
Sat Feb 4 19:59:27 EST 2012


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  63d9a1c60f7510e1046a5898e9221cb5422644af (commit)
       via  fbffb6744152d1bd03bf8efe92ccbd29cabd3db8 (commit)
      from  c277957813c26ec1ee300b2d39062d39f4a7ecd8 (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=63d9a1c60f7510e1046a5898e9221cb5422644af
commit 63d9a1c60f7510e1046a5898e9221cb5422644af
Merge: c277957 fbffb67
Author:     Peter Collingbourne <peter at pcc.me.uk>
AuthorDate: Sat Feb 4 19:59:06 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Feb 4 19:59:06 2012 -0500

    Merge topic 'ninja-generator' into next
    
    fbffb67 Fix a 79-col violation


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=fbffb6744152d1bd03bf8efe92ccbd29cabd3db8
commit fbffb6744152d1bd03bf8efe92ccbd29cabd3db8
Author:     Peter Collingbourne <peter at pcc.me.uk>
AuthorDate: Sun Feb 5 00:55:34 2012 +0000
Commit:     Peter Collingbourne <peter at pcc.me.uk>
CommitDate: Sun Feb 5 00:57:22 2012 +0000

    Fix a 79-col violation

diff --git a/Source/cmLocalNinjaGenerator.cxx b/Source/cmLocalNinjaGenerator.cxx
index 6ae5032..a4e66e4 100644
--- a/Source/cmLocalNinjaGenerator.cxx
+++ b/Source/cmLocalNinjaGenerator.cxx
@@ -300,7 +300,7 @@ std::string cmLocalNinjaGenerator::BuildCommandLine(
   // want to use a link.txt file because I will lose the benefit of the
   // $in variables. A discussion about dealing with multiple commands in
   // a rule is started here:
-  // http://groups.google.com/group/ninja-build/browse_thread/thread/d515f23a78986008
+  // groups.google.com/group/ninja-build/browse_thread/thread/d515f23a78986008
   std::ostringstream cmd;
   for (std::vector<std::string>::const_iterator li = cmdLines.begin();
        li != cmdLines.end(); ++li) {

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

Summary of changes:
 Source/cmLocalNinjaGenerator.cxx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list