1. 177a8b1 Updated Java intermediates directory. by Andreas Huber · 7 years ago
  2. 264ba8a Merge "Verify that strings are properly marshaled from Java to native" by Treehugger Robot · 7 years ago
  3. 3c24949 Verify that strings are properly marshaled from Java to native by Andreas Huber · 7 years ago
  4. 6081863 Add -Werror. by Steven Moreland · 7 years ago
  5. 6e3f9f4 hidl_test: make sure string size is correct by Steven Moreland · 7 years ago
  6. d10feea Update hidl-gen for HidlInstrumentor. by Zhuoyao Zhang · 7 years ago
  7. 6775760 Merge "Type resolution favor local types." by Yifan Hong · 7 years ago
  8. 87ff823 Type resolution favor local types. by Yifan Hong · 8 years ago
  9. 5715fed hidl-gen: correct package paths in makefiles. by Steven Moreland · 7 years ago
  10. 0a344a3 Merge changes from topic 'java-empty-hidl-vec' by Martijn Coenen · 7 years ago
  11. b6b3fcd Testing struct that has vector of other struct by Pavel Maltsev · 7 years ago
  12. f7b596b Fix memory corruption in hidl_test. by Martijn Coenen · 7 years ago
  13. afb30cb Add test for empty hidl_vec. by Martijn Coenen · 7 years ago
  14. c75fd47 Add interfaceDescriptor() method to all interfaces by Yifan Hong · 7 years ago
  15. f5cc2f7 Emit toString functions for all types. by Yifan Hong · 8 years ago
  16. 9d97da2 Allow passing null handles in all cases. by Martijn Coenen · 7 years ago
  17. fcb03f8 Merge "Test Java functionality with native client/servers in all supported ABIs" by Andreas Huber · 7 years ago
  18. 164f83e Test Java functionality with native client/servers in all supported ABIs by Andreas Huber · 8 years ago
  19. f31f165 hidl_test: null handle in hidl_memory by Steven Moreland · 8 years ago
  20. 01e7cde Bp/nFoo -> Bp/nHwFoo by Yifan Hong · 8 years ago
  21. db1b1b6 @export: add export_parent by Steven Moreland · 7 years ago
  22. 0b515ab Remove unnecessary code in HIDL test. by Yifan Hong · 8 years ago
  23. 64af5e8 java: get/register checked exceptions. by Steven Moreland · 8 years ago
  24. fcf94e4 Gives better error message on callback tests. by Yifan Hong · 8 years ago
  25. 11992a6 move foocallback to hidl_test by Yifan Hong · 8 years ago
  26. b40ef02 Callback elision for HIDL interfaces. by Martijn Coenen · 8 years ago
  27. ec10227 Emit equals and hashcode for auto-generated Java code. by Yifan Hong · 8 years ago
  28. 6906410 Merge "Java: Add checked exceptions to methods." by Treehugger Robot · 8 years ago
  29. dad1b30 Java: Add checked exceptions to methods. by Steven Moreland · 8 years ago
  30. cd00b9b Return<*> getStatus().isOk() -> isOk() by Steven Moreland · 8 years ago
  31. 1f36539 Merge "Add FmqType to templatize MQDescriptor" by Hridya Valsaraju · 8 years ago
  32. a32bde8 Add FmqType to templatize MQDescriptor by Hridya Valsaraju · 8 years ago
  33. fa55d6e Automatically start threadpool. by Martijn Coenen · 8 years ago
  34. 8d12b50 Support (un)linkToDeath in Java. by Martijn Coenen · 8 years ago
  35. c6752dc Add operator== and != for some structs. by Yifan Hong · 8 years ago
  36. 2a75353 hidl_test: Update for binderized IAllocator. by Steven Moreland · 8 years ago
  37. aa2b83a Add tests for android.hidl.token@1.0. by Steven Moreland · 8 years ago
  38. 115d428 Add (un)linkToDeath to generated interfaces. by Martijn Coenen · 8 years ago
  39. 20e4f9c Add test for Java GC for binder objects. by Yifan Hong · 8 years ago
  40. 1902088 Merge "Use interface for method callbacks." by Steven Moreland · 8 years ago
  41. bcd7903 Use interface for method callbacks. by Steven Moreland · 8 years ago
  42. 5749b2c Test for echoed interfaces. by Yifan Hong · 8 years ago
  43. e19fece Merge "Add test for constructor of HidlInstrumentor." by Treehugger Robot · 8 years ago
  44. 3491fc1 Merge "Add a script to prevent regression in hidl-gen error recovery." by Yifan Hong · 8 years ago
  45. def2cfb Add test for constructor of HidlInstrumentor. by Yifan Hong · 8 years ago
  46. db20ea0 Merge changes from topic 'removehw' by Martijn Coenen · 8 years ago
  47. 9d3e403 Merge "Fix hidl_test once again." by Treehugger Robot · 8 years ago
  48. a26c1b3 Fix hidl_test once again. by Martijn Coenen · 8 years ago
  49. 6ec2f0b BnFoo class cleanup. by Martijn Coenen · 8 years ago
  50. 7763ab3 Disallow duplicated argument name or result name. by Yifan Hong · 8 years ago
  51. 3d5587c Add a script to prevent regression in hidl-gen error recovery. by Yifan Hong · 8 years ago
  52. a47eef3 Allow method names, result names and argument names to be the same. by Yifan Hong · 8 years ago
  53. 8c56cbe Allow bitfield types to be elidable. by Yifan Hong · 8 years ago
  54. 4b0214d hidl_test: fix test names. by Yifan Hong · 8 years ago
  55. 157953f Merge "Fix hidl_test." by Treehugger Robot · 8 years ago
  56. 19cb106 Fix hidl_test. by Martijn Coenen · 8 years ago
  57. c57c8bb Add a bitfield type. by Yifan Hong · 8 years ago
  58. c893404 Hidlize IBase; use IBase instead of IBinder. by Yifan Hong · 8 years ago
  59. 99e6beb memory -> hidl_memory and pointer -> hidl_pointer by Martijn Coenen · 8 years ago
  60. 2ae5bca Revert "Use get instead of implicit cast of Return<*>." by Steven Moreland · 8 years ago
  61. ccd782b hidl_test: Fix server names get out of bounds. by Yifan Hong · 8 years ago
  62. c7167ca hidl_test: fail if service registration fails. by Steven Moreland · 8 years ago
  63. 90e50cd Use get instead of implicit cast of Return<*>. by Steven Moreland · 8 years ago
  64. 05cd423 Proper runtime error handling for _hidl_cb. by Steven Moreland · 8 years ago
  65. 2f69a5b Map handle to hidl_handle in all cases. by Martijn Coenen · 8 years ago
  66. 23a0a3a Merge "Remove test_output.py tests." by Treehugger Robot · 8 years ago
  67. f31fdd3 Remove test_output.py tests. by Steven Moreland · 8 years ago
  68. a5abe92 Split libhidl into base and transport. by Yifan Hong · 8 years ago
  69. bf21f20 Build 32-bit hidl_test. by Martijn Coenen · 8 years ago
  70. b48a7da Include pure types in hidl_test. by Steven Moreland · 8 years ago
  71. d39133b IFoo::descriptor String16 -> const char* by Steven Moreland · 8 years ago
  72. dcb601e Merge "Update for service registration notifications." by Steven Moreland · 8 years ago
  73. 0693f31 Update for service registration notifications. by Steven Moreland · 8 years ago
  74. 27e85db Disallow invalid identifiers. by Yifan Hong · 8 years ago
  75. 01bcb77 Add tests for listing service names. by Steven Moreland · 8 years ago
  76. d5419bd Support genrules with multiple tools by Colin Cross · 8 years ago
  77. be627b3 hidl-gen: some error recovery. by Yifan Hong · 8 years ago
  78. 0752ad5 Add hidl_test_java dependencies in build system. by Steven Moreland · 8 years ago
  79. c46e984 Break ::android::hardware namespace assumption. by Steven Moreland · 8 years ago
  80. 19d5c17 Update for hidlized hwservicemanager. by Steven Moreland · 8 years ago
  81. a65bb2c Add test for null native_handle_t*. by Yifan Hong · 8 years ago
  82. e163823 Allow nullptr interfaces to be passed. by Martijn Coenen · 8 years ago
  83. 9ec25fc Merge "Update hidl-gen to generate full name for vts attributes." by Treehugger Robot · 8 years ago
  84. 8c48ad7 Test for vec<handle> and embedded handle support. by Yifan Hong · 8 years ago
  85. 1e81c53 Add test for binder inheritence. by Yifan Hong · 8 years ago
  86. bf828c8 Update hidl-gen to generate full name for vts attributes. by Zhuoyao Zhang · 8 years ago
  87. 07941da Merge "Adds support for specifying the version of a service to register/lookup." by Andreas Huber · 8 years ago
  88. 2bb6e1e Adds support for specifying the version of a service to register/lookup. by Andreas Huber · 8 years ago
  89. 48562fd hidl_test: disabled some tests that are fixed right away. by Yifan Hong · 8 years ago
  90. 40a4723 Merge "hidl_test: require -impl." by Treehugger Robot · 8 years ago
  91. 969d2af Merge "Cleanup hidl-gen to use HidlInstrumentor." by Zhuoyao Zhang · 8 years ago
  92. 964f72f Cleanup hidl-gen to use HidlInstrumentor. by Zhuoyao Zhang · 8 years ago
  93. 40d131b hidl_test: require -impl. by Steven Moreland · 8 years ago
  94. 398e6fb hidl_test: move duplicated code to shared lib by Yifan Hong · 8 years ago
  95. 24bfddd Removed call to overloaded function in hidl_test. by Steven Moreland · 8 years ago
  96. 86a112b Special consideration for passing vec<interface> or vec<IFoo> to and from by Andreas Huber · 8 years ago
  97. b054e8c Merge "Vectors are now exposed as ArrayList<T> in the Java backend even for arguments" by Andreas Huber · 8 years ago
  98. 35d6600 hidl_test: kill servers more gracefully. by Yifan Hong · 8 years ago
  99. d12398d hidl_test: Add -p/-b option. by Yifan Hong · 8 years ago
  100. 3cccc0f hidl_test: Fix validationPointerInterface. by Yifan Hong · 8 years ago