aboutsummaryrefslogtreecommitdiff
path: root/ScalarType.h
AgeCommit message (Expand)Author
2019-05-14Add -Ljava-impl for HIDLNeel Mehta
2018-07-13Implementing Java bindings for Discriminated Unions in HIDLNirav Atre
2018-07-09Revert "Explicit destructor invocation for HIDL types"android-o-mr1-iot-release-1.0.2Nirav Atre
2018-06-12Explicit destructor invocation for HIDL typesNirav Atre
2018-02-21Do all validation during validation phase.Steven Moreland
2017-09-11Make recursive methods in Type work with cyclic ASTTimur Iskhakov
2017-08-31Add parent to every typeTimur Iskhakov
2017-05-09-Lc++-impl: better namespace handlingSteven Moreland
2017-02-24Add toString to Java codeYifan Hong
2017-01-12Emit toString functions for all types.Yifan Hong
2016-12-22Add operator== and != for some structs.Yifan Hong
2016-12-12Cleanup way elidable types are determined.Steven Moreland
2016-12-05Add is*() functions for more types.Yifan Hong
2016-12-05Add a typeName() method to each type for error printing purposes.Steven Moreland
2016-11-07Remove extra from getJavaType.Yifan Hong
2016-11-07Remove extra from getCppType.Yifan Hong
2016-10-06Update hidl-gen support for vts.Zhuoyao Zhang
2016-10-06Remove opaque type from hidl.Steven Moreland
2016-09-19Arrays of arrays are now coalesced into a single multi-dimensional array type.Andreas Huber
2016-09-15[Java hidl-gen] Fix multi-dimensional arrays (used within structures, notAndreas Huber
2016-09-08Added knowledge of namespacing into generation.Steven Moreland
2016-08-30Evaluate constant expressions.Yifan Hong
2016-08-26Adds (C)opyright headers everywhere.Andreas Huber
2016-08-25The hidl-gen Java backend now supports structures (NOT unions) and types.halAndreas Huber
2016-08-17'char' is no longer an acceptable hidl type. Use int8_t or uint8_t instead.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-06Be a little smarter about dealing with TypeDefs, resolve to the typedef'dAndreas Huber
2016-08-06bye bye, dump(), RefType no longer gets a name.Andreas Huber
2016-08-06Keeping track of imported names, resolve enum storage types, some finetuning.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