Android VTS 10.0 Release 12 (8458512)
Snap for 5333170 from 002c22e5f2dc9030d0b414a4fce547d9e30e0644 to qt-release

Change-Id: Ieb9f07bbe6f6076bb5a5f24e81d3fe4b9d4228b5
tree: 656ac4f7bbaa0390bc8e49b5b22229d0e6170e6c
  1. configuration/
  2. examples/
  3. extras/
  4. include/
  5. src/
  6. test_package/
  7. tests/
  8. .clang-format
  9. .gitignore
  10. .travis.yml
  11. Android.bp
  12. appveyor.yml
  13. BUILD
  14. CMakeLists.txt
  15. conanfile.py
  16. CONTRIBUTING.md
  17. COPYING
  18. LICENSE
  19. METADATA
  20. MODULE_LICENSE_APACHE2
  21. NOTICE
  22. OWNERS
  23. README.md
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.