13
0
livetrax/libs/evoral
Paul Davis b35518e212 switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr
This is mostly a simple lexical search+replace but the absence of operator< for
std::weak_ptr<T> leads to some complications, particularly with Evoral::Sequence
and ExportPortChannel.
2023-03-24 14:19:15 -06:00
..
evoral switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
libsmf Fix memory leak for invalid SMF event 2022-10-04 03:29:52 +02:00
MSVCevoral
test switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
Control.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
ControlList.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
ControlSet.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
Curve.cc Fix pan automation 2022-10-27 04:28:07 +02:00
debug.cc
Event.cc
Note.cc
run-tests.sh
Sequence.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
SMF.cc Correct a couple of typos when calling 'g_fopen()' 2023-01-17 10:32:36 +00:00
SMFReader.cc Correct a couple of typos when calling 'g_fopen()' 2023-01-17 10:32:36 +00:00
wscript std-ize: convert all boost shared/weak ptr includes to <memory> 2023-03-24 14:19:15 -06:00