Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-12-08 | thread/Id: drop "::" prefix before pthread function names | Max Kellermann | 1 | -2/+2 | |
The "::" to explicitly refer to the global namespace appeared like a good idea in C++, but it breaks with C libraries that implement standard functions using macros (e.g. musl). | |||||
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2013-10-15 | gcc.h: rename to Compiler.h | Max Kellermann | 1 | -1/+1 | |
2013-08-10 | thread/Id: new class replacing GThread pointers | Max Kellermann | 1 | -0/+99 | |
Remove a GLib dependencies from class EventLoop and DatabaseLock. |