- 18 Oct, 2021 1 commit
-
-
Max Kellermann authored
During the libfmt migration, I converted "%1.3f" to just "{:1.3}" without the "f" suffix, but libfmt defaults to scientific notation, which can break some MPD clients. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1291
-
- 28 May, 2021 1 commit
-
-
Max Kellermann authored
Fixes protocol breakage after commit 0440c41c libfmt is too clever for the MPD protocol! Closes https://github.com/MusicPlayerDaemon/MPD/issues/1175
-
- 25 May, 2021 1 commit
-
-
Max Kellermann authored
-
- 01 Jan, 2021 1 commit
-
-
Max Kellermann authored
-
- 21 Sep, 2020 1 commit
-
-
Rosen Penev authored
Found with -Wdouble-promotion Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 26 Mar, 2020 2 commits
-
-
Rosen Penev authored
Found with readability-uppercase-literal-suffix Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
This is the case with uClibc-ng currently. Signed-off-by:
Rosen Penev <rosenp@gmail.com> (cherry picked from commit 769cd0ee9f0cf8ceb026aa751b5d4a390bb5dbdc) (changed define to match master)
-
- 16 Mar, 2020 3 commits
-
-
Rosen Penev authored
Found with -Wdouble-promotion Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
[[maybe_unused]] (introduced in C++17) is standard C++. https://clang.llvm.org/docs/AttributeReference.html#maybe-unused-unused says that this is equivalent to the GNU unused attribute. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
This is the case with uClibc-ng currently. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 04 Feb, 2020 1 commit
-
-
Rosen Penev authored
Found with readability-uppercase-literal-suffix Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 18 Jan, 2020 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 05 Jul, 2019 1 commit
-
-
Max Kellermann authored
-
- 17 Jun, 2019 1 commit
-
-
Max Kellermann authored
-
- 31 Oct, 2018 1 commit
-
-
Max Kellermann authored
-
- 22 Sep, 2018 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 25 Feb, 2018 1 commit
-
-
Patryk Hachuła authored
-
- 10 Nov, 2017 1 commit
-
-
Max Kellermann authored
-
- 04 Sep, 2017 1 commit
-
-
Max Kellermann authored
The "-1" magic value is deprecated now.
-
- 05 Jul, 2017 1 commit
-
-
Max Kellermann authored
-
- 25 Feb, 2017 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Prepare to convert "partition" to a mutable pointer.
-
- 24 Feb, 2017 1 commit
-
-
Max Kellermann authored
This code (added 7 years ago with commit b233c145) has been obsoleted by the SongLoader class (added 3 years ago).
-
- 17 Jan, 2017 1 commit
-
-
Max Kellermann authored
-
- 03 Jan, 2017 1 commit
-
-
Max Kellermann authored
-
- 29 Dec, 2016 1 commit
-
-
Max Kellermann authored
-
- 03 Dec, 2016 1 commit
-
-
Max Kellermann authored
-
- 25 Nov, 2016 1 commit
-
-
Max Kellermann authored
-
- 24 Nov, 2016 2 commits
-
-
Max Kellermann authored
Move code from ReplayGainConfig.cxx.
-
Max Kellermann authored
Move code from replay_gain_get_real_mode().
-
- 10 Nov, 2016 1 commit
-
-
Max Kellermann authored
-
- 08 Sep, 2016 3 commits
-
-
Max Kellermann authored
Prepare full C++ exception support in the player thread.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 05 Mar, 2016 1 commit
-
-
Max Kellermann authored
Prepare for moving idle events to class Partition. Right now, it's just a wrapper for idle_add().
-