aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/Manual.hxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-12-26Compiler.h: add macro GCC_OLDER_THAN()Max Kellermann1-2/+2
2014-12-09Util/Manual: cast via void* to avoid alignment warningsMax Kellermann1-2/+4
2014-12-09Util/Manual: use Get() in Destruct()Max Kellermann1-2/+2
2014-12-09Util/Manual: add assertion to Get()Max Kellermann1-0/+4
2014-12-09Util/Manual: add method Get()Max Kellermann1-4/+12
May be more clear than operators.
2014-12-09util/Manual: use gcc_alignas()Max Kellermann1-6/+1
2014-11-28Compiler.h: add macro CLANG_OR_GCC_VERSION()Max Kellermann1-2/+2
2014-11-28Compiler.h: add macro GCC_OLDER_THAN()Max Kellermann1-2/+2
2014-11-28util/Manual: use GCC_CHECK_VERSIONMax Kellermann1-1/+1
2013-10-15gcc.h: rename to Compiler.hMax Kellermann1-1/+1
2013-08-06util/Manual: add missing include <utility>Max Kellermann1-0/+1
2013-04-11util/Manual: work around strict-aliasing warningMax Kellermann1-0/+9
2013-01-30util/Manual: new template classMax Kellermann1-36/+57
2013-01-10thread/Cond: new wrapper for pthread_cond_t or GCondMax Kellermann1-0/+2
2013-01-10thread/GLibMutex: new Mutex implementationMax Kellermann1-17/+42
Switch WIN32 to this implementation to be able to use condition variables, which is impossible with CriticalSection.
2013-01-04Mutex: new wrapper for std::mutex, replaces GMutexMax Kellermann1-31/+27
2012-01-24refcount: add missing stdbool.h includeMax Kellermann1-0/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-31refcount: library for reference countingMax Kellermann1-0/+66