..
net
test/net/TestIPv4Address: make literal unsigned to work around -Wsign-compare
2019-01-21 14:39:24 +01:00
ConfigGlue.hxx
test/ConfigGlue: merge duplicate code from various debug programs
2019-02-05 21:56:20 +01:00
ContainerScan.cxx
decoder/List: add RAII class
2019-02-05 22:12:22 +01:00
DumpDatabase.cxx
db/DatabaseListener: add `noexcept`
2019-04-24 14:57:30 +02:00
DumpDecoderClient.cxx
decoder/Client: add `noexcept`
2019-04-05 09:03:42 +02:00
DumpDecoderClient.hxx
decoder/Client: add `noexcept`
2019-04-05 09:03:42 +02:00
MakeTag.hxx
test/MakeTag: add `noexcept`
2019-03-16 13:23:02 +01:00
NullMixerListener.hxx
mixer/Listener: add `noexcept`
2019-05-31 14:09:47 +02:00
ParseSongFilter.cxx
check.h: remove obsolete header
2018-11-19 16:33:49 +01:00
ReadApeTags.cxx
*: copyright year 2018
2018-10-31 17:54:59 +01:00
RunChromaprint.cxx
lib/chromaprint/DecoderClient: replace method PrintResult()
2019-04-05 13:40:05 +02:00
ShutdownHandler.cxx
check.h: remove obsolete header
2018-11-19 16:33:49 +01:00
ShutdownHandler.hxx
*: copyright year 2018
2018-10-31 17:54:59 +01:00
TestAudioFormat.cxx
check.h: remove obsolete header
2018-11-19 16:33:49 +01:00
TestCircularBuffer.cxx
test/TestCircularBuffer: add `constexpr` to fix -Wvla
2019-06-06 12:40:32 +02:00
TestDivideString.cxx
check.h: remove obsolete header
2018-11-19 16:33:49 +01:00
TestFs.cxx
test: use GTest instead of cppunit
2018-10-16 21:26:04 +02:00
TestIcu.cxx
test: use GTest instead of cppunit
2018-10-16 21:26:04 +02:00
TestMimeType.cxx
check.h: remove obsolete header
2018-11-19 16:33:49 +01:00
TestRewindInputStream.cxx
input/InputStream: make IsEOF() and IsAvailable() const
2019-05-29 13:31:54 +02:00
TestSplitString.cxx
check.h: remove obsolete header
2018-11-19 16:33:49 +01:00
TestTagSongFilter.cxx
test/TestSongFilter: unit test for song filters
2019-03-16 13:23:02 +01:00
TestUriUtil.cxx
check.h: remove obsolete header
2018-11-19 16:33:49 +01:00
WriteFile.cxx
check.h: remove obsolete header
2018-11-19 16:33:49 +01:00
dump_playlist.cxx
playlist/Registry: add RAII class
2019-02-05 23:03:29 +01:00
dump_rva2.cxx
*: copyright year 2018
2018-10-31 17:54:59 +01:00
dump_text_file.cxx
input/Init: add RAII class
2019-02-05 22:07:49 +01:00
meson.build
test/RunChromaprint: move class ChromaprintDecoderClient to lib/chromaprint/
2019-04-04 20:29:27 +02:00
read_conf.cxx
check.h: remove obsolete header
2018-11-19 16:33:49 +01:00
read_mixer.cxx
check.h: remove obsolete header
2018-11-19 16:33:49 +01:00
read_tags.cxx
tag/Handler: pass StringView to OnTag() and OnPair()
2019-06-06 13:00:53 +02:00
run_avahi.cxx
check.h: remove obsolete header
2018-11-19 16:33:49 +01:00
run_convert.cxx
pcm/PcmConvert: eliminate Open() and Close()
2019-04-04 21:01:08 +02:00
run_decoder.cxx
decoder/List: add RAII class
2019-02-05 22:12:22 +01:00
run_encoder.cxx
check.h: remove obsolete header
2018-11-19 16:33:49 +01:00
run_filter.cxx
test/run_filter: check for partial writes
2019-03-25 08:59:34 +01:00
run_gunzip.cxx
check.h: remove obsolete header
2018-11-19 16:33:49 +01:00
run_gzip.cxx
check.h: remove obsolete header
2018-11-19 16:33:49 +01:00
run_inotify.cxx
check.h: remove obsolete header
2018-11-19 16:33:49 +01:00
run_input.cxx
event/Call, ...: use wait() with predicate
2019-05-07 20:01:45 +02:00
run_neighbor_explorer.cxx
test/ConfigGlue: merge duplicate code from various debug programs
2019-02-05 21:56:20 +01:00
run_normalize.cxx
check.h: remove obsolete header
2018-11-19 16:33:49 +01:00
run_output.cxx
test/ConfigGlue: merge duplicate code from various debug programs
2019-02-05 21:56:20 +01:00
run_resolver.cxx
check.h: remove obsolete header
2018-11-19 16:33:49 +01:00
run_storage.cxx
util/Time*: move to time/
2019-05-08 15:47:58 +02:00
software_volume.cxx
check.h: remove obsolete header
2018-11-19 16:33:49 +01:00
test_archive.cxx
archive/ArchiveLookup: replace output parameters with a struct
2019-05-31 19:56:25 +02:00
test_archive_bzip2.sh
build with Meson instead of autotools
2018-10-14 23:41:38 +02:00
test_archive_iso9660.sh
build with Meson instead of autotools
2018-10-14 23:41:38 +02:00
test_archive_zzip.sh
build with Meson instead of autotools
2018-10-14 23:41:38 +02:00
test_byte_reverse.cxx
*: copyright year 2018
2018-10-31 17:54:59 +01:00
test_icy_parser.cxx
check.h: remove obsolete header
2018-11-19 16:33:49 +01:00
test_mixramp.cxx
check.h: remove obsolete header
2018-11-19 16:33:49 +01:00
test_pcm_channels.cxx
check.h: remove obsolete header
2018-11-19 16:33:49 +01:00
test_pcm_dither.cxx
check.h: remove obsolete header
2018-11-19 16:33:49 +01:00
test_pcm_export.cxx
system/ByteOrder: move to util/
2019-03-08 10:21:10 +01:00
test_pcm_format.cxx
check.h: remove obsolete header
2018-11-19 16:33:49 +01:00
test_pcm_interleave.cxx
check.h: remove obsolete header
2018-11-19 16:33:49 +01:00
test_pcm_mix.cxx
check.h: remove obsolete header
2018-11-19 16:33:49 +01:00
test_pcm_pack.cxx
system/ByteOrder: move to util/
2019-03-08 10:21:10 +01:00
test_pcm_util.hxx
*: copyright year 2018
2018-10-31 17:54:59 +01:00
test_pcm_volume.cxx
check.h: remove obsolete header
2018-11-19 16:33:49 +01:00
test_protocol.cxx
check.h: remove obsolete header
2018-11-19 16:33:49 +01:00
test_queue_priority.cxx
check.h: remove obsolete header
2018-11-19 16:33:49 +01:00
test_translate_song.cxx
Log: make LogLevel the first parameter
2019-05-23 12:17:59 +02:00
test_vorbis_encoder.cxx
check.h: remove obsolete header
2018-11-19 16:33:49 +01:00
visit_archive.cxx
input/Init: add RAII class
2019-02-05 22:07:49 +01:00