- 26 Sep, 2014 1 commit
-
-
Max Kellermann authored
Allow building a smaller MPD binary for people who don't need DSD.
-
- 04 Sep, 2014 1 commit
-
-
Max Kellermann authored
-
- 02 Aug, 2014 2 commits
-
-
François Revol authored
It happened to me when doing the Haiku port, src/mpd failed to be relinked properly when editing source files, and likely also happens on win32, although I didn't try this change. When building for windows, src_mpd_DEPENDENCIES is overriden. Automake then disables the default version which contains all the static libraries. In Makefile.in: @HAVE_WINDOWS_FALSE@src_mpd_DEPENDENCIES = libmpd.a \ Instead we use EXTRA_src_mpd_DEPENDENCIES which is meant for this.
-
Max Kellermann authored
-
- 11 Jul, 2014 1 commit
-
-
Max Kellermann authored
Implement a "bulk" edit mode that postpones both UpdateQueuedSong() and OnModified(). This way, the playlist version gets incremented only once. More importantly: when adding multiple songs to a queue that consists of only one song, the first song that got added will always be played next. By postponing this choice, all newly added songs get a chance to become the next song. Fixes the second (and last) part of Mantis ticket 0004005.
-
- 09 Jul, 2014 1 commit
-
-
Max Kellermann authored
-
- 27 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 08 Nov, 2013 1 commit
-
-
Max Kellermann authored
bzip2-compressed tarballs are obsolete, xz is better and widely understood.
-
- 04 Nov, 2013 1 commit
-
-
Max Kellermann authored
-
- 30 Oct, 2013 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 26 Oct, 2013 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 25 Oct, 2013 1 commit
-
-
Max Kellermann authored
-
- 23 Oct, 2013 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 21 Oct, 2013 4 commits
-
-
Max Kellermann authored
Fixes regression from commit e96779de.
-
Max Kellermann authored
Move code from class Instance.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 20 Oct, 2013 5 commits
-
-
Max Kellermann authored
Replaces GLib's g_ascii_strcasecmp().
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 19 Oct, 2013 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 18 Oct, 2013 3 commits
-
-
Max Kellermann authored
Finally fixes the regression by commit c1f4f1fd.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 17 Oct, 2013 7 commits
-
-
Max Kellermann authored
The new class Path only holds a string pointer without being responsible for allocation/deallocation. The FileSystem.hxx library accepts Path arguments instead of AllocatedPath, to avoid forcing callers to allocate another string object.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 16 Oct, 2013 1 commit
-
-
Max Kellermann authored
-