aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-1/+1
2012-01-14Link with pthread, fixing compilation with Jack2 (fix #807).David Robillard1-0/+3
2011-12-23Use new LilvState API for state/presets.David Robillard1-5/+0
2011-12-21Begin merging state and prefix implementations.David Robillard1-1/+1
2011-12-18persist.c => state.c.David Robillard1-1/+1
2011-12-18Use file locking on saves presets manifest.ttl.David Robillard1-0/+5
2011-12-16Support presets in Gtk UI.David Robillard1-1/+1
2011-11-21Check for atom extension.David Robillard1-1/+3
2011-11-18Update to LV2 State extension.David Robillard1-5/+5
2011-11-05Add abstract interface for event buffers (towards event/atom compatibility).David Robillard1-1/+1
2011-10-20Support UI resize extension.David Robillard1-1/+3
2011-10-19Make LV2 Persist extension optionalDavid Robillard1-1/+3
2011-10-19Check for LV2 extensions via pkg-config (new style in LV2 SVN).David Robillard1-7/+9
2011-09-27Load tools before autowaf.configure so e.g. --debug works correctly.David Robillard1-3/+3
2011-09-27Avoid adding -std=c99 to command line repeatedly.David Robillard1-1/+1
2011-08-21Preliminary support for Jack Session and LV2 Persist.David Robillard1-1/+5
2011-07-23Fix configuration when building aloneDavid Robillard1-1/+2
2011-07-09Add missing check for persist.hDavid Robillard1-0/+1
2011-07-07Add stub persist extension support (not yet functional)David Robillard1-7/+9
2011-06-20Build Jalv in top-level build.David Robillard1-2/+3
2011-06-19Add a real URI map implementation.David Robillard1-3/+3
2011-06-19Remove unnecessary configure checks for glib and gthread.David Robillard1-4/+0
2011-05-30Add "Jalv", a stand-alone version of lv2jack that supports plugin UIs via SuilDavid Robillard1-0/+101