aboutsummaryrefslogtreecommitdiff
path: root/Method.h
AgeCommit message (Expand)Author
2019-08-06Remove constant expression support for annotationsNeel Mehta
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
2018-08-14Support 'debug' in Java.Steven Moreland
2018-05-21hidl-gen: understand doc commentsSteven Moreland
2017-09-12Fix strong referencesTimur Iskhakov
2017-09-11Make recursive methods in Type work with cyclic ASTTimur Iskhakov
2017-09-07Fix Method locationTimur 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
2017-01-11Support to enable profiling dynamically.Zhuoyao Zhang
2016-12-22Add (un)linkToDeath to generated interfaces.Martijn Coenen
2016-12-14Disallow duplicated argument name or result name.Yifan Hong
2016-10-31hidl-gen: clean up generateCpp.cpp and generateCppImpl.cppYifan Hong
2016-10-26IHidlInterfaceBase for all autogenerated interfaces.Yifan Hong
2016-10-11Get rid of call enum.Steven Moreland
2016-09-13Remove dependency on libutils.Steven Moreland
2016-09-08Added knowledge of namespacing into generation.Steven Moreland
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
2016-08-15Extend hidl-gen to support generate vts file.Zhuoyao Zhang
2016-08-15Initial commit of Java backend to hidl-gen.Andreas Huber
2016-08-09Interface methods can now be annotated.Andreas Huber
2016-08-06Saner determination of a declared type's name (now short + full name)Andreas Huber
2016-08-06bye bye, dump(), RefType no longer gets a name.Andreas Huber
2016-08-06generate C++ interface header, proxy and stub headers and sources.Andreas Huber
2016-08-06initial commit of reimplementation of hidl-genAndreas Huber