[Cmake-commits] CMake branch, next, updated. v2.8.10.1-912-g49ad317

Brad King brad.king at kitware.com
Mon Nov 19 12:03:41 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  49ad317d6baa7acf2c32514734de7a49115b900c (commit)
       via  6aa6df56a9c96497cef7e5ae257cdf011563d99b (commit)
      from  ce3496e9f98d70e670487a4a9d266e67b895ace7 (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=49ad317d6baa7acf2c32514734de7a49115b900c
commit 49ad317d6baa7acf2c32514734de7a49115b900c
Merge: ce3496e 6aa6df5
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Nov 19 12:03:38 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Nov 19 12:03:38 2012 -0500

    Merge topic 'generator-factory' into next
    
    6aa6df5 cmGlobalXCodeGenerator: Fix typo NewFacotry -> NewFactory


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6aa6df56a9c96497cef7e5ae257cdf011563d99b
commit 6aa6df56a9c96497cef7e5ae257cdf011563d99b
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Nov 19 12:02:39 2012 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Nov 19 12:03:18 2012 -0500

    cmGlobalXCodeGenerator: Fix typo NewFacotry -> NewFactory

diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx
index 59f8e16..e6f3422 100644
--- a/Source/cmGlobalXCodeGenerator.cxx
+++ b/Source/cmGlobalXCodeGenerator.cxx
@@ -145,7 +145,7 @@ cmGlobalXCodeGenerator::cmGlobalXCodeGenerator(std::string const& version)
 }
 
 //----------------------------------------------------------------------------
-cmGlobalGeneratorFactory* cmGlobalXCodeGenerator::NewFacotry()
+cmGlobalGeneratorFactory* cmGlobalXCodeGenerator::NewFactory()
 {
   return new Factory;
 }

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list