Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-14 | Rename macros with two leading underscores | ShadowNinja | |
These names are reserved for the compiler/library implementations. | |||
2015-10-14 | Always use errorstream for DEBUG_EXCEPTION_HANDLER | ShadowNinja | |
2015-08-23 | Clean up threading | ShadowNinja | |
* 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. | |||
2015-07-10 | Misc. minor fixes | kwolekr | |
2015-06-29 | Add UpdateThread and use it for minimap and mesh threads | est31 | |
2015-03-17 | MutexedQueue inherits must use std::deque instead of std::list | Loic Blot | |
2014-01-10 | Make MutexQueue use jsemaphore for signaling | sapier | |
2013-12-15 | Replace SimpleThread by JThread now implementing same features | sapier | |
2013-12-01 | Cleanup jthread and fix win32 build | sapier | |
2013-11-17 | Add missing RequestQueue doc | sapier | |
2013-11-17 | Fix multicaller support in RequestQueue | sapier | |
2013-09-15 | Always use builtin JThread library | kwolekr | |
2013-03-11 | Migrate to STL containers/algorithms. | Ilya Zhuravlev | |
2013-02-24 | Update Copyright Years | Sfan5 | |
2013-02-24 | Change Minetest-c55 to Minetest | PilzAdam | |
2012-06-17 | Initially split utility.h to multiple files in util/ | Perttu Ahola | |