1. de57800 Support generating instrumentation code for C++ backend in hidl-gen. by Zhuoyao Zhang · 8 years ago
  2. b569096 c2hal: char -> uint8_t by Steven Moreland · 8 years ago
  3. 5650f9d Sources required to build hidl AST in libhidl-gen. by Steven Moreland · 8 years ago
  4. 3f32c1f Cleaned up use of substr() to get interface's base name. by Jayant Chowdhary · 8 years ago
  5. 5ed04fe Merge "Oneway keyword behavior in passthrough mode." by Steven Moreland · 8 years ago
  6. ec085bc Merge "hidl_test: fixed EXPECT_OK and EXPECT_ARRAYEQ" by Steven Moreland · 8 years ago
  7. 69e7c70 Oneway keyword behavior in passthrough mode. by Steven Moreland · 8 years ago
  8. 4c865b7 [Java hidl-gen] Fix multi-dimensional arrays (used within structures, not by Andreas Huber · 8 years ago
  9. e70455b hidl_test: fixed EXPECT_OK and EXPECT_ARRAYEQ by Steven Moreland · 8 years ago
  10. a3558b3 Enum types now properly use the Java wrapper of their underlying storage type. by Andreas Huber · 8 years ago
  11. ef35329 Merge "Properly handle enum type default values when converting to Java constants." by Treehugger Robot · 8 years ago
  12. 5b65a95 Merge "Fix mistaken Java wrapper type for "int"." by Treehugger Robot · 8 years ago
  13. 16bbb7a Merge "Fix Java types.hal generation filtering" by Treehugger Robot · 8 years ago
  14. ab647c0 Properly handle enum type default values when converting to Java constants. by Andreas Huber · 8 years ago
  15. d29724f Fix Java types.hal generation filtering by Andreas Huber · 8 years ago
  16. 5001d93 Fix mistaken Java wrapper type for "int". by Andreas Huber · 8 years ago
  17. 191c1fe Ignoring deprecated register only in flex. by Steven Moreland · 8 years ago
  18. b9369e5 Merge "Remove dependency on libutils." by Treehugger Robot · 8 years ago
  19. d537ab0 Remove dependency on libutils. by Steven Moreland · 8 years ago
  20. f9d49f1 [C++ hidl-gen] Fix multi-dimensional arrays, vectors of arrays. by Andreas Huber · 8 years ago
  21. 3cae52c c2hal: LOCAL_IS_HOST_MODULE := true by Steven Moreland · 8 years ago
  22. 868aff8 Revert "Revert "Moved string helping functions from c2hal into StringHelper."" by Steven Moreland · 8 years ago
  23. a72e0d2 Revert "Revert "Split out libhidl-gen and libhidl-gen-utils."" by Iliyan Malchev · 8 years ago
  24. f31b71e Merge "hidl-gen: generate a stable list of interfaces for a package" by Treehugger Robot · 8 years ago
  25. 8dd2981 Merge "Java support for passing vec<STRUCT-TYPE> and STRUCT-TYPE[] to and from methods." by Treehugger Robot · 8 years ago
  26. 5e8bcfa hidl-gen: generate a stable list of interfaces for a package by Iliyan Malchev · 8 years ago
  27. 194c2ff Revert "split out libhidl-gen and libhidl-gen-utils" by Steven Moreland · 8 years ago
  28. 17cef74 Revert "Moved string helping functions from c2hal into StringHelper." by Steven Moreland · 8 years ago
  29. 2cab4f5 Merge "Updated Method::generateCppSignature to respect namespaces." by Treehugger Robot · 8 years ago
  30. 28cb7d1 Merge "MQDescriptor is now a predefined type." by Treehugger Robot · 8 years ago
  31. 4bcf97d MQDescriptor is now a predefined type. by Andreas Huber · 8 years ago
  32. 941aea1 Updated Method::generateCppSignature to respect namespaces. by Steven Moreland · 8 years ago
  33. 256d107 Moved string helping functions from c2hal into StringHelper. by Steven Moreland · 8 years ago
  34. 1316091 split out libhidl-gen and libhidl-gen-utils by Iliyan Malchev · 8 years ago
  35. f630bc8 Java support for passing vec<STRUCT-TYPE> and STRUCT-TYPE[] to and from methods. by Andreas Huber · 8 years ago
  36. 4923f93 use the -impl, not .impl suffix for autogenerated stubs by Iliyan Malchev · 8 years ago
  37. 197d56c Added -Lmakefile-impl. by Steven Moreland · 8 years ago
  38. 7f949cb Method: minor cleanup by Iliyan Malchev · 8 years ago
  39. a21f149 Encode hidl_version in each generated interface. by Martijn Coenen · 8 years ago
  40. 4ff971c Remove String16 dependency. by Martijn Coenen · 8 years ago
  41. af44014 Added StringHelper class by Steven Moreland · 8 years ago
  42. 9c38761 c++-impl: gen server stub boilerplate by Steven Moreland · 8 years ago
  43. 979e099 Added knowledge of namespacing into generation. by Steven Moreland · 8 years ago
  44. d57066f hidl-gen: use Return<void> by Iliyan Malchev · 8 years ago
  45. a7a421a Generalized cpp method generation. by Steven Moreland · 8 years ago
  46. 77eab91 Merge changes from topic 'b/31045569' by Treehugger Robot · 8 years ago
  47. 65c1a4a Merge "hidl-gen: auto-generate depdendencies for nested types" by Treehugger Robot · 8 years ago
  48. 0d68599 Merge "c2hal: Updated array location in Type::decorateName" by Steven Moreland · 8 years ago
  49. b981913 hidl-gen: generate same-package Makefile dependencies correctly by Iliyan Malchev · 8 years ago
  50. ed0509b hidl-gen: expose the actually-used FQNames an AST depends on by Iliyan Malchev · 8 years ago
  51. 800273d hidl-gen: auto-generate depdendencies for nested types by Iliyan Malchev · 8 years ago
  52. 60bce22 Reduce unnecesary waiting in hidl_test. by Steven Moreland · 8 years ago
  53. 38e92fe Merge "Disable hidl_gen_test." by Zhuoyao Zhang · 8 years ago
  54. de52171 Merge "Line numbers now properly counted when there are comments." by Treehugger Robot · 8 years ago
  55. 34c302c Disable hidl_gen_test. by Zhuoyao Zhang · 8 years ago
  56. bbf495c Merge "Stop hard coding gtest crap." by Treehugger Robot · 8 years ago
  57. a88a632 Merge "c2hal: Prevented segfault on -h" by Treehugger Robot · 8 years ago
  58. 097526f Stop hard coding gtest crap. by Dan Albert · 8 years ago
  59. 605c421 Line numbers now properly counted when there are comments. by Steven Moreland · 8 years ago
  60. 5c78afc hidl-gen: update test data by Iliyan Malchev · 8 years ago
  61. 698da76 c2hal: Updated array location in Type::decorateName by Steven Moreland · 8 years ago
  62. 795dd43 do not emit a space after the isRemote() body by Iliyan Malchev · 8 years ago
  63. cd16ae4 c2hal: Prevented segfault on -h by Steven Moreland · 8 years ago
  64. 773be46 Merge "Move Status to libhidl." by TreeHugger Robot · 8 years ago
  65. 9fa95c6 Merge "Added c2hal readme" by TreeHugger Robot · 8 years ago
  66. 9391510 Move Status to libhidl. by Martijn Coenen · 8 years ago
  67. 956d170 Merge "struct fields of type "array" should be declared "final"." by TreeHugger Robot · 8 years ago
  68. 2b02118 Added c2hal readme by Steven Moreland · 8 years ago
  69. 0b3b411 Merge changes from topic 'java_makefiles' by TreeHugger Robot · 8 years ago
  70. 5d497ca Merge "Some minor fixes to hidl_test output." by TreeHugger Robot · 8 years ago
  71. 344283e Merge "hidl-gen: add support for predefined types" by TreeHugger Robot · 8 years ago
  72. 19ca75a Emit eval result of constant expressions for Java. by Yifan Hong · 8 years ago
  73. 0fa9e39 Auto-generate java libraries for compatible packages. by Andreas Huber · 8 years ago
  74. 95984ef Merge "added c2hal" by Iliyan Malchev · 8 years ago
  75. c6e21f0 Merge "Revert "update makefile rule to package test modules as part of VTS"" by Keun Soo Yim · 8 years ago
  76. 4b2cf35 hidl-gen: add support for predefined types by Andreas Huber · 8 years ago
  77. 03866f5 Some minor fixes to hidl_test output. by Andreas Huber · 8 years ago
  78. f1a35f7 added c2hal by Steven Moreland · 8 years ago
  79. 15f6231 Revert "update makefile rule to package test modules as part of VTS" by Keun Soo Yim · 8 years ago
  80. 93d0ebb hidl-gen: fix build-time constexpr tests by Iliyan Malchev · 8 years ago
  81. 5788697 Evaluate constant expressions. by Yifan Hong · 8 years ago
  82. 575cfec Merge "Split 'IFoo' into 'IFoo' and 'IHwFoo'" by Iliyan Malchev · 8 years ago
  83. 0d68bf5 Merge "Apache2 module license." by Iliyan Malchev · 8 years ago
  84. 4078631 Split 'IFoo' into 'IFoo' and 'IHwFoo' by Steven Moreland · 8 years ago
  85. cd5e666 struct fields of type "array" should be declared "final". by Andreas Huber · 8 years ago
  86. d07494f Merge "A few fix of hidl-gen for vts generator." by Zhuoyao Zhang · 8 years ago
  87. fdaeafc Apache2 module license. by Martijn Coenen · 8 years ago
  88. f3d8f54 Merge "Adds a test verifying that the Java backend is compatible with the C++ backend." by Andreas Huber · 8 years ago
  89. 1993352 A few fix of hidl-gen for vts generator. by Zhuoyao Zhang · 8 years ago
  90. 261370a Added package directory unable to open error message. by Steven Moreland · 8 years ago
  91. 401cd16 Adds a test verifying that the Java backend is compatible with the C++ backend. by Andreas Huber · 8 years ago
  92. c2903d2 update script to generate Android.mk which has rules to build multilib by Keun Soo Yim · 8 years ago
  93. 74a8d57 Merge "fix a typo" by Keun Soo Yim · 8 years ago
  94. 0a4e6fe fix a typo by Keun Soo Yim · 8 years ago
  95. 1aec397 Adds (C)opyright headers everywhere. by Andreas Huber · 8 years ago
  96. 3684913 Support typedef for vts generator. by Zhuoyao Zhang · 8 years ago
  97. 85eabdb The hidl-gen Java backend now supports structures (NOT unions) and types.hal by Andreas Huber · 8 years ago
  98. 97716a8 Merge "Use the new "Bool*" accessor methods for booleans instead of treating them like" by Andreas Huber · 8 years ago
  99. d85a509 Use the new "Bool*" accessor methods for booleans instead of treating them like by Andreas Huber · 8 years ago
  100. 0acf419 hidl_test: add server-timing tests by Iliyan Malchev · 8 years ago