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
/
Queue.cxx
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
include cleanup using iwyu
Max Kellermann
2013-11-28
1
-2
/
+0
*
Playlist: refresh new tags after database update
Max Kellermann
2013-10-22
1
-9
/
+0
*
Queue: add method ModifyAtPosition()
Max Kellermann
2013-10-22
1
-1
/
+1
*
Queue: ModifyAtOrder() does not increment version
Max Kellermann
2013-10-22
1
-2
/
+0
*
*: use references instead of pointers
Max Kellermann
2013-10-19
1
-3
/
+5
*
*: use nullptr instead of NULL
Max Kellermann
2013-10-19
1
-1
/
+1
*
song: convert header to C++
Max Kellermann
2013-07-28
1
-9
/
+9
*
Queue: use std::stable_sort() instead of g_qsort_with_data()
Max Kellermann
2013-01-08
1
-26
/
+8
*
song: don't use GLib
Max Kellermann
2013-01-08
1
-0
/
+2
*
Queue: allocate memory with new/delete
Max Kellermann
2013-01-08
1
-5
/
+5
*
Queue: use signed integer instead of G_MAXUINT
Max Kellermann
2013-01-08
1
-1
/
+1
*
Queue: move code to new class IdTable
Max Kellermann
2013-01-08
1
-36
/
+12
*
Queue: rename internal types
Max Kellermann
2013-01-08
1
-13
/
+13
*
Queue: move GenerateId() and others into the class
Max Kellermann
2013-01-08
1
-82
/
+43
*
Queue: use C++ random instead of GLib's GRand
Max Kellermann
2013-01-07
1
-9
/
+16
*
Queue: move queue_shuffle_order_first() into the class
Max Kellermann
2013-01-07
1
-5
/
+4
*
Queue: move queue_shuffle_order_range() into the class
Max Kellermann
2013-01-07
1
-12
/
+7
*
Queue: use std::swap
Max Kellermann
2013-01-06
1
-4
/
+1
*
queue: convert all functions to methods
Max Kellermann
2013-01-06
1
-179
/
+163
*
Queue: add constructor and destructor
Max Kellermann
2013-01-06
1
-27
/
+19
*
playlist: convert to C++
Max Kellermann
2013-01-04
1
-0
/
+604