aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2018-09-14Remove "new" when talking about C++11. It's not really that new anymore.poletti-marco
2017-06-10Add the "CII Best Practices" badgepoletti-marco
2017-03-19Add a CI badge for Windows.Marco Poletti
Also improve badge labels, switching to badges from shields.io.
2016-05-15Change the Fruit website URL to the wiki.Marco Poletti
2016-04-07Add the Coverity Scan status badge to README.mdpoletti-marco
2016-02-21Add the Travis CI build status widget to README.md. [ci skip]Marco Poletti
2014-07-13Remove title from README.md.Marco Poletti
2014-07-13Remove most of README.md, replace with link to main website.Marco Poletti
2014-06-29Tweak question style in the FAQ sectionMarco Poletti
2014-06-28Implement injection scopes, plus some other changes:Marco Poletti
* Don't call the virtual destructor when deleting objects if we know the concrete type. * Don't use an union in ComponentStorage. The union makes it impossible to compare the typeInfo of two ComponentStorage if only one has been created. * bindInstance() now takes a C& instead of a C*. * Allow copying injectors (shallow copy).
2014-06-28Rename Module->Component, UnsafeModule->ComponentStorage.Marco Poletti
2014-06-21Add section in the README for prebuilt packages.Marco Poletti
2014-06-21Add links from the README to the source tree files/forders on github.Marco Poletti
2014-06-21Add email to README.Marco Poletti
2014-06-21Add a few comments to the hello world example.Marco Poletti
2014-06-21Rename README -> README.md so that it's rendered properly in Github.Marco Poletti