- 29 Jan, 2013 1 commit
-
-
Max Kellermann authored
-
- 28 Jan, 2013 2 commits
-
-
Max Kellermann authored
This is the version present in Ubuntu Oneiric, the oldest distribution with gcc 4.6. Debian Squeeze is off target, because it has gcc 4.4, which is unable to compile MPD anyway. This commit drops all API compatibility hacks for older versions.
-
Max Kellermann authored
The underlying library has been obsolete for many years.
-
- 27 Jan, 2013 2 commits
-
-
Max Kellermann authored
Usually, when strndup() is not available, strndup() isn't either, because both are POSIX 2008.
-
Max Kellermann authored
The libwrap version on Mac OS X is broken, it will not work with C++ due to broken function prototypes.
-
- 11 Jan, 2013 4 commits
-
-
Denis Krjuchkov authored
-
Max Kellermann authored
We're going to use Vista features soon. Sorry for those poor people still on XP (or Windows, anyway).
-
Max Kellermann authored
-
Denis Krjuchkov authored
This patch also adds extern "C" { } wrapper around string_util.h to allow its usage in C++ code
-
- 10 Jan, 2013 5 commits
-
-
Max Kellermann authored
-
Denis Krjuchkov authored
-
Denis Krjuchkov authored
-
Denis Krjuchkov authored
-
Denis Krjuchkov authored
-
- 09 Jan, 2013 2 commits
-
-
Max Kellermann authored
-
Denis Krjuchkov authored
At least in my configuration libgme lacks .pc file thus could not be detected with pkg-config.
-
- 07 Jan, 2013 2 commits
-
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 02 Jan, 2013 3 commits
-
-
Max Kellermann authored
RTTI adds overhead to the binary, and we don't need that.
-
Max Kellermann authored
We don't use exceptions currently. Since allowing exceptions means a lot of overhead, this commit disables the feature.
-
Max Kellermann authored
Allows eliminating more dead code. Adds two more C++ options that may reduce the binary size.
-
- 02 Oct, 2012 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 01 Oct, 2012 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
main.c has been renamed to Main.cxx.
-
- 30 Sep, 2012 2 commits
-
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 25 Sep, 2012 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
libvorbisidec and libvorbis export the same symbols, which is a dangerous thing. Since libvorbisenc depends on libvorbis, this can get nasty, so let's disable the Vorbis encoder unless the user explicitly wants it.
-
- 05 Sep, 2012 2 commits
-
-
Max Kellermann authored
Using libopus and libogg.
-
Max Kellermann authored
-
- 21 Aug, 2012 1 commit
-
-
Max Kellermann authored
Updates the WIN32 version number for the upcoming 0.18 release.
-
- 14 Aug, 2012 2 commits
-
-
Max Kellermann authored
Now that the libfluidsynth API was sanitized, we can enable the plugin automatically if libfluidsynth is installed.
-
Max Kellermann authored
The libfluidsynth API is now sane, and does not require real-time decoding.
-
- 07 Aug, 2012 1 commit
-
-
Max Kellermann authored
Implementation incomplete, but sort-of-works. DumpDatabase works, but MPD is still hard-coded on the "simple" plugin.
-
- 02 Aug, 2012 1 commit
-
-
Max Kellermann authored
Produce a smaller binary by removing all unused functions.
-
- 01 Aug, 2012 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
We'll add some C++11 code soon.
-
Max Kellermann authored
-
Avuton Olrich authored
-