1641ea4a | 01-Feb-2025 |
Patrick Williams <patrick@stwcx.xyz> |
meson: reformat with meson formatter
Apply the `meson format` results.
Change-Id: I52df7c2d5ace4d8f642179a14d575a399243c635 Signed-off-by: Patrick Williams <patrick@stwcx.xyz> |
40086012 | 01-Feb-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: I65807b78561b8bb92917a32e34c01280fb4577b4 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: I65807b78561b8bb92917a32e34c01280fb4577b4 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
e3de942a | 18-Dec-2024 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: re-format for clang-19
clang-format-19 isn't compatible with the clang-format-18 output, so we need to reformat the code with the latest version. A few parameters in clang-tidy have b
clang-format: re-format for clang-19
clang-format-19 isn't compatible with the clang-format-18 output, so we need to reformat the code with the latest version. A few parameters in clang-tidy have been deprecated, so adjust the style file accordingly.
See Ie2f6eb3b043f2d655c9df806815afd7971fd0947 for updated style. See I88192b41ab7a95599a90915013579608af7bc56f for clang-19 enablement.
Change-Id: If5f67723368025150be5892c602fb54808e129b3 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
91f5e37e | 03-Sep-2024 |
Patrick Williams <patrick@stwcx.xyz> |
meson: switch code dependency to libsystemd
For a while now systemd has packaged a separate `libsystemd`. For meson dependency, `systemd` should be used when looking for systemd service file paths
meson: switch code dependency to libsystemd
For a while now systemd has packaged a separate `libsystemd`. For meson dependency, `systemd` should be used when looking for systemd service file paths and `libsystemd` should be used for `sd_*` functions.
Update the dependency accordingly.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I6cd50bda0f02315469fac81d5a110a6383feb327
show more ...
|
df62a40a | 18-Aug-2024 |
Andrew Jeffery <andrew@codeconstruct.com.au> |
OWNERS: Remove Andrew, promote Adriana
I'm no-longer employed by IBM, and this repo is tied into the depths of their platform boot code. It needs to be maintained by someone internal to IBM.
Change
OWNERS: Remove Andrew, promote Adriana
I'm no-longer employed by IBM, and this repo is tied into the depths of their platform boot code. It needs to be maintained by someone internal to IBM.
Change-Id: Ifd1439a3236f875b5a7ff6158c868d7ba783bc38 Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
show more ...
|
40a2afba | 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: I729d80cbcef16e9603f881163b54cc8b8f60b36f Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
167c4d6c | 18-Aug-2024 |
Andrew Jeffery <andrew@codeconstruct.com.au> |
OWNERS: Update Andrew's email address
Change-Id: Ib9858cba1c26ed426fcd567a1f63228bf0e1c611 Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au> |
27031412 | 17-Jun-2024 |
Manojkiran Eda <manojkiran.eda@gmail.com> |
Fix spelling mistakes using codespell
This commit corrects various spelling mistakes throughout the repository. The corrections were made automatically using `codespell`[1] tool.
[1]: https://githu
Fix spelling mistakes using codespell
This commit corrects various spelling mistakes throughout the repository. The corrections were made automatically using `codespell`[1] tool.
[1]: https://github.com/codespell-project/codespell
Change-Id: I737d5075893d37975ab190217e3a5836f2a5987d Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
show more ...
|
564efaea | 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: Ie4e7e86dbfcb0b90d5b5838a7095e739c1865c77 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
34cd6a1b | 15-Aug-2023 |
George Liu <liuxiwei@inspur.com> |
meson_options.txt: Support for reading options from meson.options
Support has been added for reading options from meson.options instead of meson_options.txt[1]. These are equivalent, but not using t
meson_options.txt: Support for reading options from meson.options
Support has been added for reading options from meson.options instead of meson_options.txt[1]. These are equivalent, but not using the .txt extension for a build file has a few advantages, chief among them many tools and text editors expect a file with the .txt extension to be plain text files, not build scripts.
[1] https://mesonbuild.com/Release-notes-for-1-1-0.html#support-for-reading-options-from-mesonoptions
Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I8322ecdc9a3482525adba74cbe94cd751180be48
show more ...
|
a917d24e | 12-Jul-2023 |
Patrick Williams <patrick@stwcx.xyz> |
build: upgrade to C++23
Meson 1.1.1 and GCC-13 both support C++23 and a sufficient portion of the standard has been implemented. Upgrade the build to leverage it.
Change-Id: I96dfaff39d5361fb2a1d5
build: upgrade to C++23
Meson 1.1.1 and GCC-13 both support C++23 and a sufficient portion of the standard has been implemented. Upgrade the build to leverage it.
Change-Id: I96dfaff39d5361fb2a1d5b8cb17a1b54d5879b00 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
0d5b076e | 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: Ie377be65aa7205089b44e4c0caf4674ea8797e13 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
7a50cbe5 | 08-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
prettier: re-format
Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML files to have consistent formatting for these file types. Re-run the formatter on the whole repository.
prettier: re-format
Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML files to have consistent formatting for these file types. Re-run the formatter on the whole repository.
Change-Id: Ibdbcc466780f4a2303c4c0879937d690cbac8d06 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
868976f0 | 04-Aug-2022 |
Patrick Williams <patrick@stwcx.xyz> |
MAINTAINERS: remove file
The MAINTAINERS file is deprecated in favor of OWNERS.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I9ded3cc082b5880b4f9a08056e2468d7a1d8dbdf
|
6aa9236c | 22-Jul-2022 |
Patrick Williams <patrick@stwcx.xyz> |
sdbusplus: use shorter type aliases
The sdbusplus headers provide shortened aliases for many types. Switch to using them to provide better code clarity and shorter lines. Possible replacements are
sdbusplus: use shorter type aliases
The sdbusplus headers provide shortened aliases for many types. Switch to using them to provide better code clarity and shorter lines. Possible replacements are for: * bus_t * exception_t * manager_t * match_t * message_t * object_t * slot_t
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ia40a8258d162ca5fbb07d91a652f5521f2465cda
show more ...
|
2dc3ed3f | 22-Jul-2022 |
Patrick Williams <patrick@stwcx.xyz> |
OWNERS: switch 'matches' to 'matchers'
The original OWNERS template had a mistake which used 'matches' instead of the field supported by the Gerrit plugin 'matchers'. Update the OWNERS file to have
OWNERS: switch 'matches' to 'matchers'
The original OWNERS template had a mistake which used 'matches' instead of the field supported by the Gerrit plugin 'matchers'. Update the OWNERS file to have the correct field.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I7c7b9612264a04ce4c071d8d1e6252159102178b
show more ...
|
89707266 | 15-Jun-2022 |
Willy Tu <wltu@google.com> |
build: Convert project to meson due to ipmid dependencies
Cleanedup all build warnings and updated the header to point to the latest ipmid.
Tested: Build BMC image with witherspoon and was fine.
C
build: Convert project to meson due to ipmid dependencies
Cleanedup all build warnings and updated the header to point to the latest ipmid.
Tested: Build BMC image with witherspoon and was fine.
Change-Id: Ib00d9ef44b176aec5d2a92a24c6f26b7794051c8 Signed-off-by: Willy Tu <wltu@google.com>
show more ...
|
299cb81e | 15-Apr-2022 |
Patrick Williams <patrick@stwcx.xyz> |
build: enable C++20
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Icd1eb71dc2fc2a13edbfb47954023eb85982dc5c |
90eea43e | 25-Oct-2021 |
Manojkiran Eda <manojkiran.eda@gmail.com> |
Add OWNERS file
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: I07bc898dd3518548a3a55dda4ce08037beed047f |
95510386 | 02-Sep-2021 |
Patrick Williams <patrick@stwcx.xyz> |
exception: switch to public sdbus exception
SdBusError was intended to be a private error type inside sdbusplus. Switch all catch locations to use the general sdbusplus::exception type.
Signed-off-
exception: switch to public sdbus exception
SdBusError was intended to be a private error type inside sdbusplus. Switch all catch locations to use the general sdbusplus::exception type.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I7e6f9e0a9d2c91fb5cd82e7a77a3416d1f07247f
show more ...
|
61e18614 | 13-Apr-2021 |
Patrick Williams <patrick@stwcx.xyz> |
MAINTAINERS: update email address for Deepak
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I10c0aecd6a8447d4335763c99c9f481a269a38e3 |
e7c68401 | 13-Apr-2021 |
Patrick Williams <patrick@stwcx.xyz> |
bootstrap: fix shellcheck warnings
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I86ef079c9632e5563a1a56d6a2e23aad59ecbc57 |
80d5bcaf | 13-May-2020 |
Patrick Williams <patrick@stwcx.xyz> |
sdbusplus: replace message::variant with std::variant
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I8c6fbef06cc2f208b3b6498bc6a4e099a34f9fb0 |
3d420921 | 13-May-2020 |
Patrick Williams <patrick@stwcx.xyz> |
sdbusplus: remove deprecated variant_ns
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I40c4c90fcebf4c984201653a1ac4d6f203d82eb2 |
a182dce8 | 06-Apr-2020 |
Patrick Williams <patrick@stwcx.xyz> |
configure: remove unused dependency on sdbus++
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: If6517671c0adbfdff2ec4698bc73e0cd08ccd34d |