13
0
livetrax/libs
Robin Gareus 8075b55919 Fix amiguity in atomic load
operator _Tp() const volatile _NOEXCEPT {return load();}
operator _Tp() const _NOEXCEPT  {return load();}
2023-03-25 00:07:56 +01:00
..
appleutility
ardour add method accidentally removed during rebase with spp-atomic 2023-03-24 16:35:18 -06:00
ardouralsautil
audiographer switch from glib atomic to std::atomic (libs edition) 2023-03-24 14:19:15 -06:00
auscan
backends std::atomic - 2nd batch of changes to convert from glib to std::atomic 2023-03-24 14:19:15 -06:00
canvas canvas: fix debug output after auto-fication 2023-03-24 14:19:16 -06:00
clearlooks-newer
ctrl-interface switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
evoral switch from glib atomic to std::atomic (libs edition) 2023-03-24 14:19:15 -06:00
fluidsynth
fst
gtkmm2ext std-ize: convert all boost shared/weak ptr includes to <memory> 2023-03-24 14:19:15 -06:00
hidapi
libltc
lua switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
midi++2 switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
panners switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
pbd Fix amiguity in atomic load 2023-03-25 00:07:56 +01:00
plugins
ptformat
qm-dsp
surfaces fixup various mistakes when rebasing boost->std shared_ptr changes 2023-03-24 14:19:16 -06:00
temporal temporal: operator<< for Range and RangeList 2023-03-24 14:19:16 -06:00
vamp-plugins Fix EBU-R128 loudness analysis for mono signals 2023-02-02 17:58:46 +01:00
vamp-pyin
vfork
vst3 Ignore Steinberg's non-virtual-d'tor 2023-02-08 02:03:54 +01:00
waveview switch from glib atomic to std::atomic (libs edition) 2023-03-24 14:19:15 -06:00
widgets switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
zita-convolver
zita-resampler