1. 61618f0 Merge "Parse doc comments for nested structs" am: 616a41e5b1 by Neel Mehta · 4 years, 11 months ago
  2. 11930aa [hidl format] Improve CompoundType formatting am: 7cc72136fb by Neel Mehta · 4 years, 11 months ago
  3. dd9063f Parse doc comments for nested structs by Neel Mehta · 4 years, 11 months ago
  4. 7cc7213 [hidl format] Improve CompoundType formatting by Neel Mehta · 5 years ago
  5. 34d8e0c Merge "[hidl format] Output inline struct definitions inline" am: 45bc92ccf3 by Neel Mehta · 5 years ago
  6. 6de3cf8 [hidl format] Output inline struct definitions inline by Neel Mehta · 5 years ago
  7. 63ca316 Merge "Add naming conventions lint" am: 324bce4754 by Neel Mehta · 5 years ago
  8. 7bfd90b Add naming conventions lint by Neel Mehta · 5 years ago
  9. 431bcc6 Merge "Change const char* to std::string" am: 60cbebe2f3 by Neel Mehta · 5 years ago
  10. 69920a6 Change const char* to std::string by Neel Mehta · 5 years ago
  11. 69c94bf Add -Lformat option to format .hal files am: 3b414a8de5 by Neel Mehta · 5 years ago
  12. 3b414a8 Add -Lformat option to format .hal files by Neel Mehta · 5 years ago
  13. 428716e Merge "Remove ref<>." am: 3d0334e1f6 am: 70c41796a6 by Steven Moreland · 5 years ago
  14. 8249f0a Remove ref<>. by Steven Moreland · 5 years ago
  15. fb7855b Zero safe_union padding. am: 5e20b65e5c by Steven Moreland · 5 years ago
  16. e65ba96 Add missing output of doc comments. by Steven Moreland · 5 years ago
  17. 5e20b65 Zero safe_union padding. by Steven Moreland · 5 years ago
  18. c8c053e Modernize code to use override keyword by Yi Kong · 5 years ago
  19. 5add34d safe_union: return error on bad reads by Steven Moreland · 6 years ago
  20. e3cae85 Include discriminator value in error messages by Nirav Atre · 6 years ago
  21. 09c6ebe forward declare header string definitions by Steven Moreland · 6 years ago
  22. 71ce008 Move hidl_no_init (for HIDL Safe Unions) to index 0 by Nirav Atre · 6 years ago
  23. 64868d3 Assignment operator and move semantics for HIDL safe_unions by Nirav Atre · 6 years ago
  24. 66842a9 Implementing Java bindings for Discriminated Unions in HIDL by Nirav Atre · 6 years ago
  25. 465a70c Revert "Explicit destructor invocation for HIDL types" by Nirav Atre · 6 years ago
  26. ca7a502 Handling interfaces in HIDL safe_unions (C++) by Nirav Atre · 6 years ago
  27. 0ab8265 Implementing Discriminated Unions in HIDL by Nirav Atre · 6 years ago
  28. 89463bd Explicit destructor invocation for HIDL types by Nirav Atre · 6 years ago
  29. 6ec9eb9 Do all validation during validation phase. by Steven Moreland · 6 years ago
  30. ecfb451 HIDL defined type to support a composed interface by Howard Chen · 7 years ago
  31. 4b8f7a1 Rename global..Decls to package...Decls by Steven Moreland · 7 years ago
  32. 5dc72fe Make recursive methods in Type work with cyclic AST by Timur Iskhakov · 7 years ago
  33. 565b013 Refactor AST::addScopedType. by Timur Iskhakov · 7 years ago
  34. fd3f250 Emit forward declaration by Timur Iskhakov · 7 years ago
  35. b58f418 Make Type::getReferences return pointer by Timur Iskhakov · 7 years ago
  36. 33431e6 Build AST graph explicitly for simpler post-parsing passes by Timur Iskhakov · 7 years ago
  37. cec46c4 Move type-related stuff ouside of parsing by Timur Iskhakov · 7 years ago
  38. 8c90cc5 Fix clang-tidy performance warnings in system/tools/hidl. by Chih-Hung Hsieh · 7 years ago
  39. 7fa79f6 Merge structures with duplication features by Timur Iskhakov · 7 years ago
  40. 505316c Revert "Revert "Add Reference type"" by Timur Iskhakov · 7 years ago
  41. 6f2f2c0 Revert "Add Reference type" by Steven Moreland · 7 years ago
  42. 4b80bc4 Add Reference type by Timur Iskhakov · 7 years ago
  43. 0ecc7b8 Add typeName() to all types. by Steven Moreland · 7 years ago
  44. cb0ba52 Moving hidl-gen parser stack outside of AST by Timur Iskhakov · 7 years ago
  45. 60d3b22 More stringently verify expected alignment of fields in hidl compound types. by Andreas Huber · 7 years ago
  46. c6752dc Add operator== and != for some structs. by Yifan Hong · 8 years ago
  47. 244e82d move read/writeEmbedded[References]From/ToParcel out by Yifan Hong · 8 years ago
  48. 27e85db Disallow invalid identifiers. by Yifan Hong · 8 years ago
  49. 4ed1347 Remove extra from getJavaType. by Yifan Hong · 8 years ago
  50. 3b320f8 Remove extra from getCppType. by Yifan Hong · 8 years ago
  51. a4b53d0 Add location info to named types. by Yifan Hong · 8 years ago
  52. c5ea9f5 Update hidl-gen support for vts. by Zhuoyao Zhang · 8 years ago
  53. be2a373 hidl-gen: add sanitizedName to emitReaderWriterEmbedded. by Yifan Hong · 8 years ago
  54. bf459bc Pointer support and embedded types in HIDL. by Yifan Hong · 8 years ago
  55. 709b62d Arrays of arrays are now coalesced into a single multi-dimensional array type. by Andreas Huber · 8 years ago
  56. 4c865b7 [Java hidl-gen] Fix multi-dimensional arrays (used within structures, not by Andreas Huber · 8 years ago
  57. f9d49f1 [C++ hidl-gen] Fix multi-dimensional arrays, vectors of arrays. by Andreas Huber · 8 years ago
  58. f630bc8 Java support for passing vec<STRUCT-TYPE> and STRUCT-TYPE[] to and from methods. by Andreas Huber · 8 years ago
  59. 979e099 Added knowledge of namespacing into generation. by Steven Moreland · 8 years ago
  60. 1aec397 Adds (C)opyright headers everywhere. by Andreas Huber · 8 years ago
  61. 85eabdb The hidl-gen Java backend now supports structures (NOT unions) and types.hal by Andreas Huber · 8 years ago
  62. 80b217f Merge "Fix nested structure/union name handling." by Andreas Huber · 8 years ago
  63. 864c771 Enhanced hidl-gen support for generating vts files. by Zhuoyao Zhang · 8 years ago
  64. 9ed827c Fix nested structure/union name handling. by Andreas Huber · 8 years ago
  65. 0d0f9a2 Switch to 'glr' skeleton parser, better diagnostics through location tracking. by Andreas Huber · 8 years ago
  66. 70a59e1 Validate upfront that an interface is compatible with our Java backend, by Andreas Huber · 8 years ago
  67. 5158db4 Extend hidl-gen to support generate vts file. by Zhuoyao Zhang · 8 years ago
  68. 5a54544 Better validation. Check that unions contain no fixup types and structs by Andreas Huber · 8 years ago
  69. 31629bc Saner determination of a declared type's name (now short + full name) by Andreas Huber · 8 years ago
  70. 867fcb6 bye bye, dump(), RefType no longer gets a name. by Andreas Huber · 8 years ago
  71. 881227d generate C++ interface header, proxy and stub headers and sources. by Andreas Huber · 8 years ago
  72. c9410c7 initial commit of reimplementation of hidl-gen by Andreas Huber · 8 years ago