1. 565b013 Refactor AST::addScopedType. by Timur Iskhakov · 7 years ago
  2. 041fdfe Add C++ forward declaration check by Timur Iskhakov · 7 years ago
  3. 77dd65c Pass that ensures that constant expressions are acyclic by Timur Iskhakov · 7 years ago
  4. dbaed33 Do not unwrap typedefs on lookups by Timur Iskhakov · 7 years ago
  5. 40731af Add acyclic check pass to hidl-gen by Timur Iskhakov · 7 years ago
  6. 35930c4 Proceess post parse passes once for each type and expression by Timur Iskhakov · 7 years ago
  7. 891a866 Constant Expressions have same tree structure as Type by Timur Iskhakov · 7 years ago
  8. 33431e6 Build AST graph explicitly for simpler post-parsing passes by Timur Iskhakov · 7 years ago
  9. cec46c4 Move type-related stuff ouside of parsing by Timur Iskhakov · 7 years ago
  10. 505316c Revert "Revert "Add Reference type"" by Timur Iskhakov · 7 years ago
  11. 6f2f2c0 Revert "Add Reference type" by Steven Moreland · 7 years ago
  12. 4b80bc4 Add Reference type by Timur Iskhakov · 7 years ago
  13. 0ecc7b8 Add typeName() to all types. by Steven Moreland · 7 years ago
  14. cb0ba52 Moving hidl-gen parser stack outside of AST by Timur Iskhakov · 7 years ago
  15. c59326e Don't check hash while generating hash. by Steven Moreland · 7 years ago
  16. 19f11b5 Removed "bool AST::isInterface(std::string*)" by Steven Moreland · 7 years ago
  17. 28b9b53 Prevent AST from modifying Coordinator. by Steven Moreland · 7 years ago
  18. f619fc7 Do not enforce minor version uprev on imports. by Yifan Hong · 7 years ago
  19. 78b38d1 Revert "Revert "Enforce minor version uprevs."" by Yifan Hong · 7 years ago
  20. 976ae89 Revert "Enforce minor version uprevs." by Steven Moreland · 7 years ago
  21. 2d20ae0 Enforce minor version uprevs. by Yifan Hong · 7 years ago
  22. c4e1060 Update hidl-gen for vts backend. by Zhuoyao Zhang · 7 years ago
  23. 7ae3d54 Move FQName to libhidl-gen-util. by Steven Moreland · 7 years ago
  24. fece6ec Cleanup FQName usage. by Yifan Hong · 7 years ago
  25. 87ff823 Type resolution favor local types. by Yifan Hong · 7 years ago
  26. a32bde8 Add FmqType to templatize MQDescriptor by Hridya Valsaraju · 8 years ago
  27. c893404 Hidlize IBase; use IBase instead of IBinder. by Yifan Hong · 8 years ago
  28. 40a373d Fix -Lmakefile LOCAL_JAVA_LIBRARIES does not include hierarchy. by Yifan Hong · 8 years ago
  29. be627b3 hidl-gen: some error recovery. by Yifan Hong · 8 years ago
  30. a4b53d0 Add location info to named types. by Yifan Hong · 8 years ago
  31. cd91bf6 Add MQDescriptorUnsync as a predefined HIDL type. by Hridya Valsaraju · 8 years ago
  32. 1977ea3 hidl-gen: Allow importing only one type from another hal. by Yifan Hong · 8 years ago
  33. bb5c80b Removed useless function Type::ref. by Steven Moreland · 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. 7c5ddfb Allow struct, union and enum type declarations to be annotated. by Andreas Huber · 8 years ago
  36. b77944a Add MQDescriptorSync as a predefined HIDL type. by Hridya Valsaraju · 8 years ago
  37. aa18683 appendPackageInterfaces*ToVector* by Steven Moreland · 8 years ago
  38. f24fa85 Resolve constant expressions for external constants. by Yifan Hong · 8 years ago
  39. ae16eed Redefine fqname in hidl-gen_y.yy by Yifan Hong · 8 years ago
  40. d537ab0 Remove dependency on libutils. by Steven Moreland · 8 years ago
  41. a72e0d2 Revert "Revert "Split out libhidl-gen and libhidl-gen-utils."" by Iliyan Malchev · 8 years ago
  42. 194c2ff Revert "split out libhidl-gen and libhidl-gen-utils" by Steven Moreland · 8 years ago
  43. 4bcf97d MQDescriptor is now a predefined type. by Andreas Huber · 8 years ago
  44. 1316091 split out libhidl-gen and libhidl-gen-utils by Iliyan Malchev · 8 years ago
  45. 800273d hidl-gen: auto-generate depdendencies for nested types by Iliyan Malchev · 8 years ago
  46. 0b3b411 Merge changes from topic 'java_makefiles' by TreeHugger Robot · 8 years ago
  47. 0fa9e39 Auto-generate java libraries for compatible packages. by Andreas Huber · 8 years ago
  48. 4b2cf35 hidl-gen: add support for predefined types by Andreas Huber · 8 years ago
  49. 1aec397 Adds (C)opyright headers everywhere. by Andreas Huber · 8 years ago
  50. 85eabdb The hidl-gen Java backend now supports structures (NOT unions) and types.hal by Andreas Huber · 8 years ago
  51. 9ed827c Fix nested structure/union name handling. by Andreas Huber · 8 years ago
  52. 39fa718 Improved name lookup in order to allow partial names to refer to external by Andreas Huber · 8 years ago
  53. 0d0f9a2 Switch to 'glr' skeleton parser, better diagnostics through location tracking. by Andreas Huber · 8 years ago
  54. c7dfef3 Better diagnostics if an attempt is made to redeclare a type under the same name by Andreas Huber · 8 years ago
  55. 5bb1402 hidl-gen: multiple changes by Iliyan Malchev · 8 years ago
  56. bfd7621 Fix the case where an interface is referenced through a typedef. by Andreas Huber · 8 years ago
  57. d2943e1 extends nuhidl-gen to optionally generate an Android.mk makefile that by Andreas Huber · 8 years ago
  58. 8d3ac0c Be a little smarter about dealing with TypeDefs, resolve to the typedef'd by Andreas Huber · 8 years ago
  59. fd4afab RefType is no more, 1) simplify, 2) repeat by Andreas Huber · 8 years ago
  60. f5dc73e Fix for linux' struct stat missing "d_namlen" field. by Andreas Huber · 8 years ago
  61. 5a54544 Better validation. Check that unions contain no fixup types and structs by Andreas Huber · 8 years ago
  62. 0e00de4 Simplify overly long fully specified type names by stripping out the current by Andreas Huber · 8 years ago
  63. 31629bc Saner determination of a declared type's name (now short + full name) by Andreas Huber · 8 years ago
  64. 867fcb6 bye bye, dump(), RefType no longer gets a name. by Andreas Huber · 8 years ago
  65. 737080b Keeping track of imported names, resolve enum storage types, some finetuning. by Andreas Huber · 8 years ago
  66. dc98133 Use environment variable $TOP to determine full path to hardware/interfaces. by Andreas Huber · 8 years ago
  67. a2723d2 Enforce naming conventions and allow empty (except for the header) types.hal files. by Andreas Huber · 8 years ago
  68. 68f2459 better error-handling, importing entire packages. Cache now keyed by FQName by Andreas Huber · 8 years ago
  69. 5345ec2 Recursively parse imported .hal files and perform global type lookup. by Andreas Huber · 8 years ago
  70. da51b8e No more "version" keyword, new syntax is "package foo.bar.baz@3.4;" by Andreas Huber · 8 years ago
  71. 84f89de major revamp, fully qualified names (FQName) used throughout lexer/parser. by Andreas Huber · 8 years ago
  72. eb1081f some finetuning, version, package, some hacky support for imports by Andreas Huber · 8 years ago
  73. c9410c7 initial commit of reimplementation of hidl-gen by Andreas Huber · 8 years ago