summaryrefslogtreecommitdiff
path: root/libs/pbd/crossthread.win.cc
AgeCommit message (Collapse)Author
2020-03-26Some initial changes (currently for libpbd only) to help a new contributer ↵John Emmas
who's trying to build with MSVC2017 These changes compile okay for me (using VS2019) although they wouldn't link to my older-built libraries. Hopefully he'll be okay if he builds everything with the same compiler.
2019-08-03Update core library GPL boilerplate and (C) from git logRobin Gareus
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