summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-12-13Merge tag 'v0.19.21'Max Kellermann
2016-12-13test/test_queue_priority: fix unit test failure after recent "setprio" changeMax Kellermann
2016-12-09test/read_tags: use ScanGenericTags(InputStream&) after ScanStream()Max Kellermann
2016-12-09test/read_tags: catch exceptions from ScanFile() before falling back to ScanS...Max Kellermann
2016-12-09test/read_tags: use AtScopeExit()Max Kellermann
2016-12-03decoder/Control: add attribute configured_audio_formatMax Kellermann
2016-12-03player/Control: make ReplayGainConfig constMax Kellermann
2016-12-03filter/ReplayGain: add ReplayGainConfig copyMax Kellermann
2016-11-25ReplayGainConfig: add struct ReplayGainConfig, move globals to ReplayGainGlob...Max Kellermann
2016-11-24ReplayGainInfo: don't use array in struct ReplayGainInfoMax Kellermann
2016-11-24test/FakeDecoderAPI: move code to DumpReplayGainTuple()Max Kellermann
2016-11-23filter/Plugin: rename with CamelCaseMax Kellermann
2016-11-22decoder/DecoderPlugin: container_scan() returns forward_list<DetachedSong>Max Kellermann
2016-11-22test/ContainerScan: new debug programMax Kellermann
2016-11-21decoder/Client: add virtual method Read()Max Kellermann
2016-11-18decoder/Client: add OpenUri(), replacing decoder_open_uri()Max Kellermann
2016-11-18decoder/Client: add Submit methodsMax Kellermann
2016-11-18decoder/Client: add DecoderCommand/seek virtual methodsMax Kellermann
2016-11-18decoder/Client: add virtual method Ready()Max Kellermann
2016-11-18decoder/Client: new interface which wraps struct DecoderMax Kellermann
2016-11-18Compiler.h: drop gcc_alignas(), use plain C++11 alignas()Max Kellermann
2016-11-10util/Error: remove obsolete classMax Kellermann
2016-11-10test/run_gzip: migrate from class Error to C++ exceptionsMax Kellermann
2016-11-09output/Plugin: remove 'Error&' parameters, use C++ exceptions onlyMax Kellermann
2016-11-07encoder: migrate from class Error to C++ exceptionsMax Kellermann
2016-10-29db/Interface: migrate visitor methods from class Error to C++ exceptionsMax Kellermann
2016-10-29db/Visitor: remove the Error parameterMax Kellermann
2016-10-28db/Plugin: migrate from class Error to C++ exceptionsMax Kellermann
2016-10-28AudioParser: throw exception on errorMax Kellermann
2016-10-28encoder/Plugin: migrate from class Error to C++ exceptionsMax Kellermann
2016-10-28event/ServerSocket: migrate from class Error to C++ exceptionsMax Kellermann
2016-10-28db/update/InotifySource: migrate from class Error to C++ exceptionsMax Kellermann
2016-10-27LocateUri: migrate from class Error to C++ exceptionsMax Kellermann
2016-10-27storage: migrate from class Error to C++ exceptionsMax Kellermann
2016-10-26Instance: remove Error parameter from GetDatabase()Max Kellermann
2016-09-16input/InputStream: migrate from class Error to C++ exceptionsMax Kellermann
2016-09-09archive/Plugin: migrate open() from class Error to C++ exceptionsMax Kellermann
2016-09-09input/Plugin: migrate open() from class Error to C++ exceptionsMax Kellermann
2016-09-09input/Plugin: migrate init() from class Error to C++ exceptionsMax Kellermann
2016-09-09mixer: migrate to C++ exceptionsMax Kellermann
2016-09-09pcm/Convert: migrate from class Error to C++ exceptionsMax Kellermann
2016-09-05neighbor/Plugin: migrate from class Error to C++ exceptionsMax Kellermann
2016-09-04Filter/Plugin: migrate from class Error to C++ exceptionsMax Kellermann
2016-09-04Filter/Internal: migrate from class Error to C++ exceptionsMax Kellermann
2016-07-11test/run_decoder: catch and print C++ exceptionsMax Kellermann
2016-07-04test/*: add missing includes for fprintf()Max Kellermann
2016-07-02test/WriteFile: add missing include for fprintf()Max Kellermann
2016-07-02test/WriteFile: add missing include for EXIT_{SUCCESS,FAILURE}Max Kellermann
2016-07-01filter/FilterInternal: split class Filter, add class PreparedFilterMax Kellermann
2016-06-20event/SignalMonitor: use BoundMethod instead of raw function pointerMax Kellermann