1. 737080b Keeping track of imported names, resolve enum storage types, some finetuning. by Andreas Huber · 8 years ago
  2. b82318c commandline option to specify output base directory. by Andreas Huber · 8 years ago
  3. 881227d generate C++ interface header, proxy and stub headers and sources. by Andreas Huber · 8 years ago
  4. 6e584b7 Accommodate missing types.hal files. by Andreas Huber · 8 years ago
  5. 006189f by popular demand: enum SomeEnum { FIRST, SECOND = 10, THIRD = SECOND + 5, }; by Andreas Huber · 8 years ago
  6. dc98133 Use environment variable $TOP to determine full path to hardware/interfaces. by Andreas Huber · 8 years ago
  7. a2723d2 Enforce naming conventions and allow empty (except for the header) types.hal files. by Andreas Huber · 8 years ago
  8. 68f2459 better error-handling, importing entire packages. Cache now keyed by FQName by Andreas Huber · 8 years ago
  9. 5345ec2 Recursively parse imported .hal files and perform global type lookup. by Andreas Huber · 8 years ago
  10. fc2b718 .hidl -> .hal by Andreas Huber · 8 years ago
  11. fafa06a fixing the sample foo.hidl to use proper references. by Andreas Huber · 8 years ago
  12. da51b8e No more "version" keyword, new syntax is "package foo.bar.baz@3.4;" by Andreas Huber · 8 years ago
  13. 84f89de major revamp, fully qualified names (FQName) used throughout lexer/parser. by Andreas Huber · 8 years ago
  14. eb1081f some finetuning, version, package, some hacky support for imports by Andreas Huber · 8 years ago
  15. c9410c7 initial commit of reimplementation of hidl-gen by Andreas Huber · 8 years ago
  16. ffc2fb1 initial commit by Iliyan Malchev · 8 years ago
  17. 55a2900 Bugfix and test interface/binder params by Chris Phoenix · 8 years ago
  18. a8be9d4 Quick fix for generating correct output filenames. by Martijn Coenen · 8 years ago
  19. 91ef12b rename .hidl --> .hal by Iliyan Malchev · 8 years ago
  20. 7e62876 hidl-gen: use android::hardware instead of android::hidl by Iliyan Malchev · 8 years ago
  21. da367b6 Merge "Cleanup hidl-gen" by Zhuoyao Zhang · 8 years ago
  22. 1015382 Fast Message Queue Preliminary Implementation by Hridya Valsaraju · 8 years ago
  23. 7d81f6e Cleanup hidl-gen by Zhuoyao Zhang · 8 years ago
  24. bceb649 Parse constant expressions. by Steven Moreland · 8 years ago
  25. 877a9e2 Use size_t instead of uint64_t for buffer/native_handle APIs. by Martijn Coenen · 8 years ago
  26. 6914b75 Merge "Fix build" by TreeHugger Robot · 8 years ago
  27. 78beca2 Fix build by Colin Cross · 8 years ago
  28. 351d310 Merge "A few more changes to make the local TestService build again." by Andreas Huber · 8 years ago
  29. 6d48f8e Merge "more instances of DECLARE/IMPLEMENT_META => ...HWBINDER_META" by Andreas Huber · 8 years ago
  30. da1915a A few more changes to make the local TestService build again. by Andreas Huber · 8 years ago
  31. d529c31 more instances of DECLARE/IMPLEMENT_META => ...HWBINDER_META by Andreas Huber · 8 years ago
  32. e18579d Merge "Basic support for gererating .vts proto Support type: scalar, enum, vector, struct, function, import. Not support: package, declaration. Ouput for Nfc.hidl: https://bit.googleplex.com/#/zhuoyao/5345585519394816 * Cleanedup the Template.vts file. * Added support in generate.cpp for vts_type_name and vts_type_descrption. * Updated vts_gps.vts, vts_lights.vts, vts_lights_hal.vts under tests/canonical with the one genrated by the updated hidl-gen. * Added vts_nfc.vts, vts_nfc_client_callback.vts under tests/canonical." by Zhuoyao Zhang · 8 years ago
  33. 1f4c9b5 Basic support for gererating .vts proto by Zhuoyao Zhang · 8 years ago
  34. 3beb0bf Allow comments in .hidl + minor cleanup by Chris Phoenix · 8 years ago
  35. 60b2bca Change META_INTERFACE names to add _HWBINDER_ by Chris Phoenix · 8 years ago
  36. a6c0d64 delete vts golden files for nfc by Keun Soo Yim · 8 years ago
  37. 4955446 Add build rule for vts. by zhuoyao · 8 years ago
  38. 3ae3a85 Fix for build problems by Chris Phoenix · 8 years ago
  39. d55ed64 Changes for GnuMake integration by Chris Phoenix · 8 years ago
  40. dadccd3 FMQ and NFC work by Chris Phoenix · 8 years ago
  41. 2be16a5 Closer to NFC by Chris Phoenix · 8 years ago
  42. 84d7be9 Most of the way toward NFC by Chris Phoenix · 8 years ago
  43. 130f1b8 Nested types go client-to-server; structs & not * by Chris Phoenix · 8 years ago
  44. 58419f1 FooAll.cpp works by Chris Phoenix · 8 years ago
  45. 6268841 Latest NFC .hidl and generated code. by Martijn Coenen · 8 years ago
  46. 3c69a0a Merge "Fix remaining reference to ITestService in template." by Chris Phoenix · 8 years ago
  47. a6a610e Fix remaining reference to ITestService in template. by Martijn Coenen · 8 years ago
  48. f1f2806 VTS golden files using the new vts schema (for vector) by Keun Soo Yim · 8 years ago
  49. 7576548 Updated ITestService to use nested structs and excercise SG. by Martijn Coenen · 8 years ago
  50. f9eb9ca Auto-gen code fixes for nfc by Chris Phoenix · 8 years ago
  51. 3b6dc7c Deal with empty param lists by Chris Phoenix · 8 years ago
  52. 254355f Binder type-handling in auto-gen code by Chris Phoenix · 8 years ago
  53. e2b7eb2 Got rid of "android/hardware/tests" in templates by Chris Phoenix · 8 years ago
  54. b332f30 NFC HIDL files. by Chris Phoenix · 8 years ago
  55. 6911109 Now outputs JSON dump of AST by Chris Phoenix · 8 years ago
  56. a430bcd Auto-gen test code for scatter-gather binder by Chris Phoenix · 8 years ago
  57. 7b4419e Add Blueprint/Soong test to invoke HIDL by Chris Phoenix · 8 years ago
  58. 221bb4f Sample function using ref<> by Martijn Coenen · 8 years ago
  59. 84aa7f4 First hwbinder client/server implementation with primitives. by Martijn Coenen · 8 years ago
  60. 1f6eeeb Improve the class hierarchy on Element by Chris Phoenix · 8 years ago
  61. 1b7297c Rename hidl-cpp to hidl-gen by Martijn Coenen · 8 years ago
  62. b83e277 Merge "Fix 'u32' isn't declared as a type" by Chris Phoenix · 8 years ago
  63. 970aba7 Merge "hidl-cpp generates .cpp, .h, .vts, and dependency" by Chris Phoenix · 8 years ago
  64. 5fbed25 Fix 'u32' isn't declared as a type by Glenn Kasten · 8 years ago
  65. d5d3ea1 hidl-cpp generates .cpp, .h, .vts, and dependency by Chris Phoenix · 8 years ago
  66. e02575b add hal type annotations for vts templates by Keun Soo Yim · 8 years ago
  67. 023f404 template which uses basic VTS annotations by Keun Soo Yim · 8 years ago
  68. 19ed2b7 simple template for VTS annotations by Keun Soo Yim · 8 years ago
  69. ef8ade8 Add FooProxy by Chris Phoenix · 8 years ago
  70. dbd9044 WIP: hidl-cpp and Binder interface by Chris Phoenix · 8 years ago
  71. 0877e23 Initial empty repository by Thomas Joseph Avila · 8 years ago