Files
awesome-cpp/minor.md
Michael Hofmann b6dd2f303b Replaced mentions of "C/C++" by "C [and|or] C++".
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.
2018-02-01 21:04:43 +01:00

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]