summaryrefslogtreecommitdiff
path: root/libs/pbd/event_loop.cc
AgeCommit message (Expand)Author
2019-08-03Update core library GPL boilerplate and (C) from git logRobin Gareus
2018-08-07better debug message with correct namespace for EventLoop::invalidate_request()Paul Davis
2017-01-20Reap invalidation recordsRobin Gareus
2016-12-15rework request invalidationRobin Gareus
2016-12-14Add a trash pool for invalidation requests.Robin Gareus
2016-12-14Atomically to invalidate requestRobin Gareus
2016-12-14Add some more invalidation debug messages.Robin Gareus
2016-12-14rework locking (fa07233a, 112fba182)Robin Gareus
2016-12-14release locks before deleting recordRobin Gareus
2016-12-13mutex 'er upRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-02-14fix rare livelock in std::map thread_buffer_requestsRobin Gareus
2016-01-14use correct type of lock when removing a thread request bufferPaul Davis
2016-01-14fully clean up request buffers when a thread diesPaul Davis
2016-01-14manually revert 4b3043cc and 141e6fb8181; add detailed explanatory commentPaul Davis
2016-01-13use a unique key to store per-thread request buffersPaul Davis
2016-01-13yet more event loop debug tracingPaul Davis
2015-12-28redesign cross-thread registration/signalling systemPaul Davis
2015-12-12move BaseUI::_name into EventLoop; rename access method in EventLoop as event...Paul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2013-01-16add copyright commentsPaul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-06-23Remove unnecessary header includesTim Mayberry
2012-04-24eventloop and abstractui debugging, lots more commenting on abstractui/eventl...Paul Davis
2011-04-19allow invalidation-of-UI-request-by-object-deletion to work more often by set...Paul Davis
2010-12-29Fix build.Carl Hetherington
2010-12-29Remove debug code.Carl Hetherington
2010-04-03Allow cross-thread request invalidators to cope with multiple requestsCarl Hetherington
2010-04-02Couple of comments.Carl Hetherington
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis