1. 277c270 Add 'while importing X at Y' error chains. by Steven Moreland · 4 years, 5 months ago
  2. febfc0c Find type, add import/spelling hint. by Steven Moreland · 4 years, 6 months ago
  3. b7c4747 Only addImportedNamesGranular when success. by Steven Moreland · 4 years, 7 months ago
  4. 8f8e862 Type pkgs w/ unsupported types in Java now work by Steven Moreland · 4 years, 7 months ago
  5. 9200af0 Remove localName from NamedType by Neel Mehta · 5 years ago
  6. 8b0f06a Track implicit imports differently from user imports by Neel Mehta · 5 years ago
  7. 4d89ee2 Parse '/*' comments as well. by Steven Moreland · 5 years ago
  8. f6293d3 Store paths relative to root in Location by Neel Mehta · 5 years ago
  9. 55c065e Add "import types" lint by Neel Mehta · 5 years ago
  10. 0ee353f Remove static gAllReservedMethods from Interface.cpp by Neel Mehta · 5 years ago
  11. 693169b Make getRootScope const by Neel Mehta · 5 years ago
  12. 12f0ab1 Implement constant expression tags. by Steven Moreland · 6 years ago
  13. 9200289 -Ldependencies: output indirect dependencies by Yifan Hong · 6 years ago
  14. 0e192c4 Add stage to recursivePass by Yifan Hong · 6 years ago
  15. e401011 Add -Ldependencies option by Yifan Hong · 6 years ago
  16. b47a262 containsInterfaces -> definesInterfaces by Steven Moreland · 6 years ago
  17. 7773089 Remove FQName::isValid by Steven Moreland · 6 years ago
  18. e1b157e FQName: prepare for removing isValid by Steven Moreland · 6 years ago
  19. 71f0913 Import fails if parsing fails. by Steven Moreland · 6 years ago
  20. 04dea8d Move file accesses for hash files to Coordinator. by Steven Moreland · 6 years ago
  21. 06a81cf Get imported packages based on granular names. by Steven Moreland · 6 years ago
  22. 01857a3 Show better error for invalid fqName in import. by Steven Moreland · 6 years ago
  23. 4ba5c97 Track imported types more granularly than before, add types referred to by Andreas Huber · 7 years ago
  24. d965ce9 Allow references to typedef'd enum values. by Steven Moreland · 7 years ago
  25. 308d8a2 Optionally, if passing -v(erbose) to hidl-gen, dump declared by Andreas Huber · 7 years ago
  26. cbff561 Remove use of LOG(*) from HIDL. by Steven Moreland · 7 years ago
  27. 87e69dc Fix imports. by Steven Moreland · 7 years ago
  28. 458ca36 Put type definitions in reversed topological order by Timur Iskhakov · 7 years ago
  29. 82c048e Move lookup from parsing by Timur Iskhakov · 7 years ago
  30. 78821ed C++ forward declaration restriction on incomplete types by Timur Iskhakov · 7 years ago
  31. 5dc72fe Make recursive methods in Type work with cyclic AST by Timur Iskhakov · 7 years ago
  32. 565b013 Refactor AST::addScopedType. by Timur Iskhakov · 7 years ago
  33. 041fdfe Add C++ forward declaration check by Timur Iskhakov · 7 years ago
  34. 77dd65c Pass that ensures that constant expressions are acyclic by Timur Iskhakov · 7 years ago
  35. dbaed33 Do not unwrap typedefs on lookups by Timur Iskhakov · 7 years ago
  36. 40731af Add acyclic check pass to hidl-gen by Timur Iskhakov · 7 years ago
  37. 35930c4 Proceess post parse passes once for each type and expression by Timur Iskhakov · 7 years ago
  38. 891a866 Constant Expressions have same tree structure as Type by Timur Iskhakov · 7 years ago
  39. 33431e6 Build AST graph explicitly for simpler post-parsing passes by Timur Iskhakov · 7 years ago
  40. cec46c4 Move type-related stuff ouside of parsing by Timur Iskhakov · 7 years ago
  41. 505316c Revert "Revert "Add Reference type"" by Timur Iskhakov · 7 years ago
  42. 6f2f2c0 Revert "Add Reference type" by Steven Moreland · 7 years ago
  43. 4b80bc4 Add Reference type by Timur Iskhakov · 7 years ago
  44. 0ecc7b8 Add typeName() to all types. by Steven Moreland · 7 years ago
  45. cb0ba52 Moving hidl-gen parser stack outside of AST by Timur Iskhakov · 7 years ago
  46. c59326e Don't check hash while generating hash. by Steven Moreland · 7 years ago
  47. 19f11b5 Removed "bool AST::isInterface(std::string*)" by Steven Moreland · 7 years ago
  48. 28b9b53 Prevent AST from modifying Coordinator. by Steven Moreland · 7 years ago
  49. f619fc7 Do not enforce minor version uprev on imports. by Yifan Hong · 7 years ago
  50. 78b38d1 Revert "Revert "Enforce minor version uprevs."" by Yifan Hong · 7 years ago
  51. 976ae89 Revert "Enforce minor version uprevs." by Steven Moreland · 7 years ago
  52. 2d20ae0 Enforce minor version uprevs. by Yifan Hong · 7 years ago
  53. c4e1060 Update hidl-gen for vts backend. by Zhuoyao Zhang · 7 years ago
  54. 7ae3d54 Move FQName to libhidl-gen-util. by Steven Moreland · 7 years ago
  55. fece6ec Cleanup FQName usage. by Yifan Hong · 7 years ago
  56. 87ff823 Type resolution favor local types. by Yifan Hong · 7 years ago
  57. a32bde8 Add FmqType to templatize MQDescriptor by Hridya Valsaraju · 7 years ago
  58. c893404 Hidlize IBase; use IBase instead of IBinder. by Yifan Hong · 8 years ago
  59. 40a373d Fix -Lmakefile LOCAL_JAVA_LIBRARIES does not include hierarchy. by Yifan Hong · 8 years ago
  60. be627b3 hidl-gen: some error recovery. by Yifan Hong · 8 years ago
  61. a4b53d0 Add location info to named types. by Yifan Hong · 8 years ago
  62. cd91bf6 Add MQDescriptorUnsync as a predefined HIDL type. by Hridya Valsaraju · 8 years ago
  63. 1977ea3 hidl-gen: Allow importing only one type from another hal. by Yifan Hong · 8 years ago
  64. bb5c80b Removed useless function Type::ref. by Steven Moreland · 8 years ago
  65. 019d21d Yet another backend for hidl-gen, this one generates a C-compatible header file by Andreas Huber · 8 years ago
  66. 7c5ddfb Allow struct, union and enum type declarations to be annotated. by Andreas Huber · 8 years ago
  67. b77944a Add MQDescriptorSync as a predefined HIDL type. by Hridya Valsaraju · 8 years ago
  68. aa18683 appendPackageInterfaces*ToVector* by Steven Moreland · 8 years ago
  69. f24fa85 Resolve constant expressions for external constants. by Yifan Hong · 8 years ago
  70. ae16eed Redefine fqname in hidl-gen_y.yy by Yifan Hong · 8 years ago
  71. d537ab0 Remove dependency on libutils. by Steven Moreland · 8 years ago
  72. a72e0d2 Revert "Revert "Split out libhidl-gen and libhidl-gen-utils."" by Iliyan Malchev · 8 years ago
  73. 194c2ff Revert "split out libhidl-gen and libhidl-gen-utils" by Steven Moreland · 8 years ago
  74. 4bcf97d MQDescriptor is now a predefined type. by Andreas Huber · 8 years ago
  75. 1316091 split out libhidl-gen and libhidl-gen-utils by Iliyan Malchev · 8 years ago
  76. 800273d hidl-gen: auto-generate depdendencies for nested types by Iliyan Malchev · 8 years ago
  77. 0b3b411 Merge changes from topic 'java_makefiles' by TreeHugger Robot · 8 years ago
  78. 0fa9e39 Auto-generate java libraries for compatible packages. by Andreas Huber · 8 years ago
  79. 4b2cf35 hidl-gen: add support for predefined types by Andreas Huber · 8 years ago
  80. 1aec397 Adds (C)opyright headers everywhere. by Andreas Huber · 8 years ago
  81. 85eabdb The hidl-gen Java backend now supports structures (NOT unions) and types.hal by Andreas Huber · 8 years ago
  82. 9ed827c Fix nested structure/union name handling. by Andreas Huber · 8 years ago
  83. 39fa718 Improved name lookup in order to allow partial names to refer to external by Andreas Huber · 8 years ago
  84. 0d0f9a2 Switch to 'glr' skeleton parser, better diagnostics through location tracking. by Andreas Huber · 8 years ago
  85. c7dfef3 Better diagnostics if an attempt is made to redeclare a type under the same name by Andreas Huber · 8 years ago
  86. 5bb1402 hidl-gen: multiple changes by Iliyan Malchev · 8 years ago
  87. bfd7621 Fix the case where an interface is referenced through a typedef. by Andreas Huber · 8 years ago
  88. d2943e1 extends nuhidl-gen to optionally generate an Android.mk makefile that by Andreas Huber · 8 years ago
  89. 8d3ac0c Be a little smarter about dealing with TypeDefs, resolve to the typedef'd by Andreas Huber · 8 years ago
  90. fd4afab RefType is no more, 1) simplify, 2) repeat by Andreas Huber · 8 years ago
  91. f5dc73e Fix for linux' struct stat missing "d_namlen" field. by Andreas Huber · 8 years ago
  92. 5a54544 Better validation. Check that unions contain no fixup types and structs by Andreas Huber · 8 years ago
  93. 0e00de4 Simplify overly long fully specified type names by stripping out the current by Andreas Huber · 8 years ago
  94. 31629bc Saner determination of a declared type's name (now short + full name) by Andreas Huber · 8 years ago
  95. 867fcb6 bye bye, dump(), RefType no longer gets a name. by Andreas Huber · 8 years ago
  96. 737080b Keeping track of imported names, resolve enum storage types, some finetuning. by Andreas Huber · 8 years ago
  97. dc98133 Use environment variable $TOP to determine full path to hardware/interfaces. by Andreas Huber · 8 years ago
  98. a2723d2 Enforce naming conventions and allow empty (except for the header) types.hal files. by Andreas Huber · 8 years ago
  99. 68f2459 better error-handling, importing entire packages. Cache now keyed by FQName by Andreas Huber · 8 years ago
  100. 5345ec2 Recursively parse imported .hal files and perform global type lookup. by Andreas Huber · 8 years ago