summaryrefslogtreecommitdiff
path: root/libs/pbd/crossthread.win.cc
AgeCommit message (Collapse)Author
2016-10-17fix potentially crash-inducing race condition by removing event loops' ↵Paul Davis
x-thread channel from an event loop when it is destroyed
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
Paul Davis was responsible for introducing almost all of this.
2015-03-01Xthread: blocking read + non-blocking write mode.Robin Gareus
Needed for switching the butler to use Crossthreads.
2014-12-04move WSAStartup() and WSACleanup() out of per-object methods into ↵Paul Davis
per-library init/cleanup methods
2014-12-04clean up whitespacePaul Davis
2014-12-03new platform specific crossthreadchannel filesPaul Davis