summaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Expand)AuthorFilesLines
2017-03-18Add suil_init()David Robillard1-1/+16
2017-03-17Remove X11 hackery and use Qt5 facilities to embed GtkDavid Robillard1-6/+2
2017-02-27Update waf and fix C++11 flagsDavid Robillard1-4/+2
2017-02-26Add preliminary Qt5 in Gtk2 supportDavid Robillard1-8/+40
2016-12-10Add support for X11 in Gtk3David Robillard1-1/+30
2016-09-19Suil 0.8.4v0.8.4David Robillard1-2/+2
2016-09-05Add project tag to release postsDavid Robillard1-1/+1
2016-08-17Add target for generating release announcementsDavid Robillard1-0/+12
2015-09-13Require LV2 1.6.0.David Robillard1-13/+11
2015-09-12Add Gtk2 and X11 in Qt5 wrappers.David Robillard1-3/+41
2015-05-14Only report suil_ui_supported() if necessary wrapper is compiled in.David Robillard1-5/+22
2015-02-14Various Windows fixes (patches from Robin Gareus).David Robillard1-1/+1
2015-01-18Fix LV2 1.6.0 features (idle, show).David Robillard1-7/+7
2014-12-18Upgrade to waf 1.8.5.David Robillard1-12/+10
2014-10-29Fix compilation with -Wl,--no-undefined (fix #981).David Robillard1-2/+3
2014-10-29Add Cocoa in Gtk wrapper (patch from Robin Gareus) (fix #988).David Robillard1-0/+20
2014-10-05Configure based on compiler target OS for cross-compilation.David Robillard1-4/+4
2014-08-08Suil 0.8.2.v0.8.2David Robillard1-1/+1
2014-07-13Add configure options to disable all Gtk or Qt support (fix #952).David Robillard1-12/+19
2014-02-08Fix embedding several Qt UIs in Gtk (apply #961).David Robillard1-1/+1
2014-01-04Suil 0.8.0v0.8.0David Robillard1-1/+1
2013-12-25Load waf modules before everything else so CFLAGS and friends are correct (oo...David Robillard1-1/+1
2013-12-25Add suil_instance_get_handle (patch from Rui Nuno Capela) (#925).David Robillard1-1/+1
2013-12-25Don't call suil_instance_extension_data from modules (fix #926).David Robillard1-1/+1
2013-09-17Suil 0.6.16.v0.6.16David Robillard1-1/+1
2013-08-10Fix suil_instance_extension_data() for UIs with NULL extension_data (fix #924).David Robillard1-1/+1
2013-08-09Suil 0.6.14.v0.6.14David Robillard1-3/+3
2013-05-26Support resizing for X11 in Gtk (patch from Robin Gareus, #906).David Robillard1-1/+1
2013-05-09Communicate UI update rate to plugin and UI.David Robillard1-4/+4
2013-03-23Fix check for LV2 1.4.1 when building recursively.David Robillard1-3/+3
2013-03-19Add support for UI idle interface.David Robillard1-2/+4
2013-02-23Suil 0.6.12.v0.6.12David Robillard1-1/+1
2013-02-22Fix key events for X11 in Gtk.David Robillard1-7/+0
2013-02-22Add compile time option to disable explicit Gtk to X11 key forwarding (#887).David Robillard1-0/+7
2013-02-03Fix compilation on BSD.David Robillard1-2/+7
2012-12-23Suil 0.6.10v0.6.10David Robillard1-4/+4
2012-12-23Suil 0.6.8v0.6.8David Robillard1-1/+1
2012-12-19Use libgtk-x11-2.0.so.0 (with .0 suffix) by default which is available on sys...David Robillard1-2/+2
2012-11-15Add credit for Devin Anderson.David Robillard1-1/+1
2012-11-14Suil 0.6.6.v0.6.6David Robillard1-1/+1
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