Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: change C-style prototypes, drop "(void)" | Max Kellermann | 2015-03-03 | 1 | -5/+5 |
| | |||||
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | IOThread: make io_thread_get() "const" | Max Kellermann | 2014-04-05 | 1 | -1/+1 |
| | |||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | gcc.h: rename to Compiler.h | Max Kellermann | 2013-10-15 | 1 | -1/+1 |
| | |||||
* | IOThread: use FatalError() on g_thread_create() error | Max Kellermann | 2013-09-03 | 1 | -4/+2 |
| | | | | New GLib versions don't fail. | ||||
* | event: add function BlockingCall() | Max Kellermann | 2013-08-08 | 1 | -6/+0 |
| | | | | | Replaces io_thread_call(). This approach is more generic and easier to use due to std::function. | ||||
* | Main, IOThread: move GMainLoop setup code to class EventLoop | Max Kellermann | 2013-01-14 | 1 | -14/+4 |
| | |||||
* | IOThread: use gcc.h | Max Kellermann | 2013-01-14 | 1 | -4/+6 |
| | |||||
* | io_thread: convert to C++ | Max Kellermann | 2013-01-10 | 1 | -0/+79 |