aboutsummaryrefslogtreecommitdiff
path: root/Method.cpp
AgeCommit message (Expand)Author
2019-08-06Remove constant expression support for annotationsNeel Mehta
2019-07-26Merge "Change grouping for emitting Method signatures"Treehugger Robot
2019-07-23Change grouping for emitting Method signaturesNeel Mehta
2019-07-23Method: Make function call slightly more efficientGreg Kaiser
2019-07-22Change const char* to std::stringNeel Mehta
2019-07-19Add -Lformat option to format .hal filesNeel Mehta
2019-07-11Remove dumpAnnotationsNeel Mehta
2019-05-24Generate java method signatures in common codeNeel Mehta
2019-03-13Add comments to auto-generated methods.Steven Moreland
2018-08-14Support 'debug' in Java.Steven Moreland
2017-09-12Fix strong referencesTimur Iskhakov
2017-09-11Make recursive methods in Type work with cyclic ASTTimur Iskhakov
2017-08-30Make Type::getReferences return pointerTimur Iskhakov
2017-08-28Constant Expressions have same tree structure as TypeTimur Iskhakov
2017-08-24Build AST graph explicitly for simpler post-parsing passesTimur Iskhakov
2017-08-15Move type-related stuff ouside of parsingTimur Iskhakov
2017-08-10Merge structures with duplication featuresTimur Iskhakov
2017-08-04Revert "Revert "Add Reference type""Timur Iskhakov
2017-08-05Revert "Add Reference type"Steven Moreland
2017-08-03Add Reference typeTimur Iskhakov
2017-08-01Clean up CPP Method class.Steven Moreland
2017-04-03Add Formatter::joinYifan Hong
2017-03-25s/IMPL_HEADER/IMPL_INTERFACE/gSteven Moreland
2017-02-09Adds a debug(...) method to IBase, the base class for all Treble interfacesAndreas Huber
2017-02-01Add getReferenceInfo to IBase.Yifan Hong
2017-01-31Get method signatures from IBase.halYifan Hong
2016-12-28Support (un)linkToDeath in Java.Martijn Coenen
2016-12-22Add (un)linkToDeath to generated interfaces.Martijn Coenen
2016-12-14Disallow duplicated argument name or result name.Yifan Hong
2016-12-12Cleanup way elidable types are determined.Steven Moreland
2016-12-02memory -> hidl_memory and pointer -> hidl_pointerMartijn Coenen
2016-11-07Remove extra from getJavaType.Yifan Hong
2016-11-07Remove extra from getCppType.Yifan Hong
2016-11-07Cleanup spaces in output.Steven Moreland
2016-10-26IHidlInterfaceBase for all autogenerated interfaces.Yifan Hong
2016-10-11Get rid of call enum.Steven Moreland
2016-09-15[Java hidl-gen] Fix multi-dimensional arrays (used within structures, notAndreas Huber
2016-09-13Remove dependency on libutils.Steven Moreland
2016-09-12Revert "Revert "Split out libhidl-gen and libhidl-gen-utils.""Iliyan Malchev
2016-09-10Revert "split out libhidl-gen and libhidl-gen-utils"Steven Moreland
2016-09-09Updated Method::generateCppSignature to respect namespaces.Steven Moreland
2016-09-09split out libhidl-gen and libhidl-gen-utilsIliyan Malchev
2016-09-09Method: minor cleanupIliyan Malchev
2016-09-08Added knowledge of namespacing into generation.Steven Moreland
2016-09-08hidl-gen: use Return<void>Iliyan Malchev
2016-09-08Generalized cpp method generation.Steven Moreland
2016-08-26Adds (C)opyright headers everywhere.Andreas Huber
2016-08-18hidl-gen: callback elision for scalar returnsIliyan Malchev
2016-08-16Validate upfront that an interface is compatible with our Java backend,Andreas Huber
2016-08-16hidl-gen: accept oneway methodsIliyan Malchev