summaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Expand)AuthorFilesLines
2013-12-25Load waf modules before everything else so CFLAGS and friends are correct (oo...David Robillard1-4/+3
2013-12-25Tidy up configuration output.David Robillard1-2/+4
2013-12-19FDGL: Improve flow-directed layout.David Robillard1-1/+1
2013-12-17Fix more const issues.David Robillard1-1/+1
2013-03-25Fix preset loading.David Robillard1-1/+1
2013-02-03Check for required boost headers.David Robillard1-0/+5
2013-02-03Check for c++0x compiler flag before adding to environment.David Robillard1-0/+2
2013-02-02Check for Jack 0.120.0 consistently across all packages (fix #773).David Robillard1-4/+1
2013-01-20Use -std=c++0x instead of -std=c++11 for older compilers.David Robillard1-1/+1
2013-01-12Lint.David Robillard1-1/+1
2013-01-11Use C++11 atomics.David Robillard1-0/+1
2013-01-10Update for latest changes to LV2 patch extension (compact patch:Set message).David Robillard1-1/+1
2012-12-21Add preliminary AMS loader script.David Robillard1-0/+7
2012-09-16Support latest options and morph extensions.David Robillard1-1/+1
2012-09-12Clean up wscripts.David Robillard1-28/+24
2012-08-29Implement buf-size via options.David Robillard1-1/+1
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-5/+0
2012-08-14Use new LV2 MIDI API.David Robillard1-1/+1
2012-08-10Fix various const violations.David Robillard1-1/+1
2012-08-08Clean up wscript files.David Robillard1-18/+18
2012-08-08Support latest LV2 buf-size extension.David Robillard1-1/+1
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-5/+4
2012-07-30Merge Resource and ResourceImpl, eliminating more virtual inheritance.David Robillard1-0/+1
2012-07-30Tidy configure output.David Robillard1-2/+2
2012-07-24Fix configuration output alignment.David Robillard1-1/+0
2012-07-15Bump sord dependency.David Robillard1-1/+1
2012-06-05Use LV2 buf-size extension.David Robillard1-1/+1
2012-05-31Implement Control/CV morph ports.David Robillard1-1/+1
2012-05-22More work on test suite.David Robillard1-3/+7
2012-05-18Beginnings of a test framework.David Robillard1-2/+39
2012-05-11Fix include guards.David Robillard1-1/+1
2012-05-11Add missing includes.David Robillard1-1/+1
2012-05-10Bump required sratom version.David Robillard1-1/+1
2012-05-09Remove vestigial liblo cruft.David Robillard1-5/+0
2012-05-09Remove old HTTP and OSC stuff.David Robillard1-17/+0
2012-05-09Persistent socket interface and interactive shell.David Robillard1-0/+2
2012-05-02Rename ingen_cmd to ingenish.David Robillard1-1/+1
2012-05-02Preliminary socket control interface, and ingen_cmd command line interface wh...David Robillard1-0/+11
2012-04-28Lint.David Robillard1-0/+4
2012-04-27Implement connecting via atom interface.David Robillard1-1/+1
2012-04-26Save properties with pretty numbers so normal LV2 tools can read patches.David Robillard1-2/+7
2012-04-18Bump dependency versions.David Robillard1-1/+1
2012-04-12Use URI defines from LV2 headers where possible.David Robillard1-1/+1
2012-04-11Bump LV2 dependency version.David Robillard1-1/+1
2012-04-01Bump Raul version.David Robillard1-1/+1
2012-04-01Check for recent versions of stuff.David Robillard1-2/+2
2012-03-26Update for latest LV2.David Robillard1-13/+2
2012-03-23Fix compilation with latest LV2.David Robillard1-4/+2
2012-03-20Depend on sratom as a proper library and eliminate rampant copy/paste code re...David Robillard1-0/+2
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-4/+0