add AudioBackendNativeThread to serve the same role as jack_native_thread_t
[ardour.git] / libs / ardour / graph.cc
2013-09-12 Paul Davisadd AudioBackendNativeThread to serve the same role...
2013-07-10 Paul Davisremove unnecessary include of xmmintrin.h
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-04-27 Carl HetheringtonRaise an exception if we fail to create our graph
2012-04-16 Carl HetheringtonFairly major change to the way in which crossfades...
2012-01-22 Carl HetheringtonFor now, only use the multi-threaded process code if...
2012-01-20 Paul Davisslightly more efficient implementation of Graph::in_pro...
2012-01-17 Carl HetheringtonFix unutterably terrible thinko in previous commit.
2012-01-14 Carl HetheringtonTrim some lock / unlock cycles on the trigger mutex.
2011-11-28 Paul Davisremove get_rt() call from graph code, since JACK takes...
2011-11-09 Carl HetheringtonAlert the user if a connection is made which causes
2011-11-08 Carl HetheringtonRemove a couple of unnecessary casts.
2011-11-05 Carl HetheringtonCoding style tinkering.
2011-11-05 Carl HetheringtonA few more comments.
2011-11-05 Carl HetheringtonA few comments.
2011-10-21 Paul Daviscorrectly track monitoring changes in libardour and...
2011-09-18 Carl HetheringtonRemove unused rec_monitors_input variables.
2011-09-16 Carl HetheringtonRemove unused parameter.
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-04-04 Paul Davismove some DEBUG::Graph traces to DEBUG::ProcessThreads...
2011-03-18 Paul Davisfix (?) capture alignment by making sure we use non...
2011-03-07 Paul Davisfix all manner of wrongness with port buffer offsets
2011-02-22 Torben Hohnreset _execution_tokens to 0 in Graph::drop_threads()
2011-02-09 Paul Davissplit out ARDOUR::how_many_dsp_threads() ; fix test...
2011-02-09 Paul Davisfix num DSP threads computation (TODO: move into a...
2011-02-07 Paul Davisallow dynamic process thread count resets
2011-01-19 Carl HetheringtonStop thought-to-be-safe alloc in RT thread from trigger...
2011-01-19 Carl HetheringtonConfigure option to abort when malloc is called in...
2011-01-10 Carl HetheringtonSomewhat hacky fix to stop the graph code allocating...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-11-19 Carl HetheringtonFix typo causing CPU burn.
2010-11-16 Paul Davishandle OS X's lack of unnamed semaphores, phase 1
2010-11-10 Paul Davisfix botched fix
2010-11-10 Paul Davisfix dubious conflation of int and pthread_t
2010-06-28 Carl HetheringtonFix hang on session going away when there is nothing...
2010-06-24 Paul Davisuse condvar and exception-proof mutex for chain swaps...
2010-06-24 Paul Davisclear activation_sets component of Graph, thus restorin...
2010-06-24 Paul Davisfix math bug with numthreads computation
2010-06-24 Paul Davisuse JACK thread creation functions to create process...
2010-06-21 Carl HetheringtonRemove unused variable.
2010-06-09 Paul Davisbasically, fix all kinds of odds and ends with MIDI...
2010-06-04 Paul Davismore style-guidification
2010-06-04 Paul Davismore style-guidification, plus do not run process threa...
2010-06-04 Paul Davisstyle-guide-ification
2010-06-03 Paul Davisadd DEBUG::ProcessThreads as a debug tag for paralleliz...
2010-06-03 Torben Hohnadd missing graph.cc and friends :S