Miscellaneous
Useful libraries or tools that don't fit in the categories above or maybe just not categorised yet
Fast, Exact C++ from_chars, 4x to 10x faster than strtod, part of GCC 12, Chromium, Redis, Webkit/Safari. [Apache2/BSL-1.0/MIT]
Range-based for loop add-ons inspired by the Python builtins and itertools library. [BSD-2-Clause]
A tool that parses archived HTML files from cppreference and generates groff-formatted manual pages for Unix-based systems. [MIT]
A collection of C/C++ programs that try to get compilers to exploit undefined behavior.
An alternative to the string library for C which is more functional and does not have buffer overflow overrun problems. Also includes a C++ wrapper. [BSD, GPL2]
Cool cheat sheets and infographics for algorithms, views, containers, randomness, etc.
Fast, Safe C++ Formatting inspired by log4j and Pantheios. [Simplified BSD]
Inter-process communication framework for C++. [GPL2/Proprietary]
A C library of over 100 financial technical analysis indicators. [LGPL]