|
Number of commits found: 2
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
3.7.1 06 Oct 2025 10:12:29
    |
Po-Chuan Hsieh (sunpoet)  |
devel/fruit: Fix build with Clang 19
Obtained
from: https://github.com/google/fruit/commit/dab5bdfe01eb9f90a2b688c7f3be177a9bd8d5c6 |
3.7.1 03 Feb 2025 15:50:42
    |
Po-Chuan Hsieh (sunpoet)  |
devel/fruit: Add fruit 3.7.1
Fruit is a dependency injection framework for C++, loosely inspired by the Guice
framework for Java. It uses C++ metaprogramming together with some C++11
features to detect most injection problems at compile-time. It allows to split
the implementation code in "components" (aka modules) that can be assembled to
form other components. From a component with no requirements it's then possible
to create an injector, that provides an instance of the interfaces exposed by
the component. |
Number of commits found: 2
|