Max Kellermann
|
9d50306e2f
|
lib/xiph/ScanVorbisComment: use std::string_view
|
2022-07-01 11:30:44 +02:00 |
Max Kellermann
|
96f99aeb8f
|
TagPrint: use std::string_view
|
2022-07-01 11:29:58 +02:00 |
Max Kellermann
|
ed7263ee3e
|
decoder/OpusTags: use std::string_view
|
2022-07-01 11:29:11 +02:00 |
Max Kellermann
|
f32d752ccb
|
util/NumberParser: use std::string_view
|
2022-07-01 11:29:11 +02:00 |
Max Kellermann
|
671b7e079f
|
decoder/OpusReader: use std::string_view
|
2022-07-01 11:29:11 +02:00 |
Max Kellermann
|
e10b15010c
|
decoder/OpusReader: add `noexcept`
|
2022-07-01 11:29:11 +02:00 |
Max Kellermann
|
02fe857755
|
util/IterableSplitString: return std::string_view
|
2022-07-01 11:29:11 +02:00 |
Max Kellermann
|
ea3f044cd8
|
util/SplitString: use std::string_view
|
2022-07-01 11:29:11 +02:00 |
Max Kellermann
|
e6bb6c59ec
|
storage/Composite: use std::string_view
|
2022-07-01 11:29:11 +02:00 |
Max Kellermann
|
6d23ac67f9
|
util/UriQueryParser: use std::string_view
|
2022-07-01 11:29:10 +02:00 |
Max Kellermann
|
ca46b4d7a7
|
util/MimeType: use std::string_view
|
2022-07-01 11:29:10 +02:00 |
Max Kellermann
|
0727ee94c0
|
tag/Id3Scan: use std::string_view
|
2022-07-01 11:29:10 +02:00 |
Max Kellermann
|
21e4c25e61
|
playlist/cue/CueParser: more std::string_view
|
2022-07-01 11:29:10 +02:00 |
Max Kellermann
|
e921c0b40b
|
lib/yajl/Callbacks: use std::string_view
|
2022-07-01 11:16:42 +02:00 |
Max Kellermann
|
c05d4cddfb
|
input/qobuz: use std::string_view
|
2022-07-01 11:16:42 +02:00 |
Max Kellermann
|
c9723ee4b7
|
playlist/SoundCloud: use std::string_view
|
2022-07-01 11:16:42 +02:00 |
Max Kellermann
|
ca90c75c61
|
lib/alsa/AllowedFormat: pass std::string_view to constructor
|
2022-07-01 10:57:49 +02:00 |
Max Kellermann
|
9976665cc7
|
util/UriRelative: use std::string_view internally
|
2022-07-01 10:56:29 +02:00 |
Max Kellermann
|
c5f037fa64
|
util/StringCompare: move code from StringView
|
2022-07-01 10:48:34 +02:00 |
Max Kellermann
|
5ec13c0b06
|
util/StringStrip: add libc++ compatibility kludge
|
2022-07-01 10:45:37 +02:00 |
Max Kellermann
|
60ca12e4bd
|
db/simple/Song: use std::string_view
|
2022-06-30 21:04:13 +02:00 |
Max Kellermann
|
67fcf7d7c5
|
output/ao: add missing include
|
2022-06-30 21:03:25 +02:00 |
Max Kellermann
|
c953ed48b7
|
output/ao: use std::string_view
|
2022-06-30 21:01:29 +02:00 |
Max Kellermann
|
6440df60aa
|
output/jack: use std::string_view
|
2022-06-30 21:00:23 +02:00 |
Max Kellermann
|
b806b0a97f
|
util/StringStrip: add std::string_view overloads
|
2022-06-30 21:00:07 +02:00 |
Max Kellermann
|
10197a0041
|
util/IterableSplitString: use std::string_view internally
|
2022-06-30 20:54:42 +02:00 |
Max Kellermann
|
166885802a
|
util/StringSplit: move code from StringView.hxx
|
2022-06-30 20:40:41 +02:00 |
Max Kellermann
|
4a97c45585
|
tag/Config: use IterableSplitString instead of SplitString()
|
2022-06-30 20:39:39 +02:00 |
Max Kellermann
|
0173d3b313
|
util/IterableSplitString: use StringView::Split()
|
2022-06-30 20:37:58 +02:00 |
Max Kellermann
|
aadd32c973
|
util/IterableSplitString: add `noexcept`
|
2022-06-30 20:34:04 +02:00 |
Max Kellermann
|
0f4bf5569a
|
event/InotifyEvent: new class wrapping inotify
Replaces class InotifySource.
|
2022-06-30 12:05:50 +02:00 |
Max Kellermann
|
ff4cf6c6d1
|
test/run_inotify: add class Instance
|
2022-06-30 11:57:03 +02:00 |
Max Kellermann
|
a7b7e35512
|
tag/ReplayGainParser: use std::string_view
|
2022-06-30 10:59:56 +02:00 |
Max Kellermann
|
11135b48e6
|
tag/MixRampParser: use std::string_view
|
2022-06-30 10:59:27 +02:00 |
Max Kellermann
|
d0382caa88
|
tag/ApeLoader: use std::string_view
|
2022-06-30 10:58:22 +02:00 |
Max Kellermann
|
4765726bda
|
tag/VorbisComment: use std::string_view
|
2022-06-30 10:57:01 +02:00 |
Max Kellermann
|
455a412aaa
|
tag/Table: use std::string_view
|
2022-06-30 10:53:26 +02:00 |
Max Kellermann
|
1a2b505979
|
tag/ParseName: use std::string_view
|
2022-06-30 10:52:21 +02:00 |
Max Kellermann
|
c34f3c9b94
|
tag/Handler: use StringIsEqualIgnoreCase()
|
2022-06-30 10:50:56 +02:00 |
Max Kellermann
|
232084c2f9
|
playlist/cue/CueParser: use std::string_view in public API
|
2022-06-30 10:50:53 +02:00 |
Max Kellermann
|
2ba092711f
|
event/net/UdpListener: use IsSocketErrorReceiveWouldBlock()
|
2022-06-30 10:32:25 +02:00 |
Max Kellermann
|
8aa4227c0c
|
net/SocketAddress: add std::span cast operators
|
2022-06-30 10:30:54 +02:00 |
Max Kellermann
|
81afb47cd0
|
util/ByteOrder: add class PackedBE64
|
2022-06-30 10:30:54 +02:00 |
Max Kellermann
|
60a3aae35f
|
io/FileDescriptor: add OpenReadOnly() overload with directory fd
|
2022-06-30 10:30:54 +02:00 |
Max Kellermann
|
bc3415ce8b
|
Copyright year 2022
|
2022-06-30 09:41:53 +02:00 |
Max Kellermann
|
3f1acd3642
|
lib/avahi/Publisher: fix comment typo
|
2022-06-30 09:38:44 +02:00 |
Max Kellermann
|
4564d251a8
|
zeroconf/avahi: move generic sources to lib/avahi
|
2022-06-30 09:37:30 +02:00 |
Max Kellermann
|
8783ed1981
|
lib/curl/Adapter: use std::string_view
|
2022-06-29 17:38:58 +02:00 |
Max Kellermann
|
1da09f5b1b
|
lib/curl: use std::span
|
2022-06-29 17:37:12 +02:00 |
Max Kellermann
|
062df65b1e
|
lib/dbus: use std::span
|
2022-06-29 17:32:58 +02:00 |