Snap for 5214914 from 6d9b2897e89aa304dbeb5f863d1021295d72b688 to qt-release

Change-Id: I25870dc6fe216f60a855ee7a4572e6ec07d9ba9f
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.