- 15 Jun, 2017 1 commit
-
-
Max Kellermann authored
-
- 04 Jun, 2017 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 03 Jun, 2017 2 commits
-
-
Max Kellermann authored
This commit is similar to 788e3b31, and removes more "pure" attributes which were placed on functions that could throw exceptions, which is illegal according to clang's understanding of the attribute (but not according to GCC's). GitHub issue #58 was most likely about StorageDirectoryReader::GetInfo() and Storage::GetInfo(), which still had "pure" attributes. Closes #58
-
Jörg Raftopoulos authored
Add ffmpeg decoder support for *.adx files (Sega game console) Closes #60
-
- 29 May, 2017 2 commits
-
-
Max Kellermann authored
Patch from https://svnweb.freebsd.org/ports/head/audio/musicpd/files/patch-src_system_ByteOrder.hxx?revision=441921&view=co (with a tiny modification) Closes #59
-
Max Kellermann authored
-
- 19 May, 2017 6 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Apparently, this makes old clang versions happy ("'alignas' attribute cannot be applied to types).
-
Mario Di Raimondo authored
-
- 17 May, 2017 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Prepare for Mac OS X support by omitting those Ubuntu-specific commands.
-
Max Kellermann authored
.. and not update-alternatives, which requires "sudo".
-
Max Kellermann authored
-
Max Kellermann authored
-
- 16 May, 2017 8 commits
-
-
André Klitzing authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Fixes build failure on OS X, closes #44. With the other plugins, that's not critical, because those use the AudioOutputWrapper, which hides this problem.
-
Max Kellermann authored
-
- 15 May, 2017 6 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Closes #34
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Closes #43
-
- 08 May, 2017 2 commits
-
-
Max Kellermann authored
The "pure" and "const" attributes are not so well-defined, and a recent clang version implements an optimization which pushes the definition's boundary beyond what I believed it was. clang now assumes that functions declared "pure" cannot throw exceptions, even if they lack the "noexcept" specification. When compiled with this new clang version, MPD will crash randomly if an exception happens to get thrown by such as "pure" function (https://github.com/MusicPlayerDaemon/MPD/issues/41). This commit removes all such misplaced "pure" and "const" attributes, closing #41.
-
Max Kellermann authored
This eliminates some overhead, because the compiler doesn't need to consider these functions throwing.
-
- 24 Apr, 2017 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Fixes a potential crash bug which is actually unreachable, because the "pcm" plugin is never invoked when there is no (matching) MIME type.
-
Max Kellermann authored
After a seek failure, the buffer may still be full, and then FillBuffer() aborts with assertion failure.
-
- 18 Apr, 2017 1 commit
-
-
Bart Nagel authored
-