Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-29 | Move Quicktune code to util/ (#8871) | ANAND | |
2017-06-06 | Use C++11 mutexes only (remove compat code) (#5922) | Loïc Blot | |
* Fix event LINT & remove default constructor/destructors * remove compat code & modernize autolock header | |||
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. | |||
2013-12-01 | Cleanup jthread and fix win32 build | sapier | |
2013-09-15 | Always use builtin JThread library | kwolekr | |
2013-02-24 | Update Copyright Years | Sfan5 | |
2013-02-24 | Change Minetest-c55 to Minetest | PilzAdam | |
2012-06-17 | Properly and efficiently use split utility headers | Perttu Ahola | |
2012-06-05 | Switch the license to be LGPLv2/later, with small parts still remaining as ↵ | Perttu Ahola | |
GPLv2/later, by agreement of major contributors | |||
2012-03-12 | Make finish quicktune and leave it unused (as intended) | Perttu Ahola | |
2012-03-12 | Add quicktune.{cpp,h} | Perttu Ahola | |