[Cmake-commits] CMake branch, next, updated. v2.8.7-3420-g6e10651

Peter Kuemmel syntheticpp at gmx.net
Fri Apr 6 15:08:52 EDT 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  6e10651876eb3627d6db64d87b28f5f81504d614 (commit)
       via  73426ac774ab7f74ed6ef3339f075bcebb5336eb (commit)
      from  df54b5387171fec8e8e51f54ec4c845da5be4857 (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=6e10651876eb3627d6db64d87b28f5f81504d614
commit 6e10651876eb3627d6db64d87b28f5f81504d614
Merge: df54b53 73426ac
Author:     Peter Kuemmel <syntheticpp at gmx.net>
AuthorDate: Fri Apr 6 15:08:50 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Apr 6 15:08:50 2012 -0400

    Merge topic 'ninja-fix-plugin-test' into next
    
    73426ac Ninja: no 16:9 screens for the cmake team ;)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=73426ac774ab7f74ed6ef3339f075bcebb5336eb
commit 73426ac774ab7f74ed6ef3339f075bcebb5336eb
Author:     Peter Kuemmel <syntheticpp at gmx.net>
AuthorDate: Fri Apr 6 21:07:32 2012 +0200
Commit:     Peter Kuemmel <syntheticpp at gmx.net>
CommitDate: Fri Apr 6 21:07:32 2012 +0200

    Ninja: no 16:9 screens for the cmake team ;)

diff --git a/Source/cmNinjaNormalTargetGenerator.cxx b/Source/cmNinjaNormalTargetGenerator.cxx
index 2bfe814..25d742b 100644
--- a/Source/cmNinjaNormalTargetGenerator.cxx
+++ b/Source/cmNinjaNormalTargetGenerator.cxx
@@ -55,18 +55,21 @@ cmNinjaNormalTargetGenerator::~cmNinjaNormalTargetGenerator()
 {
 }
 
-void cmNinjaNormalTargetGenerator::EnsureDirectoryExists(const std::string& dir)
+void
+cmNinjaNormalTargetGenerator
+::EnsureDirectoryExists(const std::string& dir)
 {
   cmSystemTools::MakeDirectory(dir.c_str());
 }
 
-void cmNinjaNormalTargetGenerator::EnsureParentDirectoryExists(const std::string& path)
+void
+cmNinjaNormalTargetGenerator
+::EnsureParentDirectoryExists(const std::string& path)
 {
   EnsureDirectoryExists(cmSystemTools::GetParentDirectory(path.c_str()));
 }
 
 
-
 void cmNinjaNormalTargetGenerator::Generate()
 {
   if (!this->TargetLinkLanguage) {

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

Summary of changes:
 Source/cmNinjaNormalTargetGenerator.cxx |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list