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