prepeare release

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@811 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2007-02-25 15:09:17 +00:00
parent 4ab172fcf6
commit 6692530e27

View file

@ -1,7 +1,7 @@
_____________________________________ _____________________________________
Version 0.1.6 Version 0.1.6
November 16, 2006 February 25, 2007
_____________________________________ _____________________________________
General: General:
@ -13,7 +13,8 @@ General:
- Makefiles know includes and recompile if they are changed (linux, macosx) (lf) - Makefiles know includes and recompile if they are changed (linux, macosx) (lf)
- Build all tests except SingletonDll with the static library (linux, macosx) (lf) - Build all tests except SingletonDll with the static library (linux, macosx) (lf)
- use standard conforming naming, SUN's compiler needs it (pk) - use standard conforming naming, SUN's compiler needs it (pk)
- all LOKI_ macros uses Loki:: - add Loki:: to LOKI_ macros
- several bug fixes.
AbstractFactory: AbstractFactory:
- remove injected friends. (thanks to Sigoure Benoit, pk) - remove injected friends. (thanks to Sigoure Benoit, pk)
@ -29,7 +30,7 @@ Pimpl:
- ImplT/PimplT/RimplT renamed to a more readable version: ImplOf (pk) - ImplT/PimplT/RimplT renamed to a more readable version: ImplOf (pk)
Register: Register:
- also produce a informative LOKI_CHECK_CLASS_IN_LIST error message with GCC - also produce a informative LOKI_CHECK_CLASS_IN_LIST error message with GCC (pk)
SafeFormat: SafeFormat:
- add writing to ostream, by Tom Browder (pk) - add writing to ostream, by Tom Browder (pk)
@ -54,8 +55,8 @@ SmallObj:
StrongPtr: StrongPtr:
- Added typedef so LockableTwoRefCounts uses thread-safe allocator. (rs) - Added typedef so LockableTwoRefCounts uses thread-safe allocator. (rs)
- AIX fixed, (thanks to Dieter Rosch, pk) - AIX fixed, (thanks to Dieter Rosch, pk)
- linker error when using threads fixed (pk)
Threads: Threads:
- reentrance support added to the pthread mutex (Thanks to Shen Lei, pk) - reentrance support added to the pthread mutex (Thanks to Shen Lei, pk)