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