[Cmake-commits] CMake branch, next, updated. v3.2.2-2552-gf3e0ba0

Stephen Kelly steveire at gmail.com
Tue May 5 17:10:13 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  f3e0ba0e2986b80877617b96e3dc9973bb27aaaa (commit)
       via  16f8a814c5dc95ee28789e7515d3218e08244463 (commit)
      from  9cf7e15e8be12d58d3d257c1ba62df8c2ee4a0d3 (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=f3e0ba0e2986b80877617b96e3dc9973bb27aaaa
commit f3e0ba0e2986b80877617b96e3dc9973bb27aaaa
Merge: 9cf7e15 16f8a81
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue May 5 17:10:13 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue May 5 17:10:13 2015 -0400

    Merge topic 'refactor-cmLocalGenerator' into next
    
    16f8a814 fixup! cmState::Snapshot: Store components for current directories.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=16f8a814c5dc95ee28789e7515d3218e08244463
commit 16f8a814c5dc95ee28789e7515d3218e08244463
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue May 5 23:04:22 2015 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Tue May 5 23:04:22 2015 +0200

    fixup! cmState::Snapshot: Store components for current directories.

diff --git a/Source/cmState.cxx b/Source/cmState.cxx
index 04a59fc..7a1c715 100644
--- a/Source/cmState.cxx
+++ b/Source/cmState.cxx
@@ -197,6 +197,10 @@ void cmState::Initialize()
   this->Locations.clear();
   this->OutputLocations.clear();
   this->ParentPositions.clear();
+  this->CurrentSourceDirectoryComponents.clear();
+  this->CurrentBinaryDirectoryComponents.clear();
+  this->RelativePathTopSource.clear();
+  this->RelativePathTopBinary.clear();
 
   this->CreateSnapshot(Snapshot());
   this->DefineProperty

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

Summary of changes:
 Source/cmState.cxx |    4 ++++
 1 file changed, 4 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list