index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
util
/
ConstBuffer.hxx
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2014-06-26
util/ConstBuffer: add method skip_front()
Max Kellermann
1
-0
/
+9
2014-06-26
util/ConstBuffer: wrap assert() in NDEBUG check
Max Kellermann
1
-0
/
+4
Fixes build failure because assert.h was not included.
2014-06-23
util/ConstBuffer: add method Contains()
Max Kellermann
1
-0
/
+10
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-18
util/ConstBuffer: add FromVoid(), ToVoid() to "void" specialization
Max Kellermann
1
-0
/
+8
Provide the full API.
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.
2014-03-01
util/ConstBuffer: remove cast operator ConstBuffer<void>
Max Kellermann
1
-4
/
+0
This was bugged, because it did not scale the "size".
2013-11-29
util/ConstBuffer: new utility class
Max Kellermann
1
-0
/
+118