1. 4ff971c Remove String16 dependency. by Martijn Coenen · 8 years ago
  2. af44014 Added StringHelper class by Steven Moreland · 8 years ago
  3. 9c38761 c++-impl: gen server stub boilerplate by Steven Moreland · 8 years ago
  4. 979e099 Added knowledge of namespacing into generation. by Steven Moreland · 8 years ago
  5. d57066f hidl-gen: use Return<void> by Iliyan Malchev · 8 years ago
  6. a7a421a Generalized cpp method generation. by Steven Moreland · 8 years ago
  7. 77eab91 Merge changes from topic 'b/31045569' by Treehugger Robot · 8 years ago
  8. 65c1a4a Merge "hidl-gen: auto-generate depdendencies for nested types" by Treehugger Robot · 8 years ago
  9. 0d68599 Merge "c2hal: Updated array location in Type::decorateName" by Steven Moreland · 8 years ago
  10. b981913 hidl-gen: generate same-package Makefile dependencies correctly by Iliyan Malchev · 8 years ago
  11. ed0509b hidl-gen: expose the actually-used FQNames an AST depends on by Iliyan Malchev · 8 years ago
  12. 800273d hidl-gen: auto-generate depdendencies for nested types by Iliyan Malchev · 8 years ago
  13. 60bce22 Reduce unnecesary waiting in hidl_test. by Steven Moreland · 8 years ago
  14. 38e92fe Merge "Disable hidl_gen_test." by Zhuoyao Zhang · 8 years ago
  15. de52171 Merge "Line numbers now properly counted when there are comments." by Treehugger Robot · 8 years ago
  16. 34c302c Disable hidl_gen_test. by Zhuoyao Zhang · 8 years ago
  17. bbf495c Merge "Stop hard coding gtest crap." by Treehugger Robot · 8 years ago
  18. a88a632 Merge "c2hal: Prevented segfault on -h" by Treehugger Robot · 8 years ago
  19. 097526f Stop hard coding gtest crap. by Dan Albert · 8 years ago
  20. 605c421 Line numbers now properly counted when there are comments. by Steven Moreland · 8 years ago
  21. 5c78afc hidl-gen: update test data by Iliyan Malchev · 8 years ago
  22. 698da76 c2hal: Updated array location in Type::decorateName by Steven Moreland · 8 years ago
  23. 795dd43 do not emit a space after the isRemote() body by Iliyan Malchev · 8 years ago
  24. cd16ae4 c2hal: Prevented segfault on -h by Steven Moreland · 8 years ago
  25. 773be46 Merge "Move Status to libhidl." by TreeHugger Robot · 8 years ago
  26. 9fa95c6 Merge "Added c2hal readme" by TreeHugger Robot · 8 years ago
  27. 9391510 Move Status to libhidl. by Martijn Coenen · 8 years ago
  28. 956d170 Merge "struct fields of type "array" should be declared "final"." by TreeHugger Robot · 8 years ago
  29. 2b02118 Added c2hal readme by Steven Moreland · 8 years ago
  30. 0b3b411 Merge changes from topic 'java_makefiles' by TreeHugger Robot · 8 years ago
  31. 5d497ca Merge "Some minor fixes to hidl_test output." by TreeHugger Robot · 8 years ago
  32. 344283e Merge "hidl-gen: add support for predefined types" by TreeHugger Robot · 8 years ago
  33. 19ca75a Emit eval result of constant expressions for Java. by Yifan Hong · 8 years ago
  34. 0fa9e39 Auto-generate java libraries for compatible packages. by Andreas Huber · 8 years ago
  35. 95984ef Merge "added c2hal" by Iliyan Malchev · 8 years ago
  36. c6e21f0 Merge "Revert "update makefile rule to package test modules as part of VTS"" by Keun Soo Yim · 8 years ago
  37. 4b2cf35 hidl-gen: add support for predefined types by Andreas Huber · 8 years ago
  38. 03866f5 Some minor fixes to hidl_test output. by Andreas Huber · 8 years ago
  39. f1a35f7 added c2hal by Steven Moreland · 8 years ago
  40. 15f6231 Revert "update makefile rule to package test modules as part of VTS" by Keun Soo Yim · 8 years ago
  41. 93d0ebb hidl-gen: fix build-time constexpr tests by Iliyan Malchev · 8 years ago
  42. 5788697 Evaluate constant expressions. by Yifan Hong · 8 years ago
  43. 575cfec Merge "Split 'IFoo' into 'IFoo' and 'IHwFoo'" by Iliyan Malchev · 8 years ago
  44. 0d68bf5 Merge "Apache2 module license." by Iliyan Malchev · 8 years ago
  45. 4078631 Split 'IFoo' into 'IFoo' and 'IHwFoo' by Steven Moreland · 8 years ago
  46. cd5e666 struct fields of type "array" should be declared "final". by Andreas Huber · 8 years ago
  47. d07494f Merge "A few fix of hidl-gen for vts generator." by Zhuoyao Zhang · 8 years ago
  48. fdaeafc Apache2 module license. by Martijn Coenen · 8 years ago
  49. f3d8f54 Merge "Adds a test verifying that the Java backend is compatible with the C++ backend." by Andreas Huber · 8 years ago
  50. 1993352 A few fix of hidl-gen for vts generator. by Zhuoyao Zhang · 8 years ago
  51. 261370a Added package directory unable to open error message. by Steven Moreland · 8 years ago
  52. 401cd16 Adds a test verifying that the Java backend is compatible with the C++ backend. by Andreas Huber · 8 years ago
  53. c2903d2 update script to generate Android.mk which has rules to build multilib by Keun Soo Yim · 8 years ago
  54. 74a8d57 Merge "fix a typo" by Keun Soo Yim · 8 years ago
  55. 0a4e6fe fix a typo by Keun Soo Yim · 8 years ago
  56. 1aec397 Adds (C)opyright headers everywhere. by Andreas Huber · 8 years ago
  57. 3684913 Support typedef for vts generator. by Zhuoyao Zhang · 8 years ago
  58. 85eabdb The hidl-gen Java backend now supports structures (NOT unions) and types.hal by Andreas Huber · 8 years ago
  59. 97716a8 Merge "Use the new "Bool*" accessor methods for booleans instead of treating them like" by Andreas Huber · 8 years ago
  60. d85a509 Use the new "Bool*" accessor methods for booleans instead of treating them like by Andreas Huber · 8 years ago
  61. 0acf419 hidl_test: add server-timing tests by Iliyan Malchev · 8 years ago
  62. 1dc8793 hidl_test: apply gtest. by Yifan Hong · 8 years ago
  63. 1c85808 use PRId64 instead of %lld by Iliyan Malchev · 8 years ago
  64. e01e3f6 Merge "update makefile rule to package test modules as part of VTS" by Keun Soo Yim · 8 years ago
  65. 80b217f Merge "Fix nested structure/union name handling." by Andreas Huber · 8 years ago
  66. 21496da update makefile rule to package test modules as part of VTS by Keun Soo Yim · 8 years ago
  67. 864c771 Enhanced hidl-gen support for generating vts files. by Zhuoyao Zhang · 8 years ago
  68. 9ed827c Fix nested structure/union name handling. by Andreas Huber · 8 years ago
  69. 581dec2 Merge "Improved name lookup in order to allow partial names to refer to external" by Andreas Huber · 8 years ago
  70. 39fa718 Improved name lookup in order to allow partial names to refer to external by Andreas Huber · 8 years ago
  71. 2b6591b Rename SimpleReturn --> Return by Iliyan Malchev · 8 years ago
  72. d5bafb8 Merge "Generated makefiles link against libhidl." by Iliyan Malchev · 8 years ago
  73. 7473fab Generated makefiles link against libhidl. by Martijn Coenen · 8 years ago
  74. 69918ec Merge "Support one-way methods in the java backend." by Andreas Huber · 8 years ago
  75. 034214b Merge changes from topic 'b/30518487' by Iliyan Malchev · 8 years ago
  76. 01b9acf Fix local "mm" and "mma" failure complaining about missing module target. by Andreas Huber · 8 years ago
  77. 8b5da22 Support one-way methods in the java backend. by Andreas Huber · 8 years ago
  78. d856b05 hidl_test: update to use elided callbacks by Iliyan Malchev · 8 years ago
  79. 62c3d18 hidl-gen: enumerate interface methods in Bn classes by Iliyan Malchev · 8 years ago
  80. 40d474a hidl-gen: callback elision for scalar returns by Iliyan Malchev · 8 years ago
  81. f505447 re-enable hidl_test by Iliyan Malchev · 8 years ago
  82. 0d0f9a2 Switch to 'glr' skeleton parser, better diagnostics through location tracking. by Andreas Huber · 8 years ago
  83. 5a6b6c8 Merge "Remove support for "const" in hidl." by Andreas Huber · 8 years ago
  84. 0e5e0aa Merge "Fix accidental infinite recursion in determining if an Interface is java" by Andreas Huber · 8 years ago
  85. edad10f Remove support for "const" in hidl. by Andreas Huber · 8 years ago
  86. bb0346d Merge "'char' is no longer an acceptable hidl type. Use int8_t or uint8_t instead." by Andreas Huber · 8 years ago
  87. ea081b3 Fix accidental infinite recursion in determining if an Interface is java by Andreas Huber · 8 years ago
  88. 86cc7a7 Merge "parsing major operators." by Yifan Hong · 8 years ago
  89. 3179b22 'char' is no longer an acceptable hidl type. Use int8_t or uint8_t instead. by Andreas Huber · 8 years ago
  90. 211826b Merge "Support for a generic "binder" type (reflected as "interface" in hidl)" by Andreas Huber · 8 years ago
  91. 295ad30 Support for a generic "binder" type (reflected as "interface" in hidl) by Andreas Huber · 8 years ago
  92. b5ddb79 Merge "Add a script to test hidl-gen output" by Zhuoyao Zhang · 8 years ago
  93. b3256a1 Merge "Introduce locals to be read from a parcel ahead of time" by Andreas Huber · 8 years ago
  94. 82b83bb Add a script to test hidl-gen output by Zhuoyao Zhang · 8 years ago
  95. 5216569 parsing major operators. by Yifan Hong · 8 years ago
  96. 9d3c4b8 Merge "Validate upfront that an interface is compatible with our Java backend," by Andreas Huber · 8 years ago
  97. e7ff228 Introduce locals to be read from a parcel ahead of time by Andreas Huber · 8 years ago
  98. d8ba779 Merge "Fix unwanted assertion problem if a typedef is the first declaration in a" by Andreas Huber · 8 years ago
  99. 70a59e1 Validate upfront that an interface is compatible with our Java backend, by Andreas Huber · 8 years ago
  100. c7dfef3 Better diagnostics if an attempt is made to redeclare a type under the same name by Andreas Huber · 8 years ago