1. 25d889d Merge "Remove localName from NamedType" into stage-aosp-master by Neel Mehta · 4 years, 11 months ago
  2. 257cce0 Remove localName from NamedType by Neel Mehta · 5 years ago
  3. 69920a6 Change const char* to std::string by Neel Mehta · 4 years, 11 months ago
  4. 3b414a8 Add -Lformat option to format .hal files by Neel Mehta · 5 years ago
  5. 6448d01 Add "ALL" and "MAX" enum value lints by Neel Mehta · 5 years ago
  6. 56758da Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  7. 465a70c Revert "Explicit destructor invocation for HIDL types" by Nirav Atre · 6 years ago
  8. 89463bd Explicit destructor invocation for HIDL types by Nirav Atre · 6 years ago
  9. 6ec9eb9 Do all validation during validation phase. by Steven Moreland · 6 years ago
  10. ff5e64a Fix strong references by Timur Iskhakov · 7 years ago
  11. 565b013 Refactor AST::addScopedType. by Timur Iskhakov · 7 years ago
  12. dbaed33 Do not unwrap typedefs on lookups by Timur Iskhakov · 7 years ago
  13. 542920e Process refence in TypeDef by Timur Iskhakov · 7 years ago
  14. 24e605b Make Reference::get follow const rules by Timur Iskhakov · 7 years ago
  15. b3f8bcb Remove Reference::operator* by Timur Iskhakov · 7 years ago
  16. 505316c Revert "Revert "Add Reference type"" by Timur Iskhakov · 7 years ago
  17. 6f2f2c0 Revert "Add Reference type" by Steven Moreland · 7 years ago
  18. 4b80bc4 Add Reference type by Timur Iskhakov · 7 years ago
  19. 0ecc7b8 Add typeName() to all types. by Steven Moreland · 7 years ago
  20. cb0ba52 Moving hidl-gen parser stack outside of AST by Timur Iskhakov · 7 years ago
  21. 3b320f8 Remove extra from getCppType. by Yifan Hong · 8 years ago
  22. a4b53d0 Add location info to named types. by Yifan Hong · 8 years ago
  23. 2a55e05 Output TypeDefs in C++ generated code. by Steven Moreland · 8 years ago
  24. 4c865b7 [Java hidl-gen] Fix multi-dimensional arrays (used within structures, not by Andreas Huber · 8 years ago
  25. d537ab0 Remove dependency on libutils. by Steven Moreland · 8 years ago
  26. a72e0d2 Revert "Revert "Split out libhidl-gen and libhidl-gen-utils."" by Iliyan Malchev · 8 years ago
  27. 194c2ff Revert "split out libhidl-gen and libhidl-gen-utils" by Steven Moreland · 8 years ago
  28. 1316091 split out libhidl-gen and libhidl-gen-utils by Iliyan Malchev · 8 years ago
  29. 979e099 Added knowledge of namespacing into generation. by Steven Moreland · 8 years ago
  30. 1aec397 Adds (C)opyright headers everywhere. by Andreas Huber · 8 years ago
  31. 39fa718 Improved name lookup in order to allow partial names to refer to external by Andreas Huber · 8 years ago
  32. 7aba517 Fix unwanted assertion problem if a typedef is the first declaration in a by Andreas Huber · 8 years ago
  33. 2831d51 Initial commit of Java backend to hidl-gen. by Andreas Huber · 8 years ago
  34. 8d3ac0c Be a little smarter about dealing with TypeDefs, resolve to the typedef'd by Andreas Huber · 8 years ago
  35. bb797e4 properly deref RefType and TypeDef to find boolean attributes of a Type. by Andreas Huber · 8 years ago
  36. 5a54544 Better validation. Check that unions contain no fixup types and structs by Andreas Huber · 8 years ago
  37. 31629bc Saner determination of a declared type's name (now short + full name) by Andreas Huber · 8 years ago
  38. 867fcb6 bye bye, dump(), RefType no longer gets a name. by Andreas Huber · 8 years ago
  39. 737080b Keeping track of imported names, resolve enum storage types, some finetuning. by Andreas Huber · 8 years ago
  40. 881227d generate C++ interface header, proxy and stub headers and sources. by Andreas Huber · 8 years ago
  41. c9410c7 initial commit of reimplementation of hidl-gen by Andreas Huber · 8 years ago