summaryrefslogtreecommitdiff
path: root/libs/ardour/wscript
AgeCommit message (Expand)Author
2013-12-27merge exportvis branch into cairocanvas, to reduce the number of "floating" b...Paul Davis
2013-12-05Fix compile when using external version of libltcTim Mayberry
2013-12-03fix up wscript/build issues in exportvis after merge with masterPaul Davis
2013-11-25Merge branch 'master' into cairocanvasPaul Davis
2013-11-05fix tests compilationJulien de Kozak
2013-10-31fix merge with masterPaul Davis
2013-10-28allow linking unbundled versions of some librariesNils Philippsen
2013-10-22merge from masterPaul Davis
2013-10-21Remove random character at start of wscript fileTim Mayberry
2013-10-20Statically link libtimecode into libmidi++ instead of libardourTim Mayberry
2013-10-18reverse the visibility.h files assumptions that we don't build shared libs by...Paul Davis
2013-10-18use libltc and libtimecode as static libs, and upgrade to waf 1.7Paul Davis
2013-10-17get everything compiling with libardour built using -fvisibility=hiddenPaul Davis
2013-10-17add export control to libgtkmm2extPaul Davis
2013-10-17add export control to libevoralPaul Davis
2013-10-16make small beginning on visibility control in libardourPaul Davis
2013-10-16merge with master and fix 2 conflictsPaul Davis
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-14fix merge conflicts with masterPaul 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-08Revert "Revert new meter types (postponed until after 3.3 release)"Robin Gareus
2013-08-08Revert new meter types (postponed until after 3.3 release)Robin Gareus
2013-08-08add VU and IEC meter DSP (from jmeters)Robin Gareus
2013-08-08Use common test function to create temporary sessionPaul Davis
2013-08-08Add test_search_path function in libardour testsuitePaul Davis
2013-08-08Add --single-tests option to also build each libardour test as a separate pro...Paul Davis
2013-08-08disable libardour unit tests that do not function correctly (for windows, at ...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-11fix conflicts caused by meterbridge mergePaul Davis
2013-07-10experimental RMS-meter and peak-signal (vs peak-power) queryRobin Gareus