[Cmake-commits] CMake branch, next, updated. v3.1.0-rc2-1006-g9a73e75

Brad King brad.king at kitware.com
Tue Dec 2 10:49:54 EST 2014


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  9a73e75b6941f1a2c7c11afb7f2b1ed0445786cd (commit)
       via  32aad371350c80207c55f72bcc146613f3841020 (commit)
      from  7706df9c17961a41b2318d171b09dae3eafcd93b (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=9a73e75b6941f1a2c7c11afb7f2b1ed0445786cd
commit 9a73e75b6941f1a2c7c11afb7f2b1ed0445786cd
Merge: 7706df9 32aad37
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Dec 2 10:49:54 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Dec 2 10:49:54 2014 -0500

    Merge topic 'xcode-target-search-perf' into next
    
    32aad371 xcode: Add missing cleanup of new data structure


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=32aad371350c80207c55f72bcc146613f3841020
commit 32aad371350c80207c55f72bcc146613f3841020
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Dec 2 10:48:27 2014 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Dec 2 10:48:27 2014 -0500

    xcode: Add missing cleanup of new data structure

diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx
index 2dbc48c..d222288 100644
--- a/Source/cmGlobalXCodeGenerator.cxx
+++ b/Source/cmGlobalXCodeGenerator.cxx
@@ -557,6 +557,7 @@ void cmGlobalXCodeGenerator::ClearXCodeObjects()
     }
   this->XCodeObjects.clear();
   this->XCodeObjectIDs.clear();
+  this->XCodeObjectMap.clear();
   this->GroupMap.clear();
   this->GroupNameMap.clear();
   this->TargetGroup.clear();

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

Summary of changes:
 Source/cmGlobalXCodeGenerator.cxx |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list