aboutsummaryrefslogtreecommitdiff
path: root/Interface.h
AgeCommit message (Expand)Author
2016-12-15Stop generating IHw classes.Martijn Coenen
2016-12-05Add a typeName() method to each type for error printing purposes.Steven Moreland
2016-12-02Hidlize IBase; use IBase instead of IBinder.Yifan Hong
2016-11-22Generate notifySyspropsChanged().Martijn Coenen
2016-11-10Support generating the new TYPE_HIDL_INTERFACE for vts.Zhuoyao Zhang
2016-11-09Renamed Interface::get*Name methodsYifan Hong
2016-11-08Remove toBinder from IHidlInterfaceBase.Yifan Hong
2016-11-07Remove extra from getJavaType.Yifan Hong
2016-11-07Remove extra from getCppType.Yifan Hong
2016-11-03Add location info to named types.Yifan Hong
2016-10-28cast functions for interfaces.Yifan Hong
2016-10-26IHidlInterfaceBase for all autogenerated interfaces.Yifan Hong
2016-10-22Emit error if function is overloaded.Steven Moreland
2016-09-29Allow struct, union and enum type declarations to be annotated.Andreas Huber
2016-09-16Oneway keyword behavior in passthrough mode.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-08Added knowledge of namespacing into generation.Steven Moreland
2016-08-30Split 'IFoo' into 'IFoo' and 'IHwFoo'Steven Moreland
2016-08-26Adds (C)opyright headers everywhere.Andreas Huber
2016-08-24Merge "Fix nested structure/union name handling."Andreas Huber
2016-08-22Enhanced hidl-gen support for generating vts files.Zhuoyao Zhang
2016-08-22Fix nested structure/union name handling.Andreas Huber
2016-08-17Fix accidental infinite recursion in determining if an Interface is javaAndreas Huber
2016-08-17Support for a generic "binder" type (reflected as "interface" in hidl)Andreas Huber
2016-08-16Validate upfront that an interface is compatible with our Java backend,Andreas Huber
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-10Support annotation for interface in hidl-gen.Zhuoyao Zhang
2016-08-06Support for inheritance of interfaces.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-06Enforce naming conventions and allow empty (except for the header) types.hal ...Andreas Huber
2016-08-06initial commit of reimplementation of hidl-genAndreas Huber