]> git.sesse.net Git - cubemap/commit
Use C++11 std::mutex and std::lock_guard instead of our RAII wrapper.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 5 Apr 2018 15:58:22 +0000 (17:58 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 5 Apr 2018 15:58:22 +0000 (17:58 +0200)
commit50651c954803c1941e6ad1bb494712891c18f7d2
treef181880f099abc55da74cafdc6c0d3a326f48b20
parentf0621e41fdb96ce1bd58e7561e0aa76345072ba3
Use C++11 std::mutex and std::lock_guard instead of our RAII wrapper.
15 files changed:
Makefile.in
accesslog.cpp
accesslog.h
httpinput.cpp
httpinput.h
mutexlock.cpp [deleted file]
mutexlock.h [deleted file]
server.cpp
server.h
stream.cpp
stream.h
thread.cpp
thread.h
udpinput.cpp
udpinput.h