1. 75a4328 Updates for bison 3.5 by Dan Willemsen · 4 years, 5 months ago
  2. 04fff2b hidl: keep track of comment format by Steven Moreland · 4 years, 8 months ago
  3. 3b414a8 Add -Lformat option to format .hal files by Neel Mehta · 5 years ago
  4. e36e9ed Parse // comments as unhandled comments by Neel Mehta · 5 years ago
  5. 4d89ee2 Parse '/*' comments as well. by Steven Moreland · 5 years ago
  6. 291d02e Lint to check references in DocComments by Neel Mehta · 5 years ago
  7. 3d0334e Merge "Remove ref<>." by Steven Moreland · 5 years ago
  8. 693169b Make getRootScope const by Neel Mehta · 5 years ago
  9. 8249f0a Remove ref<>. by Steven Moreland · 5 years ago
  10. 12f0ab1 Implement constant expression tags. by Steven Moreland · 6 years ago
  11. 82f61aa Remove error disables for flex/bison. by Steven Moreland · 6 years ago
  12. fd184e8 Reserving "safe_union" keyword in HIDL by Nirav Atre · 6 years ago
  13. 073269e hidl-gen: understand doc comments by Steven Moreland · 6 years ago
  14. 161afb2 unique_ptr to pass file from Coordinator to parse by Steven Moreland · 6 years ago
  15. 06a088b Remove 'extern' reference to function parseFile. by Steven Moreland · 6 years ago
  16. 71f0913 Import fails if parsing fails. by Steven Moreland · 6 years ago
  17. 99231b0 Enable experimental in hidl-gen. by Steven Moreland · 6 years ago
  18. d13d08f Make spacing consistent in hidl-gen_l.ll. by Steven Moreland · 7 years ago
  19. 7a4c662 Fix bad character being disallowed in .hal files. by Steven Moreland · 7 years ago
  20. 63f3990 Add parent to every type by Timur Iskhakov · 7 years ago
  21. cb0ba52 Moving hidl-gen parser stack outside of AST by Timur Iskhakov · 7 years ago
  22. 3effa83 Error message for incorrect FQNames. by Steven Moreland · 7 years ago
  23. 6081863 Add -Werror. by Steven Moreland · 7 years ago
  24. 333a6d2 Do not allow package with missing version by Yifan Hong · 7 years ago
  25. a32bde8 Add FmqType to templatize MQDescriptor by Hridya Valsaraju · 7 years ago
  26. 115d428 Add (un)linkToDeath to generated interfaces. by Martijn Coenen · 7 years ago
  27. c57c8bb Add a bitfield type. by Yifan Hong · 8 years ago
  28. 99e6beb memory -> hidl_memory and pointer -> hidl_pointer by Martijn Coenen · 8 years ago
  29. 244e82d move read/writeEmbedded[References]From/ToParcel out by Yifan Hong · 8 years ago
  30. be627b3 hidl-gen: some error recovery. by Yifan Hong · 8 years ago
  31. bd33e38 Fix array size orders. by Yifan Hong · 8 years ago
  32. cd91bf6 Add MQDescriptorUnsync as a predefined HIDL type. by Hridya Valsaraju · 8 years ago
  33. 8efccec Remove opaque type from hidl. by Steven Moreland · 8 years ago
  34. bf459bc Pointer support and embedded types in HIDL. by Yifan Hong · 8 years ago
  35. b44a6c8 Use colon syntax for FQNames for enum values. by Yifan Hong · 8 years ago
  36. 191c1fe Ignoring deprecated register only in flex. by Steven Moreland · 8 years ago
  37. 605c421 Line numbers now properly counted when there are comments. by Steven Moreland · 8 years ago
  38. 1aec397 Adds (C)opyright headers everywhere. by Andreas Huber · 8 years ago
  39. 39fa718 Improved name lookup in order to allow partial names to refer to external by Andreas Huber · 8 years ago
  40. 0d0f9a2 Switch to 'glr' skeleton parser, better diagnostics through location tracking. by Andreas Huber · 8 years ago
  41. edad10f Remove support for "const" in hidl. by Andreas Huber · 8 years ago
  42. bb0346d Merge "'char' is no longer an acceptable hidl type. Use int8_t or uint8_t instead." by Andreas Huber · 8 years ago
  43. 3179b22 'char' is no longer an acceptable hidl type. Use int8_t or uint8_t instead. by Andreas Huber · 8 years ago
  44. 5216569 parsing major operators. by Yifan Hong · 8 years ago
  45. 639bff8 hidl-gen: accept oneway methods by Iliyan Malchev · 8 years ago
  46. 3599d92 Interface methods can now be annotated. by Andreas Huber · 8 years ago
  47. fd4afab RefType is no more, 1) simplify, 2) repeat by Andreas Huber · 8 years ago
  48. 881227d generate C++ interface header, proxy and stub headers and sources. by Andreas Huber · 8 years ago
  49. 006189f by popular demand: enum SomeEnum { FIRST, SECOND = 10, THIRD = SECOND + 5, }; 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. da51b8e No more "version" keyword, new syntax is "package foo.bar.baz@3.4;" by Andreas Huber · 8 years ago
  52. 84f89de major revamp, fully qualified names (FQName) used throughout lexer/parser. by Andreas Huber · 8 years ago
  53. c9410c7 initial commit of reimplementation of hidl-gen by Andreas Huber · 8 years ago