mpd/src/command
Max Kellermann e1e37cfe3c TagPrint, command/File: two more libfmt 10 workarounds
libfmt 10 doesn't know how to format a StringView, and doesn't cast to
std::string_view anymore.  The StringView class has been removed from
MPD 0.24 completely, and this is a stable-branch-only workaround.

Closes https://github.com/MusicPlayerDaemon/MPD/pull/1814
2023-05-21 21:03:20 +02:00
..
AllCommands.cxx command/playlist: add position parameter to "playlistadd" 2021-10-25 12:10:47 +02:00
AllCommands.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
ClientCommands.cxx Permission: refactor getPermissionFromPassword() to return std::optional 2021-10-17 19:58:50 +02:00
ClientCommands.hxx protocol: add command "binarylimit" 2021-01-21 17:17:10 +01:00
CommandError.cxx more [[gnu::...]] attributes 2021-10-13 17:38:01 +02:00
CommandError.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
CommandListBuilder.cxx copyright year 2021 2021-01-01 19:54:28 +01:00
CommandListBuilder.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
CommandResult.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
DatabaseCommands.cxx command/database: add missing include for UINT_MAX 2023-05-21 20:33:34 +02:00
DatabaseCommands.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
FileCommands.cxx TagPrint, command/File: two more libfmt 10 workarounds 2023-05-21 21:03:20 +02:00
FileCommands.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
FingerprintCommands.cxx treewide: replace lock_guard with scoped_lock 2021-11-11 17:13:03 -08:00
FingerprintCommands.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
MessageCommands.cxx client/Response: add method Fmt() based on libfmt 2021-05-25 16:01:56 +02:00
MessageCommands.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
NeighborCommands.cxx client/Response: add method Fmt() based on libfmt 2021-05-25 16:01:56 +02:00
NeighborCommands.hxx more [[gnu::...]] attributes 2021-10-13 12:07:05 +02:00
OtherCommands.cxx mixer/Memento: move IDLE_MIXER out of SetVolume() 2022-08-08 23:32:57 +02:00
OtherCommands.hxx Merge branch 'v0.22.x' 2021-01-01 19:59:15 +01:00
OutputCommands.cxx mixer/Volume: refactor to class MixerMemento, per partition 2022-08-08 23:30:27 +02:00
OutputCommands.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
PartitionCommands.cxx output/Control: pass rvalue reference to move constructor 2021-10-22 20:14:37 +02:00
PartitionCommands.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
PlayerCommands.cxx command/player, SongPrint: use AudioFormatFormatter() 2023-05-21 20:57:59 +02:00
PlayerCommands.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
PlaylistCommands.cxx command/playlist: save only if at least one song was added 2021-11-11 09:50:31 +01:00
PlaylistCommands.hxx more [[gnu::...]] attributes 2021-10-13 12:07:05 +02:00
PositionArg.cxx command/queue: move position parameter functions to separate library 2021-10-18 22:07:04 +02:00
PositionArg.hxx command/queue: move position parameter functions to separate library 2021-10-18 22:07:04 +02:00
QueueCommands.cxx command/queue: add optional position parameter to "add" 2021-10-23 13:12:44 +02:00
QueueCommands.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
Request.hxx command/Request: ParseUnsigned() returns unsigned 2021-01-21 16:33:17 +01:00
StickerCommands.cxx copyright year 2021 2021-01-01 19:54:28 +01:00
StickerCommands.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
StorageCommands.cxx command/{file,storage}: remove stray "#pragma GCC diagnostic pop" 2023-05-21 20:50:03 +02:00
StorageCommands.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
TagCommands.cxx client/Response: refactor FormatError() to use libfmt 2021-05-27 15:15:47 +02:00
TagCommands.hxx copyright year 2021 2021-01-01 19:54:28 +01:00