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