1. 7df0f39 isBinder -> isInterface. by Steven Moreland · 6 years ago
  2. 09c6ebe forward declare header string definitions by Steven Moreland · 6 years ago
  3. 7794369 Use ConstantExpression for FLAG_ONE_WAY. by Steven Moreland · 6 years ago
  4. e59c933 Add is_inherited field for each API in generated .vts file by Zhuoyao Zhang · 6 years ago
  5. 465a70c Revert "Explicit destructor invocation for HIDL types" by Nirav Atre · 6 years ago
  6. 89463bd Explicit destructor invocation for HIDL types by Nirav Atre · 6 years ago
  7. 6ec9eb9 Do all validation during validation phase. by Steven Moreland · 6 years ago
  8. 04dea8d Move file accesses for hash files to Coordinator. by Steven Moreland · 6 years ago
  9. 3ce7214 Unify Java + C++ flag definitions. by Steven Moreland · 6 years ago
  10. ecfb451 HIDL defined type to support a composed interface by Howard Chen · 7 years ago
  11. 4b8f7a1 Rename global..Decls to package...Decls by Steven Moreland · 7 years ago
  12. 9a6da7a Add adapters for HIDL interfaces. by Steven Moreland · 7 years ago
  13. ff5e64a Fix strong references by Timur Iskhakov · 7 years ago
  14. 5dc72fe Make recursive methods in Type work with cyclic AST by Timur Iskhakov · 7 years ago
  15. 565b013 Refactor AST::addScopedType. by Timur Iskhakov · 7 years ago
  16. b58f418 Make Type::getReferences return pointer by Timur Iskhakov · 7 years ago
  17. 40731af Add acyclic check pass to hidl-gen by Timur Iskhakov · 7 years ago
  18. 891a866 Constant Expressions have same tree structure as Type by Timur Iskhakov · 7 years ago
  19. 0344e61 Get rid if Reference<Interface> by Timur Iskhakov · 7 years ago
  20. 104f1ff Delete unused Interface::lookupMethod by Timur Iskhakov · 7 years ago
  21. 33431e6 Build AST graph explicitly for simpler post-parsing passes by Timur Iskhakov · 7 years ago
  22. cec46c4 Move type-related stuff ouside of parsing by Timur Iskhakov · 7 years ago
  23. 8c90cc5 Fix clang-tidy performance warnings in system/tools/hidl. by Chih-Hung Hsieh · 7 years ago
  24. f1b902d Refactor interface and enum type- and parent-related methods by Timur Iskhakov · 7 years ago
  25. 505316c Revert "Revert "Add Reference type"" by Timur Iskhakov · 7 years ago
  26. 6f2f2c0 Revert "Add Reference type" by Steven Moreland · 7 years ago
  27. 4b80bc4 Add Reference type by Timur Iskhakov · 7 years ago
  28. cb0ba52 Moving hidl-gen parser stack outside of AST by Timur Iskhakov · 7 years ago
  29. 30b5d1f Add getHashChain() to IBase. by Yifan Hong · 7 years ago
  30. 424a948 IBase: add ping method by Steven Moreland · 7 years ago
  31. 37065d6 Adds a debug(...) method to IBase, the base class for all Treble interfaces by Andreas Huber · 7 years ago
  32. bcffce2 IBase::getReferenceInfo -> getDebugInfo by Yifan Hong · 7 years ago
  33. cd2ae45 Add getReferenceInfo to IBase. by Yifan Hong · 7 years ago
  34. ffa9139 Get method signatures from IBase.hal by Yifan Hong · 7 years ago
  35. c75fd47 Add interfaceDescriptor() method to all interfaces by Yifan Hong · 8 years ago
  36. f5cc2f7 Emit toString functions for all types. by Yifan Hong · 8 years ago
  37. dd85c5c Support to enable profiling dynamically. by Zhuoyao Zhang · 8 years ago
  38. eefe4f2 Clean up hard-coded Bp/Bn/Bs/IHw prefixes. by Yifan Hong · 8 years ago
  39. 51a6509 Renamed Interface::getProxyName to getProxyFqName by Yifan Hong · 8 years ago
  40. b40ef02 Callback elision for HIDL interfaces. by Martijn Coenen · 8 years ago
  41. 115d428 Add (un)linkToDeath to generated interfaces. by Martijn Coenen · 8 years ago
  42. a63e0ad Stop generating IHw classes. by Martijn Coenen · 8 years ago
  43. 30bb6a8 Add a typeName() method to each type for error printing purposes. by Steven Moreland · 8 years ago
  44. c893404 Hidlize IBase; use IBase instead of IBinder. by Yifan Hong · 8 years ago
  45. af712c0 Generate notifySyspropsChanged(). by Martijn Coenen · 8 years ago
  46. a588b23 Support generating the new TYPE_HIDL_INTERFACE for vts. by Zhuoyao Zhang · 8 years ago
  47. 60e52bd Renamed Interface::get*Name methods by Yifan Hong · 8 years ago
  48. 158655a Remove toBinder from IHidlInterfaceBase. 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. fe95aa2 cast functions for interfaces. by Yifan Hong · 8 years ago
  53. 10fe0b5 IHidlInterfaceBase for all autogenerated interfaces. by Yifan Hong · 8 years ago
  54. 14ee674 Emit error if function is overloaded. by Steven Moreland · 8 years ago
  55. 7c5ddfb Allow struct, union and enum type declarations to be annotated. by Andreas Huber · 8 years ago
  56. 69e7c70 Oneway keyword behavior in passthrough mode. by Steven Moreland · 8 years ago
  57. 4c865b7 [Java hidl-gen] Fix multi-dimensional arrays (used within structures, not by Andreas Huber · 8 years ago
  58. d537ab0 Remove dependency on libutils. by Steven Moreland · 8 years ago
  59. 979e099 Added knowledge of namespacing into generation. by Steven Moreland · 8 years ago
  60. 4078631 Split 'IFoo' into 'IFoo' and 'IHwFoo' by Steven Moreland · 8 years ago
  61. 1aec397 Adds (C)opyright headers everywhere. 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. ea081b3 Fix accidental infinite recursion in determining if an Interface is java by Andreas Huber · 8 years ago
  66. 295ad30 Support for a generic "binder" type (reflected as "interface" in hidl) by Andreas Huber · 8 years ago
  67. 70a59e1 Validate upfront that an interface is compatible with our Java backend, by Andreas Huber · 8 years ago
  68. 5158db4 Extend hidl-gen to support generate vts file. by Zhuoyao Zhang · 8 years ago
  69. 2831d51 Initial commit of Java backend to hidl-gen. by Andreas Huber · 8 years ago
  70. ba7e6e9 Support annotation for interface in hidl-gen. by Zhuoyao Zhang · 8 years ago
  71. 6cb08cf Support for inheritance of interfaces. by Andreas Huber · 8 years ago
  72. 31629bc Saner determination of a declared type's name (now short + full name) by Andreas Huber · 8 years ago
  73. 867fcb6 bye bye, dump(), RefType no longer gets a name. by Andreas Huber · 8 years ago
  74. 881227d generate C++ interface header, proxy and stub headers and sources. by Andreas Huber · 8 years ago
  75. a2723d2 Enforce naming conventions and allow empty (except for the header) types.hal files. by Andreas Huber · 8 years ago
  76. c9410c7 initial commit of reimplementation of hidl-gen by Andreas Huber · 8 years ago