* [bluez/bluez] 91c340: shared: Remove glib dependency from src/shared/ad.c
@ 2026-04-16 15:51 hadess
0 siblings, 0 replies; only message in thread
From: hadess @ 2026-04-16 15:51 UTC (permalink / raw)
To: linux-bluetooth
Branch: refs/heads/master
Home: https://github.com/bluez/bluez
Commit: 91c340d359b7ae6cd690ae2c6b2acda48c8837f6
https://github.com/bluez/bluez/commit/91c340d359b7ae6cd690ae2c6b2acda48c8837f6
Author: Bastien Nocera <hadess@hadess.net>
Date: 2026-04-16 (Thu, 16 Apr 2026)
Changed paths:
M plugins/neard.c
M src/adapter.c
M src/device.c
M src/device.h
M src/eir.c
M src/eir.h
M unit/test-eir.c
Log Message:
-----------
shared: Remove glib dependency from src/shared/ad.c
src/shared/ad.c includes src/eir.h, which uses glib, which means that
the non-glib shared library can't be used without linking to glib.
Use our own queue implementation to remove the glib linked-list usage.
Commit: 6a6aaeba6aed3b5994476f9e21a0e417a158c44e
https://github.com/bluez/bluez/commit/6a6aaeba6aed3b5994476f9e21a0e417a158c44e
Author: Bastien Nocera <hadess@hadess.net>
Date: 2026-04-16 (Thu, 16 Apr 2026)
Changed paths:
M src/shared/queue.h
Log Message:
-----------
shared/queue: Fix warning when compiling ad.c
Both ad.c and eir.h include queue.h as both use the struct declared in
this header. Quiet the warnings with a stanza that means it will be
ignored second time around.
Commit: 07a0b87e6b34c57f36ce8995a6414bc2e3332790
https://github.com/bluez/bluez/commit/07a0b87e6b34c57f36ce8995a6414bc2e3332790
Author: Bastien Nocera <hadess@hadess.net>
Date: 2026-04-16 (Thu, 16 Apr 2026)
Changed paths:
M src/shared/csip.c
M src/shared/rap.c
Log Message:
-----------
shared: Remove unneeded glib includes
glib was included, but no glib functions or data types were being used,
so remove those includes.
Compare: https://github.com/bluez/bluez/compare/590bed15fbaf...07a0b87e6b34
To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-04-16 15:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-16 15:51 [bluez/bluez] 91c340: shared: Remove glib dependency from src/shared/ad.c hadess
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox