Commit Graph

5 Commits

Author SHA1 Message Date
Evgeny Vereshchagin 700853c524
[dbus-broker] use wildcards to link dependencies (#8126)
to make it possible to update them without having to edit
the build script.
2022-08-02 15:41:44 +01:00
Evgeny Vereshchagin 6ab076f27a
[dbus-broker] show meson logs and turn off fuzz-introspector (#8065)
* [dbus-broker] show meson logs when it fails

* [dbus-broker] turn off fuzz-introspector
2022-07-23 17:09:06 +01:00
Evgeny Vereshchagin b6a9ed8ee1
[dbus-broker] turn on the alignment check (#8055)
By analogy with 8747524f04
it should help to somewhat cover architectures where unaligned access
can either crash code or be too expensive in terms of performance.
2022-07-22 13:40:03 +01:00
Evgeny Vereshchagin ed8ad012a2
[dbus-broker] add build script and fuzz target (#7870) 2022-07-22 10:12:14 +10:00
Evgeny Vereshchagin d98ad2b5c5
[dbus-broker] initial integration (#7860)
Prompted by https://github.com/bus1/dbus-broker/issues/291
2022-06-14 18:07:19 -05:00