mpd/src
2022-07-13 12:52:20 +02:00
..
android java/GlobalRef: remove method Set(), always require initialization 2021-08-28 08:08:30 +02:00
apple apple/AudioObject: call AllocatedArray::data() instead of begin() 2022-05-23 22:06:54 +02:00
archive util/StringCompare: use std::string_view instead of StringView 2022-05-31 13:24:45 +02:00
client release v0.23.8 2022-07-09 01:08:16 +02:00
command release v0.23.8 2022-07-09 01:08:16 +02:00
config config/Data: add WithEach(ConfigBlockOption) 2022-07-13 11:05:21 +02:00
db db/*: use std::span instead of ConstBuffer 2022-07-04 18:37:35 +02:00
decoder decoder/flac: add noexcept and inline 2022-07-12 12:15:06 +02:00
encoder encoder/flac: refactor input buffer conversion 2022-07-12 12:31:08 +02:00
event event/Loop: include cleanup 2022-07-04 09:55:48 +02:00
filter filter/*: use std::span instead of ConstBuffer 2022-07-04 18:37:35 +02:00
fs fs/StandardDirectory: use std::string_view instead of StringView 2022-07-04 15:04:31 +02:00
input release v0.23.8 2022-07-09 01:08:16 +02:00
io io/BufferedOutputStream: add libfmt support 2022-07-13 12:52:20 +02:00
java more [[gnu::...]] attributes 2021-10-13 12:07:05 +02:00
lib output/alsa: use std::byte instead of uint8_t 2022-07-12 12:36:39 +02:00
mixer remove Haiku support 2022-07-12 13:14:49 +02:00
neighbor config/Data: add WithEach(ConfigBlockOption) 2022-07-13 11:05:21 +02:00
net event/net/UdpListener: use IsSocketErrorReceiveWouldBlock() 2022-06-30 10:32:25 +02:00
output config/Data: add WithEach(ConfigBlockOption) 2022-07-13 11:05:21 +02:00
pcm pcm/*: use std::span instead of ConstBuffer 2022-07-04 18:11:21 +02:00
player player/Thread: add option "mixramp_analyzer" 2021-12-06 23:06:08 +01:00
playlist playlist/Registry: use std::string_view instead of StringView 2022-07-04 14:36:21 +02:00
protocol manual braced init 2021-11-22 23:30:04 -08:00
queue queue/Print: support sorting by priority 2022-02-14 14:10:33 +01:00
song song/Filter: use std::span instead of ConstBuffer 2022-07-04 18:37:35 +02:00
sticker return by braced init list 2021-11-22 23:28:08 -08:00
storage storage/curl: use std::string_view instead of StringView 2022-07-04 15:04:31 +02:00
system Copyright year 2022 2022-06-30 09:41:53 +02:00
tag tag/*: use std::string_view instead of StringView 2022-07-04 15:04:31 +02:00
thread thread/AsyncWaiter: new class 2021-12-08 19:26:57 +01:00
time Copyright year 2022 2022-06-30 09:41:53 +02:00
unix more [[gnu::...]] attributes 2021-10-13 12:07:05 +02:00
util util/DynamicFifoBuffer: pass std::span to Append() 2022-07-11 22:38:24 +02:00
win32 win32/Win32Main: throw on error 2021-10-13 16:37:56 +02:00
zeroconf zeroconf/avahi: move generic sources to lib/avahi 2022-06-30 09:37:30 +02:00
BulkEdit.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
Chrono.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
CommandLine.cxx CommandLine: rename struct options 2021-11-05 08:57:12 +01:00
CommandLine.hxx CommandLine: rename struct options 2021-11-05 08:57:12 +01:00
GitVersion.cxx copyright year 2021 2021-01-01 19:54:28 +01:00
GitVersion.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
Idle.cxx copyright year 2021 2021-01-01 19:54:28 +01:00
Idle.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
IdleFlags.cxx constexpr/std::array conversions 2021-08-16 21:05:56 -07:00
IdleFlags.hxx more [[gnu::...]] attributes 2021-10-13 12:07:05 +02:00
Instance.cxx db/update/InotifyUpdate: convert to class, no global variables 2021-10-13 18:47:56 +02:00
Instance.hxx db/update/InotifyUpdate: convert to class, no global variables 2021-10-13 18:47:56 +02:00
Listen.cxx fs/StandardDirectory: add GetAppRuntimeDir() 2021-10-26 09:30:16 +02:00
Listen.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
LocateUri.cxx more braced init list conversion 2021-12-06 09:16:04 +01:00
LocateUri.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
Log.cxx Log: remove the obsolete printf-style functions 2021-10-13 17:41:19 +02:00
Log.hxx libfmt 9 support 2022-07-08 10:06:53 +02:00
LogBackend.cxx util/StringStrip: use [[gnu::...]] attributes 2021-11-26 16:24:55 +01:00
LogBackend.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
LogInit.cxx decoder/mad, ...: more libfmt logging 2021-06-25 20:52:08 +02:00
LogInit.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
LogLevel.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
ls.cxx client/Response: add method Fmt() based on libfmt 2021-05-25 16:01:56 +02:00
ls.hxx more [[gnu::...]] attributes 2021-10-13 12:07:05 +02:00
Main.cxx archive/List: add option to disable archive plugins in mpd.conf 2022-02-14 17:54:21 +01:00
Main.hxx Main: move top-level exception handler to main() 2021-10-13 16:37:34 +02:00
Mapper.cxx return by braced init list 2021-11-22 23:28:08 -08:00
Mapper.hxx more [[gnu::...]] attributes 2021-10-13 12:07:05 +02:00
MusicBuffer.cxx MusicBuffer: set VMA name 2022-04-26 20:44:36 +02:00
MusicBuffer.hxx util/{HugeAllocator,SparseBuffer}: use std::span 2022-05-20 11:15:45 +02:00
MusicChunk.cxx MusicChunk: use std::span 2022-05-20 11:15:45 +02:00
MusicChunk.hxx MusicChunk: use std::span 2022-05-20 11:15:45 +02:00
MusicChunkPtr.cxx copyright year 2021 2021-01-01 19:54:28 +01:00
MusicChunkPtr.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
MusicPipe.cxx treewide: replace lock_guard with scoped_lock 2021-11-11 17:13:03 -08:00
MusicPipe.hxx treewide: replace lock_guard with scoped_lock 2021-11-11 17:13:03 -08:00
open.h copyright year 2021 2021-01-01 19:54:28 +01:00
Partition.cxx Partition: pass configuration as struct 2021-12-03 23:03:41 +01:00
Partition.hxx Partition: pass configuration as struct 2021-12-03 23:03:41 +01:00
Permission.cxx Permission: use std::string_view instead of StringView 2022-07-04 14:38:29 +02:00
Permission.hxx Permission: refactor getPermissionFromPassword() to return std::optional 2021-10-17 19:58:50 +02:00
PlaylistDatabase.cxx fs/io: move to io/ 2021-12-03 14:35:41 +01:00
PlaylistDatabase.hxx replace TextFile references with LineReader 2021-12-03 14:22:56 +01:00
PlaylistError.cxx copyright year 2021 2021-01-01 19:54:28 +01:00
PlaylistError.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
PlaylistFile.cxx Partition: pass configuration as struct 2021-12-03 23:03:41 +01:00
PlaylistFile.hxx command/playlist: allow range in playlistdelete 2021-10-25 12:23:37 +02:00
PlaylistPrint.cxx queue/Selection: wrap SongFilter in a new struct 2022-02-14 09:12:18 +01:00
PlaylistPrint.hxx queue/Selection: wrap SongFilter in a new struct 2022-02-14 09:12:18 +01:00
PlaylistSave.cxx fs/io: move to io/ 2021-12-03 14:35:41 +01:00
PlaylistSave.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
PluginUnavailable.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
RemoteTagCache.cxx treewide: replace lock_guard with scoped_lock 2021-11-11 17:13:03 -08:00
RemoteTagCache.hxx RemoteTagCache: use [[gnu::pure]] 2021-10-13 10:31:51 +02:00
RemoteTagCacheHandler.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
ReplayGainMode.cxx more [[gnu::...]] attributes 2021-10-13 12:07:05 +02:00
ReplayGainMode.hxx more [[gnu::...]] attributes 2021-10-13 12:07:05 +02:00
SingleMode.cxx more [[gnu::...]] attributes 2021-10-13 12:07:05 +02:00
SingleMode.hxx SingleMode: convert "pure" to "const" 2021-12-03 16:09:34 +01:00
SongLoader.cxx copyright year 2021 2021-01-01 19:54:28 +01:00
SongLoader.hxx more [[gnu::...]] attributes 2021-10-13 12:07:05 +02:00
SongPrint.cxx command/player, ...: use decimal notation 2021-10-18 16:54:53 +02:00
SongPrint.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
SongSave.cxx fs/io: move to io/ 2021-12-03 14:35:41 +01:00
SongSave.hxx replace TextFile references with LineReader 2021-12-03 14:22:56 +01:00
SongUpdate.cxx song/DetachedSong: copy the AudioFormat from LightSong 2021-02-18 22:16:11 +01:00
StateFile.cxx fs/io: move to io/ 2021-12-03 14:35:41 +01:00
StateFile.hxx more [[gnu::...]] attributes 2021-10-13 12:07:05 +02:00
StateFileConfig.cxx copyright year 2021 2021-01-01 19:54:28 +01:00
StateFileConfig.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
Stats.cxx client/Response: add method Fmt() based on libfmt 2021-05-25 16:01:56 +02:00
Stats.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
TagAny.cxx TagAny: support CUE tracks 2022-03-14 18:42:31 +01:00
TagAny.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
TagArchive.cxx copyright year 2021 2021-01-01 19:54:28 +01:00
TagArchive.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
TagFile.cxx copyright year 2021 2021-01-01 19:54:28 +01:00
TagFile.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
TagPrint.cxx TagPrint: use std::string_view 2022-07-01 11:29:58 +02:00
TagPrint.hxx TagPrint: use std::string_view 2022-07-01 11:29:58 +02:00
TagSave.cxx fs/io: move to io/ 2021-12-03 14:35:41 +01:00
TagSave.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
TagStream.cxx Merge branch 'v0.22.x' 2021-01-01 19:59:15 +01:00
TagStream.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
TimePrint.cxx protocol/ArgParser: add function MakeArgError() 2021-05-27 16:01:44 +02:00
TimePrint.hxx copyright year 2021 2021-01-01 19:54:28 +01:00