- 01 Mar, 2016 1 commit
-
-
Max Kellermann authored
-
- 26 Feb, 2016 1 commit
-
-
Max Kellermann authored
-
- 24 Aug, 2015 1 commit
-
-
Max Kellermann authored
-
- 01 Jan, 2015 1 commit
-
-
Max Kellermann authored
-
- 29 Aug, 2014 1 commit
-
-
Max Kellermann authored
-
- 12 Jul, 2014 1 commit
-
-
Max Kellermann authored
Enables using range-based "for".
-
- 19 Jan, 2014 1 commit
-
-
Max Kellermann authored
This saves another 3% memory.
-
- 13 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 08 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 13 Dec, 2013 1 commit
-
-
Max Kellermann authored
Fixes broken CUE sheet song tags (regression by commmit 7e8d254b).
-
- 03 Dec, 2013 5 commits
-
-
Max Kellermann authored
Eliminate duplicate code.
-
Max Kellermann authored
-
Max Kellermann authored
Use class TagBuilder instead.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 02 Dec, 2013 1 commit
-
-
Max Kellermann authored
-
- 20 Oct, 2013 2 commits
-
-
Max Kellermann authored
Replaces GLib's g_ascii_strcasecmp().
-
Max Kellermann authored
-
- 05 Sep, 2013 8 commits
-
-
Max Kellermann authored
Methods BeginAdd() and EndAdd() have been replaced by class TagBuilder.
-
Max Kellermann authored
Move to TagSettings.c and use C99 initializers.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Allow using the Tag.cxx library without the Config library.
-
Max Kellermann authored
-
Max Kellermann authored
Migrate the remaining callers to FatalError().
-
Max Kellermann authored
Use only ConfigData.hxx in plugin sources to reduce header dependencies.
-
- 31 Jul, 2013 1 commit
-
-
Max Kellermann authored
-
- 30 Jul, 2013 2 commits
-
-
Max Kellermann authored
Allow reusing Tag instances.
-
Max Kellermann authored
-
- 28 Jul, 2013 1 commit
-
-
Max Kellermann authored
-
- 07 Jan, 2013 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 08 Aug, 2012 1 commit
-
-
Max Kellermann authored
Eliminates explicit global initialisation.
-
- 12 Feb, 2012 1 commit
-
-
Max Kellermann authored
-
- 29 Jan, 2011 1 commit
-
-
Max Kellermann authored
-
- 25 Sep, 2010 1 commit
-
-
Thomas Jansen authored
Replaced all occurrences of g_error() with MPD_ERROR() located in a new header file 'mpd_error.h'. This macro uses g_critical() to print the error message and then exits gracefully in contrast to g_error() which would internally call abort() to produce a core dump. The macro name is distinctive and allows to find all places with dubious error handling. The long-term goal is to get rid of MPD_ERROR() altogether. To facilitate the eventual removal of this macro it was added in a new header file rather than to an existing header file. This fixes #2995 and #3007.
-
- 30 Jun, 2010 1 commit
-
-
Max Kellermann authored
Convert a string into a tag_type enum.
-
- 17 Mar, 2010 1 commit
-
-
Max Kellermann authored
Like tag_merge(), but can deal with NULL parameters, and frees both tag objects.
-
- 06 Jan, 2010 1 commit
-
-
Max Kellermann authored
This function has always been broken, but fortunately nobody used it.
-
- 01 Jan, 2010 1 commit
-
-
Avuton Olrich authored
-