You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
cmake-modules v811_spc009_project 4 months ago
configuration v811_spc009_project 4 months ago
examples v811_spc009_project 4 months ago
extras v811_spc009_project 4 months ago
include/fruit v811_spc009_project 4 months ago
src v811_spc009_project 4 months ago
test_package v811_spc009_project 4 months ago
tests v811_spc009_project 4 months ago
.clang-format v811_spc009_project 4 months ago
.travis.yml v811_spc009_project 4 months ago
Android.bp v811_spc009_project 4 months ago
BUILD v811_spc009_project 4 months ago
CMakeLists.txt v811_spc009_project 4 months ago
CONTRIBUTING.md v811_spc009_project 4 months ago
COPYING v811_spc009_project 4 months ago
LICENSE v811_spc009_project 4 months ago
METADATA v811_spc009_project 4 months ago
MODULE_LICENSE_APACHE2 v811_spc009_project 4 months ago
OWNERS v811_spc009_project 4 months ago
README.md v811_spc009_project 4 months ago
appveyor.yml v811_spc009_project 4 months ago
conanfile.py v811_spc009_project 4 months ago

README.md

Build Status Build status Coverity Scan Status CII Best Practices

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.