summaryrefslogtreecommitdiffstats
path: root/src/server/wscript
AgeCommit message (Expand)AuthorFilesLines
2016-10-02Add parallel graph executionDavid Robillard1-0/+1
2016-10-02Add parallelism-aware graph traversalDavid Robillard1-0/+1
2016-10-02Replace Delay internal with simpler BlockDelayDavid Robillard1-1/+1
2016-09-11Remove last vestiges of multiple run contextsDavid Robillard1-1/+1
2016-07-30Add undo supportDavid Robillard1-0/+3
2016-07-25Support test coverage with LLVMDavid Robillard1-2/+1
2015-10-30Update clients when plugins are unloaded/reloadedDavid Robillard1-0/+1
2015-10-24Zero-copy to/from driver ports where possibleDavid Robillard1-0/+1
2015-08-28Get rid of LV2Info class.David Robillard1-1/+0
2015-02-08Server-side copy paste with LV2 state support.David Robillard1-0/+1
2015-02-07Demodularize socket stuff.David Robillard1-1/+2
2015-02-06Remove gthread dependency from engine.David Robillard1-5/+12
2014-12-18Upgrade to waf 1.8.5.David Robillard1-1/+1
2012-12-29"edge" => "arc".David Robillard1-1/+1
2012-12-21Fix memory leaks.David Robillard1-1/+1
2012-11-16Add time internal that sends Jack transport updates as LV2 time positions.David Robillard1-0/+1
2012-08-19GraphObject => NodeDavid Robillard1-1/+1
2012-08-19Patch => GraphDavid Robillard1-2/+2
2012-08-18Node => BlockDavid Robillard1-4/+4
2012-08-14Replace use of old Raul Table stuff with std::map.David Robillard1-1/+0
2012-08-12Remove message context cruft.David Robillard1-1/+0
2012-08-08Clean up wscript files.David Robillard1-3/+3
2012-07-31Merge AudioBuffer into Buffer and avoid all the casting.David Robillard1-1/+0
2012-07-31Remove rotten parallelism stuff.David Robillard1-2/+0
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-3/+3
2012-07-18Working bi-directional UI <=> plugin messaging.David Robillard1-1/+0
2012-07-17Wrap notification stuff behind simple API and hide details in Context.David Robillard1-0/+1
2012-07-17Implement worker extension correctly (for one voice only).David Robillard1-0/+1
2012-05-23Move mixing stuff to mix.cpp.David Robillard1-0/+1
2012-05-23SetMetadata => Delta.David Robillard1-1/+1
2012-05-22More work on test suite.David Robillard1-1/+0
2012-05-18Beginnings of a test framework.David Robillard1-0/+13
2012-05-15Remove unused PluginImpl stuff.David Robillard1-1/+0
2012-05-15Remove ClientSender and move code to Get.cpp (the only place it was used).David Robillard1-1/+0
2012-05-14Remove Thread context stuff and add a thread-specific variable class, ThreadV...David Robillard1-1/+1
2012-05-11"Connection" => "Edge"David Robillard1-1/+1
2012-05-09Simply event interface design and make only one pre-process thread.David Robillard1-1/+1
2012-05-03Separate EventWriter interface from EventQueue.David Robillard1-1/+1
2012-05-02Separate EventSource interface from EventQueue implementation.David Robillard1-1/+1
2012-03-26Update for latest LV2.David Robillard1-2/+2
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-2/+1
2012-03-16Remove activity from interface and use set_property() instead.David Robillard1-2/+0
2012-03-15Remove weird "include" directory and use standard style ("ingen" directory in...David Robillard1-4/+4
2012-03-11Implement state save/restore when Ingen is an LV2 plugin.David Robillard1-1/+1
2012-01-14Fix broken link to engine library in saved bundles (fix #806).David Robillard1-8/+7
2011-10-21Move engine side OSC and HTTP stuff to separate modules.David Robillard1-24/+0
2011-10-21Merge QueuedEvent into Event.David Robillard1-1/+0
2011-10-21QueuedEngineInterface => ServerInterfaceImpl.David Robillard1-1/+1
2011-10-21Clean up include paths.David Robillard1-5/+5
2011-10-21Use modern terser waf syntax.David Robillard1-48/+41