#
99d292a3 |
| 08-Feb-2022 |
Willy Tu <wltu@google.com> |
phosphor-ipmi-flash: Code Health Cleanup
Removed the following warning. - using decl '*' is unused - 'push_back' is called inside a loop; consider pre-allocating the container capacity before th
phosphor-ipmi-flash: Code Health Cleanup
Removed the following warning. - using decl '*' is unused - 'push_back' is called inside a loop; consider pre-allocating the container capacity before the loop - function '*' defined in a header file; function definitions in header files can lead to ODR violations
Change-Id: I44e4b0f8056a853fb45b690394be1a8ebec45b20 Signed-off-by: Willy Tu <wltu@google.com>
show more ...
|
#
f450486f |
| 25-Apr-2021 |
Willy Tu <wltu@google.com> |
test: Replace the C++ MOCK_METHOD<n> macros with the new MOCK_METHOD Change-Id: I5099c727e9e918f19fa61acc91ef75250ebc6fa6 Signed-off-by: Willy Tu <wltu@google.com>
|
#
4175b4ca |
| 24-Dec-2020 |
William A. Kennington III <wak@google.com> |
Add callback support to triggerable actions Change-Id: Icc27fbe9403eda418f41e12c76af7f3216f4b72a Signed-off-by: William A. Kennington III <wak@google.com>
|
#
84bff8be |
| 06-Nov-2020 |
Jason Ling <jasonling@google.com> |
test: move shared mocks to common area Move mocks that can be shared between version and firmware handler tests to parent directory (bmc/test). This will eliminate the need to d
test: move shared mocks to common area Move mocks that can be shared between version and firmware handler tests to parent directory (bmc/test). This will eliminate the need to duplicate the definition of testing mocks. Signed-off-by: Jason Ling <jasonling@google.com> Change-Id: Id41c56271d0bfbcb8c18da1f903c7786699508d4
show more ...
|
#
da4d4a43 |
| 28-Sep-2020 |
Patrick Venture <venture@google.com> |
bmc/test: fixups detected in bazel-type build Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Id5a2ac8ab7a59d6483a82e51ebcb25d7aaffaf50
|
#
fa06a5f0 |
| 01-Jul-2019 |
Patrick Venture <venture@google.com> |
bmc: add ActionPack notion to bundle actions Each firmware type will provide its own set of action implementations for each step, preparation, verification, and update. Signed-o
bmc: add ActionPack notion to bundle actions Each firmware type will provide its own set of action implementations for each step, preparation, verification, and update. Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Id6409ac356a74e9094272b37709861e2a33d9862
show more ...
|
Revision tags: v1.0 |
|
#
f0c71df2 |
| 26-Jun-2019 |
Patrick Venture <venture@google.com> |
move bmc code into bmc folder Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I2407359461a1a2f0e733ff8cd0cb1744b6304c32
|