aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-10Update version to 1.3-rc1.upstream/auto-value-1.3-rc1Eamonn McManus
2016-06-10Merge pull request #344 from eamonnmcmanus/update-2016-06-10Éamonn McManus
2016-06-10Clarify documentation about annotating AutoValue fields.nwatson
2016-05-31Merge pull request #338 from eamonnmcmanus/update-2016-05-31Éamonn McManus
2016-05-31Make copyright notices consistent.emcmanus
2016-05-31Remove a redundant semicolon in the @AutoAnnotation template, and introduce a...emcmanus
2016-05-31Add a note that states that you have to use @Qualifier instead of @BindingAnn...zhuht
2016-05-31Add text to the specification of MoreElements.getLocalAndInheritedMethods to ...emcmanus
2016-05-31Remove the [] link from the AutoValue javadoc, at least until []has been fixed.emcmanus
2016-05-31Make AutoValueProcessor's constructor that takes extensions public so that it...dpb
2016-05-18Merge pull request #330 from eamonnmcmanus/update-2016-05-17Éamonn McManus
2016-05-17Add 1.2 → 1.3 changes for AutoValue to its CHANGES.md.emcmanus
2016-05-17Correct commentronshapiro
2016-05-17Update []'s maven to JavaPoet 1.7ronshapiro
2016-05-16Merge pull request #328 from eamonnmcmanus/merge-2016-05-10Éamonn McManus
2016-05-10Allow an @AutoValue.Builder to extend a parent builder using the <B extends B...emcmanus
2016-05-10Add support for "optional getters", where a getter in an AutoValue Builder ca...emcmanus
2016-05-10Document the new special support for Optional in AutoValue builders.emcmanus
2016-05-10In AutoValue builders, support setting a property of type Optional<T> via a s...emcmanus
2016-05-10In AutoValue builders, make optional properties default to Optional.empty(). ...emcmanus
2016-05-10Have AutoAnnotation factor in package names when detecting overloads. Previou...bhawkes
2016-05-10Update Dagger info in pomsronshapiro
2016-05-10Clean up the code from the previous github PR slightly.emcmanus
2016-05-10Support for TYPE_USE @Nullable.emcmanus
2016-05-10Restructure the code in AutoValueProcessor for handling extensions. This invo...emcmanus
2016-05-10Update to Guava 19ronshapiro
2016-05-10Remove an inaccurate javadoc reference, which referred to an artifact from an...emcmanus
2016-05-10Add logic to AutoValue to detect the confusing case where you think you are u...emcmanus
2016-05-10Changing concrete methods to final so that the example code follows best prac...okeskin
2016-05-10Update Javapoet to 1.6.1ronshapiro
2016-05-10Add a README.md describing EscapeVelocity.emcmanus
2016-05-10Add a bit more information in the changelog about 1.0 and 1.1. Also quote som...cgruber
2016-04-05Merge pull request #317 from google/moe_writing_branch_from_9084efc327fad709d...Éamonn McManus
2016-04-05Bump documentation to auto-value-1.2, add (tested) gradle instructions, and t...cgruber
2016-04-05Add release notes for AutoValue 1.2. This is intended to be read on github, n...emcmanus
2016-04-05Remove references to ImmutableMapBuilder.kak
2016-04-05Shrink README.md to a very small document that points to the full documentati...emcmanus
2016-04-05Remove {#link} anchors, which do not work with github's markdown.emcmanus
2016-04-05Automated rollback of changelist 117753253.Christian Gruber
2016-04-05Update Javapoet to version 1.6.0 (commit 4fd756960d5e16051e3e3506e8614ab80f21...ronshapiro
2016-04-05Bump for Auto-Value release 1.2-rc1 (and fix a stale version in the main readme)cgruber
2016-04-05Bump IT version of the jar plugin to 2.5 to avoid terrible jar performance on...cgruber
2016-03-21Merge pull request #315 from google/moe_writing_branch_from_b1db512e7bb671cc3...Christian Edward Gruber
2016-03-21Bump auto-value development version to 1.3-SNAPSHOTcgruber
2016-03-21Merge pull request #314 from google/eclipsehack_exceptionsChristian Edward Gruber
2016-03-21Merge pull request #313 from google/internal_duplication_improvementChristian Edward Gruber
2016-03-21Merge pull request #312 from google/explicit_finalChristian Edward Gruber
2016-03-21Merge pull request #311 from google/guava_19Christian Edward Gruber
2016-03-21In EclipseHack, catch any exception from propertyOrderer.determinePropertyOrd...emcmanus
2016-03-21When checking FactoryMethodDescriptor's and ImplementationMethodDescriptor's ...alanrussian