ardour/libs
Paul Davis 210f58ddb7 add Destructible::drop_and_kill()
This should be used when a Destructible-derived object needs to be
deleted. Handlers of the DropReferences signal should not responsible for
deleting the Destructible, since that would happen in the middle of signal
emission.

Instead, emit the DropReferences signal, then delete the Destructible.
2025-11-11 13:01:50 -07:00
..
aaf libAAF update for NetBSD (#9886) 2025-02-01 11:30:14 +01:00
appleutility wscript: the i18n worker functions do not define the i18n waf commands 2024-10-20 19:52:14 -06:00
ardour Prefer std::regex, and modern C++ string search 2025-11-11 19:04:16 +01:00
ardouralsautil Correctly detect localtime_r 2025-05-18 20:08:27 +02:00
audiographer Copy more mingw branches for MSVC 2025-10-22 18:48:40 +02:00
auscan
backends Prefer std::regex, and modern C++ string search 2025-11-11 19:04:16 +01:00
canvas auto-ify a loop in the canvas ruler rendering code 2025-09-02 11:10:11 -06:00
clearlooks-newer Really remove gtk+ option (see also 1e28ee9cc9) 2025-07-06 15:20:20 +02:00
ctrl-interface move zoom in/out actions into shared "Editing" group 2024-12-07 08:00:46 -07:00
evoral Evoral::Sequence: tweak DEBUG_TRACE messages during note removal 2025-10-31 13:24:35 -06:00
fluidsynth
fst Fix/amend previous commit 2025-10-22 19:34:48 +02:00
gtkmm2ext add CapsLock modifier to Gtkmm2ext::Keyboard 2025-11-06 09:19:20 -07:00
hidapi Fix/amend previous commit 2025-10-22 19:34:48 +02:00
libltc
lua Fix adding C++ class instances to Lua STL containers 2025-11-09 03:48:39 +01:00
midi++2 Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
panners Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
pbd add Destructible::drop_and_kill() 2025-11-11 13:01:50 -07:00
plugins ACE fluidsynth: unload soundfonts after use, refill channels #9837 2024-11-03 19:22:30 +01:00
ptformat
qm-dsp One more MSVC related fix.. 2025-10-22 18:26:08 +02:00
staffpad Fix StaffPad compilation/linking with gcc-15.2 2025-10-11 23:34:27 +02:00
surfaces Prefer std::regex, and modern C++ string search 2025-11-11 19:04:16 +01:00
temporal fix incorrect locally scoped tempo map management 2025-10-20 14:58:16 -06:00
tk Update YTK unistd.h checks 2025-11-09 20:51:51 +01:00
vamp-plugins
vamp-pyin
vfork Copy more mingw branches for MSVC 2025-10-22 18:48:40 +02:00
vst3 use C++11 for VST3 SDK (revert custom cxx98 patch) 2025-02-25 12:46:16 +01:00
waveview Use PBD namespace for free CPU functions 2025-08-15 22:10:31 +02:00
widgets Fix pane constraint calculation for > 2 child widgets 2025-10-11 22:22:44 +02:00
zita-convolver Make header files more self-contained - add missing Ardour and lib includes 2024-10-20 03:30:46 +02:00
zita-resampler