aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-28Use more fluent streams constructs.Éamonn McManus
2021-06-28Bump kotlin.version from 1.5.10 to 1.5.20 in /valuedependabot[bot]
2021-06-24Ensure that AutoBuilder works with property builders.Éamonn McManus
2021-06-22Bump mockito-core from 3.11.1 to 3.11.2 in /valuedependabot[bot]
2021-06-14Bump mockito-core from 3.11.0 to 3.11.1 in /valuedependabot[bot]
2021-06-11AutoFactory: Add error message for duplicate parametersGoogle Java Core Libraries
2021-06-07Bump mockito-core from 3.10.0 to 3.11.0 in /valuedependabot[bot]
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-01Upgrade dependencies to auto-common 1.0.1 and replace Guava toImmutable* usag...Brad Corso
2021-06-01Replace server Guava API usage with Android compatible alternatives.Brad Corso
2021-05-30Bump actions/cache from 2.1.5 to 2.1.6dependabot[bot]
2021-05-27Implicitly exclude Kotlin `@Metadata` annotations from `@CopyAnnotations`Zac Sweers
2021-05-26Bump kotlin.version from 1.5.0 to 1.5.10 in /valuedependabot[bot]
2021-05-26Bump truth from 1.1.2 to 1.1.3 in /factorydependabot[bot]
2021-05-26Bump truth from 1.1.2 to 1.1.3 in /commondependabot[bot]
2021-05-26Bump truth from 1.1.2 to 1.1.3 in /servicedependabot[bot]
2021-05-26Bump truth.version from 1.1.2 to 1.1.3 in /valuedependabot[bot]
2021-05-25Update an AutoValue test to the newer compile-testing API.Éamonn McManus
2021-05-25Add the [JSpecify](http://jspecify.org) `@Nullable` to `equals(Object)` if it...Éamonn McManus
2021-05-25Use the return value of `addAll()` instead of making separate calls to `conta...David P. Baker
2021-05-25Continue rather than returning in the AutoService loop.Éamonn McManus
2021-05-24Clarify that `Optional` values can be set from `@Nullable` parameters.Éamonn McManus
2021-05-19Generate missing-property checks in a way that is easier for null-analysis to...Éamonn McManus
2021-05-17Add a test for building annotation values with `@AutoBuilder` and `@AutoAnnot...Éamonn McManus
2021-05-17Bump errorprone.version from 2.6.0 to 2.7.1 in /valuedependabot[bot]
2021-05-14Bump mockito-core from 3.9.0 to 3.10.0 in /valuedependabot[bot]
2021-05-13Bump actions/checkout from 2 to 2.3.4dependabot[bot]
2021-05-13Fix a crash when `getLocalAndInheritedMethods` is called with a raw-type ance...Éamonn McManus
2021-05-06Fix inconsistent quoting in `@ToPrettyString` exampleRon Shapiro
2021-04-30Remove "Processor Resilience" section now that Auto Common 1.0 has been releasedThomas Broyer
2021-04-30Use the correct `package` in the generated `AutoBuilder_Foo` class.Éamonn McManus
2021-04-28Bump kotlin.version from 1.4.32 to 1.5.0 in /valuedependabot[bot]
2021-04-23Bump auto-value-annotations from 1.8 to 1.8.1 in /factorydependabot[bot]
2021-04-23Fix a problem where `@SerializableAutoValue` could generate incorrect code fo...Éamonn McManus
2021-04-22Add method name to getterMustMatch errorZeke
2021-04-21Add a test for Gradle incremental compilation with AutoValue.Éamonn McManus
2021-04-20Document AutoBuilder.Éamonn McManus
2021-04-20`MoreTypes.isTypeOf` returns false for `ErrorType` rather than throwing.Éamonn McManus
2021-04-16Move the correct incap dependency to the AutoFactory `annotationProcessorPath`.Éamonn McManus
2021-04-16Fix Gradle incremental compilation for AutoValue and AutoFactory.Éamonn McManus
2021-04-15Fix Gradle incremental compilation. Fixes https://github.com/google/auto/issu...Éamonn McManus
2021-04-15Update the AutoBuilder documentation about stabilityÉamonn McManus
2021-04-14Respect `@Nullable` annotations when determining required properties in AutoB...Éamonn McManus
2021-04-14Allow more general kinds of method in `callMethod`.Éamonn McManus
2021-04-13Add support for builder-getters to AutoBuilder.Éamonn McManus
2021-04-13Bump actions/cache from v2.1.4 to v2.1.5dependabot[bot]
2021-04-12Handle AutoBuilder parameter names that are reserved words in Java.Éamonn McManus
2021-04-12Add support for generics to AutoBuilder.Éamonn McManus