summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2020-08-02Fix suppressed automatic movesDavid Robillard1-1/+1
2020-08-01Use modern castsDavid Robillard2-9/+14
2020-08-01Make set_bundle_path_from_code take a function pointerDavid Robillard2-2/+2
2020-08-01Remove superfluous semicolonsDavid Robillard2-23/+29
2020-07-18Add missing static specifiersDavid Robillard2-2/+2
2019-11-10Make test suite depend only on LV2David Robillard10-34/+25
2019-03-16Improve input path handlingDavid Robillard1-12/+20
2019-03-09Clean up AtomForgeDavid Robillard1-15/+7
2019-03-09Clean up includes and forward declarationsDavid Robillard5-30/+33
2019-03-09Localise dependency on boost::format and improve logging APIDavid Robillard3-15/+15
2019-03-08Use smart pointers to manage World in programsDavid Robillard2-8/+6
2019-03-08Use smart pointers to handle FILE streamsDavid Robillard1-5/+5
2019-03-08Make parser take mandatory arguments by referenceDavid Robillard2-2/+2
2018-09-30Update empty test bundleDavid Robillard2-5/+3
2018-09-29Use nullptrDavid Robillard1-1/+1
2018-09-23Use lowercase namespace namesDavid Robillard4-7/+7
2018-01-22Only enqueue messages when the engine is remoteDavid Robillard1-1/+0
2018-01-21Avoid unnecessary move warningsDavid Robillard1-1/+1
2018-01-21Add FilePath class and remove use of glib path utilitiesDavid Robillard3-14/+152
2018-01-21Use C++ style includes for standard language headersDavid Robillard1-1/+1
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard2-4/+4
2018-01-21Don't build libraries twice when testing is enabledDavid Robillard2-2/+2
2017-12-25Use auto for iteratorsDavid Robillard1-1/+1
2017-12-25Use nullptrDavid Robillard2-7/+7
2017-12-24Clean up includes in public headersDavid Robillard2-1/+3
2017-12-18Fix override specifiersDavid Robillard1-1/+1
2017-12-16Move sequence numbers into messages and simplify interfacesDavid Robillard1-2/+0
2017-12-16Add Message struct and remove tons of interface boilerplateDavid Robillard1-52/+15
2017-07-22Fix testsDavid Robillard1-0/+1
2017-03-20Fix polyphony testsDavid Robillard2-1/+5
2017-03-20Fix round-trip preservation of property contextsDavid Robillard1-2/+4
2017-03-18Add missing filesDavid Robillard2-0/+229
2017-02-18Improve parallel analysis and execution algorithmsDavid Robillard1-68/+4
2017-02-18Add experimental PortAudio driverDavid Robillard1-23/+6
2017-02-15Move Properties out of ResourceDavid Robillard1-6/+7
2017-02-12Fix warningsDavid Robillard1-1/+1
2017-02-12Fix various cast alignment warningsDavid Robillard1-8/+7
2017-02-12Run test events with monotonically increasing timeDavid Robillard1-7/+8
2017-01-03Always escape file URIsDavid Robillard1-1/+1
2016-10-02Fix test suiteDavid Robillard1-0/+2
2016-10-02Improve test coverageDavid Robillard3-0/+63
2016-10-02Fix unit test responses and ensure events succeedDavid Robillard1-1/+1
2016-10-02Add parallel graph executionDavid Robillard1-1/+7
2016-08-17Rename main graph and control/notify portsDavid Robillard24-113/+113
2016-08-02Make graph control ports support patch:MessageDavid Robillard1-0/+2
2016-08-01Use consistent feature test macrosDavid Robillard1-0/+0
2016-07-30Add undo supportDavid Robillard1-8/+44
2016-07-30Clean up testsDavid Robillard4-25/+33
2016-07-29Save bundled graphs to graph.ttl by defaultDavid Robillard2-2/+2
2016-07-29Remove Forge dependency from AtomReaderDavid Robillard1-1/+0