mirror of
https://github.com/fffaraz/awesome-cpp.git
synced 2025-12-17 12:24:39 +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.
8 lines
418 B
Markdown
8 lines
418 B
Markdown
|
|
## Minor projects
|
|
A list of lesser-known C or C++ libraries, tools, and resources.
|
|
|
|
* [jest](https://github.com/jeaye/jest) - A sane and minimal C++14 unit test framework. [MIT]
|
|
* [libfixmath](https://github.com/PetteriAimonen/libfixmath) - A Cross Platform Fixed Point (Q16.16) Maths Library. [MIT]
|
|
* [CallableTraits](https://github.com/badair/callable_traits) - Traits and metafunctions for callable types. [Boost]
|