Commit Graph

6 Commits

Author SHA1 Message Date
Evgeny Vereshchagin 5fb1c5ecf8
[dbus-broker] fix the alignment check (#8489)
It should be passed to meson as well to build `dbus-broker` with the
alignment check.
2022-09-14 10:16:54 +01:00
Evgeny Vereshchagin 7ac2b252ca
[dbus-broker] bring back fuzz-introspector (#8222) 2022-08-11 23:28:24 +01:00
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