aboutsummaryrefslogtreecommitdiffstats
path: root/test (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-10-27pcm/Order: new library to convert from FLAC to ALSA channel orderMax Kellermann2-6/+66
This new library is integrated in the PcmExport class and (if enabled) converts MPD's channel order (= FLAC channel order) to ALSA channel order. This fixes: http://bugs.musicpd.org/view.php?id=3147 and http://bugs.musicpd.org/view.php?id=3255
2015-10-20DetachedSong: move code from Update() to LoadFile()Max Kellermann1-2/+2
Avoid duplicate AllocatedPath::FromUTF8() invocations in two callers.
2015-10-16test/ReadApeTags: new debug programMax Kellermann2-0/+65
2015-08-15test/stdbin.h: remove obsolete headerMax Kellermann10-38/+0
2015-08-15PlayerThread, ...: move to src/player/Max Kellermann2-2/+2
2015-08-14protocol/Result: move command_list_num to class ResponseMax Kellermann1-1/+1
2015-08-12client/Response: new Client wrapper class for writing responsesMax Kellermann1-8/+14
2015-08-11protocol/ArgParser: add struct RangeArgMax Kellermann1-11/+12
2015-07-22net/ToString: rename sockaddr_to_string() to ToString()Max Kellermann1-1/+1
2015-07-22net/Resolver: move sockaddr_to_string() to ToString.cxxMax Kellermann1-0/+1
2015-06-26config/Global: allow calling config_get_string() with one argumentMax Kellermann1-1/+1
default_value defaults to nullptr.
2015-06-25lib/icu/{Converter,Collate}: return AllocatedStringMax Kellermann1-3/+7
2015-06-22test/TestFs: new unit test for libfs.aMax Kellermann1-0/+107
2015-06-22test/test_translate_song: use PATH_LITERAL()Max Kellermann1-1/+1
2015-06-22test/test_pcm_util: call the C++11 random engine instead of random()Max Kellermann1-1/+1
Stupid mistake from commit 7cb803ad
2015-06-22test/test_pcm: add PcmInterleave() unit testMax Kellermann3-0/+144
2015-02-28storage/FileInfo: rename to StorageFileInfoMax Kellermann1-4/+4
2015-02-10net/SocketAddress: light wrapper for struct sockaddrMax Kellermann1-1/+2
2015-02-10system/{Resolver,Socket{Error,Util}}: move to new library libnet.aMax Kellermann1-1/+1
2015-01-26test/read_mixer: add missing stdlib.h includeMax Kellermann1-0/+1
2015-01-22Config: add section "resampler"Max Kellermann1-8/+0
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann6-17/+18
The old struct config_param remains only for top-level string options.
2015-01-21config/Option: convert to strictly-typed enumMax Kellermann4-4/+4
2015-01-21ConfigData: move struct config_param to Param.hxxMax Kellermann6-6/+6
2015-01-14test/run_encoder: use EncoderToOutputStream()Max Kellermann2-32/+42
2015-01-08encoder/Interface: move functions into the structMax Kellermann2-6/+6
2015-01-08encoder/Plugin: move struct Encoder to EncoderInterface.hxxMax Kellermann2-0/+2
2015-01-06test/WriteFile: new debug programMax Kellermann1-0/+78
2015-01-01Copyright year 2015Max Kellermann42-42/+42
2014-12-26EncoderPlugin: pass Tag reference to method tag()Max Kellermann1-1/+1
2014-12-26test/FakeDecoderAPI: dump tagsMax Kellermann1-1/+6
2014-12-05configure.ac: require GLib 2.32 (if enabled)Max Kellermann11-124/+0
Since version 2.32, g_thread_init() is deprecated and a no-op. Let's upgrade that (optional) dependency so we can remove all those g_thread_init() calls.
2014-12-04util/DivideString: add option "strip"Max Kellermann1-0/+10
2014-12-04util/SplitString: new utility classMax Kellermann2-0/+67
Replaces GLib's g_strsplit().
2014-12-04test/test_util: add unit test for DivideStringMax Kellermann2-0/+46
2014-12-04test/TestCircularBuffer: include cleanupMax Kellermann1-6/+1
2014-12-04test/test_util: move class UriUtilTest to UriUtilTest.hxxMax Kellermann2-57/+67
2014-12-01test/TestIcu: new unit test for lib/icu/*Max Kellermann1-0/+82
2014-11-25test/run_input: make variables more localMax Kellermann1-12/+8
2014-11-21configure.ac: add macro MPD_ENABLE_AUTO_PKGMax Kellermann1-1/+1
Simplify the definition of many build options.
2014-11-10test/FakeDecoderAPI: dump bit rateMax Kellermann1-0/+6
2014-11-02util/UriUtil: add uri_get_suffix() overload that ignores query stringMax Kellermann1-0/+19
2014-11-01util/UriUtil: add uri_get_suffix() overload that ignores query stringMax Kellermann1-0/+19
2014-10-25test/test_archive: don't use GLibMax Kellermann1-8/+6
2014-10-24test/DumpDatabase, ...: no g_thread_init() calls when GLib is disabledMax Kellermann3-0/+12
2014-10-09StoragePlugin: pass EventLoop to constructorMax Kellermann1-1/+4
2014-10-07test/run_input, ...: add struct ScopeIOThreadMax Kellermann8-32/+50
Auto-stop the IO thread in all error handlers.
2014-10-07test/run_storage: new debug programMax Kellermann1-0/+130
2014-09-24test/test_protocol: add missing stdlib.h includeMax Kellermann1-1/+1
EXIT_SUCCESS and EXIT_FAILURE are defined in stdlib.h, not unistd.h. D'oh!
2014-09-24test/test_protocol: add missing unistd.h includeMax Kellermann1-0/+2