summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-27Add unit tests for CopyDavid Robillard3-0/+32
2016-07-24Fix crash when initial test graph does not existDavid Robillard1-5/+11
2015-10-04Fix test suite compilationDavid Robillard1-2/+2
2015-05-25Use ingen:/ as base URI on the wire.David Robillard19-91/+91
2015-05-25Fix ingen_test command line arguments.David Robillard1-10/+14
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-04-03Use lv2:prototype and deprecate ingen:prototype.David Robillard10-17/+16
2015-02-24Remove crusty old internal bindings.David Robillard1-3/+0
2015-02-24Demodularize Parser and Serialiser.David Robillard1-4/+1
2015-02-24Use sequence buffer size from Jack.David Robillard1-1/+1
2015-02-14Fix test suite.David Robillard1-4/+13
2015-02-09Fix broadcasting to several clients.David Robillard1-2/+1
2014-01-24Fix various whitespace and formatting issues.David Robillard1-14/+2
2013-12-26Improve test coverage.David Robillard2-13/+95
2013-12-26Add test cases.David Robillard3-1/+53
2013-12-25Add test cases.David Robillard3-0/+49
2013-12-25Fix const casts.David Robillard1-2/+2
2013-02-23Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.David Robillard1-3/+3
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-3/+3
2013-02-04Replace Raul::thread with std::thread.David Robillard1-1/+0
2013-01-21Fix compilation with --test.David Robillard1-1/+1
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-3/+3
2013-01-12Update test suite for new URI style and patch extension changes.David Robillard17-71/+68
2013-01-12Lint.David Robillard1-3/+3
2012-12-29"edge" => "arc".David Robillard5-10/+10
2012-12-23Use more sensible URI scheme for Ingen paths.David Robillard1-1/+1
2012-12-21Fix memory leaks.David Robillard1-1/+4
2012-11-21Move Configuration from Raul to Ingen.David Robillard1-5/+5
2012-11-17Set plugin<=>UI queue size based on LV2 options.David Robillard1-1/+1
2012-08-19Patch => GraphDavid Robillard10-22/+27
2012-08-14Update for latest Raul.David Robillard1-4/+3
2012-08-12Use ingen:root as the path for the root patch, opening up path space for engi...David Robillard16-62/+62
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-13/+13
2012-07-26Report subject with errors to client for more meaningful error messages.David Robillard1-3/+3
2012-05-22Fix crash when setting nodes polyphonic.David Robillard1-0/+25
2012-05-22More work on test suite.David Robillard17-20/+499
2012-05-18Beginnings of a test framework.David Robillard3-0/+175