1. 7df0f39 isBinder -> isInterface. by Steven Moreland · 6 years ago
  2. 2dafb92 Verify that Java supplied primitive arrays match the dimensions of the by Andreas Huber · 6 years ago
  3. f21962d ConstantExpression: description included in value. by Steven Moreland · 6 years ago
  4. 1d56562 Fix parcelling code for structs containing interfaces by Nirav Atre · 6 years ago
  5. 66842a9 Implementing Java bindings for Discriminated Unions in HIDL by Nirav Atre · 6 years ago
  6. 465a70c Revert "Explicit destructor invocation for HIDL types" by Nirav Atre · 6 years ago
  7. 89463bd Explicit destructor invocation for HIDL types by Nirav Atre · 6 years ago
  8. 6ec9eb9 Do all validation during validation phase. by Steven Moreland · 6 years ago
  9. a23f1ae Optimize array marshaling to copy linear ranges of memory instead of by Andreas Huber · 7 years ago
  10. 5dc72fe Make recursive methods in Type work with cyclic AST by Timur Iskhakov · 7 years ago
  11. e8ee6a0 Adds missing '#include <iostream>' to a few files. by Timur Iskhakov · 7 years ago
  12. 0737c2a Extending existing arrays is moved from parsing by Timur Iskhakov · 7 years ago
  13. 24e605b Make Reference::get follow const rules by Timur Iskhakov · 7 years ago
  14. 63f3990 Add parent to every type by Timur Iskhakov · 7 years ago
  15. b3f8bcb Remove Reference::operator* by Timur Iskhakov · 7 years ago
  16. b58f418 Make Type::getReferences return pointer by Timur Iskhakov · 7 years ago
  17. 891a866 Constant Expressions have same tree structure as Type by Timur Iskhakov · 7 years ago
  18. 33431e6 Build AST graph explicitly for simpler post-parsing passes by Timur Iskhakov · 7 years ago
  19. cec46c4 Move type-related stuff ouside of parsing by Timur Iskhakov · 7 years ago
  20. 505316c Revert "Revert "Add Reference type"" by Timur Iskhakov · 7 years ago
  21. 6f2f2c0 Revert "Add Reference type" by Steven Moreland · 7 years ago
  22. 4b80bc4 Add Reference type by Timur Iskhakov · 7 years ago
  23. 0ecc7b8 Add typeName() to all types. by Steven Moreland · 7 years ago
  24. e30ee9b -Lc++-impl: better namespace handling by Steven Moreland · 7 years ago
  25. b2a861c Generate correct Parcel verification code. by Martijn Coenen · 7 years ago
  26. 30b5d1f Add getHashChain() to IBase. by Yifan Hong · 7 years ago
  27. 60d3b22 More stringently verify expected alignment of fields in hidl compound types. by Andreas Huber · 7 years ago
  28. e45b530 Add toString to Java code by Yifan Hong · 7 years ago
  29. 3b23fa3 Fix the vts file generator for TYPE_ARRAY. by Zhuoyao Zhang · 8 years ago
  30. f5cc2f7 Emit toString functions for all types. by Yifan Hong · 8 years ago
  31. 6a082c6 Use new read(Embedded)Buffer API. by Martijn Coenen · 8 years ago
  32. c6752dc Add operator== and != for some structs. by Yifan Hong · 8 years ago
  33. 2f69a5b Map handle to hidl_handle in all cases. by Martijn Coenen · 8 years ago
  34. ac58789 Wrap compound native_handle_t* in hidl_pointer. by Martijn Coenen · 8 years ago
  35. 1af7353 Resolve some name conflict in auto-gen'd Java code. by Yifan Hong · 8 years ago
  36. 4ed1347 Remove extra from getJavaType. by Yifan Hong · 8 years ago
  37. 3b320f8 Remove extra from getCppType. by Yifan Hong · 8 years ago
  38. 5706a43 Clean up ArrayType.cpp by Yifan Hong · 8 years ago
  39. bd33e38 Fix array size orders. by Yifan Hong · 8 years ago
  40. c46e984 Break ::android::hardware namespace assumption. by Steven Moreland · 8 years ago
  41. eb355ee Update hidl-gen to support generating vts files for multi-dimentional array. by Zhuoyao Zhang · 8 years ago
  42. c5ea9f5 Update hidl-gen support for vts. by Zhuoyao Zhang · 8 years ago
  43. be2a373 hidl-gen: add sanitizedName to emitReaderWriterEmbedded. by Yifan Hong · 8 years ago
  44. bf459bc Pointer support and embedded types in HIDL. by Yifan Hong · 8 years ago
  45. f03332a Arrays in .hal files are now exposed to C++ as hidl_array<T, SIZE ...> by Andreas Huber · 8 years ago
  46. e77ca13 Fix the bug that cast should not be public. by Yifan Hong · 8 years ago
  47. f24fa85 Resolve constant expressions for external constants. by Yifan Hong · 8 years ago
  48. 90e8fc2 Don't redeclare _hidl_array_offset_* locally, instead put each by Andreas Huber · 8 years ago
  49. 709b62d Arrays of arrays are now coalesced into a single multi-dimensional array type. by Andreas Huber · 8 years ago
  50. 4c865b7 [Java hidl-gen] Fix multi-dimensional arrays (used within structures, not by Andreas Huber · 8 years ago
  51. f9d49f1 [C++ hidl-gen] Fix multi-dimensional arrays, vectors of arrays. by Andreas Huber · 8 years ago
  52. a72e0d2 Revert "Revert "Split out libhidl-gen and libhidl-gen-utils."" by Iliyan Malchev · 8 years ago
  53. f630bc8 Java support for passing vec<STRUCT-TYPE> and STRUCT-TYPE[] to and from methods. by Andreas Huber · 8 years ago
  54. 979e099 Added knowledge of namespacing into generation. by Steven Moreland · 8 years ago
  55. cd5e666 struct fields of type "array" should be declared "final". by Andreas Huber · 8 years ago
  56. 1aec397 Adds (C)opyright headers everywhere. by Andreas Huber · 8 years ago
  57. 85eabdb The hidl-gen Java backend now supports structures (NOT unions) and types.hal by Andreas Huber · 8 years ago
  58. 864c771 Enhanced hidl-gen support for generating vts files. by Zhuoyao Zhang · 8 years ago
  59. 70a59e1 Validate upfront that an interface is compatible with our Java backend, by Andreas Huber · 8 years ago
  60. 5158db4 Extend hidl-gen to support generate vts file. by Zhuoyao Zhang · 8 years ago
  61. 2831d51 Initial commit of Java backend to hidl-gen. by Andreas Huber · 8 years ago
  62. 549e259 hidl-gen: remove references to AIDL by Iliyan Malchev · 8 years ago
  63. 867fcb6 bye bye, dump(), RefType no longer gets a name. by Andreas Huber · 8 years ago
  64. 881227d generate C++ interface header, proxy and stub headers and sources. by Andreas Huber · 8 years ago
  65. c9410c7 initial commit of reimplementation of hidl-gen by Andreas Huber · 8 years ago