#
5f47c322 |
| 01-Feb-2025 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: I3cde1c11c94214e6d0bf7a1308bd6f4a8df8a7bd Signed-off-by: Patrick Williams <p
clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: I3cde1c11c94214e6d0bf7a1308bd6f4a8df8a7bd Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
76ede764 |
| 18-Dec-2024 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: re-format for clang-19
clang-format-19 isn't compatible with the clang-format-18 output, so we need to reformat the code with the latest version. A few parameters in clang-tidy have b
clang-format: re-format for clang-19
clang-format-19 isn't compatible with the clang-format-18 output, so we need to reformat the code with the latest version. A few parameters in clang-tidy have been deprecated, so adjust the style file accordingly.
See Ie2f6eb3b043f2d655c9df806815afd7971fd0947 for updated style. See I88192b41ab7a95599a90915013579608af7bc56f for clang-19 enablement.
Change-Id: I2b83962c302486b1aeab35a93ed6e04f8e787e79 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
9fa30b98 |
| 16-Aug-2024 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: re-format for clang-18
clang-format-18 isn't compatible with the clang-format-17 output, so we need to reformat the code with the latest version. The way clang-18 handles lambda forma
clang-format: re-format for clang-18
clang-format-18 isn't compatible with the clang-format-17 output, so we need to reformat the code with the latest version. The way clang-18 handles lambda formatting also changed, so we have made changes to the organization default style format to better handle lambda formatting.
See I5e08687e696dd240402a2780158664b7113def0e for updated style. See Iea0776aaa7edd483fa395e23de25ebf5a6288f71 for clang-18 enablement.
Change-Id: Ib551fc6639fa2e7a4146272c43003c80e8fbd3b5 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
717fdc44 |
| 20-Oct-2023 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: copy latest and re-format
clang-format-17 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-17 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: Ib67d7cd6dfc9ca4356b21de66957ddd95ed96e97 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
edd70829 |
| 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: If2c2888544013ba1ef292b173c97dac6cc04d1c2 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
f87999d1 |
| 10-May-2022 |
George Liu <liuxiwei@inspur.com> |
Update clang-format
refer: https://github.com/openbmc/docs/blob/master/style/cpp/.clang-format
Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: Ia038d883dc1c8bdf23d6cfed186ae11d6e9fa571
|
#
1334b7b3 |
| 22-Feb-2021 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format-11: reformat
The .clang-format file here is an old version of the common one. Upgrade to the latest and reformat.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ic87853
clang-format-11: reformat
The .clang-format file here is an old version of the common one. Upgrade to the latest and reformat.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ic87853e6004d2d5ad6645a3ece8c0c87ccc96efd
show more ...
|
#
aaf87dee |
| 16-Apr-2018 |
Ratan Gupta <ratagupt@in.ibm.com> |
Add SNMP Error Notification
This class represents the Error Notification mib object.
The object of this class would be constructed from the function (sendTrap<>()) which would be implemented in lat
Add SNMP Error Notification
This class represents the Error Notification mib object.
The object of this class would be constructed from the function (sendTrap<>()) which would be implemented in later commit.
Change-Id: I3a737a20570acafb8263f3a69cf0464680f42b13 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
show more ...
|