Git Product home page Git Product logo

loki's Introduction

Last update: December 22, 2012

This repository has taken the Loki 0.1.7 and added support to be built on VS2013 and JamPlus.

To get JamPlus:
- Clone JamPlus from https://github.com/jamplus/jamplus.
- Follow the included directions to build and locate the JamPlus executables and
  associated modules.

To build the Loki test suite:
-----------------------------
- Run CreateVS2013Workspace.bat
- This will create a build\_workspace.vs2013_\Test.sln
- Load Test.sln into VS2013

You can then build and run any of Loki's test suite applications.  The test applications
build into test/bin.

To include Loki into an existing project:
-----------------------------------------
To include Loki into an existing Jam project, simply copy underneath an existing source
tree and SubInclude the Jamfile.loki.jam in your project.  You can then include Loki by 
including it in your Jam files via:

C.IncludeDirectories project : $(LOKI)/include ;
C.LinkLibraries project : Loki ;

To include Loki the in your source via:

#include "loki/file.h"

Loki notes:
-----------
Loki Sourceforge page: http://loki-lib.sourceforge.net/
Alexandrescu's Modern C++ site: http://www.moderncppdesign.com/

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.


loki's People

Contributors

brkpt avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.