1. 1c50727 And one more backend for hidl-gen to create a simple static java library by Andreas Huber · 8 years ago
  2. e3f769a Enum types now emit operator| and operator|= for easier bitset manipulation. by Andreas Huber · 8 years ago
  3. bb5c80b Removed useless function Type::ref. by Steven Moreland · 8 years ago
  4. c5ea9f5 Update hidl-gen support for vts. by Zhuoyao Zhang · 8 years ago
  5. be2a373 hidl-gen: add sanitizedName to emitReaderWriterEmbedded. by Yifan Hong · 8 years ago
  6. 019d21d Yet another backend for hidl-gen, this one generates a C-compatible header file by Andreas Huber · 8 years ago
  7. 00f4717 hidl-gen: Fix warnings for unused parameters. by Yifan Hong · 8 years ago
  8. bf459bc Pointer support and embedded types in HIDL. by Yifan Hong · 8 years ago
  9. 7c5ddfb Allow struct, union and enum type declarations to be annotated. by Andreas Huber · 8 years ago
  10. 709b62d Arrays of arrays are now coalesced into a single multi-dimensional array type. by Andreas Huber · 8 years ago
  11. 4c865b7 [Java hidl-gen] Fix multi-dimensional arrays (used within structures, not by Andreas Huber · 8 years ago
  12. f9d49f1 [C++ hidl-gen] Fix multi-dimensional arrays, vectors of arrays. by Andreas Huber · 8 years ago
  13. f630bc8 Java support for passing vec<STRUCT-TYPE> and STRUCT-TYPE[] to and from methods. by Andreas Huber · 8 years ago
  14. 979e099 Added knowledge of namespacing into generation. by Steven Moreland · 8 years ago
  15. 1aec397 Adds (C)opyright headers everywhere. by Andreas Huber · 8 years ago
  16. 85eabdb The hidl-gen Java backend now supports structures (NOT unions) and types.hal by Andreas Huber · 8 years ago
  17. 864c771 Enhanced hidl-gen support for generating vts files. by Zhuoyao Zhang · 8 years ago
  18. 39fa718 Improved name lookup in order to allow partial names to refer to external by Andreas Huber · 8 years ago
  19. 295ad30 Support for a generic "binder" type (reflected as "interface" in hidl) by Andreas Huber · 8 years ago
  20. 70a59e1 Validate upfront that an interface is compatible with our Java backend, by Andreas Huber · 8 years ago
  21. 5158db4 Extend hidl-gen to support generate vts file. by Zhuoyao Zhang · 8 years ago
  22. 2831d51 Initial commit of Java backend to hidl-gen. by Andreas Huber · 8 years ago
  23. 8d3ac0c Be a little smarter about dealing with TypeDefs, resolve to the typedef'd by Andreas Huber · 8 years ago
  24. fd4afab RefType is no more, 1) simplify, 2) repeat by Andreas Huber · 8 years ago
  25. 867fcb6 bye bye, dump(), RefType no longer gets a name. by Andreas Huber · 8 years ago
  26. 737080b Keeping track of imported names, resolve enum storage types, some finetuning. by Andreas Huber · 8 years ago
  27. 881227d generate C++ interface header, proxy and stub headers and sources. by Andreas Huber · 8 years ago
  28. a2723d2 Enforce naming conventions and allow empty (except for the header) types.hal files. by Andreas Huber · 8 years ago
  29. 5345ec2 Recursively parse imported .hal files and perform global type lookup. by Andreas Huber · 8 years ago
  30. c9410c7 initial commit of reimplementation of hidl-gen by Andreas Huber · 8 years ago