dev-cpp/boost-ut::ex_repo
- Ebuilds: 1, Testing: 2.3.1 Description: C++ single header/single module, macro-free μ(micro)/Unit Testing Framework. It is faster in most benchmarks than any other C++ unit testing framework. *DISCLAIMER* UT is not an official Boost library. *DISCLAIMER* Distinguish ut and ut2 ( in gentoo here boost-ut and ut2-glaze (that is a fork of ut2) ): ut2 is intendent to be more compile-time testing framework, while ut: 1. Developed first 2. Didn't have compile-time stuff in mind (but maybe works) 3. Though has version 2.3.1 (or whatever is now)
Homepage:https://github.com/boost-ext/ut License: Boost-1.0
dev-cpp/functiontraits::ex_repo
- Ebuilds: 1, Testing: 1.0_pre20250511 Description:
C++ function traits library (single header-only) for retrieving info about any function (arg types, arg count, return type, etc.). Clean and easy-to-use, the most "complete" implementation on the web. Go check their README.md : it's full of docs. (or install the package and `bzcat /usr/share/doc/functiontraits-1.0_pre20250511/README.md.bz2`).
Homepage:https://github.com/HexadigmSystems/FunctionTraits License: Hexadigm_Generic_C++_library
dev-cpp/ut2-glaze::ex_repo
- Ebuilds: 1, Testing: 1.1.0 Description:
Yet another stripped down fork of boost-ext ut2 (! not ut !) . ut2 is a library for testing using `constexpr` extensively in comparison to boost-ext/ut .
Homepage:https://github.com/openalgz/ut License: MIT