1. 5dc72fe Make recursive methods in Type work with cyclic AST by Timur Iskhakov · 7 years ago
  2. 565b013 Refactor AST::addScopedType. by Timur Iskhakov · 7 years ago
  3. fd3f250 Emit forward declaration by Timur Iskhakov · 7 years ago
  4. e8ee6a0 Adds missing '#include <iostream>' to a few files. by Timur Iskhakov · 7 years ago
  5. b58f418 Make Type::getReferences return pointer by Timur Iskhakov · 7 years ago
  6. 33431e6 Build AST graph explicitly for simpler post-parsing passes by Timur Iskhakov · 7 years ago
  7. cec46c4 Move type-related stuff ouside of parsing by Timur Iskhakov · 7 years ago
  8. 8c90cc5 Fix clang-tidy performance warnings in system/tools/hidl. by Chih-Hung Hsieh · 7 years ago
  9. 7fa79f6 Merge structures with duplication features by Timur Iskhakov · 7 years ago
  10. 505316c Revert "Revert "Add Reference type"" by Timur Iskhakov · 7 years ago
  11. 6f2f2c0 Revert "Add Reference type" by Steven Moreland · 7 years ago
  12. 4b80bc4 Add Reference type by Timur Iskhakov · 7 years ago
  13. 0ecc7b8 Add typeName() to all types. by Steven Moreland · 7 years ago
  14. cb0ba52 Moving hidl-gen parser stack outside of AST by Timur Iskhakov · 7 years ago
  15. 3d98bc4 Revert "Move all toString to be in users of HIDL libs." by Steven Moreland · 7 years ago
  16. f91048a Revert "Move CompoundType definitions to headers." by Steven Moreland · 7 years ago
  17. f29457e Move CompoundType definitions to headers. by Steven Moreland · 7 years ago
  18. 32bfbeb Move all toString to be in users of HIDL libs. by Steven Moreland · 7 years ago
  19. e30ee9b -Lc++-impl: better namespace handling by Steven Moreland · 7 years ago
  20. b2a861c Generate correct Parcel verification code. by Martijn Coenen · 7 years ago
  21. 932464e Add Formatter::join by Yifan Hong · 7 years ago
  22. 60d3b22 More stringently verify expected alignment of fields in hidl compound types. by Andreas Huber · 7 years ago
  23. 45b331b Fix .equals in Java does not handle edge cases. by Yifan Hong · 7 years ago
  24. 9ab1e9e Move toString() methods to android::hardware namespace by Hridya Valsaraju · 7 years ago
  25. 42c6843 Move operator== to sources by Yifan Hong · 7 years ago
  26. e45b530 Add toString to Java code by Yifan Hong · 7 years ago
  27. 7d1839f Fix Java .equals has a wrong signature for generated HIDL types. by Yifan Hong · 7 years ago
  28. 875b2d1 Remove unused goto label. by Steven Moreland · 7 years ago
  29. 6081863 Add -Werror. by Steven Moreland · 7 years ago
  30. f5cc2f7 Emit toString functions for all types. by Yifan Hong · 7 years ago
  31. 6a082c6 Use new read(Embedded)Buffer API. by Martijn Coenen · 7 years ago
  32. ca4bc89 Support hidl/java on GCE/x86 (and others) by explicitly forcing structure by Andreas Huber · 7 years ago
  33. ec10227 Emit equals and hashcode for auto-generated Java code. by Yifan Hong · 8 years ago
  34. c6752dc Add operator== and != for some structs. by Yifan Hong · 8 years ago
  35. b1d2ebc HIDL structs are declared final in C++. by Yifan Hong · 8 years ago
  36. 33223ca Rename indentBlock to indent. by Yifan Hong · 8 years ago
  37. 2f69a5b Map handle to hidl_handle in all cases. by Martijn Coenen · 8 years ago
  38. ac58789 Wrap compound native_handle_t* in hidl_pointer. by Martijn Coenen · 8 years ago
  39. 244e82d move read/writeEmbedded[References]From/ToParcel out by Yifan Hong · 8 years ago
  40. 1af7353 Resolve some name conflict in auto-gen'd Java code. by Yifan Hong · 8 years ago
  41. 27e85db Disallow invalid identifiers. by Yifan Hong · 8 years ago
  42. 4ed1347 Remove extra from getJavaType. by Yifan Hong · 8 years ago
  43. 3b320f8 Remove extra from getCppType. by Yifan Hong · 8 years ago
  44. a4b53d0 Add location info to named types. by Yifan Hong · 8 years ago
  45. bf828c8 Update hidl-gen to generate full name for vts attributes. by Zhuoyao Zhang · 8 years ago
  46. 0a68a28 Better indent methods to Formatter. by Yifan Hong · 8 years ago
  47. 86a112b Special consideration for passing vec<interface> or vec<IFoo> to and from by Andreas Huber · 8 years ago
  48. 1b6822b Vectors are now exposed as ArrayList<T> in the Java backend even for arguments by Andreas Huber · 8 years ago
  49. b158de1 Fix code generation for nested structs. by Steven Moreland · 8 years ago
  50. c5ea9f5 Update hidl-gen support for vts. by Zhuoyao Zhang · 8 years ago
  51. be2a373 hidl-gen: add sanitizedName to emitReaderWriterEmbedded. by Yifan Hong · 8 years ago
  52. 00f4717 hidl-gen: Fix warnings for unused parameters. by Yifan Hong · 8 years ago
  53. bf459bc Pointer support and embedded types in HIDL. by Yifan Hong · 8 years ago
  54. f1abc2a HIDL vectors are now exposed as ArrayLists rather than Vectors in Java. by Andreas Huber · 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. a72e0d2 Revert "Revert "Split out libhidl-gen and libhidl-gen-utils."" by Iliyan Malchev · 8 years ago
  59. f630bc8 Java support for passing vec<STRUCT-TYPE> and STRUCT-TYPE[] to and from methods. by Andreas Huber · 8 years ago
  60. 979e099 Added knowledge of namespacing into generation. by Steven Moreland · 8 years ago
  61. 0fa9e39 Auto-generate java libraries for compatible packages. by Andreas Huber · 8 years ago
  62. 1aec397 Adds (C)opyright headers everywhere. by Andreas Huber · 8 years ago
  63. 85eabdb The hidl-gen Java backend now supports structures (NOT unions) and types.hal by Andreas Huber · 8 years ago
  64. 80b217f Merge "Fix nested structure/union name handling." by Andreas Huber · 8 years ago
  65. 864c771 Enhanced hidl-gen support for generating vts files. by Zhuoyao Zhang · 8 years ago
  66. 9ed827c Fix nested structure/union name handling. by Andreas Huber · 8 years ago
  67. 0d0f9a2 Switch to 'glr' skeleton parser, better diagnostics through location tracking. by Andreas Huber · 8 years ago
  68. 295ad30 Support for a generic "binder" type (reflected as "interface" in hidl) by Andreas Huber · 8 years ago
  69. 70a59e1 Validate upfront that an interface is compatible with our Java backend, by Andreas Huber · 8 years ago
  70. 19ba788 Merge "Disallow interface types in structs, unions, arrays and vectors." by Andreas Huber · 8 years ago
  71. b95ea8a Disallow interface types in structs, unions, arrays and vectors. by Andreas Huber · 8 years ago
  72. 5158db4 Extend hidl-gen to support generate vts file. by Zhuoyao Zhang · 8 years ago
  73. 549e259 hidl-gen: remove references to AIDL by Iliyan Malchev · 8 years ago
  74. 8a82ff7 hidl::{Parcel,Binder & friends} => hardware::\1 by Andreas Huber · 8 years ago
  75. 5a54544 Better validation. Check that unions contain no fixup types and structs by Andreas Huber · 8 years ago
  76. 0e00de4 Simplify overly long fully specified type names by stripping out the current by Andreas Huber · 8 years ago
  77. 31629bc Saner determination of a declared type's name (now short + full name) by Andreas Huber · 8 years ago
  78. 867fcb6 bye bye, dump(), RefType no longer gets a name. by Andreas Huber · 8 years ago
  79. 737080b Keeping track of imported names, resolve enum storage types, some finetuning. by Andreas Huber · 8 years ago
  80. 881227d generate C++ interface header, proxy and stub headers and sources. by Andreas Huber · 8 years ago
  81. c9410c7 initial commit of reimplementation of hidl-gen by Andreas Huber · 8 years ago