1. 9d43ecf unit-test: Increase available debug information for test builds by Andrew Jeffery · 1 year, 6 months ago
  2. 8b11206 build-unit-test-docker: Also install abi-dumper by Andrew Jeffery · 1 year, 6 months ago
  3. 58f1915 build-unit-test-docker: Install abi-compliance-checker by Andrew Jeffery · 1 year, 6 months ago
  4. 782f41f build-unit-test-docker: use curl by Brad Bishop · 1 year, 6 months ago
  5. 876ea1e build-unit-test-docker: workaround boost and clang-16 issues by Patrick Williams · 1 year, 6 months ago
  6. 64b6f9d build-unit-test-docker: update to clang-16 by Patrick Williams · 1 year, 7 months ago
  7. 78173cd Update boost 1.81 -> 1.82 by Ed Tanous · 1 year, 6 months ago
  8. 73b3ee9 build-unit-test-docker: move homedir with usermod by Patrick Williams · 1 year, 7 months ago
  9. 575b5e4 build-unit-test-docker: Use curl for getting keys by Jagpal Singh Gill · 1 year, 7 months ago
  10. 71924fd unit-test: Make UBSAN kill tests by Andrew Jeffery · 1 year, 7 months ago
  11. cebaea2 unit-test: add meson version check for get_variable by Patrick Williams · 1 year, 7 months ago
  12. 5e4d840 build-unit-test-docker: switch to ubuntu:lunar by Patrick Williams · 1 year, 7 months ago
  13. 67cc061 build-unit-test-docker: handle existing user/group by Patrick Williams · 1 year, 7 months ago
  14. 0044f69 build-unit-test-docker: update meson to 1.0.1 by Patrick Williams · 1 year, 7 months ago
  15. 818023d build-unit-test-docker: turn 'pip3 install' calls into one invocation by Patrick Williams · 1 year, 7 months ago
  16. 4920cb5 boot-qemu: shellcheck fix by Patrick Williams · 1 year, 7 months ago
  17. adad26e build-unit-test-docker: remove openbmc/linux dependency by Patrick Williams · 1 year, 7 months ago
  18. 524a331 Add libaudit-dev package to the base container by Manojkiran Eda · 1 year, 8 months ago
  19. d0dabc3 docker:buildkit: ensure container build output is generated by Andrew Geissler · 1 year, 8 months ago
  20. 688f837 cppcheck: enable inline-suppr by Brad Bishop · 1 year, 9 months ago
  21. 1eb1994 Run clang-tidy in meson by Ed Tanous · 1 year, 9 months ago
  22. 45b2152 black: remove --preview by Patrick Williams · 1 year, 9 months ago
  23. 22e6110 build-unit-test-docker: update per new format rules by Andrew Geissler · 1 year, 9 months ago
  24. 87ab570 unit-test: support install process in cmake by Michael Shen · 1 year, 10 months ago
  25. 29e0231 Make clang-tidy projects compile on clang by Ed Tanous · 1 year, 11 months ago
  26. 058e3a3 Add json-c as unit test build dependency by Przemyslaw Czarnowski · 1 year, 11 months ago
  27. 851eaff qemu: misc fixes for new qemu release by Andrew Geissler · 1 year, 11 months ago
  28. 45bfd1f Upgrade to boost 1.81.0 by Ed Tanous · 2 years ago
  29. b565f82 openbmc-build-scripts: add vim to container by Andrew Geissler · 1 year, 11 months ago
  30. af49ed5 build-unit-test-docker: sort apt packages by Andrew Geissler · 1 year, 11 months ago
  31. 7d41f6d format-code: enable markdownlint by Patrick Williams · 2 years ago
  32. e795dfe format-code: enable black/isort by Patrick Williams · 2 years ago
  33. c596959 format-code: enable beautysh by Patrick Williams · 2 years ago
  34. b08ddf7 format-code: enable prettier by Patrick Williams · 2 years ago
  35. e0df305 format-code: enable shellcheck everywhere by Patrick Williams · 2 years ago
  36. c5ad7ff format-code: enable flake8 instead of pycodestyle by Patrick Williams · 2 years ago
  37. deaa350 Remove packaging dependency by Ed Tanous · 1 year, 11 months ago
  38. 5095cbe format-code: detect tcl files by Patrick Williams · 2 years ago
  39. 816c7cc format-code: option to explicitly enable linters by Patrick Williams · 2 years ago
  40. d5d6395 format-code: handle incorrect 'env python3' by Patrick Williams · 2 years ago
  41. 617a3f2 format-code: pycodestyle: add some compatibility for black/flake8 by Patrick Williams · 2 years ago
  42. 476a7e9 format shell scripts with beautysh by Patrick Williams · 2 years ago
  43. bc0d5a3 build-unit-test-docker: sort pip installs by Patrick Williams · 2 years ago
  44. 200ec18 format-code: handle all files are ignored by linter by Patrick Williams · 2 years ago
  45. 785327a format-code: run all linters before exit by Patrick Williams · 2 years ago
  46. e08ffba python: fix flake8 warnings and format with black by Patrick Williams · 2 years ago
  47. 26d9d2c format-code: halt on missing linter by Patrick Williams · 2 years ago
  48. 3d29494 format-code: document current linter-config hashes by Patrick Williams · 2 years ago
  49. 147f37a format-code: add option to disable linter by Patrick Williams · 2 years ago
  50. 71b7324 format-code: call linters by file types by Patrick Williams · 2 years ago
  51. d535ecb format-code: simplify exclusion filter for clang by Patrick Williams · 2 years ago
  52. dad9b7a format-code: combine linter enablement logic by Patrick Williams · 2 years ago
  53. bc85b71 format-code: fix for 'git worktree' model by Patrick Williams · 2 years ago
  54. 3c2e747 dbus-unit-test.py: utilize tempfile.TemporaryDirectory() by Andrew Geissler · 2 years ago
  55. 903ebb2 dbus-unit-test.py: use /tmp for temporary files by Andrew Geissler · 2 years ago
  56. 001055b build-unit-test-docker: update linux headers to 6.0 by Patrick Williams · 2 years ago
  57. 330b077 unit-test: always call global formatter by Patrick Williams · 2 years ago
  58. d27ab4c format-code: add '--no-diff' option by Patrick Williams · 2 years ago
  59. c1513c8 format-code: improve script ergonomics by Patrick Williams · 2 years ago
  60. 38515a3 format-code: move checkers to functions by Patrick Williams · 2 years ago
  61. 0f5f0e7 format-code: simplify codespell by Patrick Williams · 2 years ago
  62. 7c1e562 format-code: avoid copying eslint config by Patrick Williams · 2 years ago
  63. c2e7c93 build-unit-test-docker: use latest gitlint by Patrick Williams · 2 years ago
  64. 41d8621 build-unit-test-docker: minor mypy/flake8 fixes by Patrick Williams · 2 years ago
  65. 0ae544f Make git commit message checking mandatory by Ed Tanous · 2 years, 3 months ago
  66. 05fb2a0 build-unit-test-docker: format with black by Patrick Williams · 2 years, 1 month ago
  67. 1c19e45 Migrate to libpldm by Manojkiran Eda · 2 years, 1 month ago
  68. c7d7364 build-unit-test-docker: support 'main' branches by Patrick Williams · 2 years, 1 month ago
  69. 6c98f28 build-unit-test-docker: Only build phosphor-logging library by William A. Kennington III · 2 years, 1 month ago
  70. ca1bf0c build-unit-test-docker: Fix stdplus gtest support lib by William A. Kennington III · 2 years, 1 month ago
  71. 652d8ae build-unit-test-docker: Update fmt 8.1.1 -> 9.1.0 by William A. Kennington III · 2 years, 1 month ago
  72. be4bd08 build-unit-test-docker: cppcheck update to latest by Patrick Williams · 2 years, 1 month ago
  73. 27a646b build-unit-test-docker: update to clang-15 by Patrick Williams · 2 years, 2 months ago
  74. 5b08dc6 build-unit-test-docker: update ubuntu to kinetic by Patrick Williams · 2 years, 2 months ago
  75. 70af95c build-unit-test-docker: minor dependency tweaks by Patrick Williams · 2 years, 2 months ago
  76. c197783 build-unit-test-docker: refresh package versions by Patrick Williams · 2 years, 2 months ago
  77. 942235c build-unit-test-docker: use alternative for cpp by Patrick Williams · 2 years, 2 months ago
  78. 5278efb Add python3 packaging module by Ed Tanous · 2 years, 2 months ago
  79. 8b36256 qemu-docker: Update redfish version by Jian Zhang · 2 years, 2 months ago
  80. d342ed5 build-unit-test-docker: Add function2 to stdplus by William A. Kennington III · 2 years, 2 months ago
  81. 82aaba0 clang-tidy: use TemporaryDirectory by Nan Zhou · 2 years, 2 months ago
  82. 524ebee clang-tidy: try to remove old directories by Nan Zhou · 2 years, 3 months ago
  83. 11e5762 build-unit-test-docker: add cli11 to mapper by Brad Bishop · 2 years, 2 months ago
  84. 274e3a9 build-unit-test-docker: update GCC to 12 by Patrick Williams · 2 years, 2 months ago
  85. ed9414e build-unit-test-docker: upgrade googletest to 1.12.1 by Patrick Williams · 2 years, 2 months ago
  86. 43742f9 build-unit-test-docker: remove libunifex by Patrick Williams · 2 years, 3 months ago
  87. 0c4153b Change eslint output to human readable by Ed Tanous · 2 years, 3 months ago
  88. 310d66e build-unit-test-docker: remove catch2 by Patrick Williams · 2 years, 3 months ago
  89. 485a092 unit-test: cppcheck: use temporary directory by Patrick Williams · 2 years, 3 months ago
  90. fb612a5 Update meson to 0.63.0 by Michael Shen · 2 years, 3 months ago
  91. fb9948a Enforce commit message style by Ed Tanous · 2 years, 5 months ago
  92. 09dcd89 Update robotframework-requests package by George Keishing · 2 years, 4 months ago
  93. 81692c0 spelling: add ignore list by Patrick Williams · 2 years, 3 months ago
  94. dbd7cd6 scripts/unit-test.py: Fix an indent issue by Lei YU · 2 years, 4 months ago
  95. ce5f495 stdplus: Depend on googletest for support lib by William A. Kennington III · 2 years, 4 months ago
  96. c719855 Improve cppcheck results and calling code by Ed Tanous · 2 years, 5 months ago
  97. 6c55c58 Update boost to 1.79 by Ed Tanous · 2 years, 4 months ago
  98. 86ae135 build-qemu-robot-docker: update to jammy by Nan Zhou · 2 years, 5 months ago
  99. 0ff14b2 Upgrade clang-tidy version to 14.0.0 by Jian Zhang · 2 years, 5 months ago
  100. 3705241 move all build scripts to gerrit.openbmc.org by Andrew Geissler · 2 years, 6 months ago