1. e966784 Support vts generation for fmq type in hidl-gen. by Zhuoyao Zhang · 7 years ago
  2. 011bb06 Add 'nullable' parameter to Java readEmbeddedBuffer calls. by Martijn Coenen · 7 years ago
  3. 6a082c6 Use new read(Embedded)Buffer API. by Martijn Coenen · 7 years ago
  4. c6752dc Add operator== and != for some structs. by Yifan Hong · 8 years ago
  5. 51f9c8a Update isCompatibleElementType for RefType and VectorType. by Yifan Hong · 8 years ago
  6. 30bb6a8 Add a typeName() method to each type for error printing purposes. by Steven Moreland · 8 years ago
  7. c893404 Hidlize IBase; use IBase instead of IBinder. by Yifan Hong · 8 years ago
  8. 2f69a5b Map handle to hidl_handle in all cases. by Martijn Coenen · 8 years ago
  9. cfa7934 Fix java-client generation of HIDL code by Pavel Maltsev · 8 years ago
  10. ac58789 Wrap compound native_handle_t* in hidl_pointer. by Martijn Coenen · 8 years ago
  11. 859e53f Split into HidlSupport and HidlTransportSupport. by Yifan Hong · 8 years ago
  12. 244e82d move read/writeEmbedded[References]From/ToParcel out by Yifan Hong · 8 years ago
  13. 1af7353 Resolve some name conflict in auto-gen'd Java code. by Yifan Hong · 8 years ago
  14. 4ed1347 Remove extra from getJavaType. by Yifan Hong · 8 years ago
  15. 3b320f8 Remove extra from getCppType. by Yifan Hong · 8 years ago
  16. 86a112b Special consideration for passing vec<interface> or vec<IFoo> to and from by Andreas Huber · 8 years ago
  17. 1b6822b Vectors are now exposed as ArrayList<T> in the Java backend even for arguments by Andreas Huber · 8 years ago
  18. c5ea9f5 Update hidl-gen support for vts. by Zhuoyao Zhang · 8 years ago
  19. be2a373 hidl-gen: add sanitizedName to emitReaderWriterEmbedded. by Yifan Hong · 8 years ago
  20. 00f4717 hidl-gen: Fix warnings for unused parameters. by Yifan Hong · 8 years ago
  21. bf459bc Pointer support and embedded types in HIDL. by Yifan Hong · 8 years ago
  22. f1abc2a HIDL vectors are now exposed as ArrayLists rather than Vectors in Java. by Andreas Huber · 8 years ago
  23. f03332a Arrays in .hal files are now exposed to C++ as hidl_array<T, SIZE ...> by Andreas Huber · 8 years ago
  24. 709b62d Arrays of arrays are now coalesced into a single multi-dimensional array type. by Andreas Huber · 8 years ago
  25. 4c865b7 [Java hidl-gen] Fix multi-dimensional arrays (used within structures, not by Andreas Huber · 8 years ago
  26. a3558b3 Enum types now properly use the Java wrapper of their underlying storage type. by Andreas Huber · 8 years ago
  27. f9d49f1 [C++ hidl-gen] Fix multi-dimensional arrays, vectors of arrays. by Andreas Huber · 8 years ago
  28. a72e0d2 Revert "Revert "Split out libhidl-gen and libhidl-gen-utils."" by Iliyan Malchev · 8 years ago
  29. f630bc8 Java support for passing vec<STRUCT-TYPE> and STRUCT-TYPE[] to and from methods. by Andreas Huber · 8 years ago
  30. 979e099 Added knowledge of namespacing into generation. by Steven Moreland · 8 years ago
  31. 1aec397 Adds (C)opyright headers everywhere. by Andreas Huber · 8 years ago
  32. 85eabdb The hidl-gen Java backend now supports structures (NOT unions) and types.hal by Andreas Huber · 8 years ago
  33. 864c771 Enhanced hidl-gen support for generating vts files. by Zhuoyao Zhang · 8 years ago
  34. 70a59e1 Validate upfront that an interface is compatible with our Java backend, by Andreas Huber · 8 years ago
  35. 5158db4 Extend hidl-gen to support generate vts file. by Zhuoyao Zhang · 8 years ago
  36. 2831d51 Initial commit of Java backend to hidl-gen. by Andreas Huber · 8 years ago
  37. 549e259 hidl-gen: remove references to AIDL by Iliyan Malchev · 8 years ago
  38. b27be33 Now that hidl_vec<> implementation details are private, use the public APIs. by Andreas Huber · 8 years ago
  39. 8a82ff7 hidl::{Parcel,Binder & friends} => hardware::\1 by Andreas Huber · 8 years ago
  40. 867fcb6 bye bye, dump(), RefType no longer gets a name. by Andreas Huber · 8 years ago
  41. 881227d generate C++ interface header, proxy and stub headers and sources. by Andreas Huber · 8 years ago
  42. c9410c7 initial commit of reimplementation of hidl-gen by Andreas Huber · 8 years ago