aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Expand)AuthorFilesLines
2015-01-29Add lilv_file_uri_parse() for correct URI to path conversion.David Robillard1-1/+1
2014-12-18Upgrade to waf 1.8.5.David Robillard1-13/+9
2014-11-07Use moc-qt4 if present for systems with multiple Qt versions.David Robillard1-1/+2
2014-09-27Exit on Jack shutdown (close #978).David Robillard1-1/+1
2014-08-08Jalv 1.4.6.David Robillard1-1/+1
2014-08-08Upload man pages with waf upload_docs target.David Robillard1-0/+8
2014-07-15Support saving the same preset several times.David Robillard1-1/+1
2014-04-06Support port pretty names via new Jack metadata API.David Robillard1-0/+9
2014-01-24Update for latest LV2 Atom Object simplifications.David Robillard1-1/+1
2014-01-13Generate Qt moc nonsense at build time (fix #948).David Robillard1-2/+11
2014-01-12Show newly saved presets in the preset menu.David Robillard1-1/+1
2014-01-04Jalv 1.4.4David Robillard1-2/+2
2013-12-25Load waf modules before everything else so CFLAGS and friends are correct (oo...David Robillard1-1/+1
2013-11-01Hide controls for ports with notOnGUI property in generic UI.David Robillard1-1/+1
2013-08-09Jalv 1.4.2.David Robillard1-1/+1
2013-05-09Communicate UI update rate to plugin and UI.David Robillard1-1/+1
2013-02-23Jalv 1.4.0.David Robillard1-1/+1
2013-02-23Explictly link against sord.David Robillard1-3/+5
2013-02-11Group controls under headings if port group information is available.David Robillard1-1/+1
2013-01-10Support event-based file parameters in built-in UI.David Robillard1-1/+1
2012-11-14Add menu bar and pass parent widget in Qt version for true UI embeddingDavid Robillard1-1/+1
2012-10-27Jalv 1.2.0David Robillard1-2/+2
2012-09-16Support latest options and morph extensions.David Robillard1-1/+1
2012-08-29Implement buf-size via options.David Robillard1-1/+1
2012-08-22Bump LV2 dependency version.David Robillard1-1/+1
2012-08-21Implement basic support for the new options extension and use it to pass the ...David Robillard1-1/+1
2012-08-08Update to r74/autowaf (Add autowaf.set_c99_mode()).David Robillard1-5/+1
2012-08-08Clean up wscript files.David Robillard1-1/+1
2012-08-08Support latest LV2 buf-size extension.David Robillard1-1/+1
2012-08-03MSVC portability work.David Robillard1-1/+5
2012-08-02Clean up wscript files.David Robillard1-4/+0
2012-07-29Add Gtk3 UI.David Robillard1-2/+16
2012-06-05Use LV2 buf-size extension.David Robillard1-1/+1
2012-04-19Fix MIDI buffer size stuff.David Robillard1-1/+6
2012-04-19Bump versions.David Robillard1-3/+3
2012-04-19Remove pointless variable.David Robillard1-2/+1
2012-04-18Bump dependency versions.David Robillard1-2/+2
2012-04-13Logarithmic slider support from Nick Lanham.David Robillard1-2/+2
2012-04-12Use URI defines from LV2 headers where possible.David Robillard1-1/+1
2012-04-09Tidy.David Robillard1-1/+1
2012-04-05Implement log extension.David Robillard1-1/+1
2012-03-31Move worker implementation to separate file.David Robillard1-1/+1
2012-03-26Update for latest LV2.David Robillard1-14/+2
2012-03-21Remove implementation of UI resize extension which is handled autommatically ...David Robillard1-2/+0
2012-03-20Add sratom to lib dependencies.David Robillard1-1/+1
2012-03-20Depend on sratom as a proper library and eliminate rampant copy/paste code re...David Robillard1-1/+3
2012-03-16Upgrade Atom serialisation stuff for UI<=>Plugin comm debugging.David Robillard1-1/+1
2012-02-18Add -d option and implement proper communication dumping.David Robillard1-1/+1
2012-02-11Add gtkmm version for testing.David Robillard1-0/+14
2012-02-09Mac portability fixes.David Robillard1-3/+3