13
0
livetrax/libs
Robin Gareus f17a656217
use modern C++ for snprintf (#9841)
This replaces vector<char>::operator[] (which now
a constexpr since C++20). We could use &vector::data(),
but a unique_ptr seems more appropriate for the case at hand.
2024-11-04 18:48:28 +01:00
..
aaf wscript: fix whitespace formatting 2024-10-20 19:52:14 -06:00
appleutility wscript: the i18n worker functions do not define the i18n waf commands 2024-10-20 19:52:14 -06:00
ardour use modern C++ for snprintf (#9841) 2024-11-04 18:48:28 +01:00
ardouralsautil the great onceification (libs) 2024-10-17 07:44:31 -06:00
audiographer Make header files more self-contained - add missing Ardour and lib includes 2024-10-20 03:30:46 +02:00
auscan wscript: sanitize strings from fetch_*_revision_date early instead of applying str() all over 2023-10-15 10:47:16 -06:00
backends Make header files more self-contained - add missing Ardour and lib includes 2024-10-20 03:30:46 +02:00
canvas Make header files more self-contained - add missing Ardour and lib includes 2024-10-20 03:30:46 +02:00
clearlooks-newer Localize stripped down gtk2 2024-01-06 21:52:48 +01:00
ctrl-interface Make header files more self-contained - add missing std includes 2024-10-20 03:11:53 +02:00
evoral remove Evoral::Sequence::overlaps{_unlocked} (). Not used anywhere 2024-10-31 12:22:35 -06:00
fluidsynth wscript: drop traces of shutdown() handling 2023-10-15 10:47:16 -06:00
fst Another minor tweak to fix a build issue with MSVC/c++17 2024-10-17 12:07:05 +01:00
gtkmm2ext wscript: the i18n worker functions do not define the i18n waf commands 2024-10-20 19:52:14 -06:00
hidapi build: Set _POSIX_C_SOURCE=200809L instead of comment about -std=gnu99 in 8fea1ea42e 2024-10-14 22:57:15 +02:00
libltc wscript: drop traces of shutdown() handling 2023-10-15 10:47:16 -06:00
lua Tidy up libs/lua/LuaBridge/detail/Userdata.h 2024-10-19 18:38:59 +02: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 Make header files more self-contained - add missing Ardour and lib includes 2024-10-20 03:30:46 +02:00
plugins ACE fluidsynth: unload soundfonts after use, refill channels #9837 2024-11-03 19:22:30 +01:00
ptformat wscript: drop traces of shutdown() handling 2023-10-15 10:47:16 -06:00
qm-dsp wscript: drop traces of shutdown() handling 2023-10-15 10:47:16 -06:00
surfaces Fix OSC observer heap buffer-overflow 2024-10-23 14:54:00 +02:00
temporal temporal: add round_up_to_bar() methods to Meter, Metric and TempoMap 2024-10-31 12:22:35 -06:00
tk Oops, missed one... 2024-11-03 13:33:57 +00:00
vamp-plugins wscript: drop traces of shutdown() handling 2023-10-15 10:47:16 -06:00
vamp-pyin Remove unneeded #include <boost/math/distributions.hpp> 2024-08-29 23:08:42 +02:00
vfork wscript: drop repeated autowaf.set_options - it is enough to set at top level 2023-10-15 10:47:16 -06:00
vst3 Use <atomic> instead of <stdatomic.h> in libc++ fix 2023-09-23 23:53:05 +02:00
waveview Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
widgets Touch Support for Ardour Fader 2024-10-24 23:33:31 +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 wscript: drop traces of shutdown() handling 2023-10-15 10:47:16 -06:00