Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | thread/Name: set thread names | Max Kellermann | 2014-01-23 | 1 | -0/+3 |
| | | | | For debugging. | ||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-19 | 1 | -4/+4 |
| | |||||
* | Thread/Thread: replacement library for GThread | Max Kellermann | 2013-10-17 | 1 | -19/+12 |
| | |||||
* | IOThread: pass GError to FatalError() | Max Kellermann | 2013-09-04 | 1 | -2/+4 |
| | | | | Fixes build failure on GLib < 2.32. | ||||
* | IOThread: use FatalError() on g_thread_create() error | Max Kellermann | 2013-09-03 | 1 | -5/+5 |
| | | | | New GLib versions don't fail. | ||||
* | event: add function BlockingCall() | Max Kellermann | 2013-08-08 | 1 | -50/+0 |
| | | | | | Replaces io_thread_call(). This approach is more generic and easier to use due to std::function. | ||||
* | *: use gcc.h macros instead of GLib | Max Kellermann | 2013-08-04 | 1 | -1/+1 |
| | |||||
* | use g_thread_new() if GLib is recent enough | Max Kellermann | 2013-04-17 | 1 | -3/+7 |
| | | | | Fixes deprecation warnings. | ||||
* | Main, IOThread: move GMainLoop setup code to class EventLoop | Max Kellermann | 2013-01-14 | 1 | -47/+13 |
| | |||||
* | io_thread: convert to C++ | Max Kellermann | 2013-01-10 | 1 | -0/+197 |