1. 72e9714 host tools: also disable leak detection by Steven Moreland · 4 years, 9 months ago
  2. 4994bef Merge "Change (un)setLinePrefix to push and pop" am: 944f52c48c by Neel Mehta · 4 years, 10 months ago
  3. abe1e7d Change (un)setLinePrefix to push and pop by Neel Mehta · 4 years, 10 months ago
  4. b021114 Merge "Make hidl-gen and hidl-lint self-contained" am: 03109c62f5 by Neel Mehta · 4 years, 10 months ago
  5. 0d44ef5 Make hidl-gen and hidl-lint self-contained by Neel Mehta · 4 years, 10 months ago
  6. a882b22 Remove libhwbinder/libhidltransport deps. by Steven Moreland · 5 years ago
  7. c8c053e Modernize code to use override keyword by Yi Kong · 5 years ago
  8. 56758da Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  9. 9fd2f4a Split libhidl-gen-utils to *-host-utils by Yifan Hong · 6 years ago
  10. 073269e hidl-gen: understand doc comments by Steven Moreland · 6 years ago
  11. 99231b0 Enable experimental in hidl-gen. by Steven Moreland · 6 years ago
  12. d2af9ea Remove hidl-gen subdirs. by Steven Moreland · 7 years ago
  13. c8be4f5 Remove irrelevant c2hal TODO. by Steven Moreland · 7 years ago
  14. cd2d60d Remove #include <sys/dir.h> for bionic by Dan Willemsen · 7 years ago
  15. 306cc4b Fix or suppress misc-macro-parentheses in system/tools/hidl. by Chih-Hung Hsieh · 7 years ago
  16. 8c90cc5 Fix clang-tidy performance warnings in system/tools/hidl. by Chih-Hung Hsieh · 7 years ago
  17. 3ee43c8 Remove Soong variables from HIDL code. by Steven Moreland · 7 years ago
  18. 73f11e2 Get rid of bt_bdaddr_t by Jakub Pawlowski · 7 years ago
  19. a952a6a Fix type in c2hal test makefile. by Steven Moreland · 7 years ago
  20. 836cb31 Fix error on user builds with future compiler. by Steven Moreland · 7 years ago
  21. 4a6dd39 remove "// static" comments by Steven Moreland · 7 years ago
  22. f46f091 c2hal_test: fixing several issues by Steven Moreland · 7 years ago
  23. 779fe00 Fix c2hal_test. by Steven Moreland · 7 years ago
  24. 6081863 Add -Werror. by Steven Moreland · 7 years ago
  25. 64ef470 c2hal_test: Bp/Bn -> BpHw/BnHw by Steven Moreland · 7 years ago
  26. c893404 Hidlize IBase; use IBase instead of IBinder. by Yifan Hong · 8 years ago
  27. 05cd423 Proper runtime error handling for _hidl_cb. by Steven Moreland · 8 years ago
  28. a5abe92 Split libhidl into base and transport. by Yifan Hong · 8 years ago
  29. 92a1fbb Add verbose flag to c2hal by Diego Wilson · 8 years ago
  30. bb78e20 Add compile time test to c2hal by Diego Wilson · 8 years ago
  31. fce617b Revert "Add compile time test to c2hal" by Diego Wilson · 8 years ago
  32. 0b20640 Add compile time test to c2hal by Diego Wilson · 8 years ago
  33. 1c4c932 Revert "Add compile time test to c2hal" by Diego Wilson · 8 years ago
  34. 985d48e Add compile time test to c2hal by Diego Wilson · 8 years ago
  35. 2b38e89 Remove hw_device_t struct from c2hal output by Diego Wilson · 8 years ago
  36. cea7773 c2hal: allow c++11 enum class and enum struct by Yifan Hong · 8 years ago
  37. 140cc80 Merge "c2hal: remove some std::reverse." by Yifan Hong · 8 years ago
  38. 7c0a90a c2hal: remove some std::reverse. by Yifan Hong · 8 years ago
  39. d3a82b5 c2hal: allow generation directly in output dir by Steven Moreland · 8 years ago
  40. 0cedc19 c2hal: Improve Type PascalCase hack for primitive types. by Yifan Hong · 8 years ago
  41. b33b5ee c2hal: replace UNKOWN with UNKNOWN by Yifan Hong · 8 years ago
  42. 4200903 c2hal: Use better To(Camel|Pascal|Snake)Case functions. by Yifan Hong · 8 years ago
  43. 3449bba c2hal: Comment out lone declarations. by Yifan Hong · 8 years ago
  44. 2009699 c2hal: Fix note comments that embeds */ by Yifan Hong · 8 years ago
  45. 643e509 c2hal: fix array sizes got reversed. by Yifan Hong · 8 years ago
  46. 7ddedc5 c2hal: map size_t to uint64_t by Yifan Hong · 8 years ago
  47. 01c9b8b c2hal: add missing closing parenthesis to function calls by Yifan Hong · 8 years ago
  48. 80003dd Merge "c2hal: fix SignedToUnsignedMap." by Treehugger Robot · 8 years ago
  49. 3d1f8f0 Merge "Convert to Android.bp" by Dan Willemsen · 8 years ago
  50. 8ae06c8 c2hal: fix SignedToUnsignedMap. by Yifan Hong · 8 years ago
  51. e4376b8 Convert to Android.bp by Dan Willemsen · 8 years ago
  52. 039bf85 c2hal: error on reduce/reduce conflict. by Steven Moreland · 8 years ago
  53. 95b4623 c2hal: Emit camelCase and PascalCase things. by Steven Moreland · 8 years ago
  54. 2fd6086 c2hal: Removed ambiguity from enum/macro commit. by Steven Moreland · 8 years ago
  55. 05ebcf5 c2hal: recognized unsigned integer types. by Steven Moreland · 8 years ago
  56. ce65189 c2hal: respect arrays of dimensions higher than one. by Steven Moreland · 8 years ago
  57. c38c858 c2hal: allow people to weave macros w/ enums. by Steven Moreland · 8 years ago
  58. b569096 c2hal: char -> uint8_t by Steven Moreland · 8 years ago
  59. 3cae52c c2hal: LOCAL_IS_HOST_MODULE := true by Steven Moreland · 8 years ago
  60. 868aff8 Revert "Revert "Moved string helping functions from c2hal into StringHelper."" by Steven Moreland · 8 years ago
  61. a72e0d2 Revert "Revert "Split out libhidl-gen and libhidl-gen-utils."" by Iliyan Malchev · 8 years ago
  62. 194c2ff Revert "split out libhidl-gen and libhidl-gen-utils" by Steven Moreland · 8 years ago
  63. 17cef74 Revert "Moved string helping functions from c2hal into StringHelper." by Steven Moreland · 8 years ago
  64. 256d107 Moved string helping functions from c2hal into StringHelper. by Steven Moreland · 8 years ago
  65. 1316091 split out libhidl-gen and libhidl-gen-utils by Iliyan Malchev · 8 years ago
  66. 0d68599 Merge "c2hal: Updated array location in Type::decorateName" by Steven Moreland · 8 years ago
  67. 698da76 c2hal: Updated array location in Type::decorateName by Steven Moreland · 8 years ago
  68. cd16ae4 c2hal: Prevented segfault on -h by Steven Moreland · 8 years ago
  69. 2b02118 Added c2hal readme by Steven Moreland · 8 years ago
  70. f1a35f7 added c2hal by Steven Moreland · 8 years ago