summaryrefslogtreecommitdiff
path: root/libs/ardour/wscript
AgeCommit message (Expand)Author
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
2011-02-15part one of several parts: implement support for new (and correct) JACK laten...Paul Davis
2011-02-07roll back libcurl requirement to just version 7.0.0Paul Davis
2011-02-03Compile with new (as yet unreleased) librdf and SPARQL-free slv2.David Robillard
2011-02-03Check for libcurl in configure (#3752).Carl Hetherington
2011-01-27merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus...Paul Davis
2011-01-19Fix session range location by hooking into the undo system. Fixes #3654.Carl Hetherington
2011-01-18Add checks and config for Rasqal, required by slv2Doug McLain
2011-01-16Make stem export export from right before any processors.Sakari Bergen
2010-12-13Eliminate circular dependency kludge for control_protocol/smpte.o.David Robillard
2010-12-13More complete (but still incomplete) LV2 persist implementation.David Robillard
2010-11-26Handle unknown plugins on loading sessions by hiding them from the user and t...Carl Hetherington