#
d62ef559 |
| 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: Ia5d22931711ae5704dfafa0a7786909087d488ee Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
bebbda9b |
| 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: I9289bdced9919b505edbd70a0d1c41bc6abdee1e Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
0ea7357e |
| 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: I509c8567baedea7c86787f2e880900da13ebfc9f Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
b5754fd4 |
| 10-Sep-2018 |
Patrick Venture <venture@google.com> |
Update .clang-format Per sdbusplus's clang-format file. Change-Id: Ib7868577dda1bc7ccb300a305e9a3c65efab136c Signed-off-by: Patrick Venture <venture@google.com>
|
#
33569758 |
| 12-Mar-2018 |
Patrick Venture <venture@google.com> |
Initial check-in of LPC Snoop Broadcast Daemon This is a simple daemon which reads a file interface from an lpc-snoop driver and broadcasts the values read. It presently assumes
Initial check-in of LPC Snoop Broadcast Daemon This is a simple daemon which reads a file interface from an lpc-snoop driver and broadcasts the values read. It presently assumes there's /dev/aspeed-lpc-snoop0, however this could be made a command line parameter. Change-Id: Ic8e7511de619d93bf1cffd9a096c92315f870946 Signed-off-by: Patrick Venture <venture@google.com>
show more ...
|