Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Clean up threading | ShadowNinja | 2015-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 some MSVC-specific warnings and add debug path as an MSVC directory | kwolekr | 2015-02-02 |
| | |||
* | Fix win32 build (typo in jthread lock cleanup) | sapier | 2014-04-19 |
| | |||
* | jthread remove locks that aren't absolutely required | sapier | 2014-04-19 |
| | | | | add c++11 atomic support (optional) | ||
* | Fix win32 reading semaphore count not working (broke all queues) | sapier | 2014-01-15 |
| | |||
* | Make MutexQueue use jsemaphore for signaling | sapier | 2014-01-10 |
| | |||
* | Fix win32 jthread implementation | sapier | 2013-12-06 |
| | |||
* | Fix broken async locking in release build | sapier | 2013-12-03 |
| | |||
* | Cleanup jthread and fix win32 build | sapier | 2013-12-01 |
| | |||
* | Fix log threadname lookup handling not beeing threadsafe | sapier | 2013-11-30 |
| | |||
* | Fix MSVC build. | Ilya Zhuravlev | 2013-11-30 |
| | |||
* | Fix broken thread stop handling | sapier | 2013-11-30 |
| | |||
* | Fix modstore/favourites hang by adding asynchronous lua job support | sapier | 2013-11-29 |
| | |||
* | Always use builtin JThread library | kwolekr | 2013-09-15 |
| | |||
* | Add minetest.get_mapgen_object to API | kwolekr | 2013-06-27 |
| | |||
* | CMake working on Linux (not on windows) | Perttu Ahola | 2011-01-08 |
--HG-- rename : Makefile => Makefile.bak |