aboutsummaryrefslogtreecommitdiff
path: root/ArrayType.cpp
AgeCommit message (Expand)Author
2019-07-19Add -Lformat option to format .hal filesNeel Mehta
2019-05-28Remove ref<>.Steven Moreland
2018-10-31isBinder -> isInterface.Steven Moreland
2018-09-19Verify that Java supplied primitive arrays match the dimensions of theAndreas Huber
2018-08-09ConstantExpression: description included in value.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-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-10-31Optimize array marshaling to copy linear ranges of memory instead ofAndreas Huber
2017-09-11Make recursive methods in Type work with cyclic ASTTimur Iskhakov
2017-09-06Adds missing '#include <iostream>' to a few files.Timur Iskhakov
2017-09-01Extending existing arrays is moved from parsingTimur 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-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-04Revert "Revert "Add Reference type""Timur Iskhakov
2017-08-05Revert "Add Reference type"Steven Moreland
2017-08-03Add Reference typeTimur Iskhakov
2017-07-22Add typeName() to all types.Steven Moreland
2017-05-09-Lc++-impl: better namespace handlingSteven Moreland
2017-04-27Generate correct Parcel verification code.Martijn Coenen
2017-04-03Add getHashChain() to IBase.Yifan Hong
2017-03-31More stringently verify expected alignment of fields in hidl compound types.Andreas Huber
2017-02-24Add toString to Java codeYifan Hong
2017-01-23Fix the vts file generator for TYPE_ARRAY.Zhuoyao Zhang
2017-01-12Emit toString functions for all types.Yifan Hong
2017-01-11Use new read(Embedded)Buffer API.Martijn Coenen
2016-12-22Add operator== and != for some structs.Yifan Hong
2016-11-22Map handle to hidl_handle in all cases.Martijn Coenen
2016-11-17Wrap compound native_handle_t* in hidl_pointer.Martijn Coenen
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-11-03Clean up ArrayType.cppYifan Hong
2016-11-03Fix array size orders.Yifan Hong
2016-11-02Break ::android::hardware namespace assumption.Steven Moreland
2016-10-26Update hidl-gen to support generating vts files for multi-dimentional array.Zhuoyao Zhang
2016-10-06Update hidl-gen support for vts.Zhuoyao Zhang
2016-10-05hidl-gen: add sanitizedName to emitReaderWriterEmbedded.Yifan Hong
2016-09-29Pointer support and embedded types in HIDL.Yifan Hong
2016-09-28Arrays in .hal files are now exposed to C++ as hidl_array<T, SIZE ...>Andreas Huber
2016-09-27Fix the bug that cast should not be public.Yifan Hong
2016-09-26Resolve constant expressions for external constants.Yifan Hong
2016-09-22Don't redeclare _hidl_array_offset_* locally, instead put eachAndreas Huber