#
4bf990ac |
| 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: Ib09d42d20372d1c39a81598c207e2756160b7f66 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
be4d9e70 |
| 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: I37706a2cb7da2a51ec6f6d42f59cea677e1fc111 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
43c83c56 |
| 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: I68b7c13d671fdbea99a10577e811c53cb5198aff Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
4f5ba642 |
| 11-May-2021 |
William A. Kennington III <wak@google.com> |
clang-format: Update to latest file Change-Id: I3e7bfe188a9b10822b0c8e049118433d78e4c1f5 Signed-off-by: William A. Kennington III <wak@google.com>
|
#
9ce5a9a0 |
| 12-Mar-2019 |
Vernon Mauery <vernon.mauery@linux.intel.com> |
Convert kcsbridged to C++17, sdbusplus::asio, and new IPMI D-Bus API This rewrites the C-style kcsbridged in modern C++, taking advantage of the sdbusplus::asio bindings. This also conve
Convert kcsbridged to C++17, sdbusplus::asio, and new IPMI D-Bus API This rewrites the C-style kcsbridged in modern C++, taking advantage of the sdbusplus::asio bindings. This also converts the bridge to use the new IPMI D-Bus API, which is method based instead of signal/method based. Tested-by: Using a parameterized unit file, launching via sytemctl start phosphor-ipmi-kcs@ipmi-kcs3 verify from host: modprobe ipmi_si ipmitool mc info Change-Id: I3a3e85a23fa7b76814848fcf270d25e4510bdd77 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
show more ...
|
#
a1c50751 |
| 03-Apr-2018 |
Haiyue Wang <haiyue.wang@linux.intel.com> |
Add initial kcsbridge package kcsbridge implements a KCM ipmi bridge for openbmc in a similar way to btbridged. Change-Id: I7f89e4ef3ccaef5b08ecef150a9672f5bd1ea85d Signed-o
Add initial kcsbridge package kcsbridge implements a KCM ipmi bridge for openbmc in a similar way to btbridged. Change-Id: I7f89e4ef3ccaef5b08ecef150a9672f5bd1ea85d Signed-off-by: Haiyue Wang <haiyue.wang@linux.intel.com> Signed-off-by: Ed Tanous <ed.tanous@intel.com>
show more ...
|