1. 58ad987 FQName/FqInstance: consistent getVersion by Steven Moreland · 6 years ago
  2. 9fd2f4a Split libhidl-gen-utils to *-host-utils by Yifan Hong · 6 years ago
  3. 9d9cfa0 FQName: do not use StringHelper. by Yifan Hong · 6 years ago
  4. 01ff481 libhidl-gen-utils: recovery available by Yifan Hong · 6 years ago
  5. 073269e hidl-gen: understand doc comments by Steven Moreland · 6 years ago
  6. ea12c05 Add FqInstance::inPackage by Yifan Hong · 6 years ago
  7. d40a576 FqInstance::setTo accepts more formats. by Yifan Hong · 6 years ago
  8. 6ea0601 FQName: withVersion by Steven Moreland · 6 years ago
  9. 7773089 Remove FQName::isValid by Steven Moreland · 6 years ago
  10. d5c53cc Add FqInstance class. by Yifan Hong · 6 years ago
  11. 0b49652 Fix indirect linkage to gIBaseFqName globals by Yifan Hong · 6 years ago
  12. e1b157e FQName: prepare for removing isValid by Steven Moreland · 6 years ago
  13. 771db72 FQName: add isInterfaceName by Steven Moreland · 6 years ago
  14. d9ac82e FQName: remove unused 'print' function by Steven Moreland · 6 years ago
  15. c242084 Fix FQName comment strings B(p|n) += Hw. by Steven Moreland · 6 years ago
  16. 169a2d2 Remove std::vector constructor to FQName. by Steven Moreland · 6 years ago
  17. d22edb6 Remove header exports from libhidl-gen-utils. by Steven Moreland · 7 years ago
  18. 1528e3d Merge "Add indentation per spaces to Formatter." by Treehugger Robot · 7 years ago
  19. 67b8a9e Remove libhidl-gen-utils from vendor available. by Steven Moreland · 7 years ago
  20. 1c968cd Add indentation per spaces to Formatter. by Steven Moreland · 7 years ago
  21. 2f4ee8e Allow Formatter to be invalid. by Steven Moreland · 7 years ago
  22. 9a6da7a Add adapters for HIDL interfaces. by Steven Moreland · 7 years ago
  23. 5e5794b utils: Add missing header export. by Steven Moreland · 7 years ago
  24. f9fe212 Fix infinte loop in StringHelper trims. by Steven Moreland · 7 years ago
  25. 4df4fa0 Make hidl-gen print full name by Timur Iskhakov · 7 years ago
  26. 306cc4b Fix or suppress misc-macro-parentheses in system/tools/hidl. by Chih-Hung Hsieh · 7 years ago
  27. 8c90cc5 Fix clang-tidy performance warnings in system/tools/hidl. by Chih-Hung Hsieh · 7 years ago
  28. 3ee43c8 Remove Soong variables from HIDL code. by Steven Moreland · 7 years ago
  29. 24a83f0 Merge "Use cc_library for libhidl-gen-utils/hash." by Treehugger Robot · 7 years ago
  30. 7089aa4 Use cc_library for libhidl-gen-utils/hash. by Tri Vo · 7 years ago
  31. f7f2a9a Support minor version upgrade of hwservicemanager. by Steven Moreland · 7 years ago
  32. f47912d Fix generateExportHeaderForPackage. by Steven Moreland · 7 years ago
  33. 4a6dd39 remove "// static" comments by Steven Moreland · 7 years ago
  34. 1b2167b Remove redundant dependencies by Steven Moreland · 7 years ago
  35. 0e4be1e Move file hashing into its own class, Hash. by Steven Moreland · 7 years ago
  36. 2cf4b9a Mark as vendor_available by Dan Willemsen · 7 years ago
  37. aae820a Build libhidl-gen-utils with multilib:both flag by Yuexi Ma · 7 years ago
  38. 6b7f070 Add Formatter::operator<< for integer types / char by Yifan Hong · 7 years ago
  39. 932464e Add Formatter::join by Yifan Hong · 7 years ago
  40. 31f07ff Revert "Revert "getService should retry if getting nullptr"" by Yifan Hong · 7 years ago
  41. 2f7abc9 Revert "getService should retry if getting nullptr" by Ian Pedowitz · 7 years ago
  42. 64ba3d7 getService should retry if getting nullptr by Yifan Hong · 7 years ago
  43. 4de083b Release reply Parcel when transaction is done. by Martijn Coenen · 7 years ago
  44. e45b530 Add toString to Java code by Yifan Hong · 7 years ago
  45. 78b38d1 Revert "Revert "Enforce minor version uprevs."" by Yifan Hong · 7 years ago
  46. 3b8a65a Revert "Revert "Use integers to store major / minor versions for FQName."" by Yifan Hong · 7 years ago
  47. 88922c9 Revert "Use integers to store major / minor versions for FQName." by Steven Moreland · 7 years ago
  48. 976ae89 Revert "Enforce minor version uprevs." by Steven Moreland · 7 years ago
  49. 2d20ae0 Enforce minor version uprevs. by Yifan Hong · 7 years ago
  50. 1faabf1 Use integers to store major / minor versions for FQName. by Yifan Hong · 7 years ago
  51. 6081863 Add -Werror. by Steven Moreland · 7 years ago
  52. 62709d7 Coordinator compares package paths by component. by Steven Moreland · 8 years ago
  53. 7ae3d54 Move FQName to libhidl-gen-util. by Steven Moreland · 8 years ago
  54. f5cc2f7 Emit toString functions for all types. by Yifan Hong · 8 years ago
  55. a018ed5 Add a chain style to formatter. by Yifan Hong · 8 years ago
  56. 33223ca Rename indentBlock to indent. by Yifan Hong · 8 years ago
  57. db36498 Fix SplitString does not regard the trailing separator. by Yifan Hong · 8 years ago
  58. 0a68a28 Better indent methods to Formatter. by Yifan Hong · 8 years ago
  59. 5f6ac4d Fix single letter IDs. by Yifan Hong · 8 years ago
  60. 4200903 c2hal: Use better To(Camel|Pascal|Snake)Case functions. by Yifan Hong · 8 years ago
  61. 2009699 c2hal: Fix note comments that embeds */ by Yifan Hong · 8 years ago
  62. f9a6ef3 utils: add EndsWith and LTrim to StringHelper by Steven Moreland · 8 years ago
  63. 3d1f8f0 Merge "Convert to Android.bp" by Dan Willemsen · 8 years ago
  64. e4376b8 Convert to Android.bp by Dan Willemsen · 8 years ago
  65. b06cc82 Use 4 spaces of indentation for hidl-gen and c2hal. by Yifan Hong · 8 years ago
  66. 95b4623 c2hal: Emit camelCase and PascalCase things. by Steven Moreland · 8 years ago
  67. 868aff8 Revert "Revert "Moved string helping functions from c2hal into StringHelper."" by Steven Moreland · 8 years ago
  68. a72e0d2 Revert "Revert "Split out libhidl-gen and libhidl-gen-utils."" by Iliyan Malchev · 8 years ago
  69. 194c2ff Revert "split out libhidl-gen and libhidl-gen-utils" by Steven Moreland · 8 years ago
  70. 17cef74 Revert "Moved string helping functions from c2hal into StringHelper." by Steven Moreland · 8 years ago
  71. 256d107 Moved string helping functions from c2hal into StringHelper. by Steven Moreland · 8 years ago
  72. 1316091 split out libhidl-gen and libhidl-gen-utils by Iliyan Malchev · 8 years ago