aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Expand)Author
2013-06-03Include javax.inject in Readme when using jars.Jake Wharton
2013-05-07Ensure the correct groupId and artifactId are being used.Jake Wharton
2013-03-28Merge pull request #199 from square/jwilson/downloadlinksJake Wharton
2013-03-28Point download links at Maven Central.jwilson
2013-03-27Move back to optional dependency for the dagger-compiler.Thomas Broyer
2013-03-24Update README. Fix XML comment syntax.Jake Wharton
2013-01-07Fix all examples and the README doc to use an optional dep on the artifact in...Christian Edward Gruber
2012-11-09Fix code block in the readme file.Artur Dryomov
2012-11-07Add website.Jake Wharton
2012-10-23Fix a fix for a fixbrettcannon
2012-10-23Grammar fixbrettcannon
2012-10-23Make it more clear who is lazybrettcannon
2012-10-23Minor grammatical and markup fixesbrettcannon
2012-10-22getInstance() -> get()Christian Edward Gruber
2012-10-22ObjectGraph.get() -> ObjectGraph.create()Christian Edward Gruber
2012-10-22Migrate code-gen processors to their own project, and separate reflection code.Christian Edward Gruber
2012-10-09Implement ObjectGraph.getInstance().Jesse Wilson
2012-09-17Merge branch 'master' into documentlazyChristian Edward Gruber
2012-09-17Add a CONTRIBUTING file.Jake Wharton
2012-09-17Rename ObjectGraph to Dagger.Jesse Wilson
2012-09-08Make Provider<T> documentation even more terse.Christian Edward Gruber
2012-09-08Update the Providers doc section to address review comments.Christian Edward Gruber
2012-09-08Add some documentation for Lazy<T> and fix Provider<T> docs to make them less...Christian Gruber
2012-08-30Retry making 'complete=true' the default for modules.Jesse Wilson
2012-08-21Revert "Make 'complete=true' the default for modules."Ray Ryan
2012-08-20Make 'complete=true' the default for modules.Jesse Wilson
2012-08-10Some docs and an example.Jesse Wilson
2012-08-06Repackage ObjectGraph as com.squareup.objectgraph.Jesse Wilson
2012-06-25first commitJesse Wilson