summaryrefslogtreecommitdiff
path: root/libs/ardour/wscript
AgeCommit message (Expand)Author
2011-11-22Use same VST callback for both Linux and Windows VSTs.Carl Hetherington
2011-11-22Push most of LXVSTPlugin and WindowsVSTPlugin up to VSTPlugin parent.Carl Hetherington
2011-11-21more spreading of I18N_PACKAGE as the name for .mo filesPaul Davis
2011-11-21tweak wscript files to set PACKAGE in one placePaul Davis
2011-11-21new i18n targets (to be explained in TRANSLATORS)Paul Davis
2011-11-21Rename windows VST stuff with a Windows prefix.Carl Hetherington
2011-11-21make --lv2=0 work, as a workaround for LV2 release schedulePaul Davis
2011-11-14Fix unit test build by adding some dummy LXVST methods.Carl Hetherington
2011-11-13move LXVST GUI stuff into gtk2_ardour, and fix X11 uselib stuff in wscriptsPaul Davis
2011-11-13Apply patch from timbyr to fix building with --test.David Robillard
2011-11-11use home-grown solution for path_expand(), rather than wordexp() which is bro...Paul Davis
2011-11-09some possible build fixes for OS XPaul Davis
2011-11-09Alert the user if a connection is made which causesCarl Hetherington
2011-11-07Do a topological sort of the route list before passing it toCarl Hetherington
2011-11-05Fix i18n.David Robillard
2011-10-29Patch from nettings to comment out soundtouch-relatedCarl Hetherington
2011-10-18changes for OS X support: change waf config define to COREAUDIO_SUPPORT, remo...Paul Davis
2011-10-03Remove LV2 support via SLV2 (Lilv only now).David Robillard
2011-09-30Proper fix for r10178.David Robillard
2011-09-30workaround for WTF-breakage of bld.env/bld.is_defined, but this is probably j...Paul Davis
2011-09-30more changes to wscript files to catch up with waf 1.6 and fix OS X issuesPaul Davis
2011-09-30make libardour header checks non-mandatory (for OS X)Paul Davis
2011-09-29Fix whitespace.David Robillard
2011-09-29Use is_defined to check for HAVE_* variables set by checks.David Robillard
2011-09-29Remove use of waf compat15 tool.David Robillard
2011-09-29Upgrade to waf 1.6.7 and autowaf r52.David Robillard
2011-09-21Use a MementoCommandBinder for Crossfades so that the undo record can contain...Carl Hetherington
2011-09-20(native) Linux VST support from LinuxDSPPaul Davis
2011-06-12update i18n build system and *.po files for translatorsPaul Davis
2011-05-29totally untested initial code for MidiPlaylistSource, to provide for compound...Paul Davis
2011-05-25Fix name of libardour .mo file.Carl Hetherington
2011-05-20Not quite :) Waf obj.defines has no -D (compiler portable...).David Robillard
2011-05-20catchup tweak for the waf 1.6 changesPaul Davis
2011-05-16Update wscripts for portability and steps towards waf 1.6 migration.David Robillard
2011-05-16Don't check for SLV2 if Lilv is foundDavid Robillard
2011-05-16refactor playlist sources to allow for MIDI and upcoming work on save/restorePaul Davis
2011-05-15Support compilation with (old) SLV2, or (new) Lilv and (optionally) Suil.David Robillard
2011-05-14Use LV2_SUPPORT define instead of HAVE_SLV2.David Robillard
2011-05-13initial volley of work for AudioPlaylistSource, the basic prototype for sourc...Paul Davis
2011-04-23Re-fix compile failure with --no-nls (#3111).Carl Hetherington
2011-04-22Fix Python whitespace (follow PEP8 guidelines, reformatted by Python Reindent)David Robillard
2011-04-22Use new Suil and SLV2 APIs for LV2 plugin UIs.David Robillard
2011-04-02add the standard mechanism for search paths to the path used for export forma...Paul Davis
2011-03-29lv2_pfile => rdff.David Robillard
2011-03-23use uselib = [ 'JACK' ] when running tests from wscript on installed (pkg-con...3.0-alpha2Paul Davis
2011-03-19Add a temporary message about the need to use JACK 0.120.1.Carl Hetherington
2011-03-16Indent python files with spaces as per style guide.David Robillard
2011-03-11sorta-kinda working latency compensation, latency reporting and capture align...Paul Davis
2011-03-02(a) require JACK 0.120.1 to compile (but NOT to run) (b) fix up illegal retri...Paul Davis
2011-02-15part two of new JACK latency API support - should fix broken compilationPaul Davis