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