Skip to content

A Postmodern C++ library implementation in C++11

License

Notifications You must be signed in to change notification settings

ryancahoon-zoox/jakalib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jakalib

A C++11 Implementation of nice-to-have C++14/17/TS libraries

I really like a lot of the new features coming out in C++ and many of them can be enabled without additional core language features. This library is just a collection of (mostly other people's) implementations of the features I want.

Hypothetically FAQ

I take it I'll get very few questions. Thus, a true FAQ would be very short.

Why not just use Boost?

In many cases, Boost has similar implementations. However, since a lot of those implementations were earlier incarnations of what eventually became C++ TSes, their interfaces differ slightly from what eventually becomes ISO. They (rightly) don't want to change the interfaces their own users already use.

Build, Test, Install

mkdir build
cd build
cmake ../
make
make test
sudo make install

About

A Postmodern C++ library implementation in C++11

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.3%
  • CMake 0.7%