summaryrefslogtreecommitdiffstats
path: root/src/server/wscript
AgeCommit message (Expand)AuthorFilesLines
2022-08-18Switch to meson build systemDavid Robillard1-106/+0
2020-08-02Fix build as a subprojectDavid Robillard1-4/+4
2020-08-02Move public headers to a separate include directoryDavid Robillard1-5/+5
2019-12-08Cleanup: Format Python code to be mostly flake8 cleanDavid Robillard1-43/+43
2019-04-21Switch to using a submodule for autowafDavid Robillard1-5/+6
2019-04-13Clean up symbol tableDavid Robillard1-3/+4
2018-01-21Remove glib dependency from engine and core libraryDavid Robillard1-1/+1
2018-01-21Don't build libraries twice when testing is enabledDavid Robillard1-15/+2
2017-02-18Add experimental PortAudio driverDavid Robillard1-0/+12
2016-12-14Add option to not build LV2 pluginDavid Robillard1-10/+11
2016-12-13Remove virtual inheritance from Port hierarchyDavid Robillard1-1/+0
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