mpd/test
Max Kellermann 81154130b5 test/fs: rename TestFs.cxx to TestGlob.cxx 2022-07-14 17:57:10 +02:00
..
fs test/fs: rename TestFs.cxx to TestGlob.cxx 2022-07-14 17:57:10 +02:00
fuzzer tag/*: use std::string_view instead of StringView 2022-07-04 15:04:31 +02:00
net test/meson.build: add "protocol:gtest" where appropriate 2021-11-26 08:47:06 +01:00
tag tag/*: use std::string_view instead of StringView 2022-07-04 15:04:31 +02:00
time Copyright year 2022 2022-06-30 09:41:53 +02:00
util util/UriQueryParser: use std::string_view 2022-07-01 11:29:10 +02:00
ConfigGlue.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
ContainerScan.cxx fs/io: move to io/ 2021-12-03 14:35:41 +01:00
DumpDatabase.cxx copyright year 2021 2021-01-01 19:54:28 +01:00
DumpDecoderClient.cxx decoder/Client: pass std::span to SubmitData() 2022-07-11 22:37:38 +02:00
DumpDecoderClient.hxx decoder/Client: pass std::span to SubmitData() 2022-07-11 22:37:38 +02:00
DumpOgg.cxx test/DumpOgg: new debug program 2022-03-16 16:51:44 +01:00
MakeTag.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
NullMixerListener.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
ParseSongFilter.cxx song/Filter: use std::span instead of ConstBuffer 2022-07-04 18:37:35 +02:00
ReadApeTags.cxx tag/*: use std::string_view instead of StringView 2022-07-04 15:04:31 +02:00
ReadFrames.cxx test/run_filter: move ReadFrames() to separate source 2021-12-06 10:31:52 +01:00
ReadFrames.hxx test/run_filter: move ReadFrames() to separate source 2021-12-06 10:31:52 +01:00
RunChromaprint.cxx util/OptionParser: use std::span instead of ConstBuffer 2022-07-04 19:04:16 +02:00
RunCurl.cxx lib/curl/Headers: central type definition for the header map 2022-07-01 12:17:36 +02:00
RunMixRampAnalyzer.cxx pcm/*: use std::span instead of ConstBuffer 2022-07-04 18:11:21 +02:00
RunReplayGainAnalyzer.cxx pcm/*: use std::span instead of ConstBuffer 2022-07-04 18:11:21 +02:00
RunZeroconf.cxx zeroconf/{bonjour,avahi}: pass service_type as parameter 2021-02-24 15:11:11 +01:00
ShutdownHandler.cxx Merge branch 'v0.22.x' 2021-01-01 19:59:15 +01:00
ShutdownHandler.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
TestAudioFormat.cxx copyright year 2021 2021-01-01 19:54:28 +01:00
TestIcu.cxx lib/icu/Converter: Create() returns std::unique_ptr 2019-11-04 15:44:06 +01:00
TestRewindInputStream.cxx *: use `auto` 2020-02-01 14:02:43 +01:00
TestTagSongFilter.cxx copyright year 2021 2021-01-01 19:54:28 +01:00
WriteFile.cxx fs/io: move to io/ 2021-12-03 14:35:41 +01:00
dump_playlist.cxx fs/io: move to io/ 2021-12-03 14:35:41 +01:00
dump_rva2.cxx ReplayGainInfo: move to tag/ 2021-12-06 09:28:36 +01:00
dump_text_file.cxx archive/List: add option to disable archive plugins in mpd.conf 2022-02-14 17:54:21 +01:00
meson.build test/TestFs: move to test/fs/ 2022-07-14 17:56:37 +02:00
read_conf.cxx copyright year 2021 2021-01-01 19:54:28 +01:00
read_mixer.cxx copyright year 2021 2021-01-01 19:54:28 +01:00
read_tags.cxx tag/*: use std::string_view instead of StringView 2022-07-04 15:04:31 +02:00
run_convert.cxx util/OptionParser: use std::span instead of ConstBuffer 2022-07-04 19:04:16 +02:00
run_decoder.cxx Merge branch 'v0.23.x' 2022-07-12 11:59:49 +02:00
run_encoder.cxx encoder/Interface: pass std::span to Write() and Read() 2022-07-12 10:33:59 +02:00
run_filter.cxx filter/*: use std::span instead of ConstBuffer 2022-07-04 18:37:35 +02:00
run_gunzip.cxx fs/io: move to io/ 2021-12-03 14:35:41 +01:00
run_gzip.cxx lib/zlib/GzipOutputStream: rename Flush() to Finish() 2022-07-04 10:08:54 +02:00
run_inotify.cxx event/InotifyEvent: new class wrapping inotify 2022-06-30 12:05:50 +02:00
run_input.cxx util/OptionParser: use std::span instead of ConstBuffer 2022-07-04 19:04:16 +02:00
run_neighbor_explorer.cxx copyright year 2021 2021-01-01 19:54:28 +01:00
run_normalize.cxx AudioCompress: move to pcm/ 2021-12-03 16:04:59 +01:00
run_output.cxx output/Interface: pass std::span to Play() 2022-07-12 12:59:47 +02:00
run_resolver.cxx copyright year 2021 2021-01-01 19:54:28 +01:00
run_storage.cxx copyright year 2021 2021-01-01 19:54:28 +01:00
software_volume.cxx pcm/*: use std::span instead of ConstBuffer 2022-07-04 18:11:21 +02:00
test_archive_bzip2.sh build with Meson instead of autotools 2018-10-14 23:41:38 +02:00
test_archive_iso9660.sh test/test_archive_iso9660.sh: use an odd chunk size to trigger bug 2020-09-07 20:53:46 +02:00
test_archive_zzip.sh build with Meson instead of autotools 2018-10-14 23:41:38 +02:00
test_icy_parser.cxx IcyMetaDataParser: move to tag/ 2021-12-03 16:07:39 +01:00
test_pcm_channels.cxx pcm/*: use std::span instead of ConstBuffer 2022-07-04 18:11:21 +02:00
test_pcm_dither.cxx copyright year 2021 2021-01-01 19:54:28 +01:00
test_pcm_export.cxx pcm/*: use std::span instead of ConstBuffer 2022-07-04 18:11:21 +02:00
test_pcm_format.cxx pcm/*: use std::span instead of ConstBuffer 2022-07-04 18:11:21 +02:00
test_pcm_interleave.cxx pcm/*: use std::span instead of ConstBuffer 2022-07-04 18:11:21 +02:00
test_pcm_mix.cxx copyright year 2021 2021-01-01 19:54:28 +01:00
test_pcm_pack.cxx copyright year 2021 2021-01-01 19:54:28 +01:00
test_pcm_util.hxx pcm/*: use std::span instead of ConstBuffer 2022-07-04 18:11:21 +02:00
test_pcm_volume.cxx pcm/*: use std::span instead of ConstBuffer 2022-07-04 18:11:21 +02:00
test_protocol.cxx include cleanups (powered by iwyu) 2019-07-05 09:59:58 +02:00
test_queue_priority.cxx queue/Queue: add method GetLight() 2022-02-14 13:33:34 +01:00
test_translate_song.cxx Log: make LogLevel the first parameter 2020-07-06 21:07:26 +02:00
test_vorbis_encoder.cxx encoder/Interface: pass std::span to Write() and Read() 2022-07-12 10:33:59 +02:00
visit_archive.cxx archive/List: add option to disable archive plugins in mpd.conf 2022-02-14 17:54:21 +01:00