1. 35a3957 drm_hwcomposer: Use clang thread-safety analysis in VSyncWorker by Drew Davenport · 9 months ago
  2. 7d3bc9c drm_hwcomposer: CI: Use fdo ci-templates by Deborah Brouwer · 7 months ago
  3. 9161828 drm_hwcomposer: CI: Use git diff to feed the clang-format-diff by Roman Stratiienko · 7 months ago
  4. ca1b132 drm_hwcomposer: CI: Set clang-format-diff context line number to 0 by Roman Stratiienko · 7 months ago
  5. 88bd6a2 drm_hwcomposer: Enable readability-math-missing-parentheses tidy check by Roman Stratiienko · 7 months ago
  6. 9270b88 drm_hwcomposer: Enable readability-avoid-unconditional-preprocessor-if by Roman Stratiienko · 8 months ago
  7. 6275b4a drm_hwcomposer: Enable modernize-type-traits clang-tidy check by Roman Stratiienko · 8 months ago
  8. 5742bcb drm_hwcomposer: Enable performance-avoid-endl clang-tidy check by Roman Stratiienko · 8 months ago
  9. 179cc6d drm_hwcomposer: Enable readability-static-accessed-through-instance by Roman Stratiienko · 8 months ago
  10. 7079334 drm_hwcomposer: Enable misc-use-internal-linkage clang-tidy check by Roman Stratiienko · 8 months ago
  11. da2fcf6 drm_hwcomposer: Simplify LayerTransform by Roman Stratiienko · 8 months ago
  12. 0369cf7 drm_hwcomposer: Enable performance-inefficient-vector-operation tidy check by Roman Stratiienko · 8 months ago
  13. 1d5e201 drm_hwcomposer: updating libdisplay-info to include pnp_id_table by Lucas Berthou · 8 months ago
  14. 8b31578 drm_hwcomposer: CI: Keep nostdlibinc cflag option by Roman Stratiienko · 8 months ago
  15. 7a8e138 drm_hwcomposer: fixing aospless tarball by Lucas Berthou · 8 months ago
  16. 4483e47 drm_hwcomposer: Add libdisplay-info dependency and update tar with library by Lucas Berthou · 9 months ago
  17. f4563dc drm_hwcomposer: ci: Allow "Revert" as a valid commit subject prefix by John Stultz · 10 months ago
  18. 6e5c82e drm_hwcomposer: CI: Properly upgrade drm_hwc aospless file by Roman Stratiienko · 11 months ago
  19. 57ba08a drm_hwcomposer: CI: Upgrade Ubuntu and clang version by Roman Stratiienko · 11 months ago
  20. 0fea188 Revert "drm_hwcomposer: CI: use local container image for building" by Roman Stratiienko · 11 months ago
  21. 7f1761b drm_hwcomposer: Use hwc3 version 3 by Drew Davenport · 1 year, 1 month ago
  22. 8ac53ef drm_hwcomposer: CI: Remove misc-const-correctness by Drew Davenport · 1 year ago
  23. 6abf819 drm_hwcomposer: CI: Remove google-readability-todo by Drew Davenport · 1 year ago
  24. 33f0ece drm_hwcomposer: Add hwc3 frontend stub by Dennis Tsiang · 1 year, 9 months ago
  25. ca89ea5 drm_hwcomposer: CI: use local container image for building by Mattijs Korpershoek · 1 year, 2 months ago
  26. 2a93e4c drm_hwcomposer: CI: Use aospext to provide headers for clang-tidy by Roman Stratiienko · 2 years, 9 months ago
  27. 492739c drm_hwcomposer: Fix dockerfile by Roman Stratiienko · 1 year, 11 months ago
  28. 87b716c drm_hwcomposer: CI: Update runner os to ubuntu 23.04 by Roman Stratiienko · 2 years ago
  29. 7689278 drm_hwcomposer: Introduce SharedFd, use standard c++ RAII for UniqueFd by Roman Stratiienko · 2 years, 8 months ago
  30. 2bf68c3 drm_hwcomposer: Add meson build to CI by Roman Stratiienko · 2 years, 9 months ago
  31. 14bc764 drm_hwcomposer: Remove utils/worker from the project by Roman Stratiienko · 2 years, 8 months ago
  32. d2cc738 drm_hwcomposer: Rework VSyncWorker to work without utils/worker by Roman Stratiienko · 2 years, 8 months ago
  33. 3295719 drm_hwcomposer: Add support for running CI locally using docker by Roman Stratiienko · 2 years, 9 months ago
  34. 6b40505 drm_hwcomposer: Use __ANDROID_API__ instead of PLATFORM_SDK_VERSION by Roman Stratiienko · 2 years, 9 months ago
  35. df3120f drm_hwcomposer: Rework DrmMode class by Roman Stratiienko · 2 years, 9 months ago
  36. abd8e53 drm_hwcomposer: Rework DrmProperty class by Roman Stratiienko · 2 years, 9 months ago
  37. a7913de drm_hwcomposer: CI: Bump-up clang toolchain to v15 by Roman Stratiienko · 2 years, 11 months ago
  38. cf80b9b drm_hwcomposer: CI: Bump clang toolchain version to v14 by Roman Stratiienko · 3 years, 4 months ago
  39. bd97317 drm_hwcomposer: Add test utility to listen for uevents by Roman Stratiienko · 3 years, 7 months ago
  40. 4e99405 drm_hwcomposer: Rename DrmDisplayCompositor->DrmAtomicStateManager by Roman Stratiienko · 3 years, 7 months ago
  41. 9362cef drm_hwcomposer: Rework KMS composition planner + plane sharing support by Roman Stratiienko · 3 years, 7 months ago
  42. 7d89911 drm_hwcomposer: Tidy-up DrmDevice class by Roman Stratiienko · 3 years, 7 months ago
  43. 650299a drm_hwcomposer: Tidy-up DrmConnector class by Roman Stratiienko · 3 years, 7 months ago
  44. 027987b drm_hwcomposer: Tidy-up DrmEncoder class by Roman Stratiienko · 3 years, 7 months ago
  45. 10be875 drm_hwcomposer: Tidy-up DrmCrtc class by Roman Stratiienko · 3 years, 7 months ago
  46. 780f7da drm_hwcomposer: CI: Upgrade to clang-13 && clang-tidy-13 by Roman Stratiienko · 3 years, 8 months ago
  47. 3e16890 drm_hwcomposer: Move DrmHwcTwo.{cpp|h} to hwc2_device/ directory by Roman Stratiienko · 3 years, 8 months ago
  48. 3627beb drm_hwcomposer: Move HwcDisplay out of DrmHwcTwo class by Roman Stratiienko · 3 years, 8 months ago
  49. 568e598 drm_hwcomposer: CI: Remove -readability-use-anyofallof from COARSE list by Roman Stratiienko · 3 years, 8 months ago
  50. 25311dd drm_hwcomposer: CI: Remove duplicate tidy checks by Roman Stratiienko · 3 years, 8 months ago
  51. c46896d drm_hwcomposer: CI: Move tidy FINE checklist to Makefile by Roman Stratiienko · 3 years, 8 months ago
  52. f815d38 drm_hwcomposer: Raise clang-tidy level of some files to NORMAL by Roman Stratiienko · 3 years, 8 months ago
  53. 5741bbd drm_hwcomposer: CI: Find all source files instead of hardcoding them. by Roman Stratiienko · 3 years, 8 months ago
  54. fc014f5 drm_hwcomposer: CI: Set clang-tidy level to NORMAL for some files by Roman Stratiienko · 3 years, 9 months ago
  55. e78235c drm_hwcomposer: CI: Raise clang-tidy level from NONE to COARSE for *.h by Roman Stratiienko · 3 years, 9 months ago
  56. 24a7fc4 drm_hwcomposer: CI: Process every file with clang-tidy. by Roman Stratiienko · 3 years, 9 months ago
  57. 3511273 drm_hwcomposer: CI: Fix Makefile dependencies by Roman Stratiienko · 3 years, 9 months ago
  58. cef5c77 drm_hwcomposer: CI: Replace shell scripts with Makefile by Roman Stratiienko · 3 years, 9 months ago
  59. 5f2f3ce drm_hwcomposer: CI: Tune clang-tidy coarse checks by Roman Stratiienko · 3 years, 9 months ago
  60. ef64677 drm_hwcomposer: Tidy-up the CI scripts by Roman Stratiienko · 3 years, 9 months ago
  61. deb7735 drm_hwcomposer: Fix all cases which triggers an error on -Wsign-compare by Roman Stratiienko · 3 years, 9 months ago
  62. 1e053b4 drm_hwcomposer: Make uevent listener standalone by Roman Stratiienko · 3 years, 11 months ago
  63. 3e8ce57 drm_hwcomposer: Wrap libdrm drmMode*{Get|Free}* into RAII by Roman Stratiienko · 4 years ago
  64. 5532b92 drm_hwcomposer: CI: Tune the readability-identifier-naming settings by Roman Stratiienko · 4 years, 6 months ago
  65. d26619b drm_hwcomposer: CI: Upgrade clang-* to v12 by Roman Stratiienko · 4 years, 1 month ago
  66. 0fade37 drm_hwcomposer: Rework autofd by Roman Stratiienko · 4 years, 7 months ago
  67. 5128715 drm_hwcomposer: cleanup hwcutils by Roman Stratiienko · 4 years, 7 months ago
  68. 8666dc9 drm_hwcomposer: Tracking of the DRM FB objects using RAII by Roman Stratiienko · 4 years, 7 months ago
  69. d21071f drm_hwcomposer: CI: Increase coverage by Roman Stratiienko · 4 years, 6 months ago
  70. 6a7ac12 drm_hwcomposer: CI: Pull headers from the AOSPv11 by Roman Stratiienko · 4 years, 5 months ago
  71. 2640cd8 drm_hwcomposer: CI: Add more source files to the build by Roman Stratiienko · 4 years, 6 months ago
  72. b3b5c1e drm_hwcomposer: clang-tidy: enable cppcoreguidelines-* checks by Roman Stratiienko · 4 years, 7 months ago
  73. 6a10c4c drm_hwcomposer: clang-tidy: enable clang-analyzer-* checks by Roman Stratiienko · 4 years, 7 months ago
  74. e2f2c92 drm_hwcomposer: enable code analysis using clang-tidy by Roman Stratiienko · 4 years, 7 months ago
  75. d665998 drm_hwcomposer: CI: Use bpfmt to check Android.bp files style by Roman Stratiienko · 4 years, 6 months ago
  76. d518a05 drm_hwcomposer: CI: Initial build and clang-tidy checks by Roman Stratiienko · 4 years, 6 months ago