aboutsummaryrefslogtreecommitdiffstats
path: root/src/thread/Id.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* Merge tag 'v0.18.20' into v0.19.xMax Kellermann2014-12-081-2/+2
|\
| * thread/Id: drop "::" prefix before pthread function namesMax Kellermann2014-12-081-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).
* | copyright year 2014Max Kellermann2014-01-131-1/+1
|/
* gcc.h: rename to Compiler.hMax Kellermann2013-10-151-1/+1
|
* thread/Id: new class replacing GThread pointersMax Kellermann2013-08-101-0/+99
Remove a GLib dependencies from class EventLoop and DatabaseLock.