mirror of
https://github.com/fffaraz/awesome-cpp.git
synced 2025-12-16 20:07:06 +03:00
The project title is now "Awesome C++" to reflect the fact that most mentioned libraries are indeed C++ libraries. Mentions in projects' self-descriptions remain unchanged, if "C/C++" was the chosen wording by the project author. This fixes https://github.com/fffaraz/awesome-cpp/issues/431.
418 B
418 B
Minor projects
A list of lesser-known C or C++ libraries, tools, and resources.
- jest - A sane and minimal C++14 unit test framework. [MIT]
- libfixmath - A Cross Platform Fixed Point (Q16.16) Maths Library. [MIT]
- CallableTraits - Traits and metafunctions for callable types. [Boost]