aboutsummaryrefslogtreecommitdiff
path: root/src/threading/thread.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix C++11 Windows build of threading codesfan52016-10-061-10/+10
* Fix & make linux conditionals uniform (#4278)Rogier-52016-07-041-4/+4
* Fix POSIX C++11 buildShadowNinja2016-04-301-9/+9
* Fix race on thread creationShadowNinja2016-04-281-11/+1
* Fix misc. MinGW and Valgrind warningskwolekr2015-11-081-1/+2
* Fix C++11 compatibilitykwolekr2015-10-311-3/+3
* Fix some threading things and add additional thread unittestskwolekr2015-10-241-43/+28
* Fix == to =Rui2015-10-171-1/+1
* Refactor Thread class to improve readability and portabilitykwolekr2015-10-161-145/+245
* Refactor loggingShadowNinja2015-10-141-2/+2
* Fix building on OSX, broken since "Clean up threading"Pavel Puchkin2015-09-061-1/+1
* Clean up threadingShadowNinja2015-08-231-0/+354