aboutsummaryrefslogtreecommitdiff
path: root/Type.h
AgeCommit message (Expand)Author
2020-01-10Remove ErrorMode_Ignore.Steven Moreland
2019-08-20[hidl2aidl] Fix Aidl type outputsNeel Mehta
2019-07-19Add -Lformat option to format .hal filesNeel Mehta
2019-05-28Remove ref<>.Steven Moreland
2019-05-09BpHw* transact uses callback.Steven Moreland
2018-10-31isBinder -> isInterface.Steven Moreland
2018-10-23Add stage to recursivePassYifan Hong
2018-10-09forward declare header string definitionsSteven Moreland
2018-08-10Augmenting hidl-gen to support native handles in JavaNirav Atre
2018-07-13Implementing Java bindings for Discriminated Unions in HIDLNirav Atre
2018-07-13Implementing Java bindings for Discriminated Unions in HIDLNirav Atre
2018-07-10Revert "Explicit destructor invocation for HIDL types"Nirav Atre
2018-07-09Revert "Explicit destructor invocation for HIDL types"android-o-mr1-iot-release-1.0.2Nirav Atre
2018-07-06Handling interfaces in HIDL safe_unions (C++)Nirav Atre
2018-07-06Handling interfaces in HIDL safe_unions (C++)Nirav Atre
2018-06-13Explicit destructor invocation for HIDL typesNirav Atre
2018-06-12Explicit destructor invocation for HIDL typesNirav Atre
2018-05-21hidl-gen: understand doc commentsSteven Moreland
2018-05-18hidl-gen: understand doc commentsSteven Moreland
2018-04-09Remove toString + operator== from server libraries.Steven Moreland
2018-02-21Do all validation during validation phase.Steven Moreland
2018-02-20Do all validation during validation phase.Steven Moreland
2017-11-27Add emitGlobalTypeDeclarations.Steven Moreland
2017-11-27Rename global..Decls to package...DeclsSteven Moreland
2017-10-27Build toString + operator== in client libraries.Steven Moreland
2017-09-13Put type definitions in reversed topological orderTimur Iskhakov
2017-09-12Fix strong referencesTimur Iskhakov
2017-09-12C++ forward declaration restriction on incomplete typesTimur Iskhakov
2017-09-11Make recursive methods in Type work with cyclic ASTTimur Iskhakov
2017-09-06Add C++ forward declaration checkTimur Iskhakov
2017-09-06Emit forward declarationTimur Iskhakov
2017-09-05Do not unwrap typedefs on lookupsTimur 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-30Make Type::getReferences return pointerTimur Iskhakov
2017-08-29Add acyclic check pass to hidl-genTimur Iskhakov
2017-08-28Proceess post parse passes once for each type and expressionTimur 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-15Fix clang-tidy performance warnings in system/tools/hidl.Chih-Hung Hsieh
2017-08-15Move annotations from Type to Scopeandroid-o-iot-preview-5o-iot-preview-5Timur 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-07-20Support vec<memory> in HIDL.Steven Moreland
2017-05-09-Lc++-impl: better namespace handlingSteven Moreland
2017-03-31More stringently verify expected alignment of fields in hidl compound types.Andreas Huber