aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2022-04-11Merge commit 'upstream/auto-value-1.9^'Colin Cross
2022-03-04Update Android.bp for upstream mergeColin Cross
2022-03-04Merge commit 'auto-value-1.8.2^'Colin Cross
2021-11-12Remove usage of Guava 30 API (Comparators.min).Brad Corso
2021-10-15Refine the check for overriding interface methods.Éamonn McManus
2021-09-29Bump guava.version from 31.0-jre to 31.0.1-jre in /commondependabot[bot]
2021-09-24Bump guava.version from 30.1.1-jre to 31.0-jre in /commondependabot[bot]
2021-08-24Bump plexus-java from 1.0.7 to 1.1.0 in /commondependabot[bot]
2021-08-16Avoid `instanceof TypeElement` in Auto code.Éamonn McManus
2021-07-23Add explicit casts to deficient numeric typesLiam Miller-Cushon
2021-07-16Add support for printing `AnnotationValue`s and `AnnotationMirror`sLiam Miller-Cushon
2021-06-30Avoid wildcards, which confuse our nullness checker.cpovirk
2021-06-30Annotate auto-common for nullness.Éamonn McManus
2021-06-28Use more fluent streams constructs.Éamonn McManus
2021-06-03Apply a few automated suggestions.Éamonn McManus
2021-06-03Add String and TypeElement versions of auto-common APIs that currently take i...Brad Corso
2021-06-02Reformat all the Auto projects using google-java-format. For now, javadoc ref...Éamonn McManus
2021-06-01Replace server Guava API usage with Android compatible alternatives.Brad Corso
2021-05-26Bump truth from 1.1.2 to 1.1.3 in /commondependabot[bot]
2021-05-13Fix a crash when `getLocalAndInheritedMethods` is called with a raw-type ance...Éamonn McManus
2021-04-30Remove "Processor Resilience" section now that Auto Common 1.0 has been releasedThomas Broyer
2021-04-20`MoreTypes.isTypeOf` returns false for `ErrorType` rather than throwing.Éamonn McManus
2021-03-29Bump plexus-java from 1.0.6 to 1.0.7 in /commondependabot[bot]
2021-03-22Bump guava.version from 30.1-jre to 30.1.1-jre in /commondependabot[bot]
2021-03-17Bump ecj from 3.24.0 to 3.25.0 in /commondependabot[bot]
2021-02-16Add `toString()` implementations for `MoreTypes.equivalence()` and `Annotatio...Ron Shapiro
2021-02-15Bump junit from 4.13.1 to 4.13.2 in /commondependabot[bot]
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to external/autoandroid-s-preview-1Bob Badour
2021-01-26Bump truth from 1.1 to 1.1.2 in /commondependabot[bot]
2021-01-15Bump plexus-java from 1.0.5 to 1.0.6 in /commondependabot[bot]
2020-12-21Bump guava.version from 30.0-jre to 30.1-jre in /commondependabot[bot]
2020-12-21Bump ecj from 3.23.0 to 3.24.0 in /commondependabot[bot]
2020-11-23Merge tags 'auto-value-1.7.4' and 'auto-common-0.11'Colin Cross
2020-11-16Fix Javadoc typos.David P. Baker
2020-10-22Update versions of some plugins.cpovirk
2020-10-22Update a bunch of *deps* (though not *plugins*).cpovirk
2020-09-03Correct docs to clarify that AutoValueExtension should be in a java_plugin ruleGoogle Java Core Libraries
2020-09-01Remove redundant `hasNext()` checks. Since the `equalLists` method starts by ...Éamonn McManus
2020-08-27Automatic code cleanup.Google Java Core Libraries
2020-08-17Remove a stray semicolonronshapiro
2020-08-11Set version number for auto-common to 0.11.upstream/auto-common-0.11upstream-auto-common-0.11Ron Shapiro
2020-08-07Update dependency versions.dpb
2020-07-29Add javadoc to the methods in SuperficialValidation. Also add a private const...emcmanus
2020-07-28Open SuperficialValidation#validateType(TypeMirror) to public visibilitybcorso
2020-06-18Add Android files to build AutoValueplatform-tools-30.0.4android-r-beta-3android-r-beta-2Colin Cross
2020-06-18[ #HiltMigration ] Updating BasicAnnotationProcessor to support a String-base...armandgray
2020-04-15Update versions of Truth and Compile-testing.Sean Sullivan
2020-03-16Refactor BasicAnnotationProcessor (3 of 3)bcorso
2020-03-13Apply a hack to OverridesTest so that it will work with newer versions of ecj.emcmanus
2020-03-13Refactor BasicAnnotationProcessor (2 of 3)bcorso