- 28 May, 2020 7 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 27 May, 2020 21 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Fixes `-Wpedantic`.
-
Max Kellermann authored
libavutil's macro definition is a compound literal, which is illegal in C++. Fixes yet another -Wpedantic warning.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Some more `-Wpedantic` fixups.
-
Max Kellermann authored
Enables `-Wpedantic`.
-
Max Kellermann authored
-
Max Kellermann authored
Fixes regression from commit 69f09648
-
Max Kellermann authored
This branch isn't yet ready for level 3 (`-Wpedantic`) due to several C++ violations (e.g. variable length arrays). These are already cleaned up in the master branch (0.22).
-
Max Kellermann authored
-
Max Kellermann authored
-
Rosen Penev authored
Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
Max Kellermann authored
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/866
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
The WildMidi project added the pkg-config file in version 0.3.3, but unfortunately, Debian still doesn't ship it 4 years later: https://bugs.debian.org/916631 However, for cross-compiling, the pkg-config file is very helpful.
-
Max Kellermann authored
-
Shen-Ta Hsieh authored
-
- 26 May, 2020 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Work around Meson bug https://github.com/mesonbuild/meson/issues/3672
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
C++ doesn't allow that. Closes https://github.com/MusicPlayerDaemon/MPD/issues/875
-
- 14 May, 2020 1 commit
-
-
Max Kellermann authored
-
- 07 May, 2020 6 commits
-
-
Max Kellermann authored
Since we have dropped support for GCC 6 a while ago, we can use constexpr lambdas now.
-
Max Kellermann authored
Commit 60f957ed broken the GCC 7 build, but instead of working around missing C++17 features in old compilers, let's update the compiler version requirements. This commit raises the clang requirement to version 5 because this is the first version to support `constexpr` lambdas, to be used to `Dsd2Pcm.cxx`.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Sync with the Android NDK build scripts.
-