fix crash when copy'ing latent plugins
[ardour.git] / libs / backends / jack /
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-01 Robin Gareusfix jack_port_rename() detection
2016-05-27 nick_mTempo ramps - rename bbt_time() -> bbt_at_frame(),...
2016-05-27 nick_mInitial stab at tempo ramps.
2016-04-17 Robin Gareusimplement metadata-set for remaining backends
2016-02-28 Robin Gareusprepare for update to waf 1.8
2016-01-07 Robin Gareusnitpick
2016-01-07 Paul Davisfix missing symbol on OS X
2015-12-05 Robin GareusJACK: expose --nperiods option
2015-11-29 Robin GareusNOOP, remove trailing whitespace, replace tabs in pytho...
2015-10-28 Robin Gareusfix JACK/windows compilation
2015-10-28 Robin Gareususe weak-jack's jack_port_rename wrapper
2015-10-06 Tim MayberryRemove an unnecessary boolean argument in jack utils
2015-10-05 Robin Gareusremove i/ofstream from libardour
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-08-11 Robin Gareusfix jack startup on OSX (w/midi)
2015-07-16 Ben Loftismerge fix
2015-07-04 Robin Gareusfix jack_port_get_aliases return value (if n/a)
2015-07-04 Robin Gareusfix jack/pthread windows condition
2015-07-04 Robin Gareussynchronize with https://github.com/x42/weakjack/
2015-07-04 Robin Gareususe a trick to compile JACK/win with new and old headers
2015-07-04 Robin Gareusfix side-effect of moving to jack1 headers
2015-07-04 Robin Gareusfix compilation with mingw + pthreads
2015-07-04 Robin Gareusfix use of += in waf variable
2015-07-04 Robin Gareusonly compile, don’t link & run jack checks
2015-07-03 Robin Gareusfix weak jack w/new jack_port_rename()
2015-07-02 Paul Davisfix error in type definition for weak jack handling...
2015-07-02 Paul Davisadd conditional use of jack_port_rename(), a newly...
2015-06-14 Robin Gareusprobe buffersize if jackd is already running.
2015-05-03 Christopher ArndtFix mixed spaces/tabs in wscripts
2015-04-30 John EmmasWhen testing for x86 / x64 architecture, don't forget...
2015-04-23 Robin Gareusfix jack-metadata for weak-jack linking
2015-04-23 Paul Davisfix JACK metadata configure check.
2015-04-23 Paul Davisadd a real check for functioning JACK metadata API...
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-03-30 nick_mBackend - change midi optons string.
2015-03-27 nick_mBackend - change midi optons string.
2015-03-13 Robin Gareusonly jack+windows use portaudio.
2015-03-11 Robin Gareusmingw: all code is position independent
2015-03-08 Robin Gareusthere’s no jack_creator_thread on windows
2015-03-08 Robin Gareusadd a no-jack-metadata option for poor 12.04 souls
2015-03-08 Robin Gareusadd backend support for port properties (jack)
2015-03-08 Robin Gareusupdate https://github.com/x42/weakjack/
2015-03-03 Ben LoftisChange order of midi entries so a new backend will...
2015-03-03 Ben LoftisChange order of midi entries so a new backend will...
2015-02-19 Paul Davischange Audio backend sample time methods to use a 64...
2015-02-16 Robin Gareusremove lib versioning for internal plugins
2015-01-30 Robin Gareusfix “invalid use of incomplete type jack_client_t”
2015-01-30 Robin Gareusfix jack thread joining
2015-01-14 Robin GareusJACK: add support for device names with whitespace
2014-11-14 Jeremy CarterMerge remote-tracking branch 'upstream/master'
2014-11-13 Robin Gareusyet another copy/paste typo :(
2014-11-13 Robin Gareusfix typo in b9fc616538
2014-11-13 Robin Gareusauto-initialize weak-jack
2014-11-13 Robin Gareusprepare for JACK meta-data API
2014-11-13 Robin Gareusmake new jack thread API functions optional
2014-11-13 Robin Gareusadd symbol debug information to weak-jack
2014-11-13 Robin Gareusyet another build fix
2014-10-25 Robin Gareusproper solution for variable-args jack_client_open()
2014-10-24 John EmmasSome minor bits of casting to keep MSVC happy when...
2014-10-24 Robin Gareusfix screwup in prev commit-diff
2014-10-24 Robin Gareusadd explicit construction (for MSVC) and some debug...
2014-10-24 Robin Gareusfix jack transport return value
2014-10-24 Robin Gareususe x-macros to simplify weak-jack implementation
2014-10-24 Robin Gareusfix libjack names
2014-10-23 Robin Gareusfix 64bit compile with old gcc
2014-10-23 Robin Gareusadd 'available' interface to the AudioBackendInfo
2014-10-23 Robin Gareusweak/runtime jack linking: load libjack dynamically...
2014-10-22 Robin Gareusfix jack/mingw compilation
2014-10-22 Paul Davisfix all 4 backends' failure to include the main "backen...
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-10-01 Paul Daviscopy over current Waves version of their backend, along...
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-25 Tim MayberryUse PBD::find_files_matching_pattern instead of other...
2014-06-13 Robin Gareusadd AudioEngine API to configure individual MIDI devices
2014-06-07 Tim MayberryDon't use module versioning with jack backend in the...
2014-06-04 Robin Gareusbreak out ALSA related functions into libardouralsautil
2014-06-04 Robin Gareusif the user chooses to stop the jack-backend, mark...
2014-06-04 Paul DavisRevert "When writing '.jackdrc' make sure we enclose...
2014-06-03 John EmmasWhen writing '.jackdrc' make sure we enclose any device...
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-05-27 John Emmas(Windows) Add support for finding the bundled version...
2014-05-27 John EmmasRemove an unnecessary #define
2014-05-27 John EmmasUse PLATFORM_WINDOWS (in preference to WIN32) for consi...
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-05-01 Paul DavisAdd AudioBackend::info() method to retrieve AudioBacken...
2014-04-29 Carl HetheringtonMerge branch 'cairocanvas' of git.ardour.org:ardour...
2014-04-29 Paul Davisfinish unfinished work at basing all install paths...
2014-03-23 Robin Gareusfix undefined value, support netjack2
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-02-24 Paul Davisremove unused and unimplementable audio engine sample...
2014-02-12 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul Davismerge with master, with minor conflict fixes
2014-02-04 Paul Davismerge (w/fix) with master
2014-01-30 Paul DavisMerge branch 'master' into cairocanvas
2014-01-29 Paul DavisMerge branch 'master' into cairocanvas
next