#
42a44c28 |
| 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: I09e19a126d456dc184fd70e82d4e4e4217fa8ee7 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
e5aafa5b |
| 05-Jun-2020 |
Benjamin Fair <benjaminfair@google.com> |
tools/pci: refactor PCI bridge Use polymorphism to handle the differences between Aspeed and Nuvoton PCI devices. Add unit tests (now at 100% line coverage for tools/pci.cpp).
tools/pci: refactor PCI bridge Use polymorphism to handle the differences between Aspeed and Nuvoton PCI devices. Add unit tests (now at 100% line coverage for tools/pci.cpp). Signed-off-by: Benjamin Fair <benjaminfair@google.com> Change-Id: I43e63ec5eb9fce5fb0fc74e0e69667dd13b7433f
show more ...
|
Revision tags: v1.0 |
|
#
9b534f06 |
| 13-Dec-2018 |
Patrick Venture <venture@google.com> |
tools: put all host-side code into host_tool namespace To avoid confusion and organize the code itself more cleanly, place the host-side code into its own namespace. Change-Id:
tools: put all host-side code into host_tool namespace To avoid confusion and organize the code itself more cleanly, place the host-side code into its own namespace. Change-Id: I573eb0494eb59874adb1d1eadc502499e928e396 Signed-off-by: Patrick Venture <venture@google.com>
show more ...
|
#
2bc23fe1 |
| 13-Dec-2018 |
Patrick Venture <venture@google.com> |
tools: updater: add exceptions for errors Add custom exception for errors per TODO comments. Change-Id: I14b89afe816724ff2bdb1761ef6e6a0a8217feed Signed-off-by: Patrick Venture
tools: updater: add exceptions for errors Add custom exception for errors per TODO comments. Change-Id: I14b89afe816724ff2bdb1761ef6e6a0a8217feed Signed-off-by: Patrick Venture <venture@google.com>
show more ...
|