summaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Expand)AuthorFilesLines
2011-11-26Use the more portable/correct lib instead of linkflags.David Robillard1-4/+4
2011-10-20Support embedding X11 UIs.David Robillard1-1/+19
2011-10-19Check for LV2 extensions via pkg-config (new style in LV2 SVN).David Robillard1-3/+4
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-07-18Fix configuration (ticket #727).David Robillard1-0/+2
2011-07-07Upgrade to waf 1.6.6David Robillard1-2/+3
2011-06-11Suil 0.4.4v0.4.4David Robillard1-1/+1
2011-06-01Fix GtkBuilder using (and likely other) Gtk UIs in Qt4 hosts that do not link...David Robillard1-3/+11
2011-05-26Suil 0.4.2v0.4.2David Robillard1-1/+4
2011-05-25Only use most basic (portable) Python exception syntaxDavid Robillard1-1/+1
2011-05-25Fix building documentation in recursive buildDavid Robillard1-5/+12
2011-05-25Python portability (argh...)David Robillard1-2/+2
2011-05-25Suil 0.4.0v0.4.0David Robillard1-4/+7
2011-05-24Automatically fix up documentation on buildDavid Robillard1-0/+6
2011-05-20Fix compilation with ancient versions of Gtk2 (fix ticket #655).David Robillard1-1/+6
2011-05-16Align configuration output precisely per-projectDavid Robillard1-1/+1
2011-04-28Support parallel installation of different major versionsDavid Robillard1-4/+7
2011-04-28Bump versions.David Robillard1-1/+1
2011-04-22Remove UI instance API from SLV2 (apps should implement UIs via Suil now).David Robillard1-2/+2
2011-04-19Make event queue size a runtime parameter (--queue-size, -q).David Robillard1-1/+1
2011-04-13Link against -ldl.David Robillard1-2/+9
2011-03-18Fix whitespace.David Robillard1-58/+60
2011-03-17Add waf upload_docs.David Robillard1-3/+6
2011-03-17Trim.David Robillard1-1/+0
2011-03-17Improve documentation.David Robillard1-0/+13
2011-03-15Remove autowaf external (broken intermediary revision).David Robillard1-15/+7
2011-03-06Python 2/3: Use print('') instead of print() to print empty lines.David Robillard1-1/+1
2011-03-03Fix Python3 compatibility.David Robillard1-1/+1
2011-02-24Make Suil exclusively deal with instantiating (not choosing) UIs.David Robillard1-1/+1
2011-02-23Fix compilation.David Robillard1-2/+4
2011-02-23Support for wrapping Qt4 UIs for Gtk2 hosts and vice versa via modules.David Robillard1-0/+30
2011-02-22Initial UI instance implementation.David Robillard1-5/+4
2011-02-22Add autowaf.David Robillard1-3/+3
2011-02-22Add suil stub.David Robillard1-0/+72