#
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 ...
|
#
8a3db36a |
| 05-Feb-2020 |
Shawn McCarney <shawnmm@us.ibm.com> |
regulators: Add toString() method to Action class
Add a toString() method to the Action class and all child classes.
This method returns a string description of the action. The description will be
regulators: Add toString() method to Action class
Add a toString() method to the Action class and all child classes.
This method returns a string description of the action. The description will be used in journal entries and error logs when an action fails (such as due to an I2C error).
Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com> Change-Id: I083496d23bf9c3df5be1b082650a9def24be1b00
show more ...
|
#
2134ca66 |
| 11-Nov-2019 |
Shawn McCarney <shawnmm@us.ibm.com> |
Create regulators RunRuleAction class
Create the RunRuleAction class that implements the run_rule action in the JSON config file.
Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com> Change-Id: I382d
Create regulators RunRuleAction class
Create the RunRuleAction class that implements the run_rule action in the JSON config file.
Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com> Change-Id: I382d072f6648f7609b0eb2b4e8a51b7fb18d54db
show more ...
|