[Cmake-commits] CMake branch, next, updated. v2.8.11-1973-gec9ea71

Stephen Kelly steveire at gmail.com
Thu May 16 13:34:09 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  ec9ea71c9f14c844dd4e8b5ef75ffb5379f6c250 (commit)
       via  c70b9b51d9c711d761bc45c0918bc8bc75b23d19 (commit)
      from  6e1779facf2a53c64b7b450af785ffd148e5296b (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=ec9ea71c9f14c844dd4e8b5ef75ffb5379f6c250
commit ec9ea71c9f14c844dd4e8b5ef75ffb5379f6c250
Merge: 6e1779f c70b9b5
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu May 16 13:34:06 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu May 16 13:34:06 2013 -0400

    Merge topic 'fix-style' into next
    
    c70b9b5 Fix style.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c70b9b51d9c711d761bc45c0918bc8bc75b23d19
commit c70b9b51d9c711d761bc45c0918bc8bc75b23d19
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu May 2 16:46:57 2013 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Thu May 16 19:33:13 2013 +0200

    Fix style.

diff --git a/Source/cmCacheManager.h b/Source/cmCacheManager.h
index 4a5ee45..a5e5eee 100644
--- a/Source/cmCacheManager.h
+++ b/Source/cmCacheManager.h
@@ -82,7 +82,7 @@ public:
         {
         this->Find(key);
         }
-    }
+      }
   private:
     CacheEntry const& GetEntry() const { return this->Position->second; }
     CacheEntry& GetEntry() { return this->Position->second; }
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index d14bfca..f6dd1c2 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -180,7 +180,7 @@ void deleteAndClear(
 //----------------------------------------------------------------------------
 cmTargetInternals::~cmTargetInternals()
 {
-  deleteAndClear(CachedLinkInterfaceIncludeDirectoriesEntries);
+  deleteAndClear(this->CachedLinkInterfaceIncludeDirectoriesEntries);
 }
 
 //----------------------------------------------------------------------------

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

Summary of changes:
 Source/cmCacheManager.h |    2 +-
 Source/cmTarget.cxx     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list