aboutsummaryrefslogtreecommitdiff
path: root/type_java.cpp
AgeCommit message (Expand)Author
2019-03-20Make TypeNamespace::Add take a unique_ptrGeorge Burgess IV
2019-02-13clean up ast_java: FieldVariable, Assignment, MethodCallJeongik Cha
2018-12-19Remove unused using decls.Chih-Hung Hsieh
2018-12-14Java: consistent oneway behaviorSteven Moreland
2018-10-10ParcelFileDescriptor is now a built-in type of AIDLJiyong Park
2018-07-31Remove GetLine.Steven Moreland
2018-07-27Separate AIDL types and target language typesJiyong Park
2018-07-24Modernize codebase by replacing NULL with nullptrYi Kong
2018-07-20Add support for default implJiyong Park
2018-07-10Error on unused parameters.android-o-mr1-iot-release-1.0.2Steven Moreland
2018-07-09Hard errors for Java type read/writes.Steven Moreland
2016-02-01Support @utf8InCpp List<String>Christopher Wiley
2016-02-01Remap String to alternate types when @utf8 or @utf8InCppChristopher Wiley
2016-01-29Fully separate AIDL and Java type namespacesChristopher Wiley
2016-01-29Remove last using directives from global header scopeChristopher Wiley
2016-01-27Make string matching the last resort way to look up typesChristopher Wiley
2015-12-15Add support for @nullable annotationCasey Dahlin
2015-12-05Make array types their own type objectCasey Dahlin
2015-12-04Track base/ -> android-base/ change.Elliott Hughes
2015-11-30Add support for file descriptorsCasey Dahlin
2015-11-30Refactor top-level AST nodes v2Casey Dahlin
2015-11-24Revert "Refactor top-level AST nodes"Bart Sears
2015-11-23Refactor top-level AST nodesCasey Dahlin
2015-10-31Don't call virtual methods in TypeNamespace constructorsChristopher Wiley
2015-10-31Consolidate type checking logicChristopher Wiley
2015-10-27Consolidate container canonicalization logicChristopher Wiley
2015-10-24Rely on the compiler to enforce abstract base classesChristopher Wiley
2015-10-19Remove dead Java AST codeChristopher Wiley
2015-10-12Put parcelable members behind gettersCasey Dahlin
2015-10-09Put AidlInterface members behind methodsCasey Dahlin
2015-10-09Convert document item structs to classesCasey Dahlin
2015-09-29Move Java related code into a java namespaceChristopher Wiley
2015-09-28Explicitly create container typesChristopher Wiley
2015-09-28Make creating container types more explicitChristopher Wiley
2015-09-24Remove *_TYPE global variables.Christopher Wiley
2015-09-24Remove NAMES global type namespaceChristopher Wiley
2015-09-23Use TypeNamespace instances in aidl.cppChristopher Wiley
2015-09-24Revert "Use TypeNamespace instances in aidl.cpp"Christopher Wiley
2015-09-23Use TypeNamespace instances in aidl.cppChristopher Wiley
2015-09-23Don't allow non-const pointers to Type instancesChristopher Wiley
2015-09-23Make all possible Type methods constChristopher Wiley
2015-09-23Rename Type.* to type_java.*Christopher Wiley