1. 7a36804 Use absolute path for current.txt files. by Steven Moreland · 7 years ago
  2. 33431e6 Build AST graph explicitly for simpler post-parsing passes by Timur Iskhakov · 7 years ago
  3. f865db6 Allow one-character package name by Timur Iskhakov · 7 years ago
  4. cec46c4 Move type-related stuff ouside of parsing by Timur Iskhakov · 7 years ago
  5. 8c90cc5 Fix clang-tidy performance warnings in system/tools/hidl. by Chih-Hung Hsieh · 7 years ago
  6. f7f2a9a Support minor version upgrade of hwservicemanager. by Steven Moreland · 7 years ago
  7. c59326e Don't check hash while generating hash. by Steven Moreland · 7 years ago
  8. b90d327 hidl-gen: work as expected with various path args by Steven Moreland · 7 years ago
  9. ad79f56 Fix minor versioning requirements. by Steven Moreland · 7 years ago
  10. 19f11b5 Removed "bool AST::isInterface(std::string*)" by Steven Moreland · 7 years ago
  11. 28b9b53 Prevent AST from modifying Coordinator. by Steven Moreland · 7 years ago
  12. 028d5a3 Fixed error message for package path not existing. by Steven Moreland · 7 years ago
  13. 25c8166 Add reasonable package path defaults. by Steven Moreland · 7 years ago
  14. f7fa068 hidl-gen: allow specifying root by Steven Moreland · 7 years ago
  15. 4a6dd39 remove "// static" comments by Steven Moreland · 7 years ago
  16. 5bdfa70 Move hidl hash into its own lib. by Steven Moreland · 7 years ago
  17. 218625a Add check for hidl package root hash. by Steven Moreland · 7 years ago
  18. f619fc7 Do not enforce minor version uprev on imports. by Yifan Hong · 7 years ago
  19. fe07bff Bugfix in enforcing minor version upgrade. by Yifan Hong · 8 years ago
  20. 78b38d1 Revert "Revert "Enforce minor version uprevs."" by Yifan Hong · 8 years ago
  21. 976ae89 Revert "Enforce minor version uprevs." by Steven Moreland · 8 years ago
  22. 2d20ae0 Enforce minor version uprevs. by Yifan Hong · 8 years ago
  23. 62709d7 Coordinator compares package paths by component. by Steven Moreland · 8 years ago
  24. fece6ec Cleanup FQName usage. by Yifan Hong · 8 years ago
  25. 5715fed hidl-gen: correct package paths in makefiles. by Steven Moreland · 8 years ago
  26. 97288ac Update package path for Java. by Yifan Hong · 8 years ago
  27. c893404 Hidlize IBase; use IBase instead of IBinder. by Yifan Hong · 8 years ago
  28. 90ea87f Remove "@" from FQName.mVersion. by Yifan Hong · 8 years ago
  29. 7c5ddfb Allow struct, union and enum type declarations to be annotated. by Andreas Huber · 8 years ago
  30. aa18683 appendPackageInterfaces*ToVector* by Steven Moreland · 8 years ago
  31. d537ab0 Remove dependency on libutils. by Steven Moreland · 8 years ago
  32. a72e0d2 Revert "Revert "Split out libhidl-gen and libhidl-gen-utils."" by Iliyan Malchev · 8 years ago
  33. 5e8bcfa hidl-gen: generate a stable list of interfaces for a package by Iliyan Malchev · 8 years ago
  34. 194c2ff Revert "split out libhidl-gen and libhidl-gen-utils" by Steven Moreland · 8 years ago
  35. 1316091 split out libhidl-gen and libhidl-gen-utils by Iliyan Malchev · 8 years ago
  36. f3d8f54 Merge "Adds a test verifying that the Java backend is compatible with the C++ backend." by Andreas Huber · 8 years ago
  37. 261370a Added package directory unable to open error message. by Steven Moreland · 8 years ago
  38. 401cd16 Adds a test verifying that the Java backend is compatible with the C++ backend. by Andreas Huber · 8 years ago
  39. 1aec397 Adds (C)opyright headers everywhere. by Andreas Huber · 8 years ago
  40. 39fa718 Improved name lookup in order to allow partial names to refer to external by Andreas Huber · 8 years ago
  41. 0d0f9a2 Switch to 'glr' skeleton parser, better diagnostics through location tracking. by Andreas Huber · 8 years ago
  42. 70a59e1 Validate upfront that an interface is compatible with our Java backend, by Andreas Huber · 8 years ago
  43. 5bb1402 hidl-gen: multiple changes by Iliyan Malchev · 8 years ago
  44. d2943e1 extends nuhidl-gen to optionally generate an Android.mk makefile that by Andreas Huber · 8 years ago
  45. dca261f Remove hardcoded package paths and prefixes by Andreas Huber · 8 years ago
  46. 6cb08cf Support for inheritance of interfaces. by Andreas Huber · 8 years ago
  47. fd4afab RefType is no more, 1) simplify, 2) repeat by Andreas Huber · 8 years ago
  48. e61e3f7 Emit all necessary interface and type files. by Andreas Huber · 8 years ago
  49. 0e00de4 Simplify overly long fully specified type names by stripping out the current by Andreas Huber · 8 years ago
  50. 867fcb6 bye bye, dump(), RefType no longer gets a name. by Andreas Huber · 8 years ago
  51. 881227d generate C++ interface header, proxy and stub headers and sources. by Andreas Huber · 8 years ago
  52. 6e584b7 Accommodate missing types.hal files. by Andreas Huber · 8 years ago
  53. dc98133 Use environment variable $TOP to determine full path to hardware/interfaces. by Andreas Huber · 8 years ago
  54. a2723d2 Enforce naming conventions and allow empty (except for the header) types.hal files. by Andreas Huber · 8 years ago
  55. 68f2459 better error-handling, importing entire packages. Cache now keyed by FQName by Andreas Huber · 8 years ago
  56. 5345ec2 Recursively parse imported .hal files and perform global type lookup. by Andreas Huber · 8 years ago