• Stars
    star
    219
  • Rank 174,681 (Top 4 %)
  • Language
    C++
  • Created about 15 years ago
  • Updated over 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Loki is a C++ library of designs, containing flexible implementations of common design patterns and idioms.
Last update: Novmber 16, 2005

Directions:

To use Loki, simply extract the files from the archive, 
give your compiler access to their include path:

- if you have a standard conforming compiler use "loki/include/loki" 
  or "loki/include" for "#include <loki/HeaderFile.h>" usage

- if you have a non-conforming compiler use "loki/include/noncc/loki" 
  or "loki/include/noncc" for "#include <loki/HeaderFile.h>" usage. 
  The noncc files are declared as 'deprecated' and will be removed in
  future. They are also not updated with the new features of Loki 
  and bugfixes (unless YOU do it).


If you use the small object allocator directly or indirectly 
(through the Functor class) you must add src/SmallObj.cpp to your 
project/makefile.

If you use Singletons with longevity you must add 
src/Singleton.cpp to your project/makefile.

If you use OrderedStatic.h with you must add 
src/OrderedSataic.cpp to your project/makefile.

Or use the library generated by make.msvc.bat, make.mingw.bat,
or make.


Compatibility:

Supported Compilers:
Gcc v3.4
Gcc v4.0
Gcc v4.1
Microsoft Visual C++ v7.1
Microsoft Visual C++ v8.0

by special noncc files:
Borland C++ Builder v6.0
Microsoft Visual C++ v6.0
Microsoft Visual C++ v7.0
see also readme.txt files


Mostly Supported:
CodeWarrior 6.0

CodeWarrior has a problem with the Conversion template (see TypeManip.h) 
and, though it compiles it, it doesn't provide correct results. 
Consequently, the DerivedToFront algorithm in Typelist.h does not function. 
This affects the static dispatcher in Multimethods.h. As a fix, you must 
order the types (putting the most derived ones in the front) when providing 
the typelist argument to StaticDispatcher.



More info:

Andrei's page  : http://erdani.org 
Soureforge page: http://sourceforge.net/projects/loki-lib/

More Repositories

1

uemacs

uEmacs/PK 4.0
C
68
star
2

ACE

THE ADAPTIVE COMMUNICATION ENVIRONMENT (ACE)
24
star
3

omniorb

omniORB is a robust high performance CORBA ORB for C++ and Python
C++
16
star
4

iiop-net

IIOP.NET allows a seamless interoperation between .NET, CORBA and J2EE distributed objects. (This is a git svn mirror of https://iiop-net.svn.sourceforge.net/svnroot/iiop-net)
C#
10
star
5

asio-samples

Examples (code samples) describing the construction of (async) active objects on the top of Boost.Asio.
C++
8
star
6

Instantly_Better_Vim_2013

From the talk "More Instantly Better Vim" by Damian Conway
Vim Script
7
star
7

serial-port

Clone of...
C++
5
star
8

vboxweb

VirtualBox Web Console
Python
4
star
9

rgm3800py

Access Royaltek RGM-3800 and compatible GPS datalogger from Mac/Linux
Python
4
star
10

practical-vim-code

Code of Drew Neil's 'Practical Vim'
JavaScript
4
star
11

origin

git svn mirror of...
C++
4
star
12

OCI-asio-serial

Code of 'Multi-Platform Serial Interfacing using Boost: A GPS Sensor and OpenDDS'
C++
4
star
13

python-cxx

PyCXX is a set of classes to help create extensions of Python in the C++ language.
C++
3
star
14

PortableXDR

This is a clone of http://git.annexia.org/?p=portablexdr.git
C++
2
star
15

books-code

Example code of some books
C++
1
star
16

typeswitch

Open and Efficient Type Switch for C++
C++
1
star
17

snaewe.github.com

1
star
18

FrSkyGps_D

Use an Arduino to read GPS data and output as FrSky (hub) telemetry
C++
1
star
19

lorica

C++
1
star
20

ldd2-samples

These are the source files for the book "Linux Device Drivers"
C
1
star
21

gibak

A better backup system based on Git
OCaml
1
star
22

copter_light

Control four LEDs with an ATtiny or Arduino
Arduino
1
star