aboutsummaryrefslogtreecommitdiff
path: root/factory
AgeCommit message (Expand)Author
2016-03-21When checking FactoryMethodDescriptor's and ImplementationMethodDescriptor's ...alanrussian
2016-03-04When deduping methods that are inherited from an interface, only check the ty...alanrussian
2016-03-04Automated g4 rollback of changelist 115670868.ronshapiro
2016-03-04Support @Nullable parameters for @AutoFactoryronshapiro
2016-03-04Convert @AutoFactory to JavaPoetronshapiro
2016-03-04Automated g4 rollback of changelist 114460941.ronshapiro
2016-03-04Convert @AutoFactory to use JavaPoet.ronshapiro
2016-03-04Fix auto factory issue where multiple copies of the same method can be genera...oni
2016-01-10Migrate users from c.g.c.base.Objects to MoreObjects.kak
2016-01-10Bump poms to the latest main releases.cgruber
2015-09-11Close javadoc h2 tag in javadoc.erikbodzsar
2015-08-04Make service and factory use maven-jar-plugin 2.5 to speed up builds on ubunt...cgruber
2015-08-04Name factories for nested classes using the enclosing class names, not just t...dpb
2015-08-04Correctly generate code when a @Provided parameter has a primitive type.dpb
2015-08-04Fix scope for auto-service (fixes issue #249)lukes
2015-08-04If a @Provided parameter to an @AutoFactory constructor is a Provider<T>, the...dpb
2015-08-04When a @Provided key has more than one candidate name, correctly use the key'...dpb
2015-08-04This CL fixes @AutoFactory to support qualifiers with parameters.jart
2015-08-04Automated g4 rollback of changelist 94700822.cgruber
2015-08-04This CL fixes @AutoFactory to support qualifiers with parameters.jart
2015-05-06Fix a bug that causing invalid code generated when using multiple AutoFactori...Oleksandr Gumen
2015-04-24Restore development snapshot version.Christian Edward Gruber
2015-04-24Bump parent pom reference.Christian Edward Gruber
2015-04-24Prepare to release auto-factory 1.0-beta2Christian Edward Gruber
2015-04-20Remove dagger from the auto-factory processor, removing in the process a depe...cgruber
2015-04-20Fix to account for Dagger 2.x changing its prefix.gak
2015-02-03Update auto-factory poms to account for dagger 2 usage.Christian Edward Gruber
2015-02-02Move AutoFactory processor to dagger 2.erikbodzsar
2015-02-02Don't make autofactories final based on a new "allowSubclasses" parameter.sameb
2015-02-01Fix a typo on ImplemetationMethodDescriptor.jwilson
2014-11-13Add missing '.processor'Chris Purcell
2014-11-12Fix minor typo in generated code in README.mdChris Purcell
2014-10-24Bump auto-project dependencies to stable release versions and remove the now-...cgruber
2014-10-24Simplify the check for valid Java identifiers in AutoFactory by using the wel...emcmanus
2014-10-12Remove an annoying note that wasn't that useful, but showing up in build output.gak
2014-10-12Fix the SuperficialValidator to properly handle unreasonable AnnotationValues...cgruber
2014-09-08Force maven builds to update any snapshot dependencies in Travis, and add mis...Christian Edward Gruber
2014-09-06Migrate from Truth.ASSERT to Truth.assert_.Christian Edward Gruber
2014-09-06Update Truth package name to the new location.Christian Edward Gruber
2014-06-18Add docs for AutoFactory#className.Gregory Kick
2014-05-21Fix up some references to the maven artifacts, and make cleaner version varia...Christian Edward Gruber
2014-05-21Add a README.md to auto-service, and fix some errors in factory/README.md.Christian Edward Gruber
2014-04-01Move snapshot dependencies to proper release versions.Christian Edward Gruber
2014-03-17Delete stray file caused by a bad moe config earlier on.Christian Edward Gruber
2014-03-17Fix moe config to propertly place the Packageless* tests, which otherwise get...Christian Edward Gruber
2014-02-28Mark test with JUnit4 runnerChristian Edward Gruber
2014-01-21Copy the SCM urls to the sub-projects to keep maven from mangling them.Gregory Kick
2014-01-21Fix a small style violation.Gregory Kick
2014-01-20Give the various modules separate verions.Gregory Kick
2014-01-17Update the Guava version and find some stragglers in the test pomsGregory Kick