summaryrefslogtreecommitdiff
path: root/src/jthread/pthread
Commit message (Collapse)AuthorAge
* Clean up threadingShadowNinja2015-08-23
| | | | | | | | | | | | | | | | | | | | * Rename everything. * Strip J prefix. * Change UpperCamelCase functions to lowerCamelCase. * Remove global (!) semaphore count mutex on OSX. * Remove semaphore count getter (unused, unsafe, depended on internal API functions on Windows, and used a hack on OSX). * Add `Atomic<type>`. * Make `Thread` handle thread names. * Add support for C++11 multi-threading. * Combine pthread and win32 sources. * Remove `ThreadStarted` (unused, unneeded). * Move some includes from the headers to the sources. * Move all of `Event` into its header (allows inlining with no new includes). * Make `Event` use `Semaphore` (except on Windows). * Move some porting functions into `Thread`. * Integrate logging with `Thread`. * Add threading test.
* Fix FTBFS on GNU/Hurd platformMarkus Koschany2015-02-11
| | | | | 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 all warnings and remove -Wno-unused-but-set cflagkwolekr2015-01-18
|
* Fixes #1687 by extra semaphore retval handle code for OSXPavel Puchkin2014-12-15
| | | | | | See https://github.com/minetest/minetest/issues/1687#issuecomment-56830173 Signed-off-by: Craig Robbins <kde.psych@gmail.com>
* Add support for Android 2.3+sapier2014-06-29
| | | | | | | | | | | | | There have been plenty of ppl involved in creating this version. I don't wanna mention names as I'm sure I'd forget someone so I just tell where help has been done: - The partial android versions done by various ppl - Testing on different android devices - reviewing code (especially the in core changes) - testing controls - reviewing texts A big thank you to everyone helping this to be completed!
* OS X compatibility fixesMartin Doege2014-06-29
|
* jthread remove locks that aren't absolutely requiredsapier2014-04-19
| | | | add c++11 atomic support (optional)
* Make MutexQueue use jsemaphore for signalingsapier2014-01-10
|
* Fix broken async locking in release buildsapier2013-12-03
|
* Cleanup jthread and fix win32 buildsapier2013-12-01
|
* Fix log threadname lookup handling not beeing threadsafesapier2013-11-30
|
* Fix broken thread stop handlingsapier2013-11-30
|
* Fix modstore/favourites hang by adding asynchronous lua job supportsapier2013-11-29
|
* Always use builtin JThread librarykwolekr2013-09-15
|
* Add minetest.get_mapgen_object to APIkwolekr2013-06-27
|
* CMake working on Linux (not on windows)Perttu Ahola2011-01-08
--HG-- rename : Makefile => Makefile.bak