aboutsummaryrefslogtreecommitdiff
path: root/VectorType.cpp
AgeCommit message (Expand)Author
2019-11-26isJavaCompatible: reflect vec<memory>Steven Moreland
2019-09-17Fix VectorType Java getJavaType.Steven Moreland
2019-07-19Add -Lformat option to format .hal filesNeel Mehta
2019-05-28Remove ref<>.Steven Moreland
2018-10-31isBinder -> isInterface.Steven Moreland
2018-07-16Fix parcelling code for structs containing interfacesNirav Atre
2018-07-13Implementing Java bindings for Discriminated Unions in HIDLNirav Atre
2018-07-11Fix struct/union vector of interfaces error.Steven Moreland
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
2017-12-14Union in vec in HIDL.Steven Moreland
2017-09-11Make recursive methods in Type work with cyclic ASTTimur Iskhakov
2017-08-31Refactor templated type type nameTimur Iskhakov
2017-08-31Make Reference::get follow const rulesTimur Iskhakov
2017-08-31Add parent to every typeTimur Iskhakov
2017-08-31Remove Reference::operator*Timur Iskhakov
2017-08-30Make Type::getReferences return pointerTimur Iskhakov
2017-08-29Add acyclic check pass to hidl-genTimur 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-07-20Support vec<memory> in HIDL.Steven Moreland
2017-05-10remove "// static" commentsSteven Moreland
2017-05-09-Lc++-impl: better namespace handlingSteven Moreland
2017-04-27Generate correct Parcel verification code.Martijn Coenen
2017-04-10Enforce Treble "wire" ABI by emitting static_asserts for the sizes ofAndreas Huber
2017-03-31More stringently verify expected alignment of fields in hidl compound types.Andreas Huber
2017-01-20Support vts generation for fmq type in hidl-gen.Zhuoyao Zhang
2017-01-13Add 'nullable' parameter to Java readEmbeddedBuffer calls.Martijn Coenen
2017-01-11Use new read(Embedded)Buffer API.Martijn Coenen
2016-12-22Add operator== and != for some structs.Yifan Hong
2016-12-05Update isCompatibleElementType for RefType and VectorType.Yifan Hong
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-22Map handle to hidl_handle in all cases.Martijn Coenen
2016-11-22Fix java-client generation of HIDL codePavel Maltsev
2016-11-17Wrap compound native_handle_t* in hidl_pointer.Martijn Coenen
2016-11-16Split into HidlSupport and HidlTransportSupport.Yifan Hong
2016-11-14move read/writeEmbedded[References]From/ToParcel outYifan Hong
2016-11-10Resolve some name conflict in auto-gen'd Java code.Yifan Hong
2016-11-07Remove extra from getJavaType.Yifan Hong
2016-11-07Remove extra from getCppType.Yifan Hong
2016-10-21Special consideration for passing vec<interface> or vec<IFoo> to and fromAndreas Huber
2016-10-18Vectors are now exposed as ArrayList<T> in the Java backend even for argumentsAndreas Huber
2016-10-06Update hidl-gen support for vts.Zhuoyao Zhang
2016-10-05hidl-gen: add sanitizedName to emitReaderWriterEmbedded.Yifan Hong
2016-10-03hidl-gen: Fix warnings for unused parameters.Yifan Hong
2016-09-29Pointer support and embedded types in HIDL.Yifan Hong
2016-09-28HIDL vectors are now exposed as ArrayLists rather than Vectors in Java.Andreas Huber
2016-09-28Arrays in .hal files are now exposed to C++ as hidl_array<T, SIZE ...>Andreas Huber