I've GPL-ed some the libraries used by z-training, and a lot of other projects I was working on.
You can find them here: https://github.com/zlateski/zi_lib/tree/master/zi/
The whole library is HEADER ONLY, and most of the stuff is heavily tested.
Supported compilers are:
gcc 4.0.0+
msvc (tested with msvc 2009+)
mingw
comeau c++
tested on Linux, MaxOS, and Windows
Maybe the most valuable part is the threading library: https://github.com/zlateski/zi_lib/tree/master/zi/concurrency/
You can find them here: https://github.com/zlateski/zi_lib/tree/master/zi/
The whole library is HEADER ONLY, and most of the stuff is heavily tested.
Supported compilers are:
gcc 4.0.0+
msvc (tested with msvc 2009+)
mingw
comeau c++
tested on Linux, MaxOS, and Windows
Maybe the most valuable part is the threading library: https://github.com/zlateski/zi_lib/tree/master/zi/concurrency/