aboutsummaryrefslogtreecommitdiff
path: root/src/jthread/win32 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix win32 build (typo in jthread lock cleanup)sapier2014-04-191-0/+1
|
* jthread remove locks that aren't absolutely requiredsapier2014-04-191-50/+2
| | | | add c++11 atomic support (optional)
* Fix win32 reading semaphore count not working (broke all queues)sapier2014-01-151-6/+33
|
* Make MutexQueue use jsemaphore for signalingsapier2014-01-101-0/+15
|
* Fix win32 jthread implementationsapier2013-12-062-5/+12
|
* Fix broken async locking in release buildsapier2013-12-031-1/+8
|
* Cleanup jthread and fix win32 buildsapier2013-12-013-36/+47
|
* Fix log threadname lookup handling not beeing threadsafesapier2013-11-301-11/+8
|
* Fix MSVC build.Ilya Zhuravlev2013-11-301-1/+1
|
* Fix broken thread stop handlingsapier2013-11-301-1/+12
|
* Fix modstore/favourites hang by adding asynchronous lua job supportsapier2013-11-292-16/+86
|
* Always use builtin JThread librarykwolekr2013-09-152-2/+2
|
* Add minetest.get_mapgen_object to APIkwolekr2013-06-271-0/+5
|
* CMake working on Linux (not on windows)Perttu Ahola2011-01-082-0/+260
--HG-- rename : Makefile => Makefile.bak