1. 90e50cd Use get instead of implicit cast of Return<*>. by Steven Moreland · 8 years ago
  2. 55a5f95 Merge "Add value_suffix for @export annotation." by Treehugger Robot · 8 years ago
  3. 05cd423 Proper runtime error handling for _hidl_cb. by Steven Moreland · 8 years ago
  4. 73cdc88 Add value_suffix for @export annotation. by Steven Moreland · 8 years ago
  5. 2f69a5b Map handle to hidl_handle in all cases. by Martijn Coenen · 8 years ago
  6. 1efefd9 Merge "Generate notifySyspropsChanged()." by Treehugger Robot · 8 years ago
  7. f07e51d Merge "Fix java-client generation of HIDL code" by Treehugger Robot · 8 years ago
  8. cfa7934 Fix java-client generation of HIDL code by Pavel Maltsev · 8 years ago
  9. af712c0 Generate notifySyspropsChanged(). by Martijn Coenen · 8 years ago
  10. c3de629 Merge "Support VTS profiling in passthrough mode." by Zhuoyao Zhang · 8 years ago
  11. 23a0a3a Merge "Remove test_output.py tests." by Treehugger Robot · 8 years ago
  12. bd04f89 Merge "Fix SplitString does not regard the trailing separator." by Treehugger Robot · 8 years ago
  13. db36498 Fix SplitString does not regard the trailing separator. by Yifan Hong · 8 years ago
  14. f31fdd3 Remove test_output.py tests. by Steven Moreland · 8 years ago
  15. a5abe92 Split libhidl into base and transport. by Yifan Hong · 8 years ago
  16. 34a01ba Merge "Build 32-bit hidl_test." by Treehugger Robot · 8 years ago
  17. bf21f20 Build 32-bit hidl_test. by Martijn Coenen · 8 years ago
  18. 935d073 Merge "Wrap compound native_handle_t* in hidl_pointer." by Martijn Coenen · 8 years ago
  19. 085a8c3 Support VTS profiling in passthrough mode. by Zhuoyao Zhang · 8 years ago
  20. a437c49 Merge "Remove name collisions in java onTransact." by Treehugger Robot · 8 years ago
  21. ac58789 Wrap compound native_handle_t* in hidl_pointer. by Martijn Coenen · 8 years ago
  22. 4b39bc1 Remove name collisions in java onTransact. by Steven Moreland · 8 years ago
  23. 859e53f Split into HidlSupport and HidlTransportSupport. by Yifan Hong · 8 years ago
  24. f9dc1bd Merge "Add atrace calls for systrace support." by Martijn Coenen · 8 years ago
  25. ab099dd Merge "Prevent errors in compilation of c++-impl." by Treehugger Robot · 8 years ago
  26. 55bdda8 Merge "Add verbose flag to c2hal" by Diego Wilson · 8 years ago
  27. e429a26 Prevent errors in compilation of c++-impl. by Steven Moreland · 8 years ago
  28. 7b29524 Add atrace calls for systrace support. by Martijn Coenen · 8 years ago
  29. 91eac8c Merge "move read/writeEmbedded[References]From/ToParcel out" by Treehugger Robot · 8 years ago
  30. 244e82d move read/writeEmbedded[References]From/ToParcel out by Yifan Hong · 8 years ago
  31. dfce7c3 Merge "Include pure types in hidl_test." by Treehugger Robot · 8 years ago
  32. 1a97a5f Merge "emitEnumBitwiseOperator takes operator parameter." by Treehugger Robot · 8 years ago
  33. b48a7da Include pure types in hidl_test. by Steven Moreland · 8 years ago
  34. 92a1fbb Add verbose flag to c2hal by Diego Wilson · 8 years ago
  35. d39133b IFoo::descriptor String16 -> const char* by Steven Moreland · 8 years ago
  36. dcb601e Merge "Update for service registration notifications." by Steven Moreland · 8 years ago
  37. 2820f8a emitEnumBitwiseOperator takes operator parameter. by Jayant Chowdhary · 8 years ago
  38. a588b23 Support generating the new TYPE_HIDL_INTERFACE for vts. by Zhuoyao Zhang · 8 years ago
  39. 1af7353 Resolve some name conflict in auto-gen'd Java code. by Yifan Hong · 8 years ago
  40. 7aad7a6 Merge "Disallow invalid identifiers." by Yifan Hong · 8 years ago
  41. 0693f31 Update for service registration notifications. by Steven Moreland · 8 years ago
  42. 27e85db Disallow invalid identifiers. by Yifan Hong · 8 years ago
  43. 080d8e7 Merge "Renamed Interface::get*Name methods" by Yifan Hong · 8 years ago
  44. 1f6e72f Merge "Better error message when missing root path." by Treehugger Robot · 8 years ago
  45. ff959cd Merge "Put xyz_cb adjacent to method declaration." by Treehugger Robot · 8 years ago
  46. 8fb0acb Merge "Add compile time test to c2hal" by Diego Wilson · 8 years ago
  47. af33038 Better error message when missing root path. by Steven Moreland · 8 years ago
  48. 60e52bd Renamed Interface::get*Name methods by Yifan Hong · 8 years ago
  49. d732ea1 Put xyz_cb adjacent to method declaration. by Steven Moreland · 8 years ago
  50. 5bd9aff Rename IHidlInterfaceBase to IBase by Yifan Hong · 8 years ago
  51. bb78e20 Add compile time test to c2hal by Diego Wilson · 8 years ago
  52. 5682fdd Merge "Add tests for listing service names." by Treehugger Robot · 8 years ago
  53. 8fac1c1 Merge "Remove toBinder from IHidlInterfaceBase." by Treehugger Robot · 8 years ago
  54. 005db38 Merge "Unsigned value for -Lvts is emitted correctly." by Treehugger Robot · 8 years ago
  55. 1f8da0f Merge "Fix export_shared_lib_headers in autogen'd Android.bp" by Treehugger Robot · 8 years ago
  56. 158655a Remove toBinder from IHidlInterfaceBase. by Yifan Hong · 8 years ago
  57. c07b202 Unsigned value for -Lvts is emitted correctly. by Yifan Hong · 8 years ago
  58. 01bcb77 Add tests for listing service names. by Steven Moreland · 8 years ago
  59. 7e367bf Update for namespaced services in hwservicemanager. by Steven Moreland · 8 years ago
  60. 4ed1347 Remove extra from getJavaType. by Yifan Hong · 8 years ago
  61. 3b320f8 Remove extra from getCppType. by Yifan Hong · 8 years ago
  62. c1f9b8d Fix export_shared_lib_headers in autogen'd Android.bp by Yifan Hong · 8 years ago
  63. f5cc833 Merge "Cleanup spaces in output." by Treehugger Robot · 8 years ago
  64. be3c7c2 Merge "Don't include hidl internal methods in vts files." by Treehugger Robot · 8 years ago
  65. 41c6d2e Cleanup spaces in output. by Steven Moreland · 8 years ago
  66. e438ec0 Merge "Support genrules with multiple tools" by Colin Cross · 8 years ago
  67. cea2478 Don't include hidl internal methods in vts files. by Steven Moreland · 8 years ago
  68. d5419bd Support genrules with multiple tools by Colin Cross · 8 years ago
  69. f4fd645 Merge "Clean up ArrayType.cpp" by Yifan Hong · 8 years ago
  70. be627b3 hidl-gen: some error recovery. by Yifan Hong · 8 years ago
  71. 5708edf Revert "Revert "Don't show HIDL_GENERATED_ with -Lc++-impl."" by Steven Moreland · 8 years ago
  72. 7533eba Merge "Don't copy callback values." by Treehugger Robot · 8 years ago
  73. 119f521 Revert "Don't show HIDL_GENERATED_ with -Lc++-impl." by Martijn Coenen · 8 years ago
  74. 1ab3144 Don't copy callback values. by Steven Moreland · 8 years ago
  75. 5706a43 Clean up ArrayType.cpp by Yifan Hong · 8 years ago
  76. 21247bf Don't show HIDL_GENERATED_ with -Lc++-impl. by Steven Moreland · 8 years ago
  77. bd33e38 Fix array size orders. by Yifan Hong · 8 years ago
  78. 6d7b4b1 Merge "Add hidl_test_java dependencies in build system." by Treehugger Robot · 8 years ago
  79. a4b53d0 Add location info to named types. by Yifan Hong · 8 years ago
  80. 0752ad5 Add hidl_test_java dependencies in build system. by Steven Moreland · 8 years ago
  81. 447616f Merge changes from topic 'hidlize-hw-service-manager' by Treehugger Robot · 8 years ago
  82. 211c893 Merge "Revert "Add compile time test to c2hal"" by Diego Wilson · 8 years ago
  83. fce617b Revert "Add compile time test to c2hal" by Diego Wilson · 8 years ago
  84. c46e984 Break ::android::hardware namespace assumption. by Steven Moreland · 8 years ago
  85. 19d5c17 Update for hidlized hwservicemanager. by Steven Moreland · 8 years ago
  86. 90ea87f Remove "@" from FQName.mVersion. by Yifan Hong · 8 years ago
  87. ee88eed Get rid of duplicated #include code. by Steven Moreland · 8 years ago
  88. dae96cd Merge "Fixed spacing in autogenerated makefiles." by Treehugger Robot · 8 years ago
  89. a65bb2c Add test for null native_handle_t*. by Yifan Hong · 8 years ago
  90. 9b1cbdf Enable profiling in passthrough mode. by Steven Moreland · 8 years ago
  91. 031ccf1 Fixed profiling so it records on current interface by Steven Moreland · 8 years ago
  92. c9931aa Merge "Add compile time test to c2hal" by Diego Wilson · 8 years ago
  93. 31e3992 Merge "hidl-gen: clean up generateCpp.cpp and generateCppImpl.cpp" by Treehugger Robot · 8 years ago
  94. 865243c Fixed spacing in autogenerated makefiles. by Steven Moreland · 8 years ago
  95. e163823 Allow nullptr interfaces to be passed. by Martijn Coenen · 8 years ago
  96. 068c552 hidl-gen: clean up generateCpp.cpp and generateCppImpl.cpp by Yifan Hong · 8 years ago
  97. 0b20640 Add compile time test to c2hal by Diego Wilson · 8 years ago
  98. 9ec25fc Merge "Update hidl-gen to generate full name for vts attributes." by Treehugger Robot · 8 years ago
  99. 8c48ad7 Test for vec<handle> and embedded handle support. by Yifan Hong · 8 years ago
  100. 1e81c53 Add test for binder inheritence. by Yifan Hong · 8 years ago