1. 90ea87f Remove "@" from FQName.mVersion. by Yifan Hong · 8 years ago
  2. 7c5ddfb Allow struct, union and enum type declarations to be annotated. by Andreas Huber · 8 years ago
  3. aa18683 appendPackageInterfaces*ToVector* by Steven Moreland · 8 years ago
  4. d537ab0 Remove dependency on libutils. by Steven Moreland · 8 years ago
  5. a72e0d2 Revert "Revert "Split out libhidl-gen and libhidl-gen-utils."" by Iliyan Malchev · 8 years ago
  6. 5e8bcfa hidl-gen: generate a stable list of interfaces for a package by Iliyan Malchev · 8 years ago
  7. 194c2ff Revert "split out libhidl-gen and libhidl-gen-utils" by Steven Moreland · 8 years ago
  8. 1316091 split out libhidl-gen and libhidl-gen-utils by Iliyan Malchev · 8 years ago
  9. f3d8f54 Merge "Adds a test verifying that the Java backend is compatible with the C++ backend." by Andreas Huber · 8 years ago
  10. 261370a Added package directory unable to open error message. by Steven Moreland · 8 years ago
  11. 401cd16 Adds a test verifying that the Java backend is compatible with the C++ backend. by Andreas Huber · 8 years ago
  12. 1aec397 Adds (C)opyright headers everywhere. by Andreas Huber · 8 years ago
  13. 39fa718 Improved name lookup in order to allow partial names to refer to external by Andreas Huber · 8 years ago
  14. 0d0f9a2 Switch to 'glr' skeleton parser, better diagnostics through location tracking. by Andreas Huber · 8 years ago
  15. 70a59e1 Validate upfront that an interface is compatible with our Java backend, by Andreas Huber · 8 years ago
  16. 5bb1402 hidl-gen: multiple changes by Iliyan Malchev · 8 years ago
  17. d2943e1 extends nuhidl-gen to optionally generate an Android.mk makefile that by Andreas Huber · 8 years ago
  18. dca261f Remove hardcoded package paths and prefixes by Andreas Huber · 8 years ago
  19. 6cb08cf Support for inheritance of interfaces. by Andreas Huber · 8 years ago
  20. fd4afab RefType is no more, 1) simplify, 2) repeat by Andreas Huber · 8 years ago
  21. e61e3f7 Emit all necessary interface and type files. by Andreas Huber · 8 years ago
  22. 0e00de4 Simplify overly long fully specified type names by stripping out the current by Andreas Huber · 8 years ago
  23. 867fcb6 bye bye, dump(), RefType no longer gets a name. by Andreas Huber · 8 years ago
  24. 881227d generate C++ interface header, proxy and stub headers and sources. by Andreas Huber · 8 years ago
  25. 6e584b7 Accommodate missing types.hal files. by Andreas Huber · 8 years ago
  26. dc98133 Use environment variable $TOP to determine full path to hardware/interfaces. by Andreas Huber · 8 years ago
  27. a2723d2 Enforce naming conventions and allow empty (except for the header) types.hal files. by Andreas Huber · 8 years ago
  28. 68f2459 better error-handling, importing entire packages. Cache now keyed by FQName by Andreas Huber · 8 years ago
  29. 5345ec2 Recursively parse imported .hal files and perform global type lookup. by Andreas Huber · 8 years ago