ardour/libs
Robin Gareus ff95d81612
Reduce reliance on boost - the easy part
* boost::unordered_map -> std::unordered_map
* BOOST_STATIC_ASSERT/static_assert
* BOOST_FOREACH -> for
* boost::tuple -> std::tuple/g
* boost::math::isnormal -> std::isnormal
* boost::container::set -> std::set
* boost::none -> std::nullopt
* boost::optional -> std::optional
2024-10-19 03:41:16 +02:00
..
aaf Yet another attempt at gcc-14 lstat/realpath (#9703 PR #893) 2024-06-27 17:01:46 +02:00
appleutility Remove old Coreaudio OSX 10.5 support 2024-10-18 22:52:34 +02:00
ardour Reduce reliance on boost - the easy part 2024-10-19 03:41:16 +02:00
ardouralsautil the great onceification (libs) 2024-10-17 07:44:31 -06:00
audiographer Reduce reliance on boost - the easy part 2024-10-19 03:41:16 +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 Reduce reliance on boost - the easy part 2024-10-19 03:41:16 +02:00
canvas Reduce reliance on boost - the easy part 2024-10-19 03:41:16 +02:00
clearlooks-newer Localize stripped down gtk2 2024-01-06 21:52:48 +01:00
ctrl-interface Replace PBD::Signals (1/2) 2024-10-18 20:41:08 +02:00
evoral Replace boost::noncopyable with C++11 deleted copy constructors 2024-10-19 01:04:15 +02: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 Replace PBD::Signals (1/2) 2024-10-18 20:41:08 +02: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 Replace boost type traits with std version 2024-10-19 01:04:14 +02:00
midi++2 Reduce reliance on boost - the easy part 2024-10-19 03:41:16 +02:00
panners Replace boost::noncopyable with C++11 deleted copy constructors 2024-10-19 01:04:15 +02:00
pbd Reduce reliance on boost - the easy part 2024-10-19 03:41:16 +02:00
plugins Pitch bend is not unreasonable 2024-04-09 02:10:19 +02: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 Reduce reliance on boost - the easy part 2024-10-19 03:41:16 +02:00
temporal Replace PBD::Signals (1/2) 2024-10-18 20:41:08 +02:00
tk avoid call of a null function pointer 2024-09-13 08:24:04 -06: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 Replace boost::scoped_ptr with std::unique_ptr (1/2) 2024-10-19 01:04:14 +02:00
widgets Reduce reliance on boost - the easy part 2024-10-19 03:41:16 +02:00
zita-convolver wscript: drop traces of shutdown() handling 2023-10-15 10:47:16 -06:00
zita-resampler wscript: drop traces of shutdown() handling 2023-10-15 10:47:16 -06:00