summaryrefslogtreecommitdiff
path: root/libs/ardour/wscript
AgeCommit message (Expand)Author
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
2010-11-26Remove premature inclusion of lv2_persist_file.cDavid Robillard
2010-11-26Fix more broken indentation (whitespace changes only).David Robillard
2010-11-26one step closer to working vbap panningPaul Davis
2010-11-18initial check in of VBAP implementation (not coupled to any existing ardour o...Paul Davis
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-11-10re-enable i18n as a build target for translationsPaul Davis
2010-10-27Make build scripts python2/3 agnostic.Carl Hetherington
2010-09-20Add progress bar to strip silence dialogue. Fixes #3103.Carl Hetherington
2010-09-07Upgrade to latest autowaf.David Robillard
2010-08-26Fix crossfade undo using the stateful diff system. Fixes #3257.Carl Hetherington
2010-08-05first pass a "phone home" facility for version tracking and update notificationPaul Davis
2010-07-25Add test for #3356.Carl Hetherington
2010-07-14Fix binding of automation list undo records to MIDI sources. Should fix the ...Carl Hetherington
2010-07-11Fix up VST build and add basic support for VSTiCarl Hetherington
2010-07-05require jack 0.118.2 for weakjack.hPaul Davis
2010-06-24step back JACK dependency to 0.118Paul Davis
2010-06-03merge 3.0P into trunk.Torben Hohn
2010-05-16Move FileManager code into libpbd. Use it for SMF read/write.Carl Hetherington
2010-05-14Keep to a quota of open files by closing least recently used ones as required...Carl Hetherington
2010-05-08Remove use of i18n macros in headers. Prevents our gettext.h being included ...Carl Hetherington
2010-04-21commits 6001-6525 inclusive from 2.X applied to 3.0Paul Davis
2010-04-13substantive change: use the JACK wait API and provide "thread buffers" separa...Paul Davis