summaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Expand)AuthorFilesLines
2012-09-10Load debug version of modules if built with --pardebug.David Robillard1-4/+11
2012-09-10Support building against parallel debuggable libraries via pkg-config.David Robillard1-20/+12
2012-08-09Fix Windows build.David Robillard1-1/+1
2012-08-09Fix static stuff.David Robillard1-2/+4
2012-08-08Add --no-shared option to avoid building shared libraries.David Robillard1-14/+19
2012-08-08Update to r74/autowaf (Add autowaf.set_c99_mode()).David Robillard1-8/+6
2012-08-08Clean up wscript files.David Robillard1-15/+15
2012-08-07Support building Suil as a static library.David Robillard1-1/+20
2012-08-03Fix compilation with MSVC.David Robillard1-10/+20
2012-08-03Use more portable defines instead of -D in CFLAGS.David Robillard1-3/+9
2012-08-03Don't build x11_in_gtk2 unless gtk+-x11-2.0 is available.David Robillard1-11/+14
2012-08-03Support for embedding native Windows UIs in Gtk2.David Robillard1-1/+16
2012-08-02Replace host provided features that match Suil implemented features, ratherDavid Robillard1-1/+1
2012-08-02Clean up wscript files.David Robillard1-1/+1
2012-07-09Suil 0.6.4.v0.6.4David Robillard1-1/+1
2012-07-09Factor out documentation fixup stuff to autowaf.David Robillard1-21/+3
2012-07-02Correctly handle resizing for Gtk2 in Qt4.David Robillard1-1/+1
2012-05-25Suil 0.6.2.v0.6.2David Robillard1-1/+1
2012-05-10Fix compilation on platforms that don't support -Wl,-z,-nodeleteDavid Robillard1-5/+10
2012-04-24Link GTK wrappers with nodelete flag to avoid multiple glib type registration...David Robillard1-2/+4
2012-04-24Fix crashes when wrapper widget is destroyed by toolkit before suil cleanupDavid Robillard1-1/+1
2012-04-18Update documentation stuff.David Robillard1-2/+2
2012-04-18Bump dependency versions.David Robillard1-1/+1
2012-04-18Bump version, update ChangeLog.David Robillard1-1/+1
2012-04-13Add missing LV2 build flags.David Robillard1-4/+4
2012-04-12Use URI defines from LV2 headers where possible.David Robillard1-1/+1
2012-04-11Add suil_host_set_touch_func.David Robillard1-1/+1
2012-03-26Update for latest LV2.David Robillard1-7/+2
2012-03-21Implement resize extension automatically at the wrapper level.David Robillard1-0/+5
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-1/+1
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