aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/WritableBuffer.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-24util/{Const,Writable}Buffer: add front(), back(), pop_{front,back}(), shift()Max Kellermann1-0/+59
2014-04-24util/{Const,Writable}Buffer: add typedef reference_typeMax Kellermann1-2/+4
2014-03-01util/{Const,Writable}Buffer: add operator[]Max Kellermann1-0/+11
2014-03-01util/{Const,Writable}Buffer: add template specialization for "void"Max Kellermann1-0/+34
2013-12-15util/WritableBuffer: add cast methodsMax Kellermann1-1/+30
2013-12-15util/WritableBuffer: fix indentMax Kellermann1-31/+31
2013-10-15util/FifoBuffer: C++ version of the fifo_buffer libraryMax Kellermann1-46/+43
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
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