1. 7421420 Add tests for conflicting interfaces. by Steven Moreland · 7 years ago
  2. fd85628 Merge "Fix update-makefiles from relative path." by Treehugger Robot · 7 years ago
  3. bbe777b Merge changes from topic "hidl-error-test-required-errors" by Treehugger Robot · 7 years ago
  4. 0db0d33 Fix update-makefiles from relative path. by Steven Moreland · 7 years ago
  5. 1ef6899 Add hidl_error_test.sh to test dependencies. by Steven Moreland · 7 years ago
  6. 23f8011 Use hidl_error_test.sh from any directory. by Steven Moreland · 7 years ago
  7. 32d2926 Add required errors for hidl_error_test. by Steven Moreland · 7 years ago
  8. aef004d Merge "Remove #include <sys/dir.h> for bionic" by Treehugger Robot · 7 years ago
  9. d2f4be3 Merge "Add support for relative package paths." by Treehugger Robot · 7 years ago
  10. 80ccd1a Merge changes from topic "hidl-host-test" by Treehugger Robot · 7 years ago
  11. 745a168 Merge "Fix typo in hidl_error_test.sh usage." by Treehugger Robot · 7 years ago
  12. 37d2611 Better error messages for enum storage type. by Steven Moreland · 7 years ago
  13. cd2d60d Remove #include <sys/dir.h> for bionic by Dan Willemsen · 7 years ago
  14. 0145039 Merge "Don't CHECK on too large literal." by Treehugger Robot · 7 years ago
  15. 9c8b489 Add support for relative package paths. by Steven Moreland · 7 years ago
  16. 53b9bfb Add hidl-gen-host_test. by Steven Moreland · 7 years ago
  17. 32a9ecc Move hidl_test into its own folder. by Steven Moreland · 7 years ago
  18. 5cba7ef Remove extra '/' from Coordinator paths. by Steven Moreland · 7 years ago
  19. 47792c4 Coordinator checks for package root conflicts. by Steven Moreland · 7 years ago
  20. 8e35e65 Fix typo in hidl_error_test.sh usage. by Steven Moreland · 7 years ago
  21. d9d6dcb Don't CHECK on too large literal. by Steven Moreland · 7 years ago
  22. 8698469 Add run_all_device_tests.sh script. by Steven Moreland · 7 years ago
  23. 8f52c8a Followup change to Coordinator::getPackagePath by Steven Moreland · 7 years ago
  24. 207a9fe Merge changes from topic "hidl-unit-tests" by Treehugger Robot · 7 years ago
  25. 275b7b2 Merge "hidl_test: add trie@1.0 to AndroidTest.xml" by Treehugger Robot · 7 years ago
  26. 960dd87 Add script for running all host tests. by Steven Moreland · 7 years ago
  27. 69788dc Add unit tests for StringHelper. by Steven Moreland · 7 years ago
  28. 5e5794b utils: Add missing header export. by Steven Moreland · 7 years ago
  29. f9fe212 Fix infinte loop in StringHelper trims. by Steven Moreland · 7 years ago
  30. a938738 Don't abort on incomplete package. by Steven Moreland · 7 years ago
  31. fb9a1de Merge "Fix error message in hidl_error_test.sh." by Treehugger Robot · 7 years ago
  32. 250f0a2 Fix error message in hidl_error_test.sh. by Steven Moreland · 7 years ago
  33. 4789588 hidl_test: add trie@1.0 to AndroidTest.xml by Yifan Hong · 7 years ago
  34. c726d86 hidl_test: add expression test by Yifan Hong · 7 years ago
  35. 4613914 hidl_test: move static test to a separate file. by Yifan Hong · 7 years ago
  36. 6d68855 Rename cpp impl gen methods for consistency. by Steven Moreland · 7 years ago
  37. c57402d Merge "hidl_test: fix FailedBatchAllocate test." by Treehugger Robot · 7 years ago
  38. 6153973 Merge "Omit HIDL test libraries from the VNDK." by Treehugger Robot · 7 years ago
  39. bf3b355 hidl_test: fix FailedBatchAllocate test. by Yifan Hong · 7 years ago
  40. 6616fab Merge "Fix imports." by Treehugger Robot · 7 years ago
  41. 073d710 Merge "EnumType does not own BitFieldType." by Treehugger Robot · 7 years ago
  42. c14dd6e EnumType does not own BitFieldType. by Yifan Hong · 7 years ago
  43. 3728325 Omit HIDL test libraries from the VNDK. by Jiyong Park · 7 years ago
  44. 653caa4 Prohibit inplace type declarations (except struct fields) by Timur Iskhakov · 7 years ago
  45. 87e69dc Fix imports. by Steven Moreland · 7 years ago
  46. a09518b Merge "Slightly fix error message" by Treehugger Robot · 7 years ago
  47. 4c9c20b Slightly fix error message by Timur Iskhakov · 7 years ago
  48. b0664f2 Adding interface to scope is now general case by Timur Iskhakov · 7 years ago
  49. a3805bd Merge "Make hidl-gen print full name" by Treehugger Robot · 7 years ago
  50. 4df4fa0 Make hidl-gen print full name by Timur Iskhakov · 7 years ago
  51. 99072c3 Add comment before forward declaration. by Timur Iskhakov · 7 years ago
  52. 458ca36 Put type definitions in reversed topological order by Timur Iskhakov · 7 years ago
  53. 8cf59e8 Merge "Refactor hidl_error_test build" by Treehugger Robot · 7 years ago
  54. bc051af Merge "Tests for forward reference restrictions" by Treehugger Robot · 7 years ago
  55. bcc8bc7 Test hidl forward references by Timur Iskhakov · 7 years ago
  56. 1becfe9 Refactor hidl_error_test build by Timur Iskhakov · 7 years ago
  57. b455d3f Tests for forward reference restrictions by Timur Iskhakov · 7 years ago
  58. 82c048e Move lookup from parsing by Timur Iskhakov · 7 years ago
  59. ff5e64a Fix strong references by Timur Iskhakov · 7 years ago
  60. 78821ed C++ forward declaration restriction on incomplete types by Timur Iskhakov · 7 years ago
  61. 5dc72fe Make recursive methods in Type work with cyclic AST by Timur Iskhakov · 7 years ago
  62. a48a4d9 Fix NamedReference location by Timur Iskhakov · 7 years ago
  63. 68a520f Merge changes from topic "fix-hidl-bad-characters" by Treehugger Robot · 7 years ago
  64. f5eb6f3 Merge "Remove unused imports from hidl_test_servers" by Treehugger Robot · 7 years ago
  65. d13d08f Make spacing consistent in hidl-gen_l.ll. by Steven Moreland · 7 years ago
  66. 8ea1d00 Add missing dependencies to error_test. by Steven Moreland · 7 years ago
  67. 7a4c662 Fix bad character being disallowed in .hal files. by Steven Moreland · 7 years ago
  68. e931e49 Make keyword token have void type. by Steven Moreland · 7 years ago
  69. 0079fd5 Add precondition docstings from location comparison by Timur Iskhakov · 7 years ago
  70. bd3096d Remove unused imports from hidl_test_servers by Timur Iskhakov · 7 years ago
  71. 565b013 Refactor AST::addScopedType. by Timur Iskhakov · 7 years ago
  72. 4bc4bce Merge "Test interface method name uniqueness validation" by Treehugger Robot · 7 years ago
  73. 6894100 Merge "Fix Method location" by Treehugger Robot · 7 years ago
  74. 116a525 Test interface method name uniqueness validation by Timur Iskhakov · 7 years ago
  75. 532654e Fix Method location by Timur Iskhakov · 7 years ago
  76. 041fdfe Add C++ forward declaration check by Timur Iskhakov · 7 years ago
  77. 0e7c2a9 Adds location and position comparison by Timur Iskhakov · 7 years ago
  78. fd3f250 Emit forward declaration by Timur Iskhakov · 7 years ago
  79. e8ee6a0 Adds missing '#include <iostream>' to a few files. by Timur Iskhakov · 7 years ago
  80. 7f7e6b8 Merge "Remove ambigious reference from test hidl" by Treehugger Robot · 7 years ago
  81. a6d3388 Better constant expression acyclic check error messages by Timur Iskhakov · 7 years ago
  82. 77dd65c Pass that ensures that constant expressions are acyclic by Timur Iskhakov · 7 years ago
  83. dbaed33 Do not unwrap typedefs on lookups by Timur Iskhakov · 7 years ago
  84. 8625e15 Remove ambigious reference from test hidl by Timur Iskhakov · 7 years ago
  85. 90e25ce Merge "don’t duplicate BnHwBase onTransact code." by Treehugger Robot · 7 years ago
  86. a9cf2b2 Merge "Extending existing arrays is moved from parsing" by Treehugger Robot · 7 years ago
  87. 0737c2a Extending existing arrays is moved from parsing by Timur Iskhakov · 7 years ago
  88. 308d0f5 Fix checking acyclic by Timur Iskhakov · 7 years ago
  89. 71f289f don’t duplicate BnHwBase onTransact code. by Howard Chen · 7 years ago
  90. 542920e Process refence in TypeDef by Timur Iskhakov · 7 years ago
  91. 3f1d26e Refactor templated type type name by Timur Iskhakov · 7 years ago
  92. 24e605b Make Reference::get follow const rules by Timur Iskhakov · 7 years ago
  93. 63f3990 Add parent to every type by Timur Iskhakov · 7 years ago
  94. b3f8bcb Remove Reference::operator* by Timur Iskhakov · 7 years ago
  95. b58f418 Make Type::getReferences return pointer by Timur Iskhakov · 7 years ago
  96. e44e7e3 Merge "Add acyclic check pass to hidl-gen" by Treehugger Robot · 7 years ago
  97. 40731af Add acyclic check pass to hidl-gen by Timur Iskhakov · 7 years ago
  98. 7dc1448 Merge "0 hashes for unreleased interfaces." by Treehugger Robot · 7 years ago
  99. 9e7ff36 Merge "Proceess post parse passes once for each type and expression" by Treehugger Robot · 7 years ago
  100. 6e7de47 Merge "Constant Expressions have same tree structure as Type" by Treehugger Robot · 7 years ago