Boost logo

Boost-Commit :

From: john.groups_at_[hidden]
Date: 2007-11-05 04:50:20


Author: jtorjo
Date: 2007-11-05 04:50:18 EST (Mon, 05 Nov 2007)
New Revision: 40773
URL: http://svn.boost.org/trac/boost/changeset/40773

Log:
[logging]
v0.10.9, 3 nov 2007
- added virtual destructor for logger<gather,default_> - many thanks Martin Baeker!

Text files modified:
   sandbox/logging/boost/logging/detail/logger.hpp | 2 ++
   sandbox/logging/boost/logging/detail/raw_doc/acknowledgments.hpp | 1 +
   sandbox/logging/boost/logging/detail/raw_doc/changelog.hpp | 11 ++++++-----
   3 files changed, 9 insertions(+), 5 deletions(-)

Modified: sandbox/logging/boost/logging/detail/logger.hpp
==============================================================================
--- sandbox/logging/boost/logging/detail/logger.hpp (original)
+++ sandbox/logging/boost/logging/detail/logger.hpp 2007-11-05 04:50:18 EST (Mon, 05 Nov 2007)
@@ -176,6 +176,8 @@
         typedef typename gather_msg::param param;
 
         logger() {}
+ // we have virtual functions, lets have a virtual destructor as well - many thanks Martin Baeker!
+ virtual ~logger() {}
 
         // FIXME watch for copy-construction!
         /**

Modified: sandbox/logging/boost/logging/detail/raw_doc/acknowledgments.hpp
==============================================================================
--- sandbox/logging/boost/logging/detail/raw_doc/acknowledgments.hpp (original)
+++ sandbox/logging/boost/logging/detail/raw_doc/acknowledgments.hpp 2007-11-05 04:50:18 EST (Mon, 05 Nov 2007)
@@ -13,6 +13,7 @@
 - Pavel Vozelinek - for very thourough reviews and lots of comments
 - Pavel Savara - for feedback about docs, thread-safety and gcc
 - Jens Seidel - for helping me with issues with gcc (different versions), and extra feedback
+- Martin Baeker - for testing my lib, and pointing out problems
 
 */
 

Modified: sandbox/logging/boost/logging/detail/raw_doc/changelog.hpp
==============================================================================
--- sandbox/logging/boost/logging/detail/raw_doc/changelog.hpp (original)
+++ sandbox/logging/boost/logging/detail/raw_doc/changelog.hpp 2007-11-05 04:50:18 EST (Mon, 05 Nov 2007)
@@ -1,13 +1,14 @@
 /**
 @page page_changelog Changelog
 
-v0.10.7, 3 nov 2007
+v0.10.9, 3 nov 2007
+- added virtual destructor for logger<gather,default_> - many thanks Martin Baeker!
+- added TSS tests
+ - test test_ts_resource_with_cache SUCCESSFUL on win32, vs2005
+ - test test_tss SUCCESSFUL on win32, vs2005
+ - test test_simple_tss SUCCESSFUL on win32, vs2005
 - append_enter -> append_newline
 - finalized tss_resouce_with_cache
-- added TSS tests
- - test test_ts_resource_with_cache - not tested
- - test test_tss SUCCESSFUL on win32
- - test test_simple_tss SUCCESSFUL on win32
 - added TSS - however, not tested (TSS is off, for now)
 - compiles on VS2005, gcc 3.4.2 , gcc 4.1 and gcc 4.3
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk