summaryrefslogtreecommitdiff
path: root/tools/processors
AgeCommit message (Expand)Author
2024-05-21Update location of output. Priyanka
2023-10-06Clean up obsolete aliases for Truth. Krzysztof KosiƄski
2023-02-17Remove test mapping file for ImmutabilityAnnotationProcessorUnitTests Sorin Basca
2023-01-13Mark ImmutabilityProcessorTest as unit_test Winson Chiu
2022-11-29Expose AndroidPackage#getStorageUuid Winson Chiu
2022-10-11Add java exports for ImmutabilityAnnotationProcessorUnitTests Sorin Basca
2022-10-05Propagate class @Immutable.Ignore to references Winson Chiu
2022-10-04Handle super classes for @Immutable Winson Chiu
2022-09-28Merge "Unpin staledataclass-annotation-processor from Java 8" am: 818cc23210 ... Sorin Basca
2022-09-27Unpin staledataclass-annotation-processor from Java 8 Sorin Basca
2022-09-22Add jdk.compiler exports to ImmutabilityAnnotationProcessor Sorin Basca
2022-09-14Support final classes with final fields for @Immutable Winson Chiu
2022-09-14Add @Immutable Winson Chiu
2022-06-02Fix kotlin deprecation warnings Cole Faust
2022-04-26disable usage of plugins as static libs Sam Delmerico
2022-03-04Update StaleDataclassProcessor for JDK 17 Colin Cross
2021-02-23[LSC] Add LOCAL_LICENSE_KINDS to frameworks/base Bob Badour
2021-02-21[LSC] Add LOCAL_LICENSE_KINDS to frameworks/base Bob Badour
2020-11-30Update comment for generating IntDefs mapping Ioana Stefan
2020-11-04Disregard annotation params for stale dataclass detection Eugene Susla
2020-07-14Add intDef annotation processor to generate mapping Pablo Gamito
2019-12-05Merge "Move UnsupportedAppUsageProcessor to tools/platform-compat" am: d7dd4a... satayev
2019-12-04Merge "Handle overrideSourcePosition in unsupportedappusageprocessor." am: 16... satayev
2019-12-04Move UnsupportedAppUsageProcessor to tools/platform-compat Artur Satayev
2019-12-02Handle overrideSourcePosition in unsupportedappusageprocessor. Mathew Inwood
2019-11-19Merge "Fix SignatureBuilder." am: d1219acf84 am: a8aa26d1ed Mathew Inwood
2019-11-15Fix SignatureBuilder. Mathew Inwood
2019-11-01[codegen] Support nested classes Eugene Susla
2019-10-08Fix some stale dataclass detector false positives Eugene Susla
2019-08-13Pin staledataclass-annotation-processor to Java language level 8. Pete Gillin
2019-08-06Use dataclass codegen on a few initial framework classes Eugene Susla
2019-08-05Addresses further review comments from ag/8000041 Eugene Susla
2019-07-29Auto-build/update codegen Eugene Susla
2019-07-17Codegen for parcelable/dataclass boilerplate Eugene Susla
2019-05-09Merge "Support all UnsupportedAppUsage annotations in processor" am: 3423014cbe Andrei-Valentin Onea
2019-05-08Support all UnsupportedAppUsage annotations in processor Andrei Onea
2019-03-20Remove unused @InspectableNodeName Ashley Rose
2019-03-18Rename @EnumEntry and @FlagEntry Ashley Rose
2019-03-15Use IntFunction for inspector flag and enum mapping Ashley Rose
2019-03-08InspectionCompanions as nested classes Ashley Rose
2019-03-05Resource ID support for view inspector Ashley Rose
2019-03-01Support for @InspectableProperty on public fields Ashley Rose
2019-01-29Run inspector annotation processor on framework Ashley Rose
2019-01-28Annotation processing for int enum and flag mapping Ashley Rose
2019-01-23Replace annotation_processors with plugins Colin Cross
2019-01-23Merge "Replace annotation_processors with plugins" am: bc40469e19 am: f30fba0a60 Colin Cross
2019-01-22Replace annotation_processors with plugins Colin Cross
2019-01-18Annotation processing for @InspectableProperty Ashley Rose
2019-01-17Remove old private constant from ResourceId. Aurimas Liutikas
2018-12-20Include annotation property values in output. Mathew Inwood