#
5670b188 |
| 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: Idb72665dbadfa8afd569a2e0e254d84f0a2108d3 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
374fae56 |
| 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: Ie530f2c63000bbfac7c5fbbc74ebe6bc8c07fb1a
show more ...
|
#
01539e7e |
| 30-Jul-2019 |
Lei YU <mine260309@gmail.com> |
Add activation, item_updater and version
Implement part of functions of Activation, ItemUpdater and Version.
Tested: Upload a dummy PSU tarball, and verify the activation object is created
Add activation, item_updater and version
Implement part of functions of Activation, ItemUpdater and Version.
Tested: Upload a dummy PSU tarball, and verify the activation object is created with expected ExtendedVersion, and the object is deleted when Delete is invoked.
Signed-off-by: Lei YU <mine260309@gmail.com> Change-Id: I7b9d29f46914ace93d27a715b32c80957e88a0aa
show more ...
|
#
e065f617 |
| 30-Jul-2019 |
Lei YU <mine260309@gmail.com> |
Initial build for psu code manager
Add initial meson build env, empty c++ files, and the systemd service. Add README and .gitignore Add Matt as reviewer.
Tested: Verify build is OK and the service
Initial build for psu code manager
Add initial meson build env, empty c++ files, and the systemd service. Add README and .gitignore Add Matt as reviewer.
Tested: Verify build is OK and the service is installed to the correct dir.
Signed-off-by: Lei YU <mine260309@gmail.com> Change-Id: I21c060d2b98e8eafd4607cfce09038189e76d22f
show more ...
|