ardour/libs/evoral/test
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
..
testdata
CurveTest.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
CurveTest.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
NoteTest.cc Fix compilation of evoral unit-test 2022-09-30 04:04:48 +02:00
NoteTest.h rename all Evoral source from .(hpp|cpp)$ to .(h|cc) 2019-11-02 16:32:18 -06:00
SequenceTest.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
SequenceTest.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
SMFTest.cc Fix compilation of evoral unit-test 2022-09-30 04:04:48 +02:00
SMFTest.h Fix compilation of evoral unit-test 2022-09-30 04:04:48 +02:00
testrunner.cc Fix compilation of evoral unit-test 2022-09-30 04:04:48 +02:00