1. 23bdeaf [hidl2aidl] Convert the newest interfaces by Neel Mehta · 4 years, 10 months ago
  2. 098a796 Remove constant expression support for annotations by Neel Mehta · 4 years, 10 months 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. 09c6ebe forward declare header string definitions by Steven Moreland · 6 years ago
  6. b47a262 containsInterfaces -> definesInterfaces by Steven Moreland · 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. 8e61c5a Add emitGlobalTypeDeclarations. by Steven Moreland · 7 years ago
  11. 4b8f7a1 Rename global..Decls to package...Decls by Steven Moreland · 7 years ago
  12. 458ca36 Put type definitions in reversed topological order by Timur Iskhakov · 7 years ago
  13. 5dc72fe Make recursive methods in Type work with cyclic AST by Timur Iskhakov · 7 years ago
  14. 565b013 Refactor AST::addScopedType. by Timur Iskhakov · 7 years ago
  15. dbaed33 Do not unwrap typedefs on lookups by Timur Iskhakov · 7 years ago
  16. b58f418 Make Type::getReferences return pointer by Timur Iskhakov · 7 years ago
  17. 891a866 Constant Expressions have same tree structure as Type by Timur Iskhakov · 7 years ago
  18. 8202eed Remove calling types declated in Scope during passes by Timur Iskhakov · 7 years ago
  19. 33431e6 Build AST graph explicitly for simpler post-parsing passes by Timur Iskhakov · 7 years ago
  20. cec46c4 Move type-related stuff ouside of parsing by Timur Iskhakov · 7 years ago
  21. 8c90cc5 Fix clang-tidy performance warnings in system/tools/hidl. by Chih-Hung Hsieh · 7 years ago
  22. e9ccfa2 Move annotations from Type to Scope by Timur Iskhakov · 7 years ago
  23. 7296af1 Revert "Revert "ConstantExpression lazy evaluation"" by Timur Iskhakov · 7 years ago
  24. a549b71 Revert "ConstantExpression lazy evaluation" by Colin Cross · 7 years ago
  25. 1313a12 ConstantExpression lazy evaluation by Timur Iskhakov · 7 years ago
  26. 0ecc7b8 Add typeName() to all types. by Steven Moreland · 7 years ago
  27. cb0ba52 Moving hidl-gen parser stack outside of AST by Timur Iskhakov · 7 years ago
  28. 19f11b5 Removed "bool AST::isInterface(std::string*)" by Steven Moreland · 7 years ago
  29. 60d3b22 More stringently verify expected alignment of fields in hidl compound types. by Andreas Huber · 7 years ago
  30. 244e82d move read/writeEmbedded[References]From/ToParcel out by Yifan Hong · 8 years ago
  31. a4b53d0 Add location info to named types. by Yifan Hong · 8 years ago
  32. 6a2fedf hidl-gen: remove support for anonymous enums. by Yifan Hong · 8 years ago
  33. e3f769a Enum types now emit operator| and operator|= for easier bitset manipulation. by Andreas Huber · 8 years ago
  34. 019d21d Yet another backend for hidl-gen, this one generates a C-compatible header file by Andreas Huber · 8 years ago
  35. 327cfe1 hidl-gen: Fix nested type cannot be found. by Yifan Hong · 8 years ago
  36. 7c5ddfb Allow struct, union and enum type declarations to be annotated. by Andreas Huber · 8 years ago
  37. f24fa85 Resolve constant expressions for external constants. by Yifan Hong · 8 years ago
  38. ae16eed Redefine fqname in hidl-gen_y.yy by Yifan Hong · 8 years ago
  39. 4c865b7 [Java hidl-gen] Fix multi-dimensional arrays (used within structures, not by Andreas Huber · 8 years ago
  40. d537ab0 Remove dependency on libutils. by Steven Moreland · 8 years ago
  41. 1aec397 Adds (C)opyright headers everywhere. by Andreas Huber · 8 years ago
  42. 85eabdb The hidl-gen Java backend now supports structures (NOT unions) and types.hal by Andreas Huber · 8 years ago
  43. 9ed827c Fix nested structure/union name handling. by Andreas Huber · 8 years ago
  44. 39fa718 Improved name lookup in order to allow partial names to refer to external by Andreas Huber · 8 years ago
  45. 0d0f9a2 Switch to 'glr' skeleton parser, better diagnostics through location tracking. by Andreas Huber · 8 years ago
  46. edad10f Remove support for "const" in hidl. by Andreas Huber · 8 years ago
  47. 70a59e1 Validate upfront that an interface is compatible with our Java backend, by Andreas Huber · 8 years ago
  48. c7dfef3 Better diagnostics if an attempt is made to redeclare a type under the same name by Andreas Huber · 8 years ago
  49. 5158db4 Extend hidl-gen to support generate vts file. by Zhuoyao Zhang · 8 years ago
  50. 2831d51 Initial commit of Java backend to hidl-gen. by Andreas Huber · 8 years ago
  51. 5a54544 Better validation. Check that unions contain no fixup types and structs by Andreas Huber · 8 years ago
  52. 31629bc Saner determination of a declared type's name (now short + full name) by Andreas Huber · 8 years ago
  53. 867fcb6 bye bye, dump(), RefType no longer gets a name. by Andreas Huber · 8 years ago
  54. 881227d generate C++ interface header, proxy and stub headers and sources. by Andreas Huber · 8 years ago
  55. a2723d2 Enforce naming conventions and allow empty (except for the header) types.hal files. by Andreas Huber · 8 years ago
  56. 5345ec2 Recursively parse imported .hal files and perform global type lookup. by Andreas Huber · 8 years ago
  57. c9410c7 initial commit of reimplementation of hidl-gen by Andreas Huber · 8 years ago