1. c46e984 Break ::android::hardware namespace assumption. by Steven Moreland · 8 years ago
  2. 19d5c17 Update for hidlized hwservicemanager. by Steven Moreland · 8 years ago
  3. 90ea87f Remove "@" from FQName.mVersion. by Yifan Hong · 8 years ago
  4. ee88eed Get rid of duplicated #include code. by Steven Moreland · 8 years ago
  5. 9b1cbdf Enable profiling in passthrough mode. by Steven Moreland · 8 years ago
  6. 031ccf1 Fixed profiling so it records on current interface by Steven Moreland · 8 years ago
  7. 068c552 hidl-gen: clean up generateCpp.cpp and generateCppImpl.cpp by Yifan Hong · 8 years ago
  8. 2d7126b Add toBinder to all interfaces. by Yifan Hong · 8 years ago
  9. fe95aa2 cast functions for interfaces. by Yifan Hong · 8 years ago
  10. 2cbc147 Initialize the oneway queue for Bs* in constructor. by Yifan Hong · 8 years ago
  11. d916a70 Revert "hidl-gen: virtual inheritance from super interface" by Steven Moreland · 8 years ago
  12. 10fe0b5 IHidlInterfaceBase for all autogenerated interfaces. by Yifan Hong · 8 years ago
  13. ab281a7 hidl-gen: virtual inheritance from super interface by Steven Moreland · 8 years ago
  14. 964f72f Cleanup hidl-gen to use HidlInstrumentor. by Zhuoyao Zhang · 8 years ago
  15. d366c26 Fix passthrough name collision. by Steven Moreland · 8 years ago
  16. ef1a9fe Get rid of call enum. by Steven Moreland · 8 years ago
  17. e3f769a Enum types now emit operator| and operator|= for easier bitset manipulation. by Andreas Huber · 8 years ago
  18. 8f49294 Add instrumentation code on proxy side. by Zhuoyao Zhang · 8 years ago
  19. 67f67b4 Disallow null callbacks. by Steven Moreland · 8 years ago
  20. 4200903 c2hal: Use better To(Camel|Pascal|Snake)Case functions. by Yifan Hong · 8 years ago
  21. bf459bc Pointer support and embedded types in HIDL. by Yifan Hong · 8 years ago
  22. 5e44a29 Avoid name conflicts in the generated C++ proxy code when arguments and results by Andreas Huber · 8 years ago
  23. de57800 Support generating instrumentation code for C++ backend in hidl-gen. by Zhuoyao Zhang · 8 years ago
  24. 3f32c1f Cleaned up use of substr() to get interface's base name. by Jayant Chowdhary · 8 years ago
  25. 69e7c70 Oneway keyword behavior in passthrough mode. 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. 194c2ff Revert "split out libhidl-gen and libhidl-gen-utils" by Steven Moreland · 8 years ago
  28. 4bcf97d MQDescriptor is now a predefined type. by Andreas Huber · 8 years ago
  29. 1316091 split out libhidl-gen and libhidl-gen-utils by Iliyan Malchev · 8 years ago
  30. 4923f93 use the -impl, not .impl suffix for autogenerated stubs by Iliyan Malchev · 8 years ago
  31. a21f149 Encode hidl_version in each generated interface. by Martijn Coenen · 8 years ago
  32. af44014 Added StringHelper class by Steven Moreland · 8 years ago
  33. 9c38761 c++-impl: gen server stub boilerplate by Steven Moreland · 8 years ago
  34. 979e099 Added knowledge of namespacing into generation. by Steven Moreland · 8 years ago
  35. d57066f hidl-gen: use Return<void> by Iliyan Malchev · 8 years ago
  36. a7a421a Generalized cpp method generation. by Steven Moreland · 8 years ago
  37. 795dd43 do not emit a space after the isRemote() body by Iliyan Malchev · 8 years ago
  38. 9391510 Move Status to libhidl. by Martijn Coenen · 8 years ago
  39. 4078631 Split 'IFoo' into 'IFoo' and 'IHwFoo' by Steven Moreland · 8 years ago
  40. 1aec397 Adds (C)opyright headers everywhere. by Andreas Huber · 8 years ago
  41. 2b6591b Rename SimpleReturn --> Return by Iliyan Malchev · 8 years ago
  42. 7473fab Generated makefiles link against libhidl. by Martijn Coenen · 8 years ago
  43. 62c3d18 hidl-gen: enumerate interface methods in Bn classes by Iliyan Malchev · 8 years ago
  44. 40d474a hidl-gen: callback elision for scalar returns by Iliyan Malchev · 8 years ago
  45. e7ff228 Introduce locals to be read from a parcel ahead of time by Andreas Huber · 8 years ago
  46. 639bff8 hidl-gen: accept oneway methods by Iliyan Malchev · 8 years ago
  47. 2831d51 Initial commit of Java backend to hidl-gen. by Andreas Huber · 8 years ago
  48. 549e259 hidl-gen: remove references to AIDL by Iliyan Malchev · 8 years ago
  49. 3599d92 Interface methods can now be annotated. by Andreas Huber · 8 years ago
  50. d2943e1 extends nuhidl-gen to optionally generate an Android.mk makefile that by Andreas Huber · 8 years ago
  51. dca261f Remove hardcoded package paths and prefixes by Andreas Huber · 8 years ago
  52. 8a82ff7 hidl::{Parcel,Binder & friends} => hardware::\1 by Andreas Huber · 8 years ago
  53. 6cb08cf Support for inheritance of interfaces. by Andreas Huber · 8 years ago
  54. 0e00de4 Simplify overly long fully specified type names by stripping out the current by Andreas Huber · 8 years ago
  55. 737080b Keeping track of imported names, resolve enum storage types, some finetuning. by Andreas Huber · 8 years ago
  56. b82318c commandline option to specify output base directory. by Andreas Huber · 8 years ago
  57. 881227d generate C++ interface header, proxy and stub headers and sources. by Andreas Huber · 8 years ago