1. b677984 Create a new Dbus interface for LED by Jayashree Dhanapal · 2 years, 3 months ago
  2. e48bf95 controller: Heap-allocate LEDs by Jayashree Dhanapal · 2 years, 5 months ago
  3. 54995ae Add README.md by Alexander Hansen · 7 months ago
  4. 29bd56b Fix spelling mistakes using codespell by Manojkiran Eda · 7 months ago
  5. d508bfb OWNERS: Update Andrew's preferred email by Andrew Jeffery · 1 year, 1 month ago
  6. 001e2a3 Fix incorrect LED initial value by George Liu · 1 year, 2 months ago
  7. 85c1c2a build: use allowed over enabled by Patrick Williams · 1 year, 2 months ago
  8. 59c2e0e clang-format: copy latest and re-format by Patrick Williams · 1 year, 3 months ago
  9. 28e37da meson_options.txt: Support for reading options from meson.options by George Liu · 1 year, 5 months ago
  10. 2b50fa6 build: upgrade to C++23 by Patrick Williams · 1 year, 6 months ago
  11. f4eb29d build-tests: The allowed method is used by default by George Liu · 1 year, 5 months ago
  12. eaa1c89 Replace Argument class with CLI11 by George Liu · 1 year, 6 months ago
  13. 1c4503e clang-format: copy latest and re-format by Patrick Williams · 1 year, 8 months ago
  14. 3778f8e meson: remove deprecated get_pkgconfig_variable by Patrick Williams · 1 year, 9 months ago
  15. 97ca787 systemd: Create a directory tree for units by Andrew Jeffery · 2 years ago
  16. d32dd3f udev: Create a directory tree for rules by Andrew Jeffery · 2 years ago
  17. 4def99b clang-tidy: Add configuration by Andrew Jeffery · 2 years ago
  18. f97abd1 test: sysfs: Fix readability-static-accessed-through-instance by Andrew Jeffery · 2 years ago
  19. 26085c2 test: sysfs: Fix cppcoreguidelines-explicit-virtual-functions by Andrew Jeffery · 2 years ago
  20. ea80890 test: sysfs: Fix readability-braces-around-statements by Andrew Jeffery · 2 years ago
  21. 4156727 test: sysfs: Fix several clang-tidy warnings by Andrew Jeffery · 2 years ago
  22. b934a85 test: sysfs: Fix cppcoreguidelines-special-member-functions by Andrew Jeffery · 2 years ago
  23. 5998645 test: sysfs: Fix readability-identifier-naming by Andrew Jeffery · 2 years ago
  24. dea380c test: physical: Fix misc-unused-using-decls by Andrew Jeffery · 2 years ago
  25. 71246ca test: physical: Fix cppcoreguidelines-explicit-virtual-functions by Andrew Jeffery · 2 years ago
  26. c813e3b test: physical: Fix cppcoreguidelines-special-member-functions by Andrew Jeffery · 2 years ago
  27. 1caab51 test: physical: Fix modernize-return-braced-init-list by Andrew Jeffery · 2 years ago
  28. 1978ed0 test: physical: Fix several clang-tidy warnings by Andrew Jeffery · 2 years ago
  29. feb990c test: physical: Fix readability-identifier-naming by Andrew Jeffery · 2 years ago
  30. 76544ab test: physical: Fix readability-identifier-naming by Andrew Jeffery · 2 years ago
  31. 039885f sysfs: Fix cppcoreguidelines-special-member-functions by Andrew Jeffery · 2 years ago
  32. 8e85228 sysfs: Fix several clang-tidy issues by Andrew Jeffery · 2 years ago
  33. 0f561b9 OWNERS: Remove Vishwa by Andrew Jeffery · 2 years ago
  34. b0f538d sysfs: Fix readability-inconsistent-declaration-parameter-name by Andrew Jeffery · 2 years ago
  35. cd4e6ca sysfs: Fix performance-move-const-arg by Andrew Jeffery · 2 years ago
  36. 36a8e84 sysfs: Fix readability-identifier-naming by Andrew Jeffery · 2 years ago
  37. ebe8c36 sysfs: Remove unnecessary declarations by Andrew Jeffery · 2 years ago
  38. 659dc28 physical: Fix cert-dcl59-cpp by Andrew Jeffery · 2 years ago
  39. 478d0a7 physical: Fix cppcoreguidelines-pro-type-member-init by Andrew Jeffery · 2 years ago
  40. c060c28 physical: Fix cppcoreguidelines-explicit-virtual-functions by Andrew Jeffery · 2 years ago
  41. dce1e20 physical: Fix bugprone-narrowing-conversions by Andrew Jeffery · 2 years ago
  42. 826ba7b physical: Fix readability-braces-around-statements by Andrew Jeffery · 2 years ago
  43. 263c056 physical: Fix readability-implicit-bool-conversion by Andrew Jeffery · 2 years ago
  44. 7782f0d physical: Fix bugprone-narrowing-conversions by Andrew Jeffery · 2 years ago
  45. 305e3b7 physical: Fix readability-redundant-control-flow by Andrew Jeffery · 2 years ago
  46. e3719f4 physical: Fix readability-implicit-bool-conversion by Andrew Jeffery · 2 years ago
  47. cb14f2d controller: Work around clang-tidy issue with boost by Andrew Jeffery · 2 years ago
  48. b754cf0 controller: Fix bugprone-unused-raii by Andrew Jeffery · 2 years ago
  49. 444ee36 controller: Fix performance-move-const-arg by Andrew Jeffery · 2 years ago
  50. e2dc00a controller: Fix readability-identifier-naming by Andrew Jeffery · 2 years ago
  51. 20aef9a controller: Fix readability-braces-around-statements by Andrew Jeffery · 2 years ago
  52. bd0b9e7 controller: Fix readability-identifier-naming by Andrew Jeffery · 2 years ago
  53. 84c8054 argument: Fix cppcoreguidelines-avoid-non-const-global-variables by Andrew Jeffery · 2 years ago
  54. cbdbed5 argument: Fix cppcoreguidelines-avoid-c-arrays by Andrew Jeffery · 2 years ago
  55. b24c42f argument: Fix bugprone-reserved-identifier by Andrew Jeffery · 2 years ago
  56. 6fb2084 argument: Suppress cppcoreguidelines-pro-bounds-pointer-arithmetic by Andrew Jeffery · 2 years ago
  57. 1c73fa6 argument: Fix readability-else-after-return by Andrew Jeffery · 2 years ago
  58. 9eb5592 argument: Slightly simplify option parsing logic by Andrew Jeffery · 2 years ago
  59. d8e3da6 argument: Fix readability-braces-around-statements by Andrew Jeffery · 2 years ago
  60. 9648770 argument: Fix cppcoreguidelines-pro-bounds-array-to-pointer-decay by Andrew Jeffery · 2 years ago
  61. 1d88e68 argument: Fix cppcoreguidelines-avoid-c-arrays, modernize-use-nullptr by Andrew Jeffery · 2 years ago
  62. d70103d argument: Fix cppcoreguidelines-avoid-non-const-global-variables by Andrew Jeffery · 2 years ago
  63. f9e6cd3 argument: Fix clang-tidy readability-redundant-string-init by Andrew Jeffery · 2 years ago
  64. 0c3bcbf clang-format: Specify lambda formatting style by Andrew Jeffery · 2 years ago
  65. ebc30b7 meson: Add boost dependency by Andrew Jeffery · 2 years ago
  66. 22f7ece subprojects: Add phosphor-logging wrap by Andrew Jeffery · 2 years, 2 months ago
  67. 3930b6b Moved udev rules and systemd service to repository. by Jayashree Dhanapal · 2 years, 4 months ago
  68. 02f366d MAINTAINERS: remove file by Patrick Williams · 2 years, 6 months ago
  69. ff3d538 sdbusplus: use shorter type aliases by Patrick Williams · 2 years, 6 months ago
  70. ff8cd97 OWNERS: switch 'matches' to 'matchers' by Patrick Williams · 2 years, 6 months ago
  71. 97db22f sdbusplus: object: don't use 'bool' argument constructor by Patrick Williams · 2 years, 10 months ago
  72. 3c89426 meson: simplify dependencies by George Liu · 3 years, 1 month ago
  73. 1f2b932 Fix some warnings by cppcheck by George Liu · 3 years, 1 month ago
  74. ff26c8e Add OWNERS file by Manojkiran Eda · 3 years, 3 months ago
  75. 520c5e5 Update clang-format by George Liu · 3 years, 4 months ago
  76. 5ee5f3b Remove autotools support by George Liu · 3 years, 8 months ago
  77. c7d70b6 Add meson build by George Liu · 3 years, 8 months ago
  78. 429750a Remove config.h by George Liu · 3 years, 8 months ago
  79. 45eba6f Replace std::experimental::filesystem with std::filesystem by George Liu · 3 years, 8 months ago
  80. fcc56b6 bootstrap: fix shellcheck warnings by Patrick Williams · 3 years, 9 months ago
  81. 07758dc ledSysfs: Replace IRC with Discord by George Liu · 3 years, 9 months ago
  82. a8a275f test: Add test cases to cover brightness and asserted values by Vishwanatha Subbanna · 3 years, 10 months ago
  83. a48f76d Fix an error scenario where reading the file fails by Vishwanatha Subbanna · 3 years, 10 months ago
  84. db21bc0 Add test cases to validate state of physical LED by Vishwanatha Subbanna · 3 years, 10 months ago
  85. c43e0af Add support for --enable-oe-sdk by Vishwanatha Subbanna · 3 years, 10 months ago
  86. 61b9063 clang-format: update to latest from docs repo by George Liu · 4 years, 7 months ago
  87. 604a45e build: add correct libsystemd dependency by Patrick Williams · 4 years, 8 months ago
  88. ca3dd7d Add vishwa as Maintainer by Vishwanatha Subbanna · 5 years ago
  89. b6708c7 autotools: Fix autoconf-archive compatibility issues by Andrew Jeffery · 5 years ago
  90. 9e500aa Fix an issue and read Period from D-bus by tony lee · 6 years ago
  91. 97ddb72 Add ability to set LED colors in DBus by Alexander Soldatov · 6 years ago
  92. 5b1417b physical: Conform to LED class kernel ABI by Andrew Jeffery · 6 years ago
  93. 2332e91 physical: Avoid unreachable statement in driveLED() by Andrew Jeffery · 7 years ago
  94. bf0b0a9 physical: Cleanup unnecessary variables by Andrew Jeffery · 7 years ago
  95. 30552c9 physical: Rework commentary for brevity by Andrew Jeffery · 7 years ago
  96. e5c40fe physical: 'frequency' is really periodicity by Andrew Jeffery · 7 years ago
  97. 30726a0 test: physical: Capture state(Action::{On,Off}) parameters by Andrew Jeffery · 7 years ago
  98. 861e562 test: physical: Capture Action::Blink parameters by Andrew Jeffery · 7 years ago
  99. aee9c2c test: physical: Hit both branches of stableStateOperation() by Andrew Jeffery · 7 years ago
  100. 04275e0 test: physical: Cover trigger:none, brigtness:asserted branch by Andrew Jeffery · 7 years ago