Merge branch 'master' into windows
[ardour.git] / libs / ardour / ardour / butler.h
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-08-24 Paul Davisfix merge conflicts from master
2013-08-06 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-08-04 John Emmas'libs/ardour' - Platform specific changes and includes
2013-08-02 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul Davisfix merge conflict from master
2013-07-17 Paul DavisMerge branch 'master' into windows
2013-07-14 Paul DavisMerge branch 'master' into windows
2013-07-11 Paul DavisInclude pthread.h in butler.h for mingw build
2013-07-11 Paul DavisUse PBD::GlibSemaphore in Butler to signal requests...
2013-07-11 Paul DavisRefactor the non-portable parts of Butler thread into...
2013-07-11 Paul DavisMove request pipe setup into separate function
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-01-04 Carl HetheringtonUse Request::Pause rather than Request::Wait for
2011-10-24 Carl HetheringtonRemove unused read/write data count code.
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-06-09 Paul Davisdynamic playback & capture buffer resizing (though...
2010-06-09 Paul Davispermit different sizes for audio playback & capture...
2010-04-14 Carl HetheringtonPrevent crash in pool destruction during session teardown.
2010-04-14 Carl HetheringtonSuspend deletion of cross-thread pools until they are...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-10-24 David RobillardMove butler methods from Session to Butler.
2009-10-23 David RobillardSplit butler into separate object (partially, just...