1. 78ab753 Compound/EnumType: smaller toString by Steven Moreland · 6 years ago
  2. 35835f1 More verbose error for safe_union invalid access. by Steven Moreland · 6 years ago
  3. 5add34d safe_union: return error on bad reads by Steven Moreland · 6 years ago
  4. 7df0f39 isBinder -> isInterface. by Steven Moreland · 6 years ago
  5. 579b0f6 safe_union: fix up default initialization. by Steven Moreland · 6 years ago
  6. 9b37ed1 safe_union: outside of android.hardware packages by Steven Moreland · 6 years ago
  7. e3cae85 Include discriminator value in error messages by Nirav Atre · 6 years ago
  8. 5dec82f safe_union: disallow zero/single member unions. by Steven Moreland · 6 years ago
  9. 967c243 safe_union: remove hidl_no_init by Steven Moreland · 6 years ago
  10. c22e812 safe_union: support struct w/o interface by Steven Moreland · 6 years ago
  11. 09c6ebe forward declare header string definitions by Steven Moreland · 6 years ago
  12. 492bada Fix and test for enum/bitfield in safe_union. by Steven Moreland · 6 years ago
  13. 97b7e9c Augmenting hidl-gen to support native handles in Java by Nirav Atre · 6 years ago
  14. af9d022 Move hidl_no_init (for HIDL Safe Unions) to index 0 am: 71ce008bf9 by Nirav Atre · 6 years ago
  15. 71ce008 Move hidl_no_init (for HIDL Safe Unions) to index 0 by Nirav Atre · 6 years ago
  16. d7f8ab3 Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  17. 56758da Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  18. 6c7ebe7 Merge "Assignment operator and move semantics for HIDL safe_unions" by Nirav Atre · 6 years ago
  19. 3eb9cb4 Fix parcelling code for structs containing interfaces am: 1d565629a5 by Nirav Atre · 6 years ago
  20. 64868d3 Assignment operator and move semantics for HIDL safe_unions by Nirav Atre · 6 years ago
  21. 1d56562 Fix parcelling code for structs containing interfaces by Nirav Atre · 6 years ago
  22. 39d8625 Implementing Java bindings for Discriminated Unions in HIDL am: 66842a9cd4 by Nirav Atre · 6 years ago
  23. 66842a9 Implementing Java bindings for Discriminated Unions in HIDL by Nirav Atre · 6 years ago
  24. 8ff24cb Merge changes from topic "nested-interfaces" am: b114ad1295 by Steven Moreland · 6 years ago
  25. d927e5c Fix struct/union vector of interfaces error. by Steven Moreland · 6 years ago
  26. 1357234 Revert "Explicit destructor invocation for HIDL types" am: 465a70c7c3 by Nirav Atre · 6 years ago
  27. 7e9518e Use templated destructor to destroy HIDL safe_unions am: 3b4c7ffea8 by Nirav Atre · 6 years ago
  28. 465a70c Revert "Explicit destructor invocation for HIDL types" by Nirav Atre · 6 years ago
  29. 3b4c7ff Use templated destructor to destroy HIDL safe_unions by Nirav Atre · 6 years ago
  30. dc1c6be Handling interfaces in HIDL safe_unions (C++) am: ca7a502059 by Nirav Atre · 6 years ago
  31. ca7a502 Handling interfaces in HIDL safe_unions (C++) by Nirav Atre · 6 years ago
  32. 38e7e6a Merge "Interchange union/discriminator positions in HIDL safe unions" by Nirav Atre · 6 years ago
  33. 12c597a Interchange union/discriminator positions in HIDL safe unions by Nirav Atre · 6 years ago
  34. 45e76d5 Implementing Discriminated Unions in HIDL by Nirav Atre · 6 years ago
  35. 0ab8265 Implementing Discriminated Unions in HIDL by Nirav Atre · 6 years ago
  36. 3e06d57 Explicit destructor invocation for HIDL types am: 89463bd503 by Nirav Atre · 6 years ago
  37. 89463bd Explicit destructor invocation for HIDL types by Nirav Atre · 6 years ago
  38. 073269e hidl-gen: understand doc comments by Steven Moreland · 6 years ago
  39. 49bad8d hidl-gen: understand doc comments by Steven Moreland · 6 years ago
  40. d8c7a29 Remove toString + operator== from server libraries. by Steven Moreland · 7 years ago
  41. 6ec9eb9 Do all validation during validation phase. by Steven Moreland · 6 years ago
  42. 368e460 Do all validation during validation phase. by Steven Moreland · 6 years ago
  43. af084db Make HIDL java to support a interfaces in structs by Howard Chen · 7 years ago
  44. ecfb451 HIDL defined type to support a composed interface by Howard Chen · 7 years ago
  45. 4b8f7a1 Rename global..Decls to package...Decls by Steven Moreland · 7 years ago
  46. bf71421 Build toString + operator== in client libraries. by Steven Moreland · 7 years ago
  47. 5dc72fe Make recursive methods in Type work with cyclic AST by Timur Iskhakov · 7 years ago
  48. 565b013 Refactor AST::addScopedType. by Timur Iskhakov · 7 years ago
  49. fd3f250 Emit forward declaration by Timur Iskhakov · 7 years ago
  50. e8ee6a0 Adds missing '#include <iostream>' to a few files. by Timur Iskhakov · 7 years ago
  51. b58f418 Make Type::getReferences return pointer by Timur Iskhakov · 7 years ago
  52. 33431e6 Build AST graph explicitly for simpler post-parsing passes by Timur Iskhakov · 7 years ago
  53. cec46c4 Move type-related stuff ouside of parsing by Timur Iskhakov · 7 years ago
  54. 8c90cc5 Fix clang-tidy performance warnings in system/tools/hidl. by Chih-Hung Hsieh · 7 years ago
  55. 7fa79f6 Merge structures with duplication features by Timur Iskhakov · 7 years ago
  56. 505316c Revert "Revert "Add Reference type"" by Timur Iskhakov · 7 years ago
  57. 6f2f2c0 Revert "Add Reference type" by Steven Moreland · 7 years ago
  58. 4b80bc4 Add Reference type by Timur Iskhakov · 7 years ago
  59. 0ecc7b8 Add typeName() to all types. by Steven Moreland · 7 years ago
  60. cb0ba52 Moving hidl-gen parser stack outside of AST by Timur Iskhakov · 7 years ago
  61. 3d98bc4 Revert "Move all toString to be in users of HIDL libs." by Steven Moreland · 7 years ago
  62. f91048a Revert "Move CompoundType definitions to headers." by Steven Moreland · 7 years ago
  63. f29457e Move CompoundType definitions to headers. by Steven Moreland · 7 years ago
  64. 32bfbeb Move all toString to be in users of HIDL libs. by Steven Moreland · 7 years ago
  65. e30ee9b -Lc++-impl: better namespace handling by Steven Moreland · 7 years ago
  66. b2a861c Generate correct Parcel verification code. by Martijn Coenen · 7 years ago
  67. 932464e Add Formatter::join by Yifan Hong · 7 years ago
  68. 60d3b22 More stringently verify expected alignment of fields in hidl compound types. by Andreas Huber · 7 years ago
  69. 45b331b Fix .equals in Java does not handle edge cases. by Yifan Hong · 7 years ago
  70. 9ab1e9e Move toString() methods to android::hardware namespace by Hridya Valsaraju · 7 years ago
  71. 42c6843 Move operator== to sources by Yifan Hong · 7 years ago
  72. e45b530 Add toString to Java code by Yifan Hong · 7 years ago
  73. 7d1839f Fix Java .equals has a wrong signature for generated HIDL types. by Yifan Hong · 7 years ago
  74. 875b2d1 Remove unused goto label. by Steven Moreland · 7 years ago
  75. 6081863 Add -Werror. by Steven Moreland · 7 years ago
  76. f5cc2f7 Emit toString functions for all types. by Yifan Hong · 8 years ago
  77. 6a082c6 Use new read(Embedded)Buffer API. by Martijn Coenen · 8 years ago
  78. ca4bc89 Support hidl/java on GCE/x86 (and others) by explicitly forcing structure by Andreas Huber · 8 years ago
  79. ec10227 Emit equals and hashcode for auto-generated Java code. by Yifan Hong · 8 years ago
  80. c6752dc Add operator== and != for some structs. by Yifan Hong · 8 years ago
  81. b1d2ebc HIDL structs are declared final in C++. by Yifan Hong · 8 years ago
  82. 33223ca Rename indentBlock to indent. by Yifan Hong · 8 years ago
  83. 2f69a5b Map handle to hidl_handle in all cases. by Martijn Coenen · 8 years ago
  84. ac58789 Wrap compound native_handle_t* in hidl_pointer. by Martijn Coenen · 8 years ago
  85. 244e82d move read/writeEmbedded[References]From/ToParcel out by Yifan Hong · 8 years ago
  86. 1af7353 Resolve some name conflict in auto-gen'd Java code. by Yifan Hong · 8 years ago
  87. 27e85db Disallow invalid identifiers. by Yifan Hong · 8 years ago
  88. 4ed1347 Remove extra from getJavaType. by Yifan Hong · 8 years ago
  89. 3b320f8 Remove extra from getCppType. by Yifan Hong · 8 years ago
  90. a4b53d0 Add location info to named types. by Yifan Hong · 8 years ago
  91. bf828c8 Update hidl-gen to generate full name for vts attributes. by Zhuoyao Zhang · 8 years ago
  92. 0a68a28 Better indent methods to Formatter. by Yifan Hong · 8 years ago
  93. 86a112b Special consideration for passing vec<interface> or vec<IFoo> to and from by Andreas Huber · 8 years ago
  94. 1b6822b Vectors are now exposed as ArrayList<T> in the Java backend even for arguments by Andreas Huber · 8 years ago
  95. b158de1 Fix code generation for nested structs. by Steven Moreland · 8 years ago
  96. c5ea9f5 Update hidl-gen support for vts. by Zhuoyao Zhang · 8 years ago
  97. be2a373 hidl-gen: add sanitizedName to emitReaderWriterEmbedded. by Yifan Hong · 8 years ago
  98. 00f4717 hidl-gen: Fix warnings for unused parameters. by Yifan Hong · 8 years ago
  99. bf459bc Pointer support and embedded types in HIDL. by Yifan Hong · 8 years ago
  100. f1abc2a HIDL vectors are now exposed as ArrayLists rather than Vectors in Java. by Andreas Huber · 8 years ago