zhaozg / loki-lib

Loki is a C++ library of designs, containing flexible implementations of common design patterns and idioms.

Home Page:http://loki-lib.sourceforge.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++11/17 loki

build with C++11

make CXXFLAGS=-std=c++11

build with C++17

make CXXFLAGS=-std=c++17

build for Windows with mingw64

make OS=Windows

Change

  • Remove ide support files
  • Necessary change to run with C++11
  • Remove AssocVector
  • Remove LevelMutex

TODO

  1. ☐ fix all warnings
  2. ☐ Mutex optimize
  3. ☐ SmallObj check

About

Loki is a C++ library of designs, containing flexible implementations of common design patterns and idioms.

http://loki-lib.sourceforge.net


Languages

Language:C++ 97.3%Language:Makefile 1.5%Language:C 1.2%Language:Batchfile 0.0%