1. 44039bb Merge "Enforce interface naming convention: all interface names must start with 'I'." by Andreas Huber · 8 years ago
  2. 19ba788 Merge "Disallow interface types in structs, unions, arrays and vectors." by Andreas Huber · 8 years ago
  3. 639bff8 hidl-gen: accept oneway methods by Iliyan Malchev · 8 years ago
  4. 991b864 Enforce interface naming convention: all interface names must start with 'I'. by Andreas Huber · 8 years ago
  5. b95ea8a Disallow interface types in structs, unions, arrays and vectors. by Andreas Huber · 8 years ago
  6. 5158db4 Extend hidl-gen to support generate vts file. by Zhuoyao Zhang · 8 years ago
  7. ba7e6e9 Support annotation for interface in hidl-gen. by Zhuoyao Zhang · 8 years ago
  8. 3599d92 Interface methods can now be annotated. by Andreas Huber · 8 years ago
  9. 8d3ac0c Be a little smarter about dealing with TypeDefs, resolve to the typedef'd by Andreas Huber · 8 years ago
  10. 6cb08cf Support for inheritance of interfaces. by Andreas Huber · 8 years ago
  11. fd4afab RefType is no more, 1) simplify, 2) repeat by Andreas Huber · 8 years ago
  12. 5a54544 Better validation. Check that unions contain no fixup types and structs by Andreas Huber · 8 years ago
  13. 31629bc Saner determination of a declared type's name (now short + full name) by Andreas Huber · 8 years ago
  14. 867fcb6 bye bye, dump(), RefType no longer gets a name. by Andreas Huber · 8 years ago
  15. 881227d generate C++ interface header, proxy and stub headers and sources. by Andreas Huber · 8 years ago
  16. 006189f by popular demand: enum SomeEnum { FIRST, SECOND = 10, THIRD = SECOND + 5, }; by Andreas Huber · 8 years ago
  17. a2723d2 Enforce naming conventions and allow empty (except for the header) types.hal files. by Andreas Huber · 8 years ago
  18. 68f2459 better error-handling, importing entire packages. Cache now keyed by FQName by Andreas Huber · 8 years ago
  19. 5345ec2 Recursively parse imported .hal files and perform global type lookup. by Andreas Huber · 8 years ago
  20. da51b8e No more "version" keyword, new syntax is "package foo.bar.baz@3.4;" by Andreas Huber · 8 years ago
  21. 84f89de major revamp, fully qualified names (FQName) used throughout lexer/parser. by Andreas Huber · 8 years ago
  22. eb1081f some finetuning, version, package, some hacky support for imports by Andreas Huber · 8 years ago
  23. c9410c7 initial commit of reimplementation of hidl-gen by Andreas Huber · 8 years ago