Use ISC license for RDFF (same idea, MIT style, just prettier).
[ardour.git] / libs / ardour / graph.cc
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