aboutsummaryrefslogtreecommitdiffstats
path: root/src/thread/Thread.hxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-03-16thread/Thread: make the destructor non-virtualMax Kellermann1-1/+1
The class does not have any virtual methods, and thus the (debug-only) destructor does not need to be virtual.
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-10-17Thread/Thread: replacement library for GThreadMax Kellermann1-41/+56
2013-10-15gcc.h: rename to Compiler.hMax Kellermann1-1/+1
2013-08-10thread/Id: new class replacing GThread pointersMax Kellermann1-0/+99
Remove a GLib dependencies from class EventLoop and DatabaseLock.