commit | cd7f0b3d3306ff3e9eb54c18ce7fb5581c4375bb | [log] [tgz] |
---|---|---|
author | Marco Poletti <poletti.marco@gmail.com> | Sat Nov 12 17:25:44 2016 +0000 |
committer | Marco Poletti <poletti.marco@gmail.com> | Sat Nov 12 17:25:44 2016 +0000 |
tree | 7db31e88358f711af5b697dc3558d9d921f0631a | |
parent | 53f136c4aea2b905037c2720fd82ee29ef886b70 [diff] |
Disable the missing-braces error in tests, it's too noisy (see also https://llvm.org/bugs/show_bug.cgi?id=21629). GCC no longer has this in Wall, but Clang still does.
Fruit is a dependency injection framework for C++, loosely inspired by the Guice framework for Java. It uses C++ metaprogramming together with some new 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.