Loki is a C++ library which demonstrates and encourages the use of generic programming and designe patterns. It was written to accompany the book entitled "Modern C++ Design." The library includes a parametrized smart pointer class, generalized functors, a multithreading abstraction, and some help for important patterns.
| Tags | Software Development Libraries |
|---|---|
| Implementation | C++ |
Recent releases


Changes: This version has been synchronized with http://sourceforge.net/projects/loki-lib/. This project is now a full superset of loki with extensions for gcc/Linux.


Changes: Fixes for gcc 3 were made. A Threads.h implementation of ClassLevelLockable and ObjectLevelLockable was added for g++3.


Changes: This release has a fix for the -DMAX_SMALL_OBJECT_SIZE=0 delete() call. It now compiles with -O3 and NDEBUG by default.


Changes: The autotools scripts and the loki-config commmand were added.