.. |
.gitignore
|
test/ReadApeTags: new debug program
|
2015-10-16 14:28:57 +02:00 |
ContainerScan.cxx
|
decoder/DecoderPlugin: container_scan() returns forward_list<DetachedSong>
|
2016-11-22 16:49:31 +01:00 |
DivideStringTest.hxx
|
util/DivideString: add option "strip"
|
2014-12-04 23:05:44 +01:00 |
DumpDatabase.cxx
|
db/Interface: migrate visitor methods from class Error to C++ exceptions
|
2016-10-29 10:42:56 +02:00 |
FakeDecoderAPI.cxx
|
ReplayGainInfo: don't use array in struct ReplayGainInfo
|
2016-11-24 17:34:57 +01:00 |
FakeDecoderAPI.hxx
|
decoder/Client: add virtual method Read()
|
2016-11-21 22:43:09 +01:00 |
MimeTypeTest.hxx
|
util/MimeType: add ParseMimeTypeParameters()
|
2016-06-10 22:52:35 +02:00 |
ReadApeTags.cxx
|
input/Plugin: migrate open() from class Error to C++ exceptions
|
2016-09-09 18:15:01 +02:00 |
ScopeIOThread.hxx
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
ShutdownHandler.cxx
|
event/SignalMonitor: use BoundMethod instead of raw function pointer
|
2016-06-20 10:46:36 +02:00 |
ShutdownHandler.hxx
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
SplitStringTest.hxx
|
util/SplitString: new utility class
|
2014-12-04 09:14:28 +01:00 |
TestCircularBuffer.hxx
|
test/TestCircularBuffer: include cleanup
|
2014-12-04 07:14:43 +01:00 |
TestFs.cxx
|
util/Error: remove obsolete class
|
2016-11-10 12:58:26 +01:00 |
TestIcu.cxx
|
util/Error: remove obsolete class
|
2016-11-10 12:58:26 +01:00 |
UriUtilTest.hxx
|
test/test_util: move class UriUtilTest to UriUtilTest.hxx
|
2014-12-04 07:12:04 +01:00 |
WriteFile.cxx
|
util/Error: remove obsolete class
|
2016-11-10 12:58:26 +01:00 |
dump_playlist.cxx
|
input/Plugin: migrate open() from class Error to C++ exceptions
|
2016-09-09 18:15:01 +02:00 |
dump_rva2.cxx
|
ReplayGainInfo: don't use array in struct ReplayGainInfo
|
2016-11-24 17:34:57 +01:00 |
dump_text_file.cxx
|
test/run_input, ...: RAII-style global initialization
|
2017-01-03 12:24:05 +01:00 |
read_conf.cxx
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
read_mixer.cxx
|
filter/Plugin: rename with CamelCase
|
2016-11-23 17:43:50 +01:00 |
read_tags.cxx
|
test/read_tags: use ScanGenericTags(InputStream&) after ScanStream()
|
2016-12-09 23:53:16 +01:00 |
run_avahi.cxx
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
run_convert.cxx
|
AudioFormat: add method WithMask(), shortcut for ApplyMask()
|
2016-12-13 20:57:46 +01:00 |
run_decoder.cxx
|
decoder/Client: new interface which wraps struct Decoder
|
2016-11-18 09:03:39 +01:00 |
run_encoder.cxx
|
encoder: migrate from class Error to C++ exceptions
|
2016-11-07 09:25:51 +01:00 |
run_filter.cxx
|
AudioParser: throw exception on error
|
2016-10-28 22:36:04 +02:00 |
run_gunzip.cxx
|
util/Error: remove obsolete class
|
2016-11-10 12:58:26 +01:00 |
run_gzip.cxx
|
test/run_gzip: migrate from class Error to C++ exceptions
|
2016-11-10 12:58:03 +01:00 |
run_inotify.cxx
|
db/update/InotifySource: migrate from class Error to C++ exceptions
|
2016-10-28 10:35:31 +02:00 |
run_input.cxx
|
test/run_input, ...: RAII-style global initialization
|
2017-01-03 12:24:05 +01:00 |
run_neighbor_explorer.cxx
|
neighbor/Plugin: migrate from class Error to C++ exceptions
|
2016-09-05 11:37:58 +02:00 |
run_normalize.cxx
|
AudioParser: throw exception on error
|
2016-10-28 22:36:04 +02:00 |
run_output.cxx
|
output/Client: new interface to replace direct access to class PlayerControl
|
2016-12-14 20:29:15 +01:00 |
run_resolver.cxx
|
event/ServerSocket: migrate from class Error to C++ exceptions
|
2016-10-28 21:22:25 +02:00 |
run_storage.cxx
|
util/Error: remove obsolete class
|
2016-11-10 12:58:26 +01:00 |
software_volume.cxx
|
AudioParser: throw exception on error
|
2016-10-28 22:36:04 +02:00 |
test_archive.cxx
|
test/test_archive: don't use GLib
|
2014-10-25 00:08:04 +02:00 |
test_archive_bzip2.sh
|
Makefile.am: added unit tests for the archive plugins
|
2009-12-31 15:50:59 +01:00 |
test_archive_iso9660.sh
|
Makefile.am: added unit tests for the archive plugins
|
2009-12-31 15:50:59 +01:00 |
test_archive_zzip.sh
|
Makefile.am: added unit tests for the archive plugins
|
2009-12-31 15:50:59 +01:00 |
test_byte_reverse.cxx
|
Compiler.h: drop gcc_alignas(), use plain C++11 alignas()
|
2016-11-18 08:56:16 +01:00 |
test_icy_parser.cxx
|
Merge branch 'v0.18.x'
|
2014-01-27 10:33:42 +01:00 |
test_mixramp.cxx
|
PlayerThread, ...: move to src/player/
|
2015-08-15 15:55:46 +02:00 |
test_pcm_all.hxx
|
pcm/export: add #ifdef ENABLE_DSD to struct Params
|
2016-02-27 08:02:01 +01:00 |
test_pcm_channels.cxx
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
test_pcm_dither.cxx
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
test_pcm_export.cxx
|
test/test_pcm_export: extend the DSD_U32 test
|
2016-02-28 09:37:01 +01:00 |
test_pcm_format.cxx
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
test_pcm_interleave.cxx
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
test_pcm_main.cxx
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
test_pcm_mix.cxx
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
test_pcm_pack.cxx
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
test_pcm_util.hxx
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
test_pcm_volume.cxx
|
pcm/Convert: migrate from class Error to C++ exceptions
|
2016-09-09 14:44:13 +02:00 |
test_protocol.cxx
|
protocol/Ack: add exception class wrapping enum ack
|
2015-12-18 09:53:02 +01:00 |
test_queue_priority.cxx
|
test/test_queue_priority: fix unit test failure after recent "setprio" change
|
2016-12-13 08:36:42 +01:00 |
test_rewind.cxx
|
thread/Mutex: remove ScopeLock, use std::lock_guard directly
|
2017-01-03 07:11:57 +01:00 |
test_translate_song.cxx
|
util/Error: remove obsolete class
|
2016-11-10 12:58:26 +01:00 |
test_util.cxx
|
TagStream, decoder/Thread, ...: ignore MIME type parameters for matching plugins
|
2016-06-10 22:24:13 +02:00 |
test_vorbis_encoder.cxx
|
encoder: migrate from class Error to C++ exceptions
|
2016-11-07 09:25:51 +01:00 |
visit_archive.cxx
|
test/run_input, ...: RAII-style global initialization
|
2017-01-03 12:24:05 +01:00 |