13
0
livetrax/libs/backends
Robin Gareus cc7b8b1bc5
gcc-11 compat, volatile atomic variables (1/2)
"While 'atomic' has a volatile qualifier, this is a historical
artifact and the pointer passed to it should not be volatile."

Furthermore "It is very important that all accesses to a
particular integer or pointer be performed using only this API"
(from https://developer.gnome.org/glib/2.68/glib-Atomic-Operations.html)

Hence initialization of atomic variables is changed to also use
this API, instead of directly initializing the value.

This also fixes a few cases where atomic variables were
accessed directly.

see also libs/pbd/pbd/g_atomic_compat.h
2021-03-22 15:30:07 +01:00
..
alsa gcc-11 compat, volatile atomic variables (1/2) 2021-03-22 15:30:07 +01:00
coreaudio Prevent deadlock when disconnecting 2021-02-04 21:06:20 +01:00
dummy Prevent deadlock when disconnecting 2021-02-04 21:06:20 +01:00
jack Fix OSX and non GCC builds 2021-03-01 16:20:38 +01:00
MSVCbackends MSVC changes to support the new code modules (Tabbable API stuff) 2021-02-24 14:32:23 +00:00
portaudio Fix a problem with ASIO buffer sizes on Windows 2021-03-18 16:12:28 +00:00
pulseaudio Prevent deadlock when disconnecting 2021-02-04 21:06:20 +01:00
wscript