summaryrefslogtreecommitdiff
path: root/tools/codegen
AgeCommit message (Expand)Author
2021-02-16[LSC] Add LOCAL_LICENSE_KINDS to frameworks/baseBob Badour
2020-03-05Generate @NonNull setter args and @MaySetToNull to opt outEugene Susla
2020-01-29Remove unused UnsupportedAppUsage annotations.Artur Satayev
2019-11-18Add @NonNull annotation to Builder.addXXX argsEugene Susla
2019-11-05Fix codegen ArrayMap fieldsEugene Susla
2019-11-01[codegen] Fix generation for files without end markersEugene Susla
2019-11-01[codegen] Support nested classesEugene Susla
2019-10-24Add CDM API to filter by BSSID bitmaskEugene Susla
2019-10-16Add @NonNull to some generated methods' argsEugene Susla
2019-10-11Few minor codegen fixesEugene Susla
2019-10-08Fix some stale dataclass detector false positivesEugene Susla
2019-10-05Merge "Add inheritance support for parcelable dataclasses"TreeHugger Robot
2019-10-05Merge "Add helpful links to `codegen --help`"TreeHugger Robot
2019-10-04Add inheritance support for parcelable dataclassesEugene Susla
2019-10-04Add helpful links to `codegen --help`Eugene Susla
2019-10-03Fix a few corner-cases with parcelling SparseArrays and MapsEugene Susla
2019-10-01Fix codegen adding random /Eugene Susla
2019-09-27Move lint disabler comment above CLI hintEugene Susla
2019-09-11Fix codegen not accepting relative pathsEugene Susla
2019-08-07Merge "Use dataclass codegen on a few initial framework classes"Eugene Susla
2019-08-06Use dataclass codegen on a few initial framework classesEugene Susla
2019-08-06Update codegen to match javaparser updateEugene Susla
2019-08-05Addresses further review comments from ag/8000041Eugene Susla
2019-07-29Auto-build/update codegenEugene Susla
2019-07-17Codegen for parcelable/dataclass boilerplateEugene Susla