aboutsummaryrefslogtreecommitdiff
path: root/generate_java.h
AgeCommit message (Expand)Author
2022-05-19Move Java @EnforcePermission from interface to methodThiƩbaud Weksteen
2021-10-07Support nested types in the Java backendJooyung Han
2021-10-07CamelCasing Java backend's functions/methodsJooyung Han
2021-10-07Remove Document from ast_javaJooyung Han
2021-01-15refactor: comments/annotations for JavaJooyung Han
2021-01-07Emit "deprecated"Jooyung Han
2020-12-03refactor: remove ParcelableTraitJooyung Han
2020-12-03support const in parcelable/unionJooyung Han
2020-10-13union: java backendJooyung Han
2019-09-25Adds Java support for Enums.Daniel Norman
2019-09-20ast_java: shared_ptr everywhereSteven Moreland
2019-07-30Re-order virally misplaced namespace comments.Steven Moreland
2019-06-20Remove every dependency on type_java in java code generatorJeongik Cha
2019-02-19Don't printout absolute path to the original sourceJiyong Park
2019-02-13remove dependency with ast_java and JavaTypeNamespace: MethodJeongik Cha
2018-11-11Add @UnsupportedAppUsage annotationJiyong Park
2018-08-27using pragma onceSteven Moreland
2018-07-31Move VariableFactory to generate_java_binder.cppJiyong Park
2018-07-26Refactor Options to support multiple inputsJiyong Park
2018-07-10Structured parcelables.Steven Moreland
2018-03-16AIDL: Add outline filteringAndreas Gampe
2016-06-02Fix google-explicit-constructor warnings in aidl.Chih-Hung Hsieh
2016-01-29Remove last using directives from global header scopeChristopher Wiley
2016-01-29Update style in generate_java.*Christopher Wiley
2015-10-19Mock IO in all unit testsChristopher Wiley
2015-10-09Convert document item structs to classesCasey Dahlin
2015-10-05Kill comments token in AidlMethodCasey Dahlin
2015-09-29Move Java related code into a java 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-14Abstract away file IO when writing generated codeChristopher Wiley
2015-09-14Rename AST.{h,cpp} files to ast_java.{h,cpp}Christopher Wiley
2015-09-02Remove RPC interface TypeCasey Dahlin
2015-08-31aidl: Pull main() into dedicated fileChristopher Wiley
2015-08-24Do not merge namespacesChristopher Wiley
2014-01-27Revert "Move frameworks/base/tools/ to frameworks/tools/"Adam Lesinski
2013-08-28Move frameworks/base/tools/ to frameworks/tools/Mike Lockwood
2012-02-10Checkpoint adding @home RPC support to aidlJoe Onorato
2008-10-21Initial ContributionThe Android Open Source Project