- 04 Nov, 2020 1 commit
-
-
Max Kellermann authored
-
- 05 Oct, 2020 6 commits
-
-
Max Kellermann authored
On Windows, there is an IsWhitespaceOrNull() overload with TCHAR, and the compiler doesn't know which one to pass to std::find_if().
-
Max Kellermann authored
Don't copy the input StringView.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/974
-
Max Kellermann authored
cue_next_word() can return a pointer one past the end of the string if the word is followed by the terminating null byte.
-
- 30 May, 2020 1 commit
-
-
Rosen Penev authored
The ones in std have overloads for const char/char. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 05 May, 2020 1 commit
-
-
Max Kellermann authored
This makes ccache more efficient when recompiling with different plugins.
-
- 22 Mar, 2020 1 commit
-
-
kowalcj0 authored
-
- 19 Mar, 2020 2 commits
-
-
Rosen Penev authored
Found with modernize-use-default-member-init Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Found with readability-redundant-access-specifiers Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 16 Mar, 2020 1 commit
-
-
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>
-
- 13 Mar, 2020 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 12 Mar, 2020 6 commits
-
-
Rosen Penev authored
The former was deprecated with C++14. According to the C++11 and C++17 standards, both files are identical. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Max Kellermann authored
Similar to c45f1138
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/781
-
Max Kellermann authored
-
- 11 Mar, 2020 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 02 Feb, 2020 1 commit
-
-
Rosen Penev authored
Found with modernize-use-bool-literals Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 01 Feb, 2020 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Rosen Penev authored
Found with modernize-use-override Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 18 Jan, 2020 1 commit
-
-
Max Kellermann authored
-
- 01 Jan, 2020 1 commit
-
-
Markus Mittendrein authored
This is needed to correctly load playlist entries that reference a song in a cuesheet that is treated as a folder.
-
- 07 Sep, 2019 1 commit
-
-
Max Kellermann authored
This commit adds a PlaylistPlugin attribute "as_folder" which for now is only enabled in the "CUE" playlist plugin (which handles separate "*.cue" files). If a playlist with this flag set is being scanned during database update, it will be parsed and its contents will be added to the database. This allows clients to inspect them like directories and its contents will be searchable. Closes https://github.com/MusicPlayerDaemon/MPD/issues/39
-
- 02 Sep, 2019 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 01 Sep, 2019 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 16 Aug, 2019 1 commit
-
-
Max Kellermann authored
Simplify the plugin by using a trivial relative URI; later, playlist_check_translate_song() will set the correct full URI.
-
- 15 Aug, 2019 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-