#
6a2b8956 |
| 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: I6083e412d8356a97b5213a138f370bfeb43a69b3 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
8123a713 |
| 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: I768b8efcac262ef07cf75f06486c6144c090e91a
show more ...
|
#
9351665a |
| 23-Oct-2018 |
Matt Spinler <spinler@us.ibm.com> |
Remove dead is_method_error code
According to https://lists.ozlabs.org/pipermail/openbmc/2018-October/013696.html, The is_method_error() function will never return true and can be removed.
Change-I
Remove dead is_method_error code
According to https://lists.ozlabs.org/pipermail/openbmc/2018-October/013696.html, The is_method_error() function will never return true and can be removed.
Change-Id: I9f86e979ddd1854e9c98c23a3a235bc4adbd79f4 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
show more ...
|
#
7766e25b |
| 12-Sep-2018 |
Matt Spinler <spinler@us.ibm.com> |
Fix GetSubTree depth argument type
GetSubTree takes an integer for the depth, and not a size_t. The upcoming mapper implementation needs it correct.
Tested: No longer throws an exception with the
Fix GetSubTree depth argument type
GetSubTree takes an integer for the depth, and not a size_t. The upcoming mapper implementation needs it correct.
Tested: No longer throws an exception with the fix.
Change-Id: I9bda8872bf26a67a7edf9ff818d36b13a750def0 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
show more ...
|
#
66e07073 |
| 12-Sep-2018 |
Matt Spinler <spinler@us.ibm.com> |
clang-format updates
Run with clang-format-6.0 and update to latest .clang-format as listed in the docs repository.
Change-Id: I40fb686cc66adf56b2c1b5277ac1c44b64b89349 Signed-off-by: Matt Spinler
clang-format updates
Run with clang-format-6.0 and update to latest .clang-format as listed in the docs repository.
Change-Id: I40fb686cc66adf56b2c1b5277ac1c44b64b89349 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
show more ...
|
#
d82a6ddf |
| 23-May-2018 |
Matt Spinler <spinler@us.ibm.com> |
Add getSubtree and getAllProperties functions
These will be used to get callout information from the inventory.
Also added a helper function getService to find a service name in the GetSubtree data
Add getSubtree and getAllProperties functions
These will be used to get callout information from the inventory.
Also added a helper function getService to find a service name in the GetSubtree data based on an object path and interface name.
Tested: The functions work when called in future commit.
Change-Id: Ib9af94263506041c353fa813167051559c30bcac Signed-off-by: Matt Spinler <spinler@us.ibm.com>
show more ...
|
#
259e7277 |
| 29-Mar-2018 |
Matt Spinler <spinler@us.ibm.com> |
Enable clang-format
Ideally would have done this from the beginning, but better later than never.
Change-Id: Ib4c73085c4817496c9f2ee505c19149a67b394dc Signed-off-by: Matt Spinler <spinler@us.ibm.co
Enable clang-format
Ideally would have done this from the beginning, but better later than never.
Change-Id: Ib4c73085c4817496c9f2ee505c19149a67b394dc Signed-off-by: Matt Spinler <spinler@us.ibm.com>
show more ...
|
#
bc997490 |
| 27-Mar-2018 |
Matt Spinler <spinler@us.ibm.com> |
Add getManagedObjects helper function
This will return all of the interfaces and properties on an object. It will be used on startup of the application to check for existing error logs.
Change-Id:
Add getManagedObjects helper function
This will return all of the interfaces and properties on an object. It will be used on startup of the application to check for existing error logs.
Change-Id: I29f25da0fe69a3200a1f690397af13f8513c8844 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
show more ...
|