git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@525 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2006-01-30 20:31:59 +00:00
parent afed2567d1
commit a7799eb6ab

22
CHANGES
View file

@ -10,16 +10,38 @@ General:
- improved make.msvc.bat files (pk) - improved make.msvc.bat files (pk)
- cvs LOG keywords added (rs) - cvs LOG keywords added (rs)
- removed old c style casts (lf) - removed old c style casts (lf)
- more warning enabled on gcc (lf)
Singleton: Singleton:
- support of allocators with a standard interface added (Thanks to Miguel A. Figueroa-Villanueva, pk) - support of allocators with a standard interface added (Thanks to Miguel A. Figueroa-Villanueva, pk)
SmartPtr:
- ArrayStorage policy added (Thanks to Sam Miller, pk)
- fix in RefCounted for Mac OSX gcc 4.0.0 (Thanks to Sam Miller, pk)
- RefCounted ported to 64 bit (pk)
- add mutex policy (pk)
LockingPtr: LockingPtr:
- wrong return types fixed (rs) - wrong return types fixed (rs)
- add mutex policy (rs,pk)
- Locking::Ptr and Locking::ConstPtr added (rs,pk)
- use propagating const policy of SmartPtr.h (pk)
- macro switch LOKI_DEFAULT_CONSTNESS added for propagating constness (pk)
- multi threaded example added
SafeFormat: SafeFormat:
- definition moved to src/SafeFormat.cpp, it's now part of the library - definition moved to src/SafeFormat.cpp, it's now part of the library
Singleton:
- add mutex policy (pk)
SmallObj:
- add mutex policy (pk)
Threads:
- Mutex added (rs,pk)
- use Loki::Mutex instead of win32/posix mutexes in threading classes (rs,pk)
CVS commits by Rich Sposato (rs), Lukas Fittl (lf) CVS commits by Rich Sposato (rs), Lukas Fittl (lf)
and Peter Kümmel (pk) and Peter Kümmel (pk)