Merge branch 'master' into windows
[ardour.git] / libs / ardour / graph.cc
2013-11-27 Paul DavisMerge branch 'master' into windows
2013-11-27 Paul DavisMerge branch 'master' into windows
2013-11-26 Paul DavisMerge branch 'master' into windows
2013-11-26 Paul Davisresolve merge with master (?)
2013-10-23 Paul Davisfix merge conflicts with master
2013-10-17 Paul DavisMerge branch 'master' into windows
2013-10-15 Paul DavisMerge branch 'master' into windows
2013-10-09 Paul DavisMerge ... master, fixing conflicts in 3 wscript files
2013-10-04 Paul DavisMerge branch 'audiothreads' of https://github.com/mojof...
2013-10-04 Tim MayberryMove processing thread list from ARDOUR::Graph into...
2013-10-04 Tim MayberryAdd AudioBackendThread class to support different threa...
2013-09-18 Paul DavisMerge branch 'master' into windows
2013-09-17 Paul Davisfix conflicts and merge with master
2013-09-14 Paul DavisMerge branch 'master' into windows
2013-09-14 Paul DavisMerge branch 'master' into windows
2013-09-13 Paul DavisMerge branch 'master' into windows
2013-09-13 Paul DavisMerge branch 'master' into windows
2013-09-12 Paul Davismerge with master
2013-09-12 Paul Davisadd AudioBackendNativeThread to serve the same role...
2013-09-12 Paul Davisincomplete merge of master into windows (requires upcom...
2013-09-06 Paul DavisMerge branch 'master' into windows
2013-09-06 Tim MayberryIfdef some non-portable code for MinGW
2013-09-03 Paul DavisMerge branch 'master' into windows
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' - Main body of changes required for build...
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 DavisUse PBD::pthread_name in debug output for portability
2013-07-11 Paul DavisDisable some non-portable code that is only used for...
2013-07-11 Paul DavisUse jack_native_thread_t for portability
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