#
b7077437 |
| 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: Id49ad73c860533f4658c909e86d6dc8e1423efb4 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
b9dd7f86 |
| 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: I014bacc34b5a3a7a2a6de6a29b81a3b147eb6ed9 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
df190619 |
| 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: I07b444d4ae00b0fce52a846f2bff2e6b99fb971c Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
8c505da0 |
| 28-May-2020 |
James Feist <james.feist@linux.intel.com> |
Update to latest clang format Update to clang-format-10 Change-Id: I91e46a3b27c7ebd9a4813a19c1a62ac19bc2f0a0 Signed-off-by: James Feist <james.feist@linux.intel.com>
|
#
a465ccce |
| 08-Feb-2019 |
James Feist <james.feist@linux.intel.com> |
Move variant usage to std Since sdbusplus now uses std, it's cleaner just to use the variant type directly not behind the namespace. Also updates clang format. Style on
Move variant usage to std Since sdbusplus now uses std, it's cleaner just to use the variant type directly not behind the namespace. Also updates clang format. Style only change. Tested-by: It builds Change-Id: I2b7e3ae6b0135cda3e8443e8f910009e6e857f87 Signed-off-by: James Feist <james.feist@linux.intel.com>
show more ...
|
#
9eb0b58e |
| 27-Apr-2018 |
James Feist <james.feist@linux.intel.com> |
Move FruDevice to sdbusplus This is more to work through the kinks of sdbusplus asio, but is good to add none the less. Change-Id: I43204dfc6455be62435eea45752d0029a54cfe79
Move FruDevice to sdbusplus This is more to work through the kinks of sdbusplus asio, but is good to add none the less. Change-Id: I43204dfc6455be62435eea45752d0029a54cfe79 Signed-off-by: James Feist <james.feist@linux.intel.com>
show more ...
|
#
c72f8c26 |
| 30-Apr-2018 |
James Feist <james.feist@linux.intel.com> |
Update clang-format This was based on an initial draft of the upstream, output is still the same, but keep it in-sync. Change-Id: I8506a7fdbdb5299ea8d0434c6448971d0bbb11d9 S
Update clang-format This was based on an initial draft of the upstream, output is still the same, but keep it in-sync. Change-Id: I8506a7fdbdb5299ea8d0434c6448971d0bbb11d9 Signed-off-by: James Feist <james.feist@linux.intel.com>
show more ...
|
#
3cb5fece |
| 23-Jan-2018 |
James Feist <james.feist@linux.intel.com> |
Move components from proving-ground Move all needed components from proving ground to this repo. Some clean up was done in json files to fix probes as well as some slight modificatio
Move components from proving-ground Move all needed components from proving ground to this repo. Some clean up was done in json files to fix probes as well as some slight modification to readme. Change-Id: I05b7f6459704640c4850420a4573d157500d0aff Signed-off-by: James Feist <james.feist@linux.intel.com>
show more ...
|