#
99cd49a6 |
| 03-Mar-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: Iea5dddb12203afff7e0495be7d2ea7183ffe8d1c 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: Iea5dddb12203afff7e0495be7d2ea7183ffe8d1c Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
1a64356f |
| 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: I61c7e22e726dbab6c7f3da43270adbdb9b4927fb Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
5de90619 |
| 13-Feb-2024 |
Patrick Williams <patrick@stwcx.xyz> |
prefer std::format over fmt
Use std::format or stdplus::print and eliminate the fmt dependency.
Change-Id: Ide14b682949914f09f749141196cdb210fe1239e Signed-off-by: Patrick Williams <patrick@stwcx.x
prefer std::format over fmt
Use std::format or stdplus::print and eliminate the fmt dependency.
Change-Id: Ide14b682949914f09f749141196cdb210fe1239e Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
b8125763 |
| 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: I8f5382f5868ca19781c2327a3e69f02118975a25 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
a1a69f19 |
| 27-May-2022 |
kasunath <kasunath@google.com> |
Add a class to handle RDE BEJ dictionary data
This class is used to store RDE BEJ dictionary data transmitted through bios-bmc circular buffer interface.
Signed-off-by: Kasun Athukorala <kasunath@g
Add a class to handle RDE BEJ dictionary data
This class is used to store RDE BEJ dictionary data transmitted through bios-bmc circular buffer interface.
Signed-off-by: Kasun Athukorala <kasunath@google.com> Change-Id: Idf7726a9f4647885ede615229d507f233ffb13c5
show more ...
|