1. 30bb6a8 Add a typeName() method to each type for error printing purposes. by Steven Moreland · 8 years ago
  2. c893404 Hidlize IBase; use IBase instead of IBinder. by Yifan Hong · 8 years ago
  3. 1c71fd5 Require storage type on enum. by Steven Moreland · 8 years ago
  4. 27e85db Disallow invalid identifiers. by Yifan Hong · 8 years ago
  5. be627b3 hidl-gen: some error recovery. by Yifan Hong · 8 years ago
  6. bd33e38 Fix array size orders. by Yifan Hong · 8 years ago
  7. a4b53d0 Add location info to named types. by Yifan Hong · 8 years ago
  8. cd91bf6 Add MQDescriptorUnsync as a predefined HIDL type. by Hridya Valsaraju · 8 years ago
  9. 14ee674 Emit error if function is overloaded. by Steven Moreland · 8 years ago
  10. 86a112b Special consideration for passing vec<interface> or vec<IFoo> to and from by Andreas Huber · 8 years ago
  11. 6a2fedf hidl-gen: remove support for anonymous enums. by Yifan Hong · 8 years ago
  12. a285501 hidl-gen: disallow anonymous structs and unions. by Yifan Hong · 8 years ago
  13. bb5c80b Removed useless function Type::ref. by Steven Moreland · 8 years ago
  14. bf459bc Pointer support and embedded types in HIDL. by Yifan Hong · 8 years ago
  15. 7c5ddfb Allow struct, union and enum type declarations to be annotated. by Andreas Huber · 8 years ago
  16. c5908e6 Print name instead of pointer in fqname error. by Steven Moreland · 8 years ago
  17. 4ab9b79 Reduce/reduce conflicts are now reported as errors. by Steven Moreland · 8 years ago
  18. f24fa85 Resolve constant expressions for external constants. by Yifan Hong · 8 years ago
  19. b44a6c8 Use colon syntax for FQNames for enum values. by Yifan Hong · 8 years ago
  20. ae16eed Redefine fqname in hidl-gen_y.yy by Yifan Hong · 8 years ago
  21. 709b62d Arrays of arrays are now coalesced into a single multi-dimensional array type. by Andreas Huber · 8 years ago
  22. d537ab0 Remove dependency on libutils. by Steven Moreland · 8 years ago
  23. 5788697 Evaluate constant expressions. by Yifan Hong · 8 years ago
  24. 1aec397 Adds (C)opyright headers everywhere. by Andreas Huber · 8 years ago
  25. 9ed827c Fix nested structure/union name handling. by Andreas Huber · 8 years ago
  26. 39fa718 Improved name lookup in order to allow partial names to refer to external by Andreas Huber · 8 years ago
  27. 0d0f9a2 Switch to 'glr' skeleton parser, better diagnostics through location tracking. by Andreas Huber · 8 years ago
  28. edad10f Remove support for "const" in hidl. by Andreas Huber · 8 years ago
  29. 86cc7a7 Merge "parsing major operators." by Yifan Hong · 8 years ago
  30. 295ad30 Support for a generic "binder" type (reflected as "interface" in hidl) by Andreas Huber · 8 years ago
  31. 5216569 parsing major operators. by Yifan Hong · 8 years ago
  32. 70a59e1 Validate upfront that an interface is compatible with our Java backend, by Andreas Huber · 8 years ago
  33. 44039bb Merge "Enforce interface naming convention: all interface names must start with 'I'." by Andreas Huber · 8 years ago
  34. 19ba788 Merge "Disallow interface types in structs, unions, arrays and vectors." by Andreas Huber · 8 years ago
  35. 639bff8 hidl-gen: accept oneway methods by Iliyan Malchev · 8 years ago
  36. 991b864 Enforce interface naming convention: all interface names must start with 'I'. by Andreas Huber · 8 years ago
  37. b95ea8a Disallow interface types in structs, unions, arrays and vectors. by Andreas Huber · 8 years ago
  38. 5158db4 Extend hidl-gen to support generate vts file. by Zhuoyao Zhang · 8 years ago
  39. ba7e6e9 Support annotation for interface in hidl-gen. by Zhuoyao Zhang · 8 years ago
  40. 3599d92 Interface methods can now be annotated. by Andreas Huber · 8 years ago
  41. 8d3ac0c Be a little smarter about dealing with TypeDefs, resolve to the typedef'd by Andreas Huber · 8 years ago
  42. 6cb08cf Support for inheritance of interfaces. by Andreas Huber · 8 years ago
  43. fd4afab RefType is no more, 1) simplify, 2) repeat by Andreas Huber · 8 years ago
  44. 5a54544 Better validation. Check that unions contain no fixup types and structs by Andreas Huber · 8 years ago
  45. 31629bc Saner determination of a declared type's name (now short + full name) by Andreas Huber · 8 years ago
  46. 867fcb6 bye bye, dump(), RefType no longer gets a name. by Andreas Huber · 8 years ago
  47. 881227d generate C++ interface header, proxy and stub headers and sources. by Andreas Huber · 8 years ago
  48. 006189f by popular demand: enum SomeEnum { FIRST, SECOND = 10, THIRD = SECOND + 5, }; by Andreas Huber · 8 years ago
  49. a2723d2 Enforce naming conventions and allow empty (except for the header) types.hal files. by Andreas Huber · 8 years ago
  50. 68f2459 better error-handling, importing entire packages. Cache now keyed by FQName by Andreas Huber · 8 years ago
  51. 5345ec2 Recursively parse imported .hal files and perform global type lookup. by Andreas Huber · 8 years ago
  52. da51b8e No more "version" keyword, new syntax is "package foo.bar.baz@3.4;" by Andreas Huber · 8 years ago
  53. 84f89de major revamp, fully qualified names (FQName) used throughout lexer/parser. by Andreas Huber · 8 years ago
  54. eb1081f some finetuning, version, package, some hacky support for imports by Andreas Huber · 8 years ago
  55. c9410c7 initial commit of reimplementation of hidl-gen by Andreas Huber · 8 years ago