1. 7a82772 hidl_test: abort test gracefully if service not found by Yifan Hong · 8 years ago
  2. bb5c80b Removed useless function Type::ref. by Steven Moreland · 8 years ago
  3. c5abc86 Merge "Update hidl-gen support for vts." by Zhuoyao Zhang · 8 years ago
  4. 933aae8 Merge "hidl-gen: Fix -Lmakefile-impl." by Treehugger Robot · 8 years ago
  5. c5ea9f5 Update hidl-gen support for vts. by Zhuoyao Zhang · 8 years ago
  6. 94bcea0 hidl-gen: Fix -Lmakefile-impl. by Yifan Hong · 8 years ago
  7. 8efccec Remove opaque type from hidl. by Steven Moreland · 8 years ago
  8. cc59f65 Merge "Add instrumentation code on proxy side." by Zhuoyao Zhang · 8 years ago
  9. 7bc2da6 Merge "Revert "Revert "Revert "Regenerate test nfc vts files."""" by Steven Moreland · 8 years ago
  10. 89e74b4 Revert "Revert "Revert "Regenerate test nfc vts files.""" by Steven Moreland · 8 years ago
  11. 8f49294 Add instrumentation code on proxy side. by Zhuoyao Zhang · 8 years ago
  12. d9f22f7 hidl-gen: Allow missing package name for FQName matching. by Yifan Hong · 8 years ago
  13. be2a373 hidl-gen: add sanitizedName to emitReaderWriterEmbedded. by Yifan Hong · 8 years ago
  14. 019d21d Yet another backend for hidl-gen, this one generates a C-compatible header file by Andreas Huber · 8 years ago
  15. 803764f Revert "Revert "Regenerate test nfc vts files."" by Steven Moreland · 8 years ago
  16. 67f67b4 Disallow null callbacks. by Steven Moreland · 8 years ago
  17. 327cfe1 hidl-gen: Fix nested type cannot be found. by Yifan Hong · 8 years ago
  18. 386d6cb Merge "Revert "Regenerate test nfc vts files."" by Martijn Coenen · 8 years ago
  19. 7d3f4e3 Merge "Fix compiler warnings in hidl_test." by Andreas Huber · 8 years ago
  20. 8696243 Revert "Regenerate test nfc vts files." by Steven Moreland · 8 years ago
  21. 1452b4f Merge "Regenerate test nfc vts files." by Steven Moreland · 8 years ago
  22. cea7773 c2hal: allow c++11 enum class and enum struct by Yifan Hong · 8 years ago
  23. e8047bf Fix compiler warnings in hidl_test. by Andreas Huber · 8 years ago
  24. 140cc80 Merge "c2hal: remove some std::reverse." by Yifan Hong · 8 years ago
  25. ff3859c Merge "c2hal: allow generation directly in output dir" by Steven Moreland · 8 years ago
  26. 7c0a90a c2hal: remove some std::reverse. by Yifan Hong · 8 years ago
  27. d3a82b5 c2hal: allow generation directly in output dir by Steven Moreland · 8 years ago
  28. 00f4717 hidl-gen: Fix warnings for unused parameters. by Yifan Hong · 8 years ago
  29. 0cedc19 c2hal: Improve Type PascalCase hack for primitive types. by Yifan Hong · 8 years ago
  30. f3ae7b4 Merge changes from topic 'c2hal_better_output' by Yifan Hong · 8 years ago
  31. b33b5ee c2hal: replace UNKOWN with UNKNOWN by Yifan Hong · 8 years ago
  32. 4200903 c2hal: Use better To(Camel|Pascal|Snake)Case functions. by Yifan Hong · 8 years ago
  33. 3449bba c2hal: Comment out lone declarations. by Yifan Hong · 8 years ago
  34. 4046647 Regenerate test nfc vts files. by Steven Moreland · 8 years ago
  35. 676abdc Generate Android.bp files; Convert to Android.bp by Dan Willemsen · 8 years ago
  36. 2009699 c2hal: Fix note comments that embeds */ by Yifan Hong · 8 years ago
  37. 643e509 c2hal: fix array sizes got reversed. by Yifan Hong · 8 years ago
  38. 7ddedc5 c2hal: map size_t to uint64_t by Yifan Hong · 8 years ago
  39. 01c9b8b c2hal: add missing closing parenthesis to function calls by Yifan Hong · 8 years ago
  40. 8446590 Add test for parcel # references cap. by Yifan Hong · 8 years ago
  41. bf459bc Pointer support and embedded types in HIDL. by Yifan Hong · 8 years ago
  42. ffa24a9 Merge "Allow struct, union and enum type declarations to be annotated." by Andreas Huber · 8 years ago
  43. e912917 Merge "hidl-gen: use ?: group for regex in FQName" by Treehugger Robot · 8 years ago
  44. 7c5ddfb Allow struct, union and enum type declarations to be annotated. by Andreas Huber · 8 years ago
  45. b1c976d Merge "Adds a test to verify new hidl_array<T, SIZE1, SIZE...>::size() API(s)" by Treehugger Robot · 8 years ago
  46. 95a47bb hidl-gen: use ?: group for regex in FQName by Yifan Hong · 8 years ago
  47. 79e0631 Merge "Add MQDescriptorSync as a predefined HIDL type." by Treehugger Robot · 8 years ago
  48. b15f248 Merge "Add missing liblog dependency" by Dimitry Ivanov · 8 years ago
  49. 5d03477 Adds a test to verify new hidl_array<T, SIZE1, SIZE...>::size() API(s) by Andreas Huber · 8 years ago
  50. 5e44a29 Avoid name conflicts in the generated C++ proxy code when arguments and results by Andreas Huber · 8 years ago
  51. 4471eb6 Merge "HIDL vectors are now exposed as ArrayLists rather than Vectors in Java." by Treehugger Robot · 8 years ago
  52. b735d54 Merge "utils: add EndsWith and LTrim to StringHelper" by Treehugger Robot · 8 years ago
  53. f9a6ef3 utils: add EndsWith and LTrim to StringHelper by Steven Moreland · 8 years ago
  54. f1abc2a HIDL vectors are now exposed as ArrayLists rather than Vectors in Java. by Andreas Huber · 8 years ago
  55. f03332a Arrays in .hal files are now exposed to C++ as hidl_array<T, SIZE ...> by Andreas Huber · 8 years ago
  56. 4724055 Add missing liblog dependency by Dimitry Ivanov · 8 years ago
  57. 1ea3605 Merge "More deterministic makefile generation: Java top-level types (from types.hal)" by Treehugger Robot · 8 years ago
  58. 80003dd Merge "c2hal: fix SignedToUnsignedMap." by Treehugger Robot · 8 years ago
  59. 3d1f8f0 Merge "Convert to Android.bp" by Dan Willemsen · 8 years ago
  60. 8ae06c8 c2hal: fix SignedToUnsignedMap. by Yifan Hong · 8 years ago
  61. b747bd9 More deterministic makefile generation: Java top-level types (from types.hal) by Andreas Huber · 8 years ago
  62. 0c1642e Merge "Output TypeDefs in C++ generated code." by Treehugger Robot · 8 years ago
  63. 7fe7a4b Merge "Print name instead of pointer in fqname error." by Treehugger Robot · 8 years ago
  64. b77944a Add MQDescriptorSync as a predefined HIDL type. by Hridya Valsaraju · 8 years ago
  65. 20fa9b9 Merge "Use 4 spaces of indentation for hidl-gen and c2hal." by Treehugger Robot · 8 years ago
  66. 8c7da22 Merge "Fix the bug that cast should not be public." by Treehugger Robot · 8 years ago
  67. c5908e6 Print name instead of pointer in fqname error. by Steven Moreland · 8 years ago
  68. e536929 Merge "c2hal: error on reduce/reduce conflict." by Treehugger Robot · 8 years ago
  69. e4376b8 Convert to Android.bp by Dan Willemsen · 8 years ago
  70. b06cc82 Use 4 spaces of indentation for hidl-gen and c2hal. by Yifan Hong · 8 years ago
  71. e77ca13 Fix the bug that cast should not be public. by Yifan Hong · 8 years ago
  72. 2a55e05 Output TypeDefs in C++ generated code. by Steven Moreland · 8 years ago
  73. 121db55 Merge "Reduce/reduce conflicts are now reported as errors." by Treehugger Robot · 8 years ago
  74. 4ab9b79 Reduce/reduce conflicts are now reported as errors. by Steven Moreland · 8 years ago
  75. aa18683 appendPackageInterfaces*ToVector* by Steven Moreland · 8 years ago
  76. 039bf85 c2hal: error on reduce/reduce conflict. by Steven Moreland · 8 years ago
  77. f24fa85 Resolve constant expressions for external constants. by Yifan Hong · 8 years ago
  78. b44a6c8 Use colon syntax for FQNames for enum values. by Yifan Hong · 8 years ago
  79. ae16eed Redefine fqname in hidl-gen_y.yy by Yifan Hong · 8 years ago
  80. fc610cd Use std::string for ConstantExpression::*value() methods. by Yifan Hong · 8 years ago
  81. 2bd3c1f Clean up indentations in ConstantExpression.cpp. by Yifan Hong · 8 years ago
  82. 782d45e In addition to regular java library targets, also emit static java library by Andreas Huber · 8 years ago
  83. 8be0955 hidl-gen: include all-makefiles-under in Android.mk by Iliyan Malchev · 8 years ago
  84. dda25cc [Java] typedefs in types.hal files no longer mistakenly appear in the generated by Andreas Huber · 8 years ago
  85. 63a4317 Merge "Don't redeclare _hidl_array_offset_* locally, instead put each" by Treehugger Robot · 8 years ago
  86. 90e8fc2 Don't redeclare _hidl_array_offset_* locally, instead put each by Andreas Huber · 8 years ago
  87. c94ccaf test: Wait on the correct Pid by Myles Watson · 8 years ago
  88. 5ab5737 Merge "c2hal: Emit camelCase and PascalCase things." by Treehugger Robot · 8 years ago
  89. 95b4623 c2hal: Emit camelCase and PascalCase things. by Steven Moreland · 8 years ago
  90. 1df126d Add missing include. by Dan Albert · 8 years ago
  91. 1858dba Merge "Arrays of arrays are now coalesced into a single multi-dimensional array type." by Treehugger Robot · 8 years ago
  92. 2fd6086 c2hal: Removed ambiguity from enum/macro commit. by Steven Moreland · 8 years ago
  93. 05ebcf5 c2hal: recognized unsigned integer types. by Steven Moreland · 8 years ago
  94. ce65189 c2hal: respect arrays of dimensions higher than one. by Steven Moreland · 8 years ago
  95. cdf218e Merge "c2hal: allow people to weave macros w/ enums." by Steven Moreland · 8 years ago
  96. d122bc8 Merge "Support generating instrumentation code for C++ backend in hidl-gen." by Zhuoyao Zhang · 8 years ago
  97. c38c858 c2hal: allow people to weave macros w/ enums. by Steven Moreland · 8 years ago
  98. 709b62d Arrays of arrays are now coalesced into a single multi-dimensional array type. by Andreas Huber · 8 years ago
  99. 7288c8d Merge "c2hal: char -> uint8_t" by Treehugger Robot · 8 years ago
  100. 2134d36 Merge "Sources required to build hidl AST in libhidl-gen." by Steven Moreland · 8 years ago