| commit | db14e269eaf5c5c34b7ab671071a7c85fd24eac4 | [log] [tgz] |
|---|---|---|
| author | Marco Poletti <poletti.marco@gmail.com> | Sun Nov 07 15:32:03 2021 -0800 |
| committer | Marco Poletti <poletti.marco@gmail.com> | Sun Nov 07 15:32:03 2021 -0800 |
| tree | 9fc96ba59b8caae2fa9127dc2545b668a76e201a | |
| parent | a92c60afd98ae49f7a19ebe2f579e6de93ea7b6b [diff] |
Github actions config: test against Clang 8 instead of Clang 7 as minimum version on OS X 11. Clang 7 is no longer installable via brew there.
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.
See the wiki for more information, including installation instructions, tutorials and reference documentation.