- 09 Jan, 2014 2 commits
-
-
Jean-Francois Dockes authored
[mk: renamed source files, applied coding style, reduced bloat, using MPD's threading library, using MPD's error reporting and logging library and refactoring, fixed lots of bugs]
-
Max Kellermann authored
-
- 04 Jan, 2014 1 commit
-
-
Max Kellermann authored
Now that the remaining known bugs in poll() implementation are fixed, we can go on without the GLib implementation.
-
- 29 Dec, 2013 3 commits
-
-
Max Kellermann authored
If we have libyajl 2.0.1 (without a pkg-config file), our configure.ac would assume this is the libyajl 1.0 API, because the function yajl_alloc() exists in both. This commit changes the library check to the function yajl_parse_complete() which was removed in the 2.0 API. This fixes build failure with libyajl 2.0.1.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 24 Dec, 2013 1 commit
-
-
Max Kellermann authored
-
- 20 Dec, 2013 1 commit
-
-
Max Kellermann authored
-
- 19 Dec, 2013 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Due to recent protocol additions ("addtagid", "cleartagid").
-
- 15 Dec, 2013 1 commit
-
-
Max Kellermann authored
Allows building without GLib. This fails to compile currently, because GLib is still used in the MPD core.
-
- 08 Dec, 2013 1 commit
-
-
Denis Krjuchkov authored
-
- 02 Dec, 2013 1 commit
-
-
Denis Krjuchkov authored
-
- 01 Dec, 2013 1 commit
-
-
Max Kellermann authored
-
- 29 Nov, 2013 2 commits
-
-
Denis Krjuchkov authored
-
Denis Krjuchkov authored
Rename HAVE_WINDOWS to host_is_windows for consistency. Use 'yes' as true value instead of '1' for this variable. Use test on this variable instead of case where applicable.
-
- 28 Nov, 2013 1 commit
-
-
Max Kellermann authored
Remove compatibility code.
-
- 27 Nov, 2013 3 commits
-
-
Denis Krjuchkov authored
This change adds two configuration options: --with-eventloop=[glib|internal|auto] --with-pollmethod=[epoll|auto] First allows switching between GLib event loop and internal one. Second chooses backend to use for internal event loop. Conditional compilation symbols are changed accordingly. Additional helper macro MPD_OPTIONAL_FUNC_NODEF is added as well.
-
Gaetan Bisson authored
-
Max Kellermann authored
-
- 26 Nov, 2013 1 commit
-
-
Denis Krjuchkov authored
-
- 23 Nov, 2013 1 commit
-
-
Max Kellermann authored
-
- 21 Nov, 2013 1 commit
-
-
Max Kellermann authored
The option "--enable-fluidsynth" was documented to be "auto" by default, when it was really "no".
-
- 18 Nov, 2013 1 commit
-
-
Max Kellermann authored
-
- 13 Nov, 2013 1 commit
-
-
Max Kellermann authored
-
- 09 Nov, 2013 1 commit
-
-
Max Kellermann authored
-
- 08 Nov, 2013 2 commits
-
-
Max Kellermann authored
bzip2-compressed tarballs are obsolete, xz is better and widely understood.
-
Max Kellermann authored
-
- 06 Nov, 2013 1 commit
-
-
Max Kellermann authored
Prior to version 0.3, the "length" callback returned a "long" instead of AFfileoffset. Now that this API bug fix is a few years old, let's drop 0.2 support for good.
-
- 05 Nov, 2013 1 commit
-
-
Max Kellermann authored
-
- 04 Nov, 2013 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 30 Oct, 2013 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Without -Werror, clang will not fail on -ftree-vectorize.
-
Max Kellermann authored
-
Max Kellermann authored
Allows advanced compiler optimization.
-
Max Kellermann authored
Most importantly: always disable C++ exceptions. It was surprising to see MPD terminate due to an unexpected exception.
-
- 28 Oct, 2013 2 commits
-
-
Max Kellermann authored
There hasn't been a maintainer for this plugin for years. It may even fail to build.
-
Max Kellermann authored
Fixes the OpenAL detection which was broken because enable_osx was uesd which was set later.
-