|
Zakero's C++ Header Libraries
A collection of reusable C++ libraries
|
This is a collection of libraries in C++ header file form. All the header libraries can be found in the include/ directory. Due to their nature, the libraries are not stand-alone Single Header Libraries. The reason for this is that there maybe dependencies between the headers. Refer to each library to learn what they depend on. Or just add all of them to your project and not worry about it. :-)
The documentation is available locally, if cloned, at html/index.html as well as online. The official website for the project is zhl.zakero.com.
| Library | Version | Description |
|---|---|---|
| Zakero_Profiler.h | 0.8.2 | Generate profiling data that can be visualized in Chrome/Chromium |
| Zakero_MemoryPool.h | 0.8.1 | An expandable memory pool that is based on Unix File Descriptors |
| More coming soon |
All libraries are licensed using the Mozilla Public License v2 (FAQ). The key point of this license is that the license applies only to the header file, not what includes it or what it is compiled into (not viral).
1.8.18