aboutsummaryrefslogtreecommitdiffstats
path: root/test (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-27DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann5-29/+14
2013-01-27playlist/*: convert to C++Max Kellermann1-1/+1
2013-01-26input_stream: forward-declare the structMax Kellermann3-2/+3
2013-01-26playlist/*: convert to C++Max Kellermann1-2/+2
2013-01-24archive/*: convert to C++Max Kellermann2-5/+3
2013-01-21test/run_tcp_connect: delete obsolete source fileMax Kellermann1-164/+0
2013-01-16output/roar: convert to C++Max Kellermann1-3/+3
2013-01-15InotifySource: use the SocketMonitor classMax Kellermann1-3/+4
2013-01-15mixer/Alsa: use MultiSocketMonitorMax Kellermann2-0/+16
2013-01-15fifo_buffer: move to util/Max Kellermann1-1/+1
2013-01-14InotifySource: convert to a classMax Kellermann1-7/+5
2013-01-14Main, IOThread: move GMainLoop setup code to class EventLoopMax Kellermann1-5/+6
2013-01-10io_thread: convert to C++Max Kellermann6-7/+6
2013-01-10input_stream: convert to C++ (internally)Max Kellermann5-10/+19
2013-01-09EventPipe: rename to GlobalEventsMax Kellermann2-4/+4
2013-01-09event_pipe.h: convert to C++Max Kellermann2-2/+6
2013-01-09idle: convert to C++Max Kellermann1-1/+1
2013-01-09test/FakeReplayGainConfig: move fake symbols from a few debug programsMax Kellermann3-11/+25
2013-01-09test/run_decoder,read_tags: remove obsolete dummy functionsMax Kellermann2-42/+0
2013-01-08test: rename debug programs back to old namesMax Kellermann2-0/+0
2013-01-07decoder_api.h, ...: add "extern C"Max Kellermann4-10/+7
2013-01-06queue: convert all functions to methodsMax Kellermann1-45/+44
2013-01-06Queue: add constructor and destructorMax Kellermann1-2/+1
2013-01-05filter/ReplayGain: add method _set_mode()Max Kellermann2-6/+0
2013-01-05DecoderAPI: _replay_gain() returns voidMax Kellermann3-11/+3
2013-01-05test: revert debug program renamesMax Kellermann2-0/+0
2013-01-04PlayerControl: add constructor and destructorMax Kellermann1-1/+5
2013-01-04player_control.h: convert header to C++Max Kellermann1-1/+1
2013-01-04playlist: convert to C++Max Kellermann3-6/+4
2013-01-04output_*: convert to C++Max Kellermann1-4/+8
2013-01-03Directory: initialise in default constructorMax Kellermann2-0/+2
2013-01-03Directory: add constructor and destructorMax Kellermann2-0/+5
2013-01-03Directory: rename struct directory to DirectoryMax Kellermann2-3/+3
2013-01-02Directory: make the header C++ onlyMax Kellermann2-8/+5
2013-01-02PlaylistInfo: rename class, use std::stringMax Kellermann1-2/+2
2013-01-02don't include stdbool.h in C++ sourcesMax Kellermann1-1/+0
2013-01-02playlist_vector: convert to C++Max Kellermann1-1/+1
2013-01-02db_save, state_file: convert to C++Max Kellermann2-5/+11
2013-01-02update: convert to C++Max Kellermann1-1/+1
2012-10-04test/read_tags: wait until input_stream becomes readyMax Kellermann1-0/+19
2012-10-02test/dump_playlist: add missing newline to error messageMax Kellermann1-1/+1
2012-10-02output/recorder, test/*: invoke encoder_read() after _open()Max Kellermann2-0/+4
2012-10-02test/run_encoder: fix encoder_open() callMax Kellermann1-2/+1
2012-08-25test/test_queue_priority: fix SIGABRTMax Kellermann1-0/+15
2012-08-21queue_save: save song prioritiesMax Kellermann1-1/+1
2012-08-15queue: duplicate all song objectsMax Kellermann1-0/+33
2012-08-08tag_pool: use GStaticMutexMax Kellermann5-17/+2
2012-08-07db_selection: rename to DatabaseSelectionMax Kellermann1-3/+2
2012-08-07Database{Plugin,Visitor}: pass referencesMax Kellermann1-8/+8
2012-08-07test/DumpDatabase: new debug programMax Kellermann1-0/+154