1. 2831d51 Initial commit of Java backend to hidl-gen. by Andreas Huber · 8 years ago
  2. 88ca451 Updated hidl_test to reflect changes in hidl-gen. by Steven Moreland · 8 years ago
  3. 8edd9cf Merge "Support annotation for interface in hidl-gen." by Zhuoyao Zhang · 8 years ago
  4. ba7e6e9 Support annotation for interface in hidl-gen. by Zhuoyao Zhang · 8 years ago
  5. 549e259 hidl-gen: remove references to AIDL by Iliyan Malchev · 8 years ago
  6. 5bb1402 hidl-gen: multiple changes by Iliyan Malchev · 8 years ago
  7. e852c7d Fix native_handle_t support in hidl-gen. by Andreas Huber · 8 years ago
  8. 2efaae0 Merge "Fix the case where an interface is referenced through a typedef." by Andreas Huber · 8 years ago
  9. bfd7621 Fix the case where an interface is referenced through a typedef. by Andreas Huber · 8 years ago
  10. 3599d92 Interface methods can now be annotated. by Andreas Huber · 8 years ago
  11. e2c595a use the HIDL package name as the library name by Iliyan Malchev · 8 years ago
  12. b66c399 use hidl-gen as the name of the code generator by Iliyan Malchev · 8 years ago
  13. 2d5331a rename nuhidl-gen --> hidl-gen by Iliyan Malchev · 8 years ago
  14. b27be33 Now that hidl_vec<> implementation details are private, use the public APIs. by Andreas Huber · 8 years ago
  15. d2943e1 extends nuhidl-gen to optionally generate an Android.mk makefile that by Andreas Huber · 8 years ago
  16. 4c11d80 Revert "Compute but do not generate code for dependencies" by Andreas Huber · 8 years ago
  17. 8d3ac0c Be a little smarter about dealing with TypeDefs, resolve to the typedef'd by Andreas Huber · 8 years ago
  18. f5647c1 Compute but do not generate code for dependencies by Andreas Huber · 8 years ago
  19. dca261f Remove hardcoded package paths and prefixes by Andreas Huber · 8 years ago
  20. 8a82ff7 hidl::{Parcel,Binder & friends} => hardware::\1 by Andreas Huber · 8 years ago
  21. 6cb08cf Support for inheritance of interfaces. by Andreas Huber · 8 years ago
  22. 9cd48d0 Simple test cmdline app. by Andreas Huber · 8 years ago
  23. fd4afab RefType is no more, 1) simplify, 2) repeat by Andreas Huber · 8 years ago
  24. f5dc73e Fix for linux' struct stat missing "d_namlen" field. by Andreas Huber · 8 years ago
  25. bb797e4 properly deref RefType and TypeDef to find boolean attributes of a Type. by Andreas Huber · 8 years ago
  26. 5a54544 Better validation. Check that unions contain no fixup types and structs by Andreas Huber · 8 years ago
  27. e61e3f7 Emit all necessary interface and type files. by Andreas Huber · 8 years ago
  28. 0e00de4 Simplify overly long fully specified type names by stripping out the current by Andreas Huber · 8 years ago
  29. 31629bc Saner determination of a declared type's name (now short + full name) by Andreas Huber · 8 years ago
  30. 867fcb6 bye bye, dump(), RefType no longer gets a name. by Andreas Huber · 8 years ago
  31. 737080b Keeping track of imported names, resolve enum storage types, some finetuning. by Andreas Huber · 8 years ago
  32. b82318c commandline option to specify output base directory. by Andreas Huber · 8 years ago
  33. 881227d generate C++ interface header, proxy and stub headers and sources. by Andreas Huber · 8 years ago
  34. 6e584b7 Accommodate missing types.hal files. by Andreas Huber · 8 years ago
  35. 006189f by popular demand: enum SomeEnum { FIRST, SECOND = 10, THIRD = SECOND + 5, }; by Andreas Huber · 8 years ago
  36. dc98133 Use environment variable $TOP to determine full path to hardware/interfaces. by Andreas Huber · 8 years ago
  37. a2723d2 Enforce naming conventions and allow empty (except for the header) types.hal files. by Andreas Huber · 8 years ago
  38. 68f2459 better error-handling, importing entire packages. Cache now keyed by FQName by Andreas Huber · 8 years ago
  39. 5345ec2 Recursively parse imported .hal files and perform global type lookup. by Andreas Huber · 8 years ago
  40. fc2b718 .hidl -> .hal by Andreas Huber · 8 years ago
  41. fafa06a fixing the sample foo.hidl to use proper references. by Andreas Huber · 8 years ago
  42. da51b8e No more "version" keyword, new syntax is "package foo.bar.baz@3.4;" by Andreas Huber · 8 years ago
  43. 84f89de major revamp, fully qualified names (FQName) used throughout lexer/parser. by Andreas Huber · 8 years ago
  44. eb1081f some finetuning, version, package, some hacky support for imports by Andreas Huber · 8 years ago
  45. c9410c7 initial commit of reimplementation of hidl-gen by Andreas Huber · 8 years ago
  46. ffc2fb1 initial commit by Iliyan Malchev · 8 years ago
  47. 55a2900 Bugfix and test interface/binder params by Chris Phoenix · 8 years ago
  48. a8be9d4 Quick fix for generating correct output filenames. by Martijn Coenen · 8 years ago
  49. 91ef12b rename .hidl --> .hal by Iliyan Malchev · 8 years ago
  50. 7e62876 hidl-gen: use android::hardware instead of android::hidl by Iliyan Malchev · 8 years ago
  51. da367b6 Merge "Cleanup hidl-gen" by Zhuoyao Zhang · 8 years ago
  52. 1015382 Fast Message Queue Preliminary Implementation by Hridya Valsaraju · 8 years ago
  53. 7d81f6e Cleanup hidl-gen by Zhuoyao Zhang · 8 years ago
  54. bceb649 Parse constant expressions. by Steven Moreland · 8 years ago
  55. 877a9e2 Use size_t instead of uint64_t for buffer/native_handle APIs. by Martijn Coenen · 8 years ago
  56. 6914b75 Merge "Fix build" by TreeHugger Robot · 8 years ago
  57. 78beca2 Fix build by Colin Cross · 8 years ago
  58. 351d310 Merge "A few more changes to make the local TestService build again." by Andreas Huber · 8 years ago
  59. 6d48f8e Merge "more instances of DECLARE/IMPLEMENT_META => ...HWBINDER_META" by Andreas Huber · 8 years ago
  60. da1915a A few more changes to make the local TestService build again. by Andreas Huber · 8 years ago
  61. d529c31 more instances of DECLARE/IMPLEMENT_META => ...HWBINDER_META by Andreas Huber · 8 years ago
  62. 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
  63. 1f4c9b5 Basic support for gererating .vts proto by Zhuoyao Zhang · 8 years ago
  64. 3beb0bf Allow comments in .hidl + minor cleanup by Chris Phoenix · 8 years ago
  65. 60b2bca Change META_INTERFACE names to add _HWBINDER_ by Chris Phoenix · 8 years ago
  66. a6c0d64 delete vts golden files for nfc by Keun Soo Yim · 8 years ago
  67. 4955446 Add build rule for vts. by zhuoyao · 8 years ago
  68. 3ae3a85 Fix for build problems by Chris Phoenix · 8 years ago
  69. d55ed64 Changes for GnuMake integration by Chris Phoenix · 8 years ago
  70. dadccd3 FMQ and NFC work by Chris Phoenix · 8 years ago
  71. 2be16a5 Closer to NFC by Chris Phoenix · 8 years ago
  72. 84d7be9 Most of the way toward NFC by Chris Phoenix · 8 years ago
  73. 130f1b8 Nested types go client-to-server; structs & not * by Chris Phoenix · 8 years ago
  74. 58419f1 FooAll.cpp works by Chris Phoenix · 8 years ago
  75. 6268841 Latest NFC .hidl and generated code. by Martijn Coenen · 8 years ago
  76. 3c69a0a Merge "Fix remaining reference to ITestService in template." by Chris Phoenix · 8 years ago
  77. a6a610e Fix remaining reference to ITestService in template. by Martijn Coenen · 8 years ago
  78. f1f2806 VTS golden files using the new vts schema (for vector) by Keun Soo Yim · 8 years ago
  79. 7576548 Updated ITestService to use nested structs and excercise SG. by Martijn Coenen · 8 years ago
  80. f9eb9ca Auto-gen code fixes for nfc by Chris Phoenix · 8 years ago
  81. 3b6dc7c Deal with empty param lists by Chris Phoenix · 8 years ago
  82. 254355f Binder type-handling in auto-gen code by Chris Phoenix · 8 years ago
  83. e2b7eb2 Got rid of "android/hardware/tests" in templates by Chris Phoenix · 8 years ago
  84. b332f30 NFC HIDL files. by Chris Phoenix · 8 years ago
  85. 6911109 Now outputs JSON dump of AST by Chris Phoenix · 8 years ago
  86. a430bcd Auto-gen test code for scatter-gather binder by Chris Phoenix · 8 years ago
  87. 7b4419e Add Blueprint/Soong test to invoke HIDL by Chris Phoenix · 8 years ago
  88. 221bb4f Sample function using ref<> by Martijn Coenen · 8 years ago
  89. 84aa7f4 First hwbinder client/server implementation with primitives. by Martijn Coenen · 8 years ago
  90. 1f6eeeb Improve the class hierarchy on Element by Chris Phoenix · 8 years ago
  91. 1b7297c Rename hidl-cpp to hidl-gen by Martijn Coenen · 8 years ago
  92. b83e277 Merge "Fix 'u32' isn't declared as a type" by Chris Phoenix · 8 years ago
  93. 970aba7 Merge "hidl-cpp generates .cpp, .h, .vts, and dependency" by Chris Phoenix · 8 years ago
  94. 5fbed25 Fix 'u32' isn't declared as a type by Glenn Kasten · 8 years ago
  95. d5d3ea1 hidl-cpp generates .cpp, .h, .vts, and dependency by Chris Phoenix · 8 years ago
  96. e02575b add hal type annotations for vts templates by Keun Soo Yim · 8 years ago
  97. 023f404 template which uses basic VTS annotations by Keun Soo Yim · 8 years ago
  98. 19ed2b7 simple template for VTS annotations by Keun Soo Yim · 8 years ago
  99. ef8ade8 Add FooProxy by Chris Phoenix · 8 years ago
  100. dbd9044 WIP: hidl-cpp and Binder interface by Chris Phoenix · 8 years ago