aboutsummaryrefslogtreecommitdiff
path: root/src/jthread/jsemaphore.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix FTBFS on GNU/Hurd platformMarkus Koschany2015-02-111-2/+2
| | | | | Minetest fails to build on GNU/Hurd due to a name clash with OSX/Apple, both are defining the __MACH__ keyword. This commit fixes the issue.
* Fix warnings reported by clangsfan52014-07-061-1/+1
|
* OS X compatibility fixesMartin Doege2014-06-291-0/+12
|
* Fix building under MSVCBlockMen2014-01-141-0/+1
|
* Make MutexQueue use jsemaphore for signalingsapier2014-01-101-0/+1
|
* Fix modstore/favourites hang by adding asynchronous lua job supportsapier2013-11-291-0/+50