aboutsummaryrefslogtreecommitdiff
path: root/src/threading/event.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-171-4/+1
* Remove threads.h and replace its definitions with their C++11 equivalents (#5...ShadowNinja2017-06-111-3/+0
* Use C++11 mutexes only (remove compat code) (#5922)Loïc Blot2017-06-061-17/+2
* Pass clang-format on 14 trivial header files fixesLoic Blot2017-04-071-5/+5
* Fix C++11 Windows build of threading codesfan52016-10-061-11/+6
* Fix use of uninitialised variable in class EventCraig Robbins2016-05-011-1/+1
* Fix C++11 compilabilityest312016-01-231-0/+1
* Fix events on WindowsBlockMen2015-12-111-2/+4
* Fix Event implementationShadowNinja2015-12-071-13/+25
* Clean up threadingShadowNinja2015-08-231-0/+57