1. 368e460 Do all validation during validation phase. by Steven Moreland · 6 years ago
  2. 5dc72fe Make recursive methods in Type work with cyclic AST by Timur Iskhakov · 7 years ago
  3. 63f3990 Add parent to every type by Timur Iskhakov · 7 years ago
  4. e30ee9b -Lc++-impl: better namespace handling by Steven Moreland · 7 years ago
  5. e45b530 Add toString to Java code by Yifan Hong · 7 years ago
  6. f5cc2f7 Emit toString functions for all types. by Yifan Hong · 7 years ago
  7. c6752dc Add operator== and != for some structs. by Yifan Hong · 7 years ago
  8. 9df5244 Cleanup way elidable types are determined. by Steven Moreland · 7 years ago
  9. abf73ee Add is*() functions for more types. by Yifan Hong · 7 years ago
  10. 30bb6a8 Add a typeName() method to each type for error printing purposes. by Steven Moreland · 8 years ago
  11. 4ed1347 Remove extra from getJavaType. by Yifan Hong · 8 years ago
  12. 3b320f8 Remove extra from getCppType. by Yifan Hong · 8 years ago
  13. c5ea9f5 Update hidl-gen support for vts. by Zhuoyao Zhang · 8 years ago
  14. 8efccec Remove opaque type from hidl. by Steven Moreland · 8 years ago
  15. 709b62d Arrays of arrays are now coalesced into a single multi-dimensional array type. by Andreas Huber · 8 years ago
  16. 4c865b7 [Java hidl-gen] Fix multi-dimensional arrays (used within structures, not by Andreas Huber · 8 years ago
  17. 5001d93 Fix mistaken Java wrapper type for "int". by Andreas Huber · 8 years ago
  18. a72e0d2 Revert "Revert "Split out libhidl-gen and libhidl-gen-utils."" by Iliyan Malchev · 8 years ago
  19. 194c2ff Revert "split out libhidl-gen and libhidl-gen-utils" by Steven Moreland · 8 years ago
  20. 1316091 split out libhidl-gen and libhidl-gen-utils by Iliyan Malchev · 8 years ago
  21. 979e099 Added knowledge of namespacing into generation. by Steven Moreland · 8 years ago
  22. 5788697 Evaluate constant expressions. by Yifan Hong · 8 years ago
  23. 1993352 A few fix of hidl-gen for vts generator. by Zhuoyao Zhang · 8 years ago
  24. 1aec397 Adds (C)opyright headers everywhere. by Andreas Huber · 8 years ago
  25. 85eabdb The hidl-gen Java backend now supports structures (NOT unions) and types.hal by Andreas Huber · 8 years ago
  26. d85a509 Use the new "Bool*" accessor methods for booleans instead of treating them like by Andreas Huber · 8 years ago
  27. 9ed827c Fix nested structure/union name handling. by Andreas Huber · 8 years ago
  28. 3179b22 'char' is no longer an acceptable hidl type. Use int8_t or uint8_t instead. by Andreas Huber · 8 years ago
  29. e0b2867 hidl-gen: emit read/writeBool() for booleans by Iliyan Malchev · 8 years ago
  30. 5158db4 Extend hidl-gen to support generate vts file. by Zhuoyao Zhang · 8 years ago
  31. 2831d51 Initial commit of Java backend to hidl-gen. by Andreas Huber · 8 years ago
  32. 549e259 hidl-gen: remove references to AIDL by Iliyan Malchev · 8 years ago
  33. 8d3ac0c Be a little smarter about dealing with TypeDefs, resolve to the typedef'd by Andreas Huber · 8 years ago
  34. 867fcb6 bye bye, dump(), RefType no longer gets a name. by Andreas Huber · 8 years ago
  35. 737080b Keeping track of imported names, resolve enum storage types, some finetuning. by Andreas Huber · 8 years ago
  36. 881227d generate C++ interface header, proxy and stub headers and sources. by Andreas Huber · 8 years ago
  37. c9410c7 initial commit of reimplementation of hidl-gen by Andreas Huber · 8 years ago