1. 8f49294 Add instrumentation code on proxy side. by Zhuoyao Zhang · 8 years ago
  2. 67f67b4 Disallow null callbacks. by Steven Moreland · 8 years ago
  3. 4200903 c2hal: Use better To(Camel|Pascal|Snake)Case functions. by Yifan Hong · 8 years ago
  4. bf459bc Pointer support and embedded types in HIDL. by Yifan Hong · 8 years ago
  5. 5e44a29 Avoid name conflicts in the generated C++ proxy code when arguments and results by Andreas Huber · 8 years ago
  6. de57800 Support generating instrumentation code for C++ backend in hidl-gen. by Zhuoyao Zhang · 8 years ago
  7. 3f32c1f Cleaned up use of substr() to get interface's base name. by Jayant Chowdhary · 8 years ago
  8. 69e7c70 Oneway keyword behavior in passthrough mode. by Steven Moreland · 8 years ago
  9. a72e0d2 Revert "Revert "Split out libhidl-gen and libhidl-gen-utils."" by Iliyan Malchev · 8 years ago
  10. 194c2ff Revert "split out libhidl-gen and libhidl-gen-utils" by Steven Moreland · 8 years ago
  11. 4bcf97d MQDescriptor is now a predefined type. by Andreas Huber · 8 years ago
  12. 1316091 split out libhidl-gen and libhidl-gen-utils by Iliyan Malchev · 8 years ago
  13. 4923f93 use the -impl, not .impl suffix for autogenerated stubs by Iliyan Malchev · 8 years ago
  14. a21f149 Encode hidl_version in each generated interface. by Martijn Coenen · 8 years ago
  15. af44014 Added StringHelper class by Steven Moreland · 8 years ago
  16. 9c38761 c++-impl: gen server stub boilerplate by Steven Moreland · 8 years ago
  17. 979e099 Added knowledge of namespacing into generation. by Steven Moreland · 8 years ago
  18. d57066f hidl-gen: use Return<void> by Iliyan Malchev · 8 years ago
  19. a7a421a Generalized cpp method generation. by Steven Moreland · 8 years ago
  20. 795dd43 do not emit a space after the isRemote() body by Iliyan Malchev · 8 years ago
  21. 9391510 Move Status to libhidl. by Martijn Coenen · 8 years ago
  22. 4078631 Split 'IFoo' into 'IFoo' and 'IHwFoo' by Steven Moreland · 8 years ago
  23. 1aec397 Adds (C)opyright headers everywhere. by Andreas Huber · 8 years ago
  24. 2b6591b Rename SimpleReturn --> Return by Iliyan Malchev · 8 years ago
  25. 7473fab Generated makefiles link against libhidl. by Martijn Coenen · 8 years ago
  26. 62c3d18 hidl-gen: enumerate interface methods in Bn classes by Iliyan Malchev · 8 years ago
  27. 40d474a hidl-gen: callback elision for scalar returns by Iliyan Malchev · 8 years ago
  28. e7ff228 Introduce locals to be read from a parcel ahead of time by Andreas Huber · 8 years ago
  29. 639bff8 hidl-gen: accept oneway methods by Iliyan Malchev · 8 years ago
  30. 2831d51 Initial commit of Java backend to hidl-gen. by Andreas Huber · 8 years ago
  31. 549e259 hidl-gen: remove references to AIDL by Iliyan Malchev · 8 years ago
  32. 3599d92 Interface methods can now be annotated. by Andreas Huber · 8 years ago
  33. d2943e1 extends nuhidl-gen to optionally generate an Android.mk makefile that by Andreas Huber · 8 years ago
  34. dca261f Remove hardcoded package paths and prefixes by Andreas Huber · 8 years ago
  35. 8a82ff7 hidl::{Parcel,Binder & friends} => hardware::\1 by Andreas Huber · 8 years ago
  36. 6cb08cf Support for inheritance of interfaces. by Andreas Huber · 8 years ago
  37. 0e00de4 Simplify overly long fully specified type names by stripping out the current by Andreas Huber · 8 years ago
  38. 737080b Keeping track of imported names, resolve enum storage types, some finetuning. by Andreas Huber · 8 years ago
  39. b82318c commandline option to specify output base directory. by Andreas Huber · 8 years ago
  40. 881227d generate C++ interface header, proxy and stub headers and sources. by Andreas Huber · 8 years ago