1. 12f0ab1 Implement constant expression tags. by Steven Moreland · 6 years ago
  2. 1a77a4a Do not allow leading comma in argument list. by Yifan Hong · 6 years ago
  3. 0ab8265 Implementing Discriminated Unions in HIDL by Nirav Atre · 6 years ago
  4. a421b31 Better error for doc_comment at the end of block. by Steven Moreland · 6 years ago
  5. fd184e8 Reserving "safe_union" keyword in HIDL by Nirav Atre · 6 years ago
  6. 073269e hidl-gen: understand doc comments by Steven Moreland · 6 years ago
  7. e1b157e FQName: prepare for removing isValid by Steven Moreland · 6 years ago
  8. 04dea8d Move file accesses for hash files to Coordinator. by Steven Moreland · 6 years ago
  9. d623a9c Error and test for missing variable name. by Steven Moreland · 6 years ago
  10. 1a4572c Error when an empty generates clause is used. by Steven Moreland · 7 years ago
  11. 37d2611 Better error messages for enum storage type. by Steven Moreland · 7 years ago
  12. d9d6dcb Don't CHECK on too large literal. by Steven Moreland · 7 years ago
  13. 653caa4 Prohibit inplace type declarations (except struct fields) by Timur Iskhakov · 7 years ago
  14. b0664f2 Adding interface to scope is now general case by Timur Iskhakov · 7 years ago
  15. 82c048e Move lookup from parsing by Timur Iskhakov · 7 years ago
  16. a48a4d9 Fix NamedReference location by Timur Iskhakov · 7 years ago
  17. 7a4c662 Fix bad character being disallowed in .hal files. by Steven Moreland · 7 years ago
  18. e931e49 Make keyword token have void type. by Steven Moreland · 7 years ago
  19. 565b013 Refactor AST::addScopedType. by Timur Iskhakov · 7 years ago
  20. 0737c2a Extending existing arrays is moved from parsing by Timur Iskhakov · 7 years ago
  21. 63f3990 Add parent to every type by Timur Iskhakov · 7 years ago
  22. 0344e61 Get rid if Reference<Interface> by Timur Iskhakov · 7 years ago
  23. 76533c5 Delete unnecessary full stops from parser errors by Timur Iskhakov · 7 years ago
  24. 36058aa Dump error message for unknown type before abort. by Howard Chen · 7 years ago
  25. cec46c4 Move type-related stuff ouside of parsing by Timur Iskhakov · 7 years ago
  26. e9ccfa2 Move annotations from Type to Scope by Timur Iskhakov · 7 years ago
  27. 4168936 Make Reference struct simpler by Timur Iskhakov · 7 years ago
  28. a57a5c5 Remove unnecessary check in parsing by Timur Iskhakov · 7 years ago
  29. 7a85dc2 Split AnnotaionParam into String and Constant Expression params by Timur Iskhakov · 7 years ago
  30. e94e2e1 Make some hidl-gen parsing tests to fail without message by Timur Iskhakov · 7 years ago
  31. 6f6bb8f Remove unnecessary include. by Steven Moreland · 7 years ago
  32. 7fa79f6 Merge structures with duplication features by Timur Iskhakov · 7 years ago
  33. 7296af1 Revert "Revert "ConstantExpression lazy evaluation"" by Timur Iskhakov · 7 years ago
  34. a549b71 Revert "ConstantExpression lazy evaluation" by Colin Cross · 7 years ago
  35. 1313a12 ConstantExpression lazy evaluation by Timur Iskhakov · 7 years ago
  36. 505316c Revert "Revert "Add Reference type"" by Timur Iskhakov · 7 years ago
  37. 9ecf373 Better error messages for enum values. by Steven Moreland · 7 years ago
  38. f7f2a9a Support minor version upgrade of hwservicemanager. by Steven Moreland · 7 years ago
  39. cb0ba52 Moving hidl-gen parser stack outside of AST by Timur Iskhakov · 7 years ago
  40. 3effa83 Error message for incorrect FQNames. by Steven Moreland · 7 years ago
  41. 0184ce3 Better error detection. by Steven Moreland · 7 years ago
  42. 5f80963 Error when package statement is missing. by Steven Moreland · 7 years ago
  43. 2ee8432 Move program to the top of hidl-gen_y.yy. by Steven Moreland · 7 years ago
  44. f3d3c73 Update list of valid identifiers in HIDL by Yifan Hong · 7 years ago
  45. ffa9139 Get method signatures from IBase.hal by Yifan Hong · 7 years ago
  46. 7ae3d54 Move FQName to libhidl-gen-util. by Steven Moreland · 8 years ago
  47. f8f2bf3 Remove getInterfaceVersion from hidl interfaces. by Steven Moreland · 8 years ago
  48. a32bde8 Add FmqType to templatize MQDescriptor by Hridya Valsaraju · 8 years ago
  49. 115d428 Add (un)linkToDeath to generated interfaces. by Martijn Coenen · 8 years ago
  50. 7763ab3 Disallow duplicated argument name or result name. by Yifan Hong · 8 years ago
  51. 1b02343 Update macro names collison list. by Yifan Hong · 8 years ago
  52. b16199d Add Proxy and Stub as disallowed names under an interface. by Yifan Hong · 8 years ago
  53. 30bb6a8 Add a typeName() method to each type for error printing purposes. by Steven Moreland · 8 years ago
  54. c893404 Hidlize IBase; use IBase instead of IBinder. by Yifan Hong · 8 years ago
  55. 1c71fd5 Require storage type on enum. by Steven Moreland · 8 years ago
  56. 27e85db Disallow invalid identifiers. by Yifan Hong · 8 years ago
  57. be627b3 hidl-gen: some error recovery. by Yifan Hong · 8 years ago
  58. bd33e38 Fix array size orders. by Yifan Hong · 8 years ago
  59. a4b53d0 Add location info to named types. by Yifan Hong · 8 years ago
  60. cd91bf6 Add MQDescriptorUnsync as a predefined HIDL type. by Hridya Valsaraju · 8 years ago
  61. 14ee674 Emit error if function is overloaded. by Steven Moreland · 8 years ago
  62. 86a112b Special consideration for passing vec<interface> or vec<IFoo> to and from by Andreas Huber · 8 years ago
  63. 6a2fedf hidl-gen: remove support for anonymous enums. by Yifan Hong · 8 years ago
  64. a285501 hidl-gen: disallow anonymous structs and unions. by Yifan Hong · 8 years ago
  65. bb5c80b Removed useless function Type::ref. by Steven Moreland · 8 years ago
  66. bf459bc Pointer support and embedded types in HIDL. by Yifan Hong · 8 years ago
  67. 7c5ddfb Allow struct, union and enum type declarations to be annotated. by Andreas Huber · 8 years ago
  68. c5908e6 Print name instead of pointer in fqname error. by Steven Moreland · 8 years ago
  69. 4ab9b79 Reduce/reduce conflicts are now reported as errors. by Steven Moreland · 8 years ago
  70. f24fa85 Resolve constant expressions for external constants. by Yifan Hong · 8 years ago
  71. b44a6c8 Use colon syntax for FQNames for enum values. by Yifan Hong · 8 years ago
  72. ae16eed Redefine fqname in hidl-gen_y.yy by Yifan Hong · 8 years ago
  73. 709b62d Arrays of arrays are now coalesced into a single multi-dimensional array type. by Andreas Huber · 8 years ago
  74. d537ab0 Remove dependency on libutils. by Steven Moreland · 8 years ago
  75. 5788697 Evaluate constant expressions. by Yifan Hong · 8 years ago
  76. 1aec397 Adds (C)opyright headers everywhere. by Andreas Huber · 8 years ago
  77. 9ed827c Fix nested structure/union name handling. by Andreas Huber · 8 years ago
  78. 39fa718 Improved name lookup in order to allow partial names to refer to external by Andreas Huber · 8 years ago
  79. 0d0f9a2 Switch to 'glr' skeleton parser, better diagnostics through location tracking. by Andreas Huber · 8 years ago
  80. edad10f Remove support for "const" in hidl. by Andreas Huber · 8 years ago
  81. 86cc7a7 Merge "parsing major operators." by Yifan Hong · 8 years ago
  82. 295ad30 Support for a generic "binder" type (reflected as "interface" in hidl) by Andreas Huber · 8 years ago
  83. 5216569 parsing major operators. by Yifan Hong · 8 years ago
  84. 70a59e1 Validate upfront that an interface is compatible with our Java backend, by Andreas Huber · 8 years ago
  85. 44039bb Merge "Enforce interface naming convention: all interface names must start with 'I'." by Andreas Huber · 8 years ago
  86. 19ba788 Merge "Disallow interface types in structs, unions, arrays and vectors." by Andreas Huber · 8 years ago
  87. 639bff8 hidl-gen: accept oneway methods by Iliyan Malchev · 8 years ago
  88. 991b864 Enforce interface naming convention: all interface names must start with 'I'. by Andreas Huber · 8 years ago
  89. b95ea8a Disallow interface types in structs, unions, arrays and vectors. by Andreas Huber · 8 years ago
  90. 5158db4 Extend hidl-gen to support generate vts file. by Zhuoyao Zhang · 8 years ago
  91. ba7e6e9 Support annotation for interface in hidl-gen. by Zhuoyao Zhang · 8 years ago
  92. 3599d92 Interface methods can now be annotated. by Andreas Huber · 8 years ago
  93. 8d3ac0c Be a little smarter about dealing with TypeDefs, resolve to the typedef'd by Andreas Huber · 8 years ago
  94. 6cb08cf Support for inheritance of interfaces. by Andreas Huber · 8 years ago
  95. fd4afab RefType is no more, 1) simplify, 2) repeat by Andreas Huber · 8 years ago
  96. 5a54544 Better validation. Check that unions contain no fixup types and structs by Andreas Huber · 8 years ago
  97. 31629bc Saner determination of a declared type's name (now short + full name) by Andreas Huber · 8 years ago
  98. 867fcb6 bye bye, dump(), RefType no longer gets a name. by Andreas Huber · 8 years ago
  99. 881227d generate C++ interface header, proxy and stub headers and sources. by Andreas Huber · 8 years ago
  100. 006189f by popular demand: enum SomeEnum { FIRST, SECOND = 10, THIRD = SECOND + 5, }; by Andreas Huber · 8 years ago