#
48781aef |
| 10-May-2023 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest
clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest .clang-format from the docs repository and reformat the repository.
Change-Id: If66f68c96df4baf8dc07abf8729a3cb7657e932d Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
0c9a33d6 |
| 13-Sep-2021 |
Adriana Kobylak <anoo@us.ibm.com> |
clang updates
The openbmc CI was recently updated to clang-12 which requires some formatting updates to the code: https://github.com/openbmc/openbmc-build-scripts/commit/4569bf49daaebff06be048242690
clang updates
The openbmc CI was recently updated to clang-12 which requires some formatting updates to the code: https://github.com/openbmc/openbmc-build-scripts/commit/4569bf49daaebff06be0482426908bb5497fad08
Make those updates and refresh the clang-format file with the one from docs: https://github.com/openbmc/docs/blob/master/style/cpp/.clang-format
Change-Id: Ieb3626526373a053ec84431e7560003f229f338d Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
show more ...
|
#
38f802ac |
| 08-Sep-2021 |
Patrick Williams <patrick@stwcx.xyz> |
exception: add errno
sdbusplus is going to start requiring the 'get_errno' function on all exceptions.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: If98b71c227b109341189409ea8de42
exception: add errno
sdbusplus is going to start requiring the 'get_errno' function on all exceptions.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: If98b71c227b109341189409ea8de42fa333e99c0
show more ...
|
#
8c232456 |
| 05-May-2021 |
Shawn McCarney <shawnmm@us.ibm.com> |
regulators: Complete PMBusReadSensorAction class
Complete implementation of the PMBusReadSensorAction class. Publish the sensor value on D-Bus using the Sensors service.
Update gtests for this cla
regulators: Complete PMBusReadSensorAction class
Complete implementation of the PMBusReadSensorAction class. Publish the sensor value on D-Bus using the Sensors service.
Update gtests for this class to expect calls to the Sensors service. Fix some constructor parameter combinations that did not make sense, such as linear_16 format for non-voltage sensors.
Also refactor the TestSDBusError exception class into a separate file. This allows it to be shared by multiple test cases. This class is a concrete implementation of the abstract sdbusplus::exception_t class used for D-Bus errors.
Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com> Change-Id: I5a77616b2ae5b17224c296aeee88019512649589
show more ...
|