[Cmake-commits] CMake branch, next, updated. v2.8.10.1-914-g3332147

Brad King brad.king at kitware.com
Mon Nov 19 12:56:33 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  3332147c5ac9fa7157776d80fdccc6acd14da576 (commit)
       via  682fbc2837fc3374e33efca33b2381ec5c3a7a5f (commit)
      from  49ad317d6baa7acf2c32514734de7a49115b900c (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=3332147c5ac9fa7157776d80fdccc6acd14da576
commit 3332147c5ac9fa7157776d80fdccc6acd14da576
Merge: 49ad317 682fbc2
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Nov 19 12:56:32 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Nov 19 12:56:32 2012 -0500

    Merge topic 'generator-factory' into next
    
    682fbc2 cmGlobalGeneratorFactory: Add virtual destructor


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

    cmGlobalGeneratorFactory: Add virtual destructor

diff --git a/Source/cmGlobalGeneratorFactory.h b/Source/cmGlobalGeneratorFactory.h
index 12153ba..0dfb362 100644
--- a/Source/cmGlobalGeneratorFactory.h
+++ b/Source/cmGlobalGeneratorFactory.h
@@ -26,6 +26,8 @@ struct cmDocumentationEntry;
 class cmGlobalGeneratorFactory
 {
 public:
+  virtual ~cmGlobalGeneratorFactory() {}
+
   /** Create a GlobalGenerator */
   virtual cmGlobalGenerator* CreateGlobalGenerator(const char* n) const = 0;
 

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

Summary of changes:
 Source/cmGlobalGeneratorFactory.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list