aboutsummaryrefslogtreecommitdiffstats
path: root/test (unfollow)
Commit message (Expand)AuthorFilesLines
2014-02-18test: various fixups for building without GLibMax Kellermann7-4/+20
2014-02-08ArchivePlugin: pass Path to open()Max Kellermann1-1/+1
2014-02-08ArchivePlugin: rename struct archive_plugin to ArchivePluginMax Kellermann1-1/+1
2014-02-07storage/local: remove utf8 path from constructorMax Kellermann1-3/+4
2014-02-07StoragePlugin: add method MapToRelativeUTF8()Max Kellermann1-16/+8
2014-02-07DecoderPlugin: pass Path instance to file_decode() and scan_file()Max Kellermann2-7/+9
2014-02-07Mapper: move map_song_detach() to db/DatabaseSong.cxxMax Kellermann1-6/+16
2014-02-06mixer/Plugin: pass AudioOutput reference to init()Max Kellermann1-54/+2
2014-02-05Mixer: use reference instead of pointer for MixerPluginMax Kellermann1-1/+1
2014-02-05MixerPlugin: add EventLoop& init() parameterMax Kellermann2-14/+7
2014-02-05event/Loop: remove the dummy constructor argumentMax Kellermann5-5/+5
2014-02-05test/ShutdownHandler: make the constructor "explicit"Max Kellermann1-1/+1
2014-02-04db/DatabaseListener: add method OnDatabaseSongRemoved()Max Kellermann1-0/+4
2014-02-04Instance: add Database attributeMax Kellermann1-2/+9
2014-02-04db/DatabasePlaylist: pass Database reference aroundMax Kellermann1-4/+6
2014-02-03SongLoader: new class that merges duplicate codeMax Kellermann1-10/+41
2014-01-29output: move functions into the AudioOutput structMax Kellermann1-1/+0
2014-01-28output: rename source filesMax Kellermann1-1/+1
2014-01-28output: rename struct audio_output to AudioOutputMax Kellermann1-4/+4
2014-01-28OutputAll: convert to class, move instance to class PartitionMax Kellermann1-3/+6
2014-01-27Playlist{Info,Vector}: move to db/Max Kellermann1-1/+1
2014-01-27IcyMetadataParser: more robust tag parserMax Kellermann1-0/+15
2014-01-27test/test_icy_parser: unit test for IcyMetaDataParser.cxxMax Kellermann1-0/+70
2014-01-26neighbor: new subsystem to detect file servers on the local networkMax Kellermann2-0/+86
2014-01-24Mixer*: move to mixer/Max Kellermann2-3/+3
2014-01-24Filter*: move to filter/Max Kellermann3-5/+5
2014-01-24Database*: move to db/Max Kellermann3-8/+8
2014-01-24Input*: move to input/Max Kellermann8-16/+16
2014-01-24Update*: move to update/Max Kellermann1-1/+1
2014-01-24Config*: move to config/Max Kellermann13-17/+17
2014-01-24Queue*: move to queue/Max Kellermann1-1/+1
2014-01-24Zeroconf*: move to zeroconf/Max Kellermann1-1/+1
2014-01-24archive/*: move to archive/plugins/Max Kellermann4-7/+7
2014-01-24decoder/*: move to decoder/plugins/Max Kellermann4-6/+6
2014-01-23output/*: move to output/plugins/Max Kellermann2-5/+5
2014-01-23playlist/*: move to playlist/plugins/Max Kellermann2-4/+4
2014-01-23Encoder*: move to src/encoderMax Kellermann2-4/+4
2014-01-22LightDirectory: new struct replacing Directory in the DB APIMax Kellermann1-5/+6
2014-01-21PlaylistSong: modify the given song object in-placeMax Kellermann1-48/+31
2014-01-21test: add unit test for playlist_check_translate_song()Max Kellermann1-0/+290
2014-01-20Queue: rename struct queue to QueueMax Kellermann1-2/+2
2014-01-19LightSong: new class to be used by DatabasePlugin callbacksMax Kellermann2-37/+4
2014-01-13copyright year 2014Max Kellermann36-36/+36
2014-01-11DatabasePlugin: add interface DatabaseListenerMax Kellermann1-1/+14
2014-01-09UPnP database pluginJean-Francois Dockes1-0/+9
2014-01-09DetachedSong: fork of struct SongMax Kellermann3-38/+42
2014-01-09test/DumpDatabase: fix nullptr dereferenceMax Kellermann1-1/+1
2014-01-07test: add missing includesMax Kellermann8-0/+11
2014-01-06pcm/Format: change parameters/return values to ConstBufferMax Kellermann2-35/+31
2013-12-29InputStream: add static method OpenReady()Max Kellermann4-47/+6