1. b1c976d Merge "Adds a test to verify new hidl_array<T, SIZE1, SIZE...>::size() API(s)" by Treehugger Robot · 8 years ago
  2. 79e0631 Merge "Add MQDescriptorSync as a predefined HIDL type." by Treehugger Robot · 8 years ago
  3. b15f248 Merge "Add missing liblog dependency" by Dimitry Ivanov · 8 years ago
  4. 5d03477 Adds a test to verify new hidl_array<T, SIZE1, SIZE...>::size() API(s) by Andreas Huber · 8 years ago
  5. 5e44a29 Avoid name conflicts in the generated C++ proxy code when arguments and results by Andreas Huber · 8 years ago
  6. 4471eb6 Merge "HIDL vectors are now exposed as ArrayLists rather than Vectors in Java." by Treehugger Robot · 8 years ago
  7. b735d54 Merge "utils: add EndsWith and LTrim to StringHelper" by Treehugger Robot · 8 years ago
  8. f9a6ef3 utils: add EndsWith and LTrim to StringHelper by Steven Moreland · 8 years ago
  9. f1abc2a HIDL vectors are now exposed as ArrayLists rather than Vectors in Java. by Andreas Huber · 8 years ago
  10. f03332a Arrays in .hal files are now exposed to C++ as hidl_array<T, SIZE ...> by Andreas Huber · 8 years ago
  11. 4724055 Add missing liblog dependency by Dimitry Ivanov · 8 years ago
  12. 1ea3605 Merge "More deterministic makefile generation: Java top-level types (from types.hal)" by Treehugger Robot · 8 years ago
  13. 80003dd Merge "c2hal: fix SignedToUnsignedMap." by Treehugger Robot · 8 years ago
  14. 3d1f8f0 Merge "Convert to Android.bp" by Dan Willemsen · 8 years ago
  15. 8ae06c8 c2hal: fix SignedToUnsignedMap. by Yifan Hong · 8 years ago
  16. b747bd9 More deterministic makefile generation: Java top-level types (from types.hal) by Andreas Huber · 8 years ago
  17. 0c1642e Merge "Output TypeDefs in C++ generated code." by Treehugger Robot · 8 years ago
  18. 7fe7a4b Merge "Print name instead of pointer in fqname error." by Treehugger Robot · 8 years ago
  19. b77944a Add MQDescriptorSync as a predefined HIDL type. by Hridya Valsaraju · 8 years ago
  20. 20fa9b9 Merge "Use 4 spaces of indentation for hidl-gen and c2hal." by Treehugger Robot · 8 years ago
  21. 8c7da22 Merge "Fix the bug that cast should not be public." by Treehugger Robot · 8 years ago
  22. c5908e6 Print name instead of pointer in fqname error. by Steven Moreland · 8 years ago
  23. e536929 Merge "c2hal: error on reduce/reduce conflict." by Treehugger Robot · 8 years ago
  24. e4376b8 Convert to Android.bp by Dan Willemsen · 8 years ago
  25. b06cc82 Use 4 spaces of indentation for hidl-gen and c2hal. by Yifan Hong · 8 years ago
  26. e77ca13 Fix the bug that cast should not be public. by Yifan Hong · 8 years ago
  27. 2a55e05 Output TypeDefs in C++ generated code. by Steven Moreland · 8 years ago
  28. 121db55 Merge "Reduce/reduce conflicts are now reported as errors." by Treehugger Robot · 8 years ago
  29. 4ab9b79 Reduce/reduce conflicts are now reported as errors. by Steven Moreland · 8 years ago
  30. aa18683 appendPackageInterfaces*ToVector* by Steven Moreland · 8 years ago
  31. 039bf85 c2hal: error on reduce/reduce conflict. by Steven Moreland · 8 years ago
  32. f24fa85 Resolve constant expressions for external constants. by Yifan Hong · 8 years ago
  33. b44a6c8 Use colon syntax for FQNames for enum values. by Yifan Hong · 8 years ago
  34. ae16eed Redefine fqname in hidl-gen_y.yy by Yifan Hong · 8 years ago
  35. fc610cd Use std::string for ConstantExpression::*value() methods. by Yifan Hong · 8 years ago
  36. 2bd3c1f Clean up indentations in ConstantExpression.cpp. by Yifan Hong · 8 years ago
  37. 782d45e In addition to regular java library targets, also emit static java library by Andreas Huber · 8 years ago
  38. 8be0955 hidl-gen: include all-makefiles-under in Android.mk by Iliyan Malchev · 8 years ago
  39. dda25cc [Java] typedefs in types.hal files no longer mistakenly appear in the generated by Andreas Huber · 8 years ago
  40. 63a4317 Merge "Don't redeclare _hidl_array_offset_* locally, instead put each" by Treehugger Robot · 8 years ago
  41. 90e8fc2 Don't redeclare _hidl_array_offset_* locally, instead put each by Andreas Huber · 8 years ago
  42. c94ccaf test: Wait on the correct Pid by Myles Watson · 8 years ago
  43. 5ab5737 Merge "c2hal: Emit camelCase and PascalCase things." by Treehugger Robot · 8 years ago
  44. 95b4623 c2hal: Emit camelCase and PascalCase things. by Steven Moreland · 8 years ago
  45. 1df126d Add missing include. by Dan Albert · 8 years ago
  46. 1858dba Merge "Arrays of arrays are now coalesced into a single multi-dimensional array type." by Treehugger Robot · 8 years ago
  47. 2fd6086 c2hal: Removed ambiguity from enum/macro commit. by Steven Moreland · 8 years ago
  48. 05ebcf5 c2hal: recognized unsigned integer types. by Steven Moreland · 8 years ago
  49. ce65189 c2hal: respect arrays of dimensions higher than one. by Steven Moreland · 8 years ago
  50. cdf218e Merge "c2hal: allow people to weave macros w/ enums." by Steven Moreland · 8 years ago
  51. d122bc8 Merge "Support generating instrumentation code for C++ backend in hidl-gen." by Zhuoyao Zhang · 8 years ago
  52. c38c858 c2hal: allow people to weave macros w/ enums. by Steven Moreland · 8 years ago
  53. 709b62d Arrays of arrays are now coalesced into a single multi-dimensional array type. by Andreas Huber · 8 years ago
  54. 7288c8d Merge "c2hal: char -> uint8_t" by Treehugger Robot · 8 years ago
  55. 2134d36 Merge "Sources required to build hidl AST in libhidl-gen." by Steven Moreland · 8 years ago
  56. de57800 Support generating instrumentation code for C++ backend in hidl-gen. by Zhuoyao Zhang · 8 years ago
  57. b569096 c2hal: char -> uint8_t by Steven Moreland · 8 years ago
  58. 5650f9d Sources required to build hidl AST in libhidl-gen. by Steven Moreland · 8 years ago
  59. 3f32c1f Cleaned up use of substr() to get interface's base name. by Jayant Chowdhary · 8 years ago
  60. 5ed04fe Merge "Oneway keyword behavior in passthrough mode." by Steven Moreland · 8 years ago
  61. ec085bc Merge "hidl_test: fixed EXPECT_OK and EXPECT_ARRAYEQ" by Steven Moreland · 8 years ago
  62. 69e7c70 Oneway keyword behavior in passthrough mode. by Steven Moreland · 8 years ago
  63. 4c865b7 [Java hidl-gen] Fix multi-dimensional arrays (used within structures, not by Andreas Huber · 8 years ago
  64. e70455b hidl_test: fixed EXPECT_OK and EXPECT_ARRAYEQ by Steven Moreland · 8 years ago
  65. a3558b3 Enum types now properly use the Java wrapper of their underlying storage type. by Andreas Huber · 8 years ago
  66. ef35329 Merge "Properly handle enum type default values when converting to Java constants." by Treehugger Robot · 8 years ago
  67. 5b65a95 Merge "Fix mistaken Java wrapper type for "int"." by Treehugger Robot · 8 years ago
  68. 16bbb7a Merge "Fix Java types.hal generation filtering" by Treehugger Robot · 8 years ago
  69. ab647c0 Properly handle enum type default values when converting to Java constants. by Andreas Huber · 8 years ago
  70. d29724f Fix Java types.hal generation filtering by Andreas Huber · 8 years ago
  71. 5001d93 Fix mistaken Java wrapper type for "int". by Andreas Huber · 8 years ago
  72. 191c1fe Ignoring deprecated register only in flex. by Steven Moreland · 8 years ago
  73. b9369e5 Merge "Remove dependency on libutils." by Treehugger Robot · 8 years ago
  74. d537ab0 Remove dependency on libutils. by Steven Moreland · 8 years ago
  75. f9d49f1 [C++ hidl-gen] Fix multi-dimensional arrays, vectors of arrays. by Andreas Huber · 8 years ago
  76. 3cae52c c2hal: LOCAL_IS_HOST_MODULE := true by Steven Moreland · 8 years ago
  77. 868aff8 Revert "Revert "Moved string helping functions from c2hal into StringHelper."" by Steven Moreland · 8 years ago
  78. a72e0d2 Revert "Revert "Split out libhidl-gen and libhidl-gen-utils."" by Iliyan Malchev · 8 years ago
  79. f31b71e Merge "hidl-gen: generate a stable list of interfaces for a package" by Treehugger Robot · 8 years ago
  80. 8dd2981 Merge "Java support for passing vec<STRUCT-TYPE> and STRUCT-TYPE[] to and from methods." by Treehugger Robot · 8 years ago
  81. 5e8bcfa hidl-gen: generate a stable list of interfaces for a package by Iliyan Malchev · 8 years ago
  82. 194c2ff Revert "split out libhidl-gen and libhidl-gen-utils" by Steven Moreland · 8 years ago
  83. 17cef74 Revert "Moved string helping functions from c2hal into StringHelper." by Steven Moreland · 8 years ago
  84. 2cab4f5 Merge "Updated Method::generateCppSignature to respect namespaces." by Treehugger Robot · 8 years ago
  85. 28cb7d1 Merge "MQDescriptor is now a predefined type." by Treehugger Robot · 8 years ago
  86. 4bcf97d MQDescriptor is now a predefined type. by Andreas Huber · 8 years ago
  87. 941aea1 Updated Method::generateCppSignature to respect namespaces. by Steven Moreland · 8 years ago
  88. 256d107 Moved string helping functions from c2hal into StringHelper. by Steven Moreland · 8 years ago
  89. 1316091 split out libhidl-gen and libhidl-gen-utils by Iliyan Malchev · 8 years ago
  90. f630bc8 Java support for passing vec<STRUCT-TYPE> and STRUCT-TYPE[] to and from methods. by Andreas Huber · 8 years ago
  91. 4923f93 use the -impl, not .impl suffix for autogenerated stubs by Iliyan Malchev · 8 years ago
  92. 197d56c Added -Lmakefile-impl. by Steven Moreland · 8 years ago
  93. 7f949cb Method: minor cleanup by Iliyan Malchev · 8 years ago
  94. a21f149 Encode hidl_version in each generated interface. by Martijn Coenen · 8 years ago
  95. 4ff971c Remove String16 dependency. by Martijn Coenen · 8 years ago
  96. af44014 Added StringHelper class by Steven Moreland · 8 years ago
  97. 9c38761 c++-impl: gen server stub boilerplate by Steven Moreland · 8 years ago
  98. 979e099 Added knowledge of namespacing into generation. by Steven Moreland · 8 years ago
  99. d57066f hidl-gen: use Return<void> by Iliyan Malchev · 8 years ago
  100. a7a421a Generalized cpp method generation. by Steven Moreland · 8 years ago