1. 04dea8d Move file accesses for hash files to Coordinator. by Steven Moreland · 6 years ago
  2. ecfb451 HIDL defined type to support a composed interface by Howard Chen · 7 years ago
  3. 4b8f7a1 Rename global..Decls to package...Decls by Steven Moreland · 7 years ago
  4. 96bb063 Use getPidIfSharable() in autogen C++/Java. by Yifan Hong · 7 years ago
  5. bf71421 Build toString + operator== in client libraries. by Steven Moreland · 7 years ago
  6. cbff561 Remove use of LOG(*) from HIDL. by Steven Moreland · 7 years ago
  7. 9a6da7a Add adapters for HIDL interfaces. by Steven Moreland · 7 years ago
  8. 4c9c20b Slightly fix error message by Timur Iskhakov · 7 years ago
  9. 82c048e Move lookup from parsing by Timur Iskhakov · 7 years ago
  10. ff5e64a Fix strong references by Timur Iskhakov · 7 years ago
  11. 5dc72fe Make recursive methods in Type work with cyclic AST by Timur Iskhakov · 7 years ago
  12. 565b013 Refactor AST::addScopedType. by Timur Iskhakov · 7 years ago
  13. 24e605b Make Reference::get follow const rules by Timur Iskhakov · 7 years ago
  14. b58f418 Make Type::getReferences return pointer by Timur Iskhakov · 7 years ago
  15. 40731af Add acyclic check pass to hidl-gen by Timur Iskhakov · 7 years ago
  16. 891a866 Constant Expressions have same tree structure as Type by Timur Iskhakov · 7 years ago
  17. 0344e61 Get rid if Reference<Interface> by Timur Iskhakov · 7 years ago
  18. 104f1ff Delete unused Interface::lookupMethod by Timur Iskhakov · 7 years ago
  19. 33431e6 Build AST graph explicitly for simpler post-parsing passes by Timur Iskhakov · 7 years ago
  20. cec46c4 Move type-related stuff ouside of parsing by Timur Iskhakov · 7 years ago
  21. 8c90cc5 Fix clang-tidy performance warnings in system/tools/hidl. by Chih-Hung Hsieh · 7 years ago
  22. f1b902d Refactor interface and enum type- and parent-related methods by Timur Iskhakov · 7 years ago
  23. 7a85dc2 Split AnnotaionParam into String and Constant Expression params by Timur Iskhakov · 7 years ago
  24. 7296af1 Revert "Revert "ConstantExpression lazy evaluation"" by Timur Iskhakov · 7 years ago
  25. a549b71 Revert "ConstantExpression lazy evaluation" by Colin Cross · 7 years ago
  26. 1313a12 ConstantExpression lazy evaluation by Timur Iskhakov · 7 years ago
  27. 505316c Revert "Revert "Add Reference type"" by Timur Iskhakov · 7 years ago
  28. 6f2f2c0 Revert "Add Reference type" by Steven Moreland · 7 years ago
  29. 4b80bc4 Add Reference type by Timur Iskhakov · 7 years ago
  30. c1432c9 Change dependency library by Sundong Ahn · 7 years ago
  31. 57a8936 Revert "Revert "Allow proxies to be compared and identified."" by Steven Moreland · 7 years ago
  32. cb0ba52 Moving hidl-gen parser stack outside of AST by Timur Iskhakov · 7 years ago
  33. a8559fc Revert "Allow proxies to be compared and identified." by Steven Moreland · 7 years ago
  34. 217fc60 Allow proxies to be compared and identified. by Steven Moreland · 7 years ago
  35. 3d98bc4 Revert "Move all toString to be in users of HIDL libs." by Steven Moreland · 7 years ago
  36. 32bfbeb Move all toString to be in users of HIDL libs. by Steven Moreland · 7 years ago
  37. e30ee9b -Lc++-impl: better namespace handling by Steven Moreland · 7 years ago
  38. 31c55de Keep toString local. by Steven Moreland · 7 years ago
  39. 81bc178 Remove obsolete IBinder comment. by Steven Moreland · 7 years ago
  40. c8ff467 Remove unused lambda captures by Yi Kong · 7 years ago
  41. 5bdfa70 Move hidl hash into its own lib. by Steven Moreland · 7 years ago
  42. 0e4be1e Move file hashing into its own class, Hash. by Steven Moreland · 7 years ago
  43. 30b5d1f Add getHashChain() to IBase. by Yifan Hong · 7 years ago
  44. 937408a s/IMPL_HEADER/IMPL_INTERFACE/g by Steven Moreland · 7 years ago
  45. 2e036c9 Disable getDebugInfo address leak for production builds. by Yifan Hong · 7 years ago
  46. df1ea3f Update for providing architecture info to IBase::getDebugInfo() by Yifan Hong · 7 years ago
  47. fbcdc80 Use interfaceDescriptor instead of interfaceChain by Yifan Hong · 7 years ago
  48. b8e15a5 IBase: use B_PACK_CHARS by Steven Moreland · 7 years ago
  49. 424a948 IBase: add ping method by Steven Moreland · 7 years ago
  50. a5a57e9 Ignore non-VTS annotations by Keun Soo Yim · 7 years ago
  51. 37065d6 Adds a debug(...) method to IBase, the base class for all Treble interfaces by Andreas Huber · 7 years ago
  52. bcffce2 IBase::getReferenceInfo -> getDebugInfo by Yifan Hong · 7 years ago
  53. c4e1060 Update hidl-gen for vts backend. by Zhuoyao Zhang · 7 years ago
  54. cd2ae45 Add getReferenceInfo to IBase. by Yifan Hong · 7 years ago
  55. ffa9139 Get method signatures from IBase.hal by Yifan Hong · 7 years ago
  56. c75fd47 Add interfaceDescriptor() method to all interfaces by Yifan Hong · 8 years ago
  57. f5cc2f7 Emit toString functions for all types. by Yifan Hong · 8 years ago
  58. 2a98599 Remove proxy impl for setHALInstrumentation. by Zhuoyao Zhang · 8 years ago
  59. dd85c5c Support to enable profiling dynamically. by Zhuoyao Zhang · 8 years ago
  60. eefe4f2 Clean up hard-coded Bp/Bn/Bs/IHw prefixes. by Yifan Hong · 8 years ago
  61. 51a6509 Renamed Interface::getProxyName to getProxyFqName by Yifan Hong · 8 years ago
  62. b40ef02 Callback elision for HIDL interfaces. by Martijn Coenen · 8 years ago
  63. fa55d6e Automatically start threadpool. by Martijn Coenen · 8 years ago
  64. 8d12b50 Support (un)linkToDeath in Java. by Martijn Coenen · 8 years ago
  65. 115d428 Add (un)linkToDeath to generated interfaces. by Martijn Coenen · 8 years ago
  66. 0393512 Clean up interfaceChain's implementation. by Yifan Hong · 8 years ago
  67. 33223ca Rename indentBlock to indent. by Yifan Hong · 8 years ago
  68. a63e0ad Stop generating IHw classes. by Martijn Coenen · 8 years ago
  69. 30bb6a8 Add a typeName() method to each type for error printing purposes. by Steven Moreland · 8 years ago
  70. c893404 Hidlize IBase; use IBase instead of IBinder. by Yifan Hong · 8 years ago
  71. 2f69a5b Map handle to hidl_handle in all cases. by Martijn Coenen · 8 years ago
  72. af712c0 Generate notifySyspropsChanged(). by Martijn Coenen · 8 years ago
  73. ac58789 Wrap compound native_handle_t* in hidl_pointer. by Martijn Coenen · 8 years ago
  74. d39133b IFoo::descriptor String16 -> const char* by Steven Moreland · 8 years ago
  75. a588b23 Support generating the new TYPE_HIDL_INTERFACE for vts. by Zhuoyao Zhang · 8 years ago
  76. 1af7353 Resolve some name conflict in auto-gen'd Java code. by Yifan Hong · 8 years ago
  77. 60e52bd Renamed Interface::get*Name methods by Yifan Hong · 8 years ago
  78. 158655a Remove toBinder from IHidlInterfaceBase. by Yifan Hong · 8 years ago
  79. 4ed1347 Remove extra from getJavaType. by Yifan Hong · 8 years ago
  80. 3b320f8 Remove extra from getCppType. by Yifan Hong · 8 years ago
  81. cea2478 Don't include hidl internal methods in vts files. by Steven Moreland · 8 years ago
  82. a4b53d0 Add location info to named types. by Yifan Hong · 8 years ago
  83. e163823 Allow nullptr interfaces to be passed. by Martijn Coenen · 8 years ago
  84. 2d7126b Add toBinder to all interfaces. by Yifan Hong · 8 years ago
  85. fe95aa2 cast functions for interfaces. by Yifan Hong · 8 years ago
  86. 10fe0b5 IHidlInterfaceBase for all autogenerated interfaces. by Yifan Hong · 8 years ago
  87. 14ee674 Emit error if function is overloaded. by Steven Moreland · 8 years ago
  88. ef1a9fe Get rid of call enum. by Steven Moreland · 8 years ago
  89. c5ea9f5 Update hidl-gen support for vts. by Zhuoyao Zhang · 8 years ago
  90. 7c5ddfb Allow struct, union and enum type declarations to be annotated. by Andreas Huber · 8 years ago
  91. 3f32c1f Cleaned up use of substr() to get interface's base name. by Jayant Chowdhary · 8 years ago
  92. 69e7c70 Oneway keyword behavior in passthrough mode. by Steven Moreland · 8 years ago
  93. 4c865b7 [Java hidl-gen] Fix multi-dimensional arrays (used within structures, not by Andreas Huber · 8 years ago
  94. d537ab0 Remove dependency on libutils. by Steven Moreland · 8 years ago
  95. a72e0d2 Revert "Revert "Split out libhidl-gen and libhidl-gen-utils."" by Iliyan Malchev · 8 years ago
  96. 194c2ff Revert "split out libhidl-gen and libhidl-gen-utils" by Steven Moreland · 8 years ago
  97. 1316091 split out libhidl-gen and libhidl-gen-utils by Iliyan Malchev · 8 years ago
  98. 979e099 Added knowledge of namespacing into generation. by Steven Moreland · 8 years ago
  99. 0fa9e39 Auto-generate java libraries for compatible packages. by Andreas Huber · 8 years ago
  100. 4078631 Split 'IFoo' into 'IFoo' and 'IHwFoo' by Steven Moreland · 8 years ago