1. 1e497e0 Explicitly assertOk on cpp stubs. by Steven Moreland · 5 years ago
  2. 1209ed7 Revert "Revert "Fillout requesting SID."" by Steven Moreland · 6 years ago
  3. 84bde5a Revert "Fillout requesting SID." by Steven Moreland · 6 years ago
  4. 25383f1 Fillout requesting SID. by Steven Moreland · 6 years ago
  5. 5add34d safe_union: return error on bad reads by Steven Moreland · 6 years ago
  6. 5f84b38 Update cpp code to call registerAsServiceInternal. by Steven Moreland · 6 years ago
  7. 58a20c7 Passthrough: wrap elided results by Steven Moreland · 6 years ago
  8. 09c6ebe forward declare header string definitions by Steven Moreland · 6 years ago
  9. 616cf4d Instrumentation callback according to version. by Steven Moreland · 6 years ago
  10. 7794369 Use ConstantExpression for FLAG_ONE_WAY. by Steven Moreland · 6 years ago
  11. 26896a9 gen cpp IWYU hwbinder/ProcessState.h hidl/Static.h by Steven Moreland · 6 years ago
  12. 45075f5 hidl-gen client ScopedTrace is immediately destroyed am: 0a3d99a4e0 by Michael Butler · 6 years ago
  13. 0a3d99a hidl-gen client ScopedTrace is immediately destroyed by Michael Butler · 6 years ago
  14. d7f8ab3 Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  15. 56758da Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  16. a4b6e27 Make sure client atrace call always closes. am: 4607ef5f72 am: 10b4283d68 by Steven Moreland · 6 years ago
  17. 4607ef5 Make sure client atrace call always closes. by Steven Moreland · 6 years ago
  18. 073269e hidl-gen: understand doc comments by Steven Moreland · 6 years ago
  19. c5f645b hidl-gen: understand doc comments am: 49bad8df77 by Steven Moreland · 6 years ago
  20. 49bad8d hidl-gen: understand doc comments by Steven Moreland · 6 years ago
  21. 3376f74 Fix HIDL output errata. am: 23cc5fa023 am: 2ff5d88a57 by Steven Moreland · 6 years ago
  22. 23cc5fa Fix HIDL output errata. by Steven Moreland · 6 years ago
  23. d8c7a29 Remove toString + operator== from server libraries. by Steven Moreland · 7 years ago
  24. 6ec9eb9 Do all validation during validation phase. by Steven Moreland · 6 years ago
  25. 4a3c3d0 Merge "Do all validation during validation phase." into oc-mr1-dev-plus-aosp by Steven Moreland · 6 years ago
  26. 368e460 Do all validation during validation phase. by Steven Moreland · 6 years ago
  27. 18f4e7b hidl-gen knows what files its outputting. am: 5abcf01198 am: 0900f572dd by Steven Moreland · 6 years ago
  28. d9e7f9f hidl-gen knows what files its outputting. am: 5abcf01198 am: 0900f572dd by Steven Moreland · 6 years ago
  29. 5abcf01 hidl-gen knows what files its outputting. by Steven Moreland · 6 years ago
  30. 6e7373f Coordinator keeps track of output directory. am: 6d3d3c8b60 am: f621208f5e by Steven Moreland · 6 years ago
  31. 00915be Coordinator keeps track of output directory. am: 6d3d3c8b60 am: f621208f5e by Steven Moreland · 6 years ago
  32. 6d3d3c8 Coordinator keeps track of output directory. by Steven Moreland · 6 years ago
  33. 5c67773 Unify Java + C++ flag definitions. (2/2) by Steven Moreland · 6 years ago
  34. aebc4eb Merge "Unify Java + C++ flag definitions." am: fdcc9b25a6 am: 1e92435ba7 by Steven Moreland · 6 years ago
  35. 3ce7214 Unify Java + C++ flag definitions. by Steven Moreland · 6 years ago
  36. c3abbb4 Merge "Fix vtable assumption." am: f7facaf930 am: b9230f9ddd by Steven Moreland · 6 years ago
  37. f819790 Fix vtable assumption. by Steven Moreland · 6 years ago
  38. c156231 Add emitGlobalTypeDeclarations. am: 8e61c5af41 am: 2f02ddc2f9 by Steven Moreland · 7 years ago
  39. 2ec25a3 Rename global..Decls to package...Decls am: 4b8f7a11f7 am: 5b1ff42d4f by Steven Moreland · 7 years ago
  40. 8e61c5a Add emitGlobalTypeDeclarations. by Steven Moreland · 7 years ago
  41. 4b8f7a1 Rename global..Decls to package...Decls by Steven Moreland · 7 years ago
  42. 8149db1 Add -Wextra-semi to HIDL. am: cbcf9f710f am: 63ed34715d by Steven Moreland · 7 years ago
  43. cbcf9f7 Add -Wextra-semi to HIDL. by Steven Moreland · 7 years ago
  44. ef986fb Merge "Use getBn/sConstructorMap in static c-tor/d-tors" am: d6c464530b by Yifan Hong · 7 years ago
  45. 91977fd Use getBn/sConstructorMap in static c-tor/d-tors by Yifan Hong · 7 years ago
  46. ebd8c72 Explicitly check processes are oneway by Steven Moreland · 7 years ago
  47. bf71421 Build toString + operator== in client libraries. by Steven Moreland · 7 years ago
  48. cbff561 Remove use of LOG(*) from HIDL. by Steven Moreland · 7 years ago
  49. 78f95f9 Remove autogenerated getService code. by Steven Moreland · 7 years ago
  50. bff4bd2 Use wrapPassthrough in getService. by Steven Moreland · 7 years ago
  51. a885d25 Use getFormatter everywhere. by Steven Moreland · 7 years ago
  52. 71f289f don’t duplicate BnHwBase onTransact code. by Howard Chen · 7 years ago
  53. 3e78700 Fix IMPL_STUB_IMPL methods. by Steven Moreland · 7 years ago
  54. 8c90cc5 Fix clang-tidy performance warnings in system/tools/hidl. by Chih-Hung Hsieh · 7 years ago
  55. 7fa79f6 Merge structures with duplication features by Timur Iskhakov · 7 years ago
  56. f16c5c0 ABI stable smaller HIDL libs by Steven Moreland · 7 years ago
  57. d8b10ee Clean up CPP Method class. by Steven Moreland · 7 years ago
  58. 92a08a7 CHECK in instrumentation generation. by Steven Moreland · 7 years ago
  59. 1a52e82 Emit tags for interfaces. by Steven Moreland · 7 years ago
  60. ce6fd19 Only erase Bn object from map if equal. by Martijn Coenen · 7 years ago
  61. f7f2a9a Support minor version upgrade of hwservicemanager. by Steven Moreland · 7 years ago
  62. 57a8936 Revert "Revert "Allow proxies to be compared and identified."" by Steven Moreland · 7 years ago
  63. cb0ba52 Moving hidl-gen parser stack outside of AST by Timur Iskhakov · 7 years ago
  64. a8559fc Revert "Allow proxies to be compared and identified." by Steven Moreland · 7 years ago
  65. 217fc60 Allow proxies to be compared and identified. by Steven Moreland · 7 years ago
  66. b4d7795 Set minimum scheduling policy for a service. by Martijn Coenen · 7 years ago
  67. 225bc92 Fix infinite recursion in onTransact(). by Martijn Coenen · 7 years ago
  68. 369d053 Try fetching hwservice before waiting for it. by Steven Moreland · 7 years ago
  69. 8247210 Fix hidl_test on non-"full Treble" devices. by Steven Moreland · 7 years ago
  70. d281ebc Don't return the passthrough interface for getStub by Steven Moreland · 7 years ago
  71. 0b84377 Add B(n|p|s)Foo::Pure. by Steven Moreland · 7 years ago
  72. 610002f Explicit error message for all errors. by Steven Moreland · 7 years ago
  73. 0a99126 Remove unused import. by Steven Moreland · 7 years ago
  74. 836cb31 Fix error on user builds with future compiler. by Steven Moreland · 7 years ago
  75. 30b76e9 Disable record/reply on user builds. by Steven Moreland · 7 years ago
  76. f9cf33b Require manifest specification for HIDL devices. by Steven Moreland · 7 years ago
  77. 19f11b5 Removed "bool AST::isInterface(std::string*)" by Steven Moreland · 7 years ago
  78. 4a6dd39 remove "// static" comments by Steven Moreland · 7 years ago
  79. 1cbf036 Add c++-headers and c++-sources by Steven Moreland · 7 years ago
  80. 340c882 Passthrough: don't capture unused value. by Steven Moreland · 7 years ago
  81. a4c565f Passthrough oneway: keep hold on mImpl by Steven Moreland · 7 years ago
  82. 61d3f4b Explicitly declare android-base dependency in Bs* by Steven Moreland · 7 years ago
  83. 9083150 warn_unused_result on registerAsService by Steven Moreland · 7 years ago
  84. 341112d Fix wrapPassthrough casts to the wrong type. by Yifan Hong · 7 years ago
  85. 6755e9d Enforce Treble "wire" ABI by emitting static_asserts for the sizes of by Andreas Huber · 7 years ago
  86. 58b478b Add onRegistration hook in registerAsService. by Steven Moreland · 7 years ago
  87. bcf5180 getService: hwservicemanager over libvintf by Steven Moreland · 7 years ago
  88. 9c74a5b Fix getService should retry on DEAD_OBJECT by Yifan Hong · 7 years ago
  89. 200209c Extra branches for getService. by Yifan Hong · 7 years ago
  90. 2edcf9d Remove toggled transport. by Steven Moreland · 7 years ago
  91. 932464e Add Formatter::join by Yifan Hong · 7 years ago
  92. 038903b Add tryGetService. by Steven Moreland · 7 years ago
  93. 605bb6e Break on getService null interface by Steven Moreland · 7 years ago
  94. 223fd47 Revert "Revert "Cleanup getService"" by Yifan Hong · 7 years ago
  95. 42394ce getService: break on null hwservicemanager by Steven Moreland · 7 years ago
  96. 937408a s/IMPL_HEADER/IMPL_INTERFACE/g by Steven Moreland · 7 years ago
  97. dff644c Clarify getService log. by Steven Moreland · 7 years ago
  98. 31f07ff Revert "Revert "getService should retry if getting nullptr"" by Yifan Hong · 7 years ago
  99. f01dad4 TaskRunner starts the background thread only when needed. by Yifan Hong · 7 years ago
  100. ef91d36 Move TaskRunner to details by Yifan Hong · 7 years ago