1. 0acf419 hidl_test: add server-timing tests by Iliyan Malchev · 8 years ago
  2. 1dc8793 hidl_test: apply gtest. by Yifan Hong · 8 years ago
  3. 1c85808 use PRId64 instead of %lld by Iliyan Malchev · 8 years ago
  4. e01e3f6 Merge "update makefile rule to package test modules as part of VTS" by Keun Soo Yim · 8 years ago
  5. 80b217f Merge "Fix nested structure/union name handling." by Andreas Huber · 8 years ago
  6. 21496da update makefile rule to package test modules as part of VTS by Keun Soo Yim · 8 years ago
  7. 864c771 Enhanced hidl-gen support for generating vts files. by Zhuoyao Zhang · 8 years ago
  8. 9ed827c Fix nested structure/union name handling. by Andreas Huber · 8 years ago
  9. 581dec2 Merge "Improved name lookup in order to allow partial names to refer to external" by Andreas Huber · 8 years ago
  10. 39fa718 Improved name lookup in order to allow partial names to refer to external by Andreas Huber · 8 years ago
  11. 2b6591b Rename SimpleReturn --> Return by Iliyan Malchev · 8 years ago
  12. d5bafb8 Merge "Generated makefiles link against libhidl." by Iliyan Malchev · 8 years ago
  13. 7473fab Generated makefiles link against libhidl. by Martijn Coenen · 8 years ago
  14. 69918ec Merge "Support one-way methods in the java backend." by Andreas Huber · 8 years ago
  15. 034214b Merge changes from topic 'b/30518487' by Iliyan Malchev · 8 years ago
  16. 01b9acf Fix local "mm" and "mma" failure complaining about missing module target. by Andreas Huber · 8 years ago
  17. 8b5da22 Support one-way methods in the java backend. by Andreas Huber · 8 years ago
  18. d856b05 hidl_test: update to use elided callbacks by Iliyan Malchev · 8 years ago
  19. 62c3d18 hidl-gen: enumerate interface methods in Bn classes by Iliyan Malchev · 8 years ago
  20. 40d474a hidl-gen: callback elision for scalar returns by Iliyan Malchev · 8 years ago
  21. f505447 re-enable hidl_test by Iliyan Malchev · 8 years ago
  22. 0d0f9a2 Switch to 'glr' skeleton parser, better diagnostics through location tracking. by Andreas Huber · 8 years ago
  23. 5a6b6c8 Merge "Remove support for "const" in hidl." by Andreas Huber · 8 years ago
  24. 0e5e0aa Merge "Fix accidental infinite recursion in determining if an Interface is java" by Andreas Huber · 8 years ago
  25. edad10f Remove support for "const" in hidl. by Andreas Huber · 8 years ago
  26. bb0346d Merge "'char' is no longer an acceptable hidl type. Use int8_t or uint8_t instead." by Andreas Huber · 8 years ago
  27. ea081b3 Fix accidental infinite recursion in determining if an Interface is java by Andreas Huber · 8 years ago
  28. 86cc7a7 Merge "parsing major operators." by Yifan Hong · 8 years ago
  29. 3179b22 'char' is no longer an acceptable hidl type. Use int8_t or uint8_t instead. by Andreas Huber · 8 years ago
  30. 211826b Merge "Support for a generic "binder" type (reflected as "interface" in hidl)" by Andreas Huber · 8 years ago
  31. 295ad30 Support for a generic "binder" type (reflected as "interface" in hidl) by Andreas Huber · 8 years ago
  32. b5ddb79 Merge "Add a script to test hidl-gen output" by Zhuoyao Zhang · 8 years ago
  33. b3256a1 Merge "Introduce locals to be read from a parcel ahead of time" by Andreas Huber · 8 years ago
  34. 82b83bb Add a script to test hidl-gen output by Zhuoyao Zhang · 8 years ago
  35. 5216569 parsing major operators. by Yifan Hong · 8 years ago
  36. 9d3c4b8 Merge "Validate upfront that an interface is compatible with our Java backend," by Andreas Huber · 8 years ago
  37. e7ff228 Introduce locals to be read from a parcel ahead of time by Andreas Huber · 8 years ago
  38. d8ba779 Merge "Fix unwanted assertion problem if a typedef is the first declaration in a" by Andreas Huber · 8 years ago
  39. 70a59e1 Validate upfront that an interface is compatible with our Java backend, by Andreas Huber · 8 years ago
  40. c7dfef3 Better diagnostics if an attempt is made to redeclare a type under the same name by Andreas Huber · 8 years ago
  41. 7aba517 Fix unwanted assertion problem if a typedef is the first declaration in a by Andreas Huber · 8 years ago
  42. 44039bb Merge "Enforce interface naming convention: all interface names must start with 'I'." by Andreas Huber · 8 years ago
  43. 19ba788 Merge "Disallow interface types in structs, unions, arrays and vectors." by Andreas Huber · 8 years ago
  44. 9add9fd hidl_test: use booleans by Iliyan Malchev · 8 years ago
  45. e0b2867 hidl-gen: emit read/writeBool() for booleans by Iliyan Malchev · 8 years ago
  46. b31e10c hidl_test: clean up by Iliyan Malchev · 8 years ago
  47. 639bff8 hidl-gen: accept oneway methods by Iliyan Malchev · 8 years ago
  48. 991b864 Enforce interface naming convention: all interface names must start with 'I'. by Andreas Huber · 8 years ago
  49. b95ea8a Disallow interface types in structs, unions, arrays and vectors. by Andreas Huber · 8 years ago
  50. 5158db4 Extend hidl-gen to support generate vts file. by Zhuoyao Zhang · 8 years ago
  51. 1aa476b Add README.md for hidl-gen by Zhuoyao Zhang · 8 years ago
  52. cd9b4bf Merge "fix hidl_test to use proper hidl_vec<> allocation." by Andreas Huber · 8 years ago
  53. 899b063 fix hidl_test to use proper hidl_vec<> allocation. by Andreas Huber · 8 years ago
  54. 2831d51 Initial commit of Java backend to hidl-gen. by Andreas Huber · 8 years ago
  55. 88ca451 Updated hidl_test to reflect changes in hidl-gen. by Steven Moreland · 8 years ago
  56. 8edd9cf Merge "Support annotation for interface in hidl-gen." by Zhuoyao Zhang · 8 years ago
  57. ba7e6e9 Support annotation for interface in hidl-gen. by Zhuoyao Zhang · 8 years ago
  58. 549e259 hidl-gen: remove references to AIDL by Iliyan Malchev · 8 years ago
  59. 5bb1402 hidl-gen: multiple changes by Iliyan Malchev · 8 years ago
  60. e852c7d Fix native_handle_t support in hidl-gen. by Andreas Huber · 8 years ago
  61. 2efaae0 Merge "Fix the case where an interface is referenced through a typedef." by Andreas Huber · 8 years ago
  62. bfd7621 Fix the case where an interface is referenced through a typedef. by Andreas Huber · 8 years ago
  63. 3599d92 Interface methods can now be annotated. by Andreas Huber · 8 years ago
  64. e2c595a use the HIDL package name as the library name by Iliyan Malchev · 8 years ago
  65. b66c399 use hidl-gen as the name of the code generator by Iliyan Malchev · 8 years ago
  66. 2d5331a rename nuhidl-gen --> hidl-gen by Iliyan Malchev · 8 years ago
  67. b27be33 Now that hidl_vec<> implementation details are private, use the public APIs. by Andreas Huber · 8 years ago
  68. d2943e1 extends nuhidl-gen to optionally generate an Android.mk makefile that by Andreas Huber · 8 years ago
  69. 4c11d80 Revert "Compute but do not generate code for dependencies" by Andreas Huber · 8 years ago
  70. 8d3ac0c Be a little smarter about dealing with TypeDefs, resolve to the typedef'd by Andreas Huber · 8 years ago
  71. f5647c1 Compute but do not generate code for dependencies by Andreas Huber · 8 years ago
  72. dca261f Remove hardcoded package paths and prefixes by Andreas Huber · 8 years ago
  73. 8a82ff7 hidl::{Parcel,Binder & friends} => hardware::\1 by Andreas Huber · 8 years ago
  74. 6cb08cf Support for inheritance of interfaces. by Andreas Huber · 8 years ago
  75. 9cd48d0 Simple test cmdline app. by Andreas Huber · 8 years ago
  76. fd4afab RefType is no more, 1) simplify, 2) repeat by Andreas Huber · 8 years ago
  77. f5dc73e Fix for linux' struct stat missing "d_namlen" field. by Andreas Huber · 8 years ago
  78. bb797e4 properly deref RefType and TypeDef to find boolean attributes of a Type. by Andreas Huber · 8 years ago
  79. 5a54544 Better validation. Check that unions contain no fixup types and structs by Andreas Huber · 8 years ago
  80. e61e3f7 Emit all necessary interface and type files. by Andreas Huber · 8 years ago
  81. 0e00de4 Simplify overly long fully specified type names by stripping out the current by Andreas Huber · 8 years ago
  82. 31629bc Saner determination of a declared type's name (now short + full name) by Andreas Huber · 8 years ago
  83. 867fcb6 bye bye, dump(), RefType no longer gets a name. by Andreas Huber · 8 years ago
  84. 737080b Keeping track of imported names, resolve enum storage types, some finetuning. by Andreas Huber · 8 years ago
  85. b82318c commandline option to specify output base directory. by Andreas Huber · 8 years ago
  86. 881227d generate C++ interface header, proxy and stub headers and sources. by Andreas Huber · 8 years ago
  87. 6e584b7 Accommodate missing types.hal files. by Andreas Huber · 8 years ago
  88. 006189f by popular demand: enum SomeEnum { FIRST, SECOND = 10, THIRD = SECOND + 5, }; by Andreas Huber · 8 years ago
  89. dc98133 Use environment variable $TOP to determine full path to hardware/interfaces. by Andreas Huber · 8 years ago
  90. a2723d2 Enforce naming conventions and allow empty (except for the header) types.hal files. by Andreas Huber · 8 years ago
  91. 68f2459 better error-handling, importing entire packages. Cache now keyed by FQName by Andreas Huber · 8 years ago
  92. 5345ec2 Recursively parse imported .hal files and perform global type lookup. by Andreas Huber · 8 years ago
  93. fc2b718 .hidl -> .hal by Andreas Huber · 8 years ago
  94. fafa06a fixing the sample foo.hidl to use proper references. by Andreas Huber · 8 years ago
  95. da51b8e No more "version" keyword, new syntax is "package foo.bar.baz@3.4;" by Andreas Huber · 8 years ago
  96. 84f89de major revamp, fully qualified names (FQName) used throughout lexer/parser. by Andreas Huber · 8 years ago
  97. eb1081f some finetuning, version, package, some hacky support for imports by Andreas Huber · 8 years ago
  98. c9410c7 initial commit of reimplementation of hidl-gen by Andreas Huber · 8 years ago
  99. ffc2fb1 initial commit by Iliyan Malchev · 8 years ago
  100. 55a2900 Bugfix and test interface/binder params by Chris Phoenix · 8 years ago