Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-04-24 | util/{Const,Writable}Buffer: add front(), back(), pop_{front,back}(), shift() | Max Kellermann | 1 | -0/+59 | |
2014-04-24 | util/{Const,Writable}Buffer: add typedef reference_type | Max Kellermann | 1 | -2/+4 | |
2014-03-01 | util/{Const,Writable}Buffer: add operator[] | Max Kellermann | 1 | -0/+11 | |
2014-03-01 | util/{Const,Writable}Buffer: add template specialization for "void" | Max Kellermann | 1 | -0/+34 | |
Omit a few methods that are not applicable. | |||||
2013-12-15 | util/WritableBuffer: add cast methods | Max Kellermann | 1 | -1/+30 | |
2013-12-15 | util/WritableBuffer: fix indent | Max Kellermann | 1 | -31/+31 | |
2013-10-15 | util/FifoBuffer: C++ version of the fifo_buffer library | Max Kellermann | 1 | -46/+43 | |
2013-01-10 | thread/Cond: new wrapper for pthread_cond_t or GCond | Max Kellermann | 1 | -0/+2 | |
2013-01-10 | thread/GLibMutex: new Mutex implementation | Max Kellermann | 1 | -17/+42 | |
Switch WIN32 to this implementation to be able to use condition variables, which is impossible with CriticalSection. | |||||
2013-01-04 | Mutex: new wrapper for std::mutex, replaces GMutex | Max Kellermann | 1 | -31/+27 | |
2012-01-24 | refcount: add missing stdbool.h include | Max Kellermann | 1 | -0/+1 | |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 | |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 | |
2009-12-31 | refcount: library for reference counting | Max Kellermann | 1 | -0/+66 | |