From 80d84f878ba28f9c89013f9132d9cb22f0f5d597 Mon Sep 17 00:00:00 2001 From: syntheticpp Date: Tue, 7 Mar 2006 11:24:20 +0000 Subject: [PATCH] update git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@591 7ec92016-0320-0410-acc4-a06ded1c099a --- CHANGES | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index c082c16..d31e6aa 100755 --- a/CHANGES +++ b/CHANGES @@ -15,6 +15,7 @@ General: - new header added: RefToValue.h (rs,pk) - standard RPM specification file for integrated installation on OpenSUSE Linux added (Thanks to Andreas Scherer, pk) + - using Loki as shared library is now possible (pk,lf) Function: @@ -23,17 +24,18 @@ Function: - test LOKI_FUNCTOR_IS_NOT_A_SMALLOBJECT (pk) Functor: - - Added explicit call to base copy-constructor. + - Added explicit call to base copy-constructor (rs) - Changed base class from SmallObject to SmallValueObject. (Thanks to Sam Miller, rs) - - add possibility to disable inheritance from SmallValueObject: LOKI_FUNCTOR_IS_NOT_A_SMALLOBJECT + - add possibility to disable inheritance from SmallValueObject: LOKI_FUNCTOR_IS_NOT_A_SMALLOBJECT (pk) ScopeGuard: - naming conflict with SmartPtr removed (rs,pk) - ByRef moved to RefByVale (rs,pk) - Singleton: - support of allocators with a standard interface added (Thanks to Miguel A. Figueroa-Villanueva, pk) + - convenience template Singleton added for shared libraries (Thanks to Marcus Lindblom, pk) + - example added which shows how to use Singletons with shared libraries added (Thanks to Marcus Lindblom, pk) SmartPtr: - supports propagating constness by additional policy (rs,pk)