commit | 01d14600058f6d4bd4ca999da0be7096e0a6efc1 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Nov 30 02:36:04 2022 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Nov 30 02:36:04 2022 -0600 |
tree | 22b69c762c9bc314701c9b10e075a4e837975d62 | |
parent | 52535624d64ccd6daa0aedde459c080100ec4083 [diff] |
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 Change-Id: I2284ffdeafce8f319fe6d00417954c6fc80a37d1 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
meson builddir ninja -C builddir
meson builddir -Dbuildtype=minsize -Db_lto=true -Dtests=disabled ninja -C builddir
If any of the dependencies are not found on the host system during configuration, meson automatically gets them via its wrap dependencies mentioned in ipmid/subprojects
.
meson builddir -Dwrap_mode=nofallback ninja -C builddir
meson builddir -Dbuildtype=debug ninja -C builddir
meson builddir -Db_coverage=true -Dtests=enabled ninja -C builddir test ninja -C builddir coverage