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