A collection of personal single-header C/C++ libraries similar to the
. They are all public domain (alternatively MIT licenced).
librarylatest versioncategorylanguageLoCdescription
0.32mathC++033474type generic 2, 3 and 4D vector, matrix and quaternion algebra - alternative to
0.2utilityC99598quick & dirty memory leak-checking and temporary storage implementation
1.0utilityC99263assertion macro and logging function
0.1utilityC99259linux/windows file utilities - dynamically track file changes
0.9utilityC99212simple
implementation
1.0utilityC99433determine processor features, core count, and cache size at runtimeAll C libraries will compile as C++.
All libraries rely only on the standard library and so they should be multi-platform. The exception to this is
which relies on the OS-specific sys/stat.h header.