..
fs
use [[gnu::...]] attributes
2023-03-06 16:14:15 +01:00
fuzzer
tag/*: use std::string_view instead of StringView
2022-07-04 15:04:31 +02:00
net
test/net/TestLocalSocketAddress: add unit tests for GetLocalRaw()
2024-05-06 12:54:45 +02:00
tag
use SPDX IDs, replacing the long copyright headers
2023-03-06 14:59:48 +01:00
time
use SPDX IDs, replacing the long copyright headers
2023-03-06 14:59:48 +01:00
util
test/util/TestIntrusiveList: add test for clear_and_dispose() with modifying disposer
2024-05-06 12:49:04 +02:00
ConfigGlue.hxx
use SPDX IDs, replacing the long copyright headers
2023-03-06 14:59:48 +01:00
ContainerScan.cxx
use SPDX IDs, replacing the long copyright headers
2023-03-06 14:59:48 +01:00
DumpDatabase.cxx
input/InputStream: pass std::span<std::byte> to Read()
2024-05-13 12:28:40 +02:00
DumpDecoderClient.cxx
input/InputStream: pass std::span<std::byte> to Read()
2024-05-13 12:28:40 +02:00
DumpDecoderClient.hxx
input/InputStream: pass std::span<std::byte> to Read()
2024-05-13 12:28:40 +02:00
DumpOgg.cxx
use SPDX IDs, replacing the long copyright headers
2023-03-06 14:59:48 +01:00
LoadDatabase.cxx
fs/io/TextFile: split into class FileLineReader and AutoGunzipFileLineReader
2023-11-25 22:50:32 +01:00
MakeTag.hxx
use [[gnu::...]] attributes
2023-03-06 16:14:15 +01:00
NullMixerListener.hxx
use SPDX IDs, replacing the long copyright headers
2023-03-06 14:59:48 +01:00
ParseSongFilter.cxx
use SPDX IDs, replacing the long copyright headers
2023-03-06 14:59:48 +01:00
ReadApeTags.cxx
use SPDX IDs, replacing the long copyright headers
2023-03-06 14:59:48 +01:00
ReadFrames.cxx
io/FileDescriptor: pass std::span to Full{Read,Write}()
2023-09-27 10:14:02 +02:00
ReadFrames.hxx
use SPDX IDs, replacing the long copyright headers
2023-03-06 14:59:48 +01:00
RunChromaprint.cxx
tests: fix ChromaPrint test on Windows
2024-01-04 14:22:24 -08:00
RunCurl.cxx
use SPDX IDs, replacing the long copyright headers
2023-03-06 14:59:48 +01:00
RunMixRampAnalyzer.cxx
use SPDX IDs, replacing the long copyright headers
2023-03-06 14:59:48 +01:00
RunReplayGainAnalyzer.cxx
use SPDX IDs, replacing the long copyright headers
2023-03-06 14:59:48 +01:00
RunZeroconf.cxx
use SPDX IDs, replacing the long copyright headers
2023-03-06 14:59:48 +01:00
ShutdownHandler.cxx
use SPDX IDs, replacing the long copyright headers
2023-03-06 14:59:48 +01:00
ShutdownHandler.hxx
use SPDX IDs, replacing the long copyright headers
2023-03-06 14:59:48 +01:00
TestAudioFormat.cxx
use SPDX IDs, replacing the long copyright headers
2023-03-06 14:59:48 +01:00
TestIcu.cxx
lib/icu/Converter: Create() returns std::unique_ptr
2019-11-04 15:44:06 +01:00
TestRewindInputStream.cxx
input/InputStream: pass std::span<std::byte> to Read()
2024-05-13 12:28:40 +02:00
TestStringFilter.cxx
use SPDX IDs, replacing the long copyright headers
2023-03-06 14:59:48 +01:00
TestTagSongFilter.cxx
tag/Type: require C++
2023-03-06 15:28:44 +01:00
WriteFile.cxx
io/OutputStream: use std::span
2023-05-21 21:35:11 +02:00
dump_playlist.cxx
use SPDX IDs, replacing the long copyright headers
2023-03-06 14:59:48 +01:00
dump_rva2.cxx
test/dump_rva2: fix TCHAR/char confusion on Windows
2023-12-22 18:05:40 +01:00
dump_text_file.cxx
use SPDX IDs, replacing the long copyright headers
2023-03-06 14:59:48 +01:00
meson.build
storage/Interface: add virtual method OpenFile()
2024-05-17 12:54:08 +02:00
read_conf.cxx
use SPDX IDs, replacing the long copyright headers
2023-03-06 14:59:48 +01:00
read_mixer.cxx
use SPDX IDs, replacing the long copyright headers
2023-03-06 14:59:48 +01:00
read_tags.cxx
tag/Names: convert to C++
2023-03-06 15:16:33 +01:00
run_convert.cxx
io/FileDescriptor: add Read()/Write() overloads with std::span
2023-09-27 11:14:23 +02:00
run_decoder.cxx
use SPDX IDs, replacing the long copyright headers
2023-03-06 14:59:48 +01:00
run_encoder.cxx
use SPDX IDs, replacing the long copyright headers
2023-03-06 14:59:48 +01:00
run_filter.cxx
io/FileDescriptor: pass std::span to Full{Read,Write}()
2023-09-27 10:14:02 +02:00
run_gunzip.cxx
io/Reader: use std::span
2023-10-07 08:44:42 +02:00
run_gzip.cxx
io/OutputStream: use std::span
2023-05-21 21:35:11 +02:00
run_inotify.cxx
use SPDX IDs, replacing the long copyright headers
2023-03-06 14:59:48 +01:00
run_input.cxx
input/InputStream: pass std::span<std::byte> to Read()
2024-05-13 12:28:40 +02:00
run_neighbor_explorer.cxx
test: neighbor_explorer: fix compilation on WIN32
2023-12-31 15:38:49 -08:00
run_normalize.cxx
pcm/Normalizer: no in-place editing, separate src/dest parameters
2023-03-13 13:37:49 +01:00
run_output.cxx
io/FileDescriptor: add Read()/Write() overloads with std::span
2023-09-27 11:14:23 +02:00
run_resolver.cxx
lib/fmt/SocketAddressFormatter: new library
2023-09-19 11:22:39 +02:00
run_storage.cxx
storage/Interface: add virtual method OpenFile()
2024-05-17 12:54:08 +02:00
software_volume.cxx
use SPDX IDs, replacing the long copyright headers
2023-03-06 14:59:48 +01: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
tag/IcyMetadataParser: pass std::string_view to icy_parse_tag()
2023-12-20 20:18:39 +01:00
test_pcm_channels.cxx
use SPDX IDs, replacing the long copyright headers
2023-03-06 14:59:48 +01:00
test_pcm_dither.cxx
use SPDX IDs, replacing the long copyright headers
2023-03-06 14:59:48 +01:00
test_pcm_export.cxx
use SPDX IDs, replacing the long copyright headers
2023-03-06 14:59:48 +01:00
test_pcm_format.cxx
use SPDX IDs, replacing the long copyright headers
2023-03-06 14:59:48 +01:00
test_pcm_interleave.cxx
use SPDX IDs, replacing the long copyright headers
2023-03-06 14:59:48 +01:00
test_pcm_mix.cxx
use SPDX IDs, replacing the long copyright headers
2023-03-06 14:59:48 +01:00
test_pcm_pack.cxx
use SPDX IDs, replacing the long copyright headers
2023-03-06 14:59:48 +01:00
test_pcm_util.hxx
use SPDX IDs, replacing the long copyright headers
2023-03-06 14:59:48 +01:00
test_pcm_volume.cxx
use SPDX IDs, replacing the long copyright headers
2023-03-06 14:59:48 +01: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
client/Client: add interface IClient
2023-11-26 08:11:06 +01:00
test_vorbis_encoder.cxx
use SPDX IDs, replacing the long copyright headers
2023-03-06 14:59:48 +01:00
visit_archive.cxx
test: archive: fix compilation with Windows
2024-01-04 14:22:25 -08:00