summaryrefslogtreecommitdiff
path: root/libs/ardour/wscript
AgeCommit message (Expand)Author
2013-11-05fix tests compilationJulien de Kozak
2013-10-28allow linking unbundled versions of some librariesNils Philippsen
2013-10-21Remove random character at start of wscript fileTim Mayberry
2013-10-11Delete test_globals.h/cc now that the contents has moved to test_common.h/ccTim Mayberry
2013-10-08remove link-time use of JACK, since it is now dlopen'ed by the chosen backendPaul Davis
2013-10-08restore jack timebase master and jack session callback functionality (moved i...Paul Davis
2013-09-24start explicitly linking against libtimecode (this needs to happen elsewhere ...Paul Davis
2013-09-19switch from JACK_Slave to Engine_SlavePaul Davis
2013-09-11remove some configure time tests from libs/ardour regarding JACK which are no...Paul Davis
2013-09-07other changes for separated jack backendPaul Davis
2013-08-09split up session code that uses parts of the JACK API (timebase + session eve...Paul Davis
2013-08-09the JACK audio backend shared object depends on libasound (ALSA) on linux, so...Paul Davis
2013-08-07major redesign of MIDI port heirarchy and management (part 2)Paul Davis
2013-08-03add tim's jack_utils code to rationalize setup of JACK configPaul Davis
2013-08-01full compilation and linking (coding not finished, will not run)Paul Davis
2013-07-31more stuff compilesPaul Davis
2013-07-30jack_audiobackend.cc finally compilesPaul Davis
2013-07-29small steps toward getting this all working - add new JackConnection object t...Paul Davis
2013-07-24part-way through getting the audioengine changes to compilePaul Davis
2013-07-22Revert "Revert new meter types (postponed until after 3.3 release)"Robin Gareus
2013-07-15Revert new meter types (postponed until after 3.3 release)Robin Gareus
2013-07-15add VU and IEC meter DSP (from jmeters)Robin Gareus
2013-07-11Use common test function to create temporary sessionPaul Davis
2013-07-11Add test_search_path function in libardour testsuitePaul Davis
2013-07-11Add --single-tests option to also build each libardour test as a separate pro...Paul Davis
2013-07-11disable libardour unit tests that do not function correctly (for windows, at ...Paul Davis
2013-07-10experimental RMS-meter and peak-signal (vs peak-power) queryRobin Gareus
2013-07-10add lib/LV2 path akin to lib/surfaces, to allow bundling of LV2 plugins in an...ben
2013-06-13fix up versioning stuff for libardour, which should track regular ardour rele...Paul Davis
2013-03-30Fix tests compilationJulien de Kozak
2013-03-20initial, prototype modifications to permit compilation of local libraries as ...Paul Davis
2013-03-18Set the revision mechanism independent from the VCS nameJulien de Kozak
2013-03-08remove old call_the_mothership codePaul Davis
2013-01-27Make check for new Lilv optional.David Robillard
2013-01-27Only load default state with lilv >= 0.15.0 (currently svn only) to avoid war...David Robillard
2013-01-23rename the i18n package name for libardour to follow the convention of {dirna...Paul Davis
2012-12-14merge robin gareus' libltc into ardour source tree for conveniencePaul Davis
2012-11-17update to libltc-1.1.0Robin Gareus
2012-11-09LTC encoder: clear user-bitsRobin Gareus
2012-11-02auto-detect JackVideoFrameOffset supportRobin Gareus
2012-10-21add LTC generatorRobin Gareus
2012-10-12skeleton framework for LTC-slaveRobin Gareus
2012-10-10enable and extend EVORAL_MIDI_XML. Useful for Debugging. Any objections?Hans Baier
2012-09-16Support latest options extension.David Robillard
2012-08-29Implement latest buf-size extension via new options extension.David Robillard
2012-08-10undo that last commitPaul Davis
2012-08-10fix for OS X builds with new prototype C warning flagsPaul Davis
2012-08-08Support new LV2 buf-size extension if a new enough (currently svn) LV2 is pre...David Robillard
2012-07-13dramatic overhaul of automation. too long to explain here. this work is not f...Paul Davis
2012-06-26Add test for loading sessions, and a session with aCarl Hetherington