summaryrefslogtreecommitdiff
path: root/libs/pbd/pool.cc
AgeCommit message (Expand)Author
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-12Event Pool usage debugging, see also 6ade16b38Robin Gareus
2015-06-29noop: fix indentation/whitespacePaul Davis
2015-06-29[Summary] Added possibility to identify IO thread which does not have require...GZharun
2015-03-11fix “no per-thread pool” abortRobin Gareus
2015-02-05expand PBD::Pool API and add additional DEBUG_TRACE output.Paul Davis
2014-11-14add abort() to non-reached codeRobin Gareus
2013-07-11Use PBD::pthread_name in debug output for portabilityPaul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-06-23Remove unnecessary header includesTim Mayberry
2011-07-02Fix some set-but-not-used variable warnings from gcc 4.6Carl Hetherington
2011-01-08Use DEBUG macros for SessionEvent debugging.Carl Hetherington
2011-01-06yet more debugging for thread poolsPaul Davis
2011-01-05more debugging for thread poolsPaul Davis
2011-01-04more pool allocation debugging for oofusPaul Davis
2010-04-29Delete cross-thread pools when the thread terminates if they are empty. Hope...Carl Hetherington
2010-04-14Prevent crash in pool destruction during session teardown.Carl Hetherington
2010-04-14Suspend deletion of cross-thread pools until they are empty. Prevents crashe...Carl Hetherington
2009-12-04switch ActionManager to a namespace; move generic part into libgtkmm2extPaul Davis
2009-12-04cross-thread handling of SessionEvent allocation/deallocation, with widesprea...Paul Davis
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-12-18Remove unnecessary 0 checks before delete; see http://www.parashift.com/c++-f...Carl Hetherington
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2008-05-02Fixes for GCC 4.3.David Robillard
2006-07-19Removed unused midicontrollable.ccTaybin Rutkin
2006-06-29Fixed i18n system.Taybin Rutkin