mpd/src
Max Kellermann a2ead993e6 db/upnp/Device: remove unused attribute "m_tabs" 2014-01-10 23:00:03 +01:00
..
AudioCompress audio_{parser,config}: convert to C++ 2013-01-30 21:47:12 +01:00
archive InputStream: add static method OpenReady() 2013-12-29 18:08:49 +01:00
command SongUpdate: move code to handle_lsinfo() 2014-01-08 23:35:37 +01:00
cue DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
db db/upnp/Device: remove unused attribute "m_tabs" 2014-01-10 23:00:03 +01:00
decoder Merge branch 'v0.18.x' 2014-01-08 22:14:12 +01:00
encoder util/DynamicFifoBuffer: new class replacing growing_fifo 2013-12-05 11:49:21 +01:00
event event/Loop: allow AddTimer() after Run() has returned 2014-01-09 20:56:00 +01:00
filter pcm/Volume: convert to class 2013-12-23 10:58:37 +01:00
fs fs: implemented standard directories API 2013-12-08 17:24:43 +06:00
input DespotifyUtils: return Tag, not pointer 2014-01-08 19:49:27 +01:00
mixer event/MultiSocketMonitor: add method ClearSocketList() 2014-01-06 18:27:26 +01:00
output util/Alloc: new library replacing GLib's g_malloc() 2014-01-07 23:35:18 +01:00
pcm pcm/Utils: remove unused function pcm_end_pointer() 2014-01-07 00:46:47 +01:00
playlist playlist/{asx,rss,xspf}: use Expat instead of GLib to parse XML 2014-01-09 12:19:52 +01:00
protocol *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
system configure.ac: add option "--disable-glib" 2013-12-15 18:43:12 +01:00
tag tag/TagTable: add lookup TagType -> name 2014-01-09 19:01:03 +01:00
thread Thread/Thread: replacement library for GThread 2013-10-17 19:29:47 +02:00
util Merge branch 'v0.18.x' 2014-01-08 22:14:12 +01:00
win
ArchiveDomain.cxx Archive*: move archive_domain to ArchiveDomain.cxx 2013-10-15 23:24:54 +02:00
ArchiveDomain.hxx Archive*: move archive_domain to ArchiveDomain.cxx 2013-10-15 23:24:54 +02:00
ArchiveFile.hxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
ArchiveList.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
ArchiveList.hxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
ArchiveLookup.cxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
ArchiveLookup.hxx ArchiveLookup: return const strings 2013-10-17 00:36:52 +02:00
ArchivePlugin.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
ArchivePlugin.hxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
ArchiveVisitor.hxx ArchivePlugin: replace scan_reset(), scan_next() with visit() 2013-01-29 21:21:07 +01:00
AudioConfig.cxx *: use nullptr instead of NULL 2013-10-28 23:58:17 +01:00
AudioConfig.hxx audio_format: convert to C++ 2013-08-03 21:37:56 +02:00
AudioFormat.cxx audio_format: convert to C++ 2013-08-03 21:37:56 +02:00
AudioFormat.hxx *: use nullptr instead of NULL 2013-10-28 23:58:17 +01:00
AudioParser.cxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
AudioParser.hxx util/Error: new error passing library 2013-09-04 18:14:22 +02:00
AvahiPoll.cxx event/SocketMonitor: don't close the socket automatically 2014-01-06 18:26:55 +01:00
AvahiPoll.hxx ZeroconfAvahi: integrate into the EventLoop 2013-10-18 09:16:55 +02:00
CheckAudioFormat.cxx util/Error: new error passing library 2013-09-04 18:14:22 +02:00
CheckAudioFormat.hxx util/Error: new error passing library 2013-09-04 18:14:22 +02:00
Client.cxx Client: move trivial functions into the Client class 2013-10-19 19:39:40 +02:00
Client.hxx event/SocketMonitor: don't close the socket automatically 2014-01-06 18:26:55 +01:00
ClientEvent.cxx Log: new logging library API 2013-10-02 08:57:55 +02:00
ClientExpire.cxx Client, ...: remove unnecessary glib.h include 2013-10-15 22:51:09 +02:00
ClientFile.cxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
ClientFile.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
ClientGlobal.cxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
ClientIdle.cxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
ClientInternal.hxx ClientInternal: convert anonymous enum to constexpr 2013-10-20 13:45:47 +02:00
ClientList.cxx ClientList: use "delete" instead of Client::Close() 2014-01-05 02:07:49 +01:00
ClientList.hxx ClientList: disconnect all clients in destructor 2013-10-30 23:12:45 +01:00
ClientMessage.cxx Util/CharUtil: new library replacing g_ascii_isX() 2013-10-19 15:36:47 +02:00
ClientMessage.hxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
ClientNew.cxx system/Resolver: sockaddr_to_string() returns std::string() 2013-12-04 08:43:55 +01:00
ClientProcess.cxx *Commands: move to src/command/ 2013-10-20 13:41:04 +02:00
ClientRead.cxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
ClientSubscribe.cxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
ClientWrite.cxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
CommandLine.cxx util/Tokenizer, ...: include cleanup 2013-12-15 18:33:26 +01:00
CommandLine.hxx CommandLine: new command line parser 2013-11-24 17:29:05 +06:00
Compiler.h gcc.h: rename to Compiler.h 2013-10-15 09:21:59 +02:00
ConfigData.cxx ConfigData: initialise "used" in second constructor 2013-12-23 10:31:29 +01:00
ConfigData.hxx ConfigData: Add support for signed integers 2013-10-19 16:11:33 +02:00
ConfigDefaults.hxx conf.h: move constants to ConfigDefaults.hxx 2013-09-05 08:42:08 +02:00
ConfigError.cxx util/Error: new error passing library 2013-09-04 18:14:22 +02:00
ConfigError.hxx util/Error: new error passing library 2013-09-04 18:14:22 +02:00
ConfigFile.cxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
ConfigFile.hxx fs/Path: rename to AllocatedPath 2013-10-17 23:43:46 +02:00
ConfigGlobal.cxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
ConfigGlobal.hxx fs/Path: rename to AllocatedPath 2013-10-17 23:43:46 +02:00
ConfigOption.hxx gcc.h: rename to Compiler.h 2013-10-15 09:21:59 +02:00
ConfigParser.cxx string_util: convert to C++ 2013-04-09 01:08:20 +02:00
ConfigParser.hxx conf: move struct definitions to ConfigData.hxx 2013-01-30 21:36:07 +01:00
ConfigPath.cxx util/Tokenizer, ...: include cleanup 2013-12-15 18:33:26 +01:00
ConfigPath.hxx fs/Path: rename to AllocatedPath 2013-10-17 23:43:46 +02:00
ConfigTemplates.cxx ConfigTemplates: fix typo in id3v1_encoding 2013-02-01 13:47:12 +01:00
ConfigTemplates.hxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
CrossFade.cxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
CrossFade.hxx CrossFade: use negative value for invalid mixramp_delay 2013-10-30 16:50:34 +01:00
Daemon.cxx Merge branch 'v0.18.x' 2013-12-29 14:18:19 +01:00
Daemon.hxx fs/Path: rename to AllocatedPath 2013-10-17 23:43:46 +02:00
DatabaseError.cxx util/Error: new error passing library 2013-09-04 18:14:22 +02:00
DatabaseError.hxx util/Error: new error passing library 2013-09-04 18:14:22 +02:00
DatabaseGlue.cxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
DatabaseGlue.hxx DatabaseGlue: make GetDatabase() "gcc_const" 2013-11-24 22:04:45 +01:00
DatabaseHelpers.cxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
DatabaseHelpers.hxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
DatabaseLock.cxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
DatabaseLock.hxx gcc.h: rename to Compiler.h 2013-10-15 09:21:59 +02:00
DatabasePlaylist.cxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
DatabasePlaylist.hxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
DatabasePlugin.hxx DatabasePlugin: add method GetUpdateStamp() 2013-11-22 00:35:29 +01:00
DatabasePrint.cxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
DatabasePrint.hxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
DatabaseQueue.cxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
DatabaseQueue.hxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
DatabaseRegistry.cxx UPnP database plugin 2014-01-09 20:56:00 +01:00
DatabaseRegistry.hxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
DatabaseSave.cxx util/Tokenizer, ...: include cleanup 2013-12-15 18:33:26 +01:00
DatabaseSave.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
DatabaseSelection.cxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
DatabaseSelection.hxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
DatabaseSimple.hxx DatabasePlugin: add method GetUpdateStamp() 2013-11-22 00:35:29 +01:00
DatabaseVisitor.hxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
DecoderAPI.cxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
DecoderAPI.hxx DecoderAPI: add function decoder_read_full() 2013-12-14 12:43:06 +01:00
DecoderBuffer.cxx util/Alloc: new library replacing GLib's g_malloc() 2014-01-07 23:35:18 +01:00
DecoderBuffer.hxx DecoderBuffer: _read() returns ConstBuffer object 2014-01-06 22:17:30 +01:00
DecoderCommand.hxx DecoderCommand: convert to strictly-typed enum 2013-09-27 12:11:37 +02:00
DecoderControl.cxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
DecoderControl.hxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
DecoderError.cxx util/Error: new error passing library 2013-09-04 18:14:22 +02:00
DecoderError.hxx util/Error: new error passing library 2013-09-04 18:14:22 +02:00
DecoderInternal.cxx PcmConvert: add methods Open(), Close() 2013-11-13 21:06:33 +01:00
DecoderInternal.hxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
DecoderList.cxx DecoderList: add function decoder_plugins_supports_suffix() 2013-12-29 16:59:57 +01:00
DecoderList.hxx DecoderList: add "pure" attribute 2013-12-29 17:06:59 +01:00
DecoderPlugin.cxx DecoderPlugin: move functions into the struct 2013-10-21 21:08:12 +02:00
DecoderPlugin.hxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
DecoderPrint.cxx DecoderList: reimplement _for_each() with function object 2013-10-21 22:02:19 +02:00
DecoderPrint.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
DecoderThread.cxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
DecoderThread.hxx decoder_control: rename to DecoderControl 2013-10-28 10:09:21 +01:00
DespotifyUtils.cxx DespotifyUtils: return Tag, not pointer 2014-01-08 19:49:27 +01:00
DespotifyUtils.hxx DespotifyUtils: return Tag, not pointer 2014-01-08 19:49:27 +01:00
DetachedSong.cxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
DetachedSong.hxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
Directory.cxx Directory: remove method Free() 2014-01-09 13:21:56 +01:00
Directory.hxx Directory: remove method Free() 2014-01-09 13:21:56 +01:00
DirectorySave.cxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
DirectorySave.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
EncoderAPI.hxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
EncoderList.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
EncoderList.hxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
EncoderPlugin.hxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
ExcludeList.cxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
ExcludeList.hxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
Expat.cxx db/upnp/Directory: eliminate the "attributes" std::map 2014-01-10 22:59:01 +01:00
Expat.hxx db/upnp/Directory: eliminate the "attributes" std::map 2014-01-10 22:59:01 +01:00
FilterConfig.cxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
FilterConfig.hxx FilterConfig: return bool 2013-10-19 16:29:56 +02:00
FilterInternal.hxx *: use nullptr instead of NULL 2013-10-28 23:58:17 +01:00
FilterPlugin.cxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
FilterPlugin.hxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
FilterRegistry.cxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
FilterRegistry.hxx FilterRegistry: add "pure" attribute 2013-10-29 00:05:04 +01:00
GlobalEvents.cxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
GlobalEvents.hxx event/DeferredMonitor: use EventLoop::AddIdle() 2013-08-07 19:38:10 +02:00
IOThread.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
IOThread.hxx gcc.h: rename to Compiler.h 2013-10-15 09:21:59 +02:00
IcyMetaDataParser.cxx tag/TagBuilder: rename Commit() to CommitNew() 2014-01-08 19:48:55 +01:00
IcyMetaDataParser.hxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
IcyMetaDataServer.cxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
IcyMetaDataServer.hxx TagType: rename enum tag_type to TagType 2013-10-20 13:32:59 +02:00
IdTable.hxx gcc.h: rename to Compiler.h 2013-10-15 09:21:59 +02:00
Idle.cxx Idle, GlobalEvents: use std::atomic::exchange() 2013-02-27 20:35:44 +01:00
Idle.hxx Idle: convert anonymous enum to constexpr 2013-10-20 13:45:21 +02:00
InotifyDomain.cxx Log: new logging library API 2013-10-02 08:57:55 +02:00
InotifyDomain.hxx Log: new logging library API 2013-10-02 08:57:55 +02:00
InotifyQueue.cxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
InotifyQueue.hxx gcc.h: rename to Compiler.h 2013-10-15 09:21:59 +02:00
InotifySource.cxx add various missing headers 2013-11-05 11:08:36 +01:00
InotifySource.hxx event/SocketMonitor: don't close the socket automatically 2014-01-06 18:26:55 +01:00
InotifyUpdate.cxx Inotify: convert anonymous enum to constexpr 2013-10-20 13:51:55 +02:00
InotifyUpdate.hxx *: use gcc.h macros instead of GLib 2013-08-04 23:48:01 +02:00
InputInit.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
InputInit.hxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
InputPlugin.hxx input_stream: rename struct to InputStream 2013-10-23 23:12:02 +02:00
InputRegistry.cxx input/smbclient: new input plugin 2013-12-29 01:25:27 +01:00
InputRegistry.hxx input_plugin: rename struct to "InputPlugin" 2013-10-17 10:20:57 +02:00
InputStream.cxx InputStream: add static method OpenReady() 2013-12-29 18:08:49 +01:00
InputStream.hxx InputStream: add static method OpenReady() 2013-12-29 18:08:49 +01:00
Instance.cxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
Instance.hxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
Listen.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
Listen.hxx util/Error: new error passing library 2013-09-04 18:14:22 +02:00
Log.cxx Log: move Log() to LogBackend.cxx 2013-12-15 17:32:41 +01:00
Log.hxx Log: move enum LogLevel to LogLevel.hxx 2013-12-15 17:23:45 +01:00
LogBackend.cxx configure.ac: add option "--disable-glib" 2013-12-15 18:43:12 +01:00
LogBackend.hxx LogInit: move backend code to LogBackend.cxx 2013-12-15 18:27:52 +01:00
LogInit.cxx configure.ac: add option "--disable-glib" 2013-12-15 18:43:12 +01:00
LogInit.hxx Log: new logging library API 2013-10-02 08:57:55 +02:00
LogLevel.hxx Log: move enum LogLevel to LogLevel.hxx 2013-12-15 17:23:45 +01:00
LogV.hxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
Main.cxx configure.ac: add option "--disable-glib" 2013-12-15 18:43:12 +01:00
Main.hxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
Mapper.cxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
Mapper.hxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
MemorySongEnumerator.cxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
MemorySongEnumerator.hxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
MixRampInfo.hxx DecoderControl: move code/attributes to new class MixRampInfo 2013-10-26 14:19:34 +02:00
MixerAll.cxx pcm/PcmVolume: rename to Volume.cxx 2013-12-23 10:35:21 +01:00
MixerAll.hxx MixerAll, Volume: add "pure" attributes 2013-10-25 00:15:55 +02:00
MixerControl.cxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
MixerControl.hxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
MixerInternal.hxx MixerInternal: use Mutex instead of GMutex 2013-04-16 23:50:41 +02:00
MixerList.hxx mixer_plugin: convert to C++ 2013-02-22 20:51:23 +01:00
MixerPlugin.hxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
MixerType.cxx mixer_plugin: convert to C++ 2013-02-22 20:51:23 +01:00
MixerType.hxx mixer_plugin: convert to C++ 2013-02-22 20:51:23 +01:00
MusicBuffer.cxx MusicBuffer: expose the C++ API 2013-09-26 22:21:56 +02:00
MusicBuffer.hxx PlayerThread: simplify "buffer empty" assertion 2013-09-26 22:41:07 +02:00
MusicChunk.cxx MusicChunk: return WritableBuffer 2013-10-28 17:10:12 +01:00
MusicChunk.hxx MusicChunk: return WritableBuffer 2013-10-28 17:10:12 +01:00
MusicPipe.cxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
MusicPipe.hxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
OutputAPI.hxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
OutputAll.cxx OutputAll: use new[]/delete[] instead of g_new()/g_free() 2013-12-03 10:51:50 +01:00
OutputAll.hxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
OutputCommand.cxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
OutputCommand.hxx Commands: new command "toggleoutput" 2013-08-04 23:21:23 +02:00
OutputControl.cxx release v0.18.6 2013-12-24 12:20:24 +01:00
OutputControl.hxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
OutputError.cxx util/Error: new error passing library 2013-09-04 18:14:22 +02:00
OutputError.hxx util/Error: new error passing library 2013-09-04 18:14:22 +02:00
OutputFinish.cxx Volume, Output: use new class PeriodClock instead of GTimer 2013-11-25 22:09:46 +01:00
OutputInit.cxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
OutputInternal.hxx pcm/PcmMix: improved dithering 2013-12-28 18:30:27 +01:00
OutputList.cxx *: use nullptr instead of NULL 2013-10-28 23:58:17 +01:00
OutputList.hxx *: use nullptr instead of NULL 2013-10-28 23:58:17 +01:00
OutputPlugin.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
OutputPlugin.hxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
OutputPrint.cxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
OutputPrint.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
OutputState.cxx Util/StringUtil: add StringStartsWith() 2013-11-28 18:48:35 +01:00
OutputState.hxx
OutputThread.cxx pcm/PcmMix: improved dithering 2013-12-28 18:30:27 +01:00
OutputThread.hxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
Page.cxx util/Alloc: new library replacing GLib's g_malloc() 2014-01-07 23:35:18 +01:00
Page.hxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
Partition.cxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
Partition.hxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
Permission.cxx Permission: use std::find instead of g_strsplit() 2013-10-19 16:47:56 +02:00
Permission.hxx Permission: convert PERMISSION_* from macro to constexpr 2013-10-19 16:47:23 +02:00
PlayerControl.cxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
PlayerControl.hxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
PlayerThread.cxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
PlayerThread.hxx player_control: rename to PlayerControl 2013-10-28 10:12:33 +01:00
Playlist.cxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
Playlist.hxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
PlaylistAny.cxx InputStream: add static method OpenReady() 2013-12-29 18:08:49 +01:00
PlaylistAny.hxx input_stream: rename struct to InputStream 2013-10-23 23:12:02 +02:00
PlaylistControl.cxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
PlaylistDatabase.cxx TextFile: move to fs subsystem 2013-12-08 04:15:27 +06:00
PlaylistDatabase.hxx util/Error: new error passing library 2013-09-04 18:14:22 +02:00
PlaylistEdit.cxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
PlaylistError.cxx util/Error: new error passing library 2013-09-04 18:14:22 +02:00
PlaylistError.hxx PlaylistError: convert playlist_result to a strictly-typed enum 2013-10-20 13:06:40 +02:00
PlaylistFile.cxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
PlaylistFile.hxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
PlaylistGlobal.cxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
PlaylistGlobal.hxx Playlist.hxx: move prototype to PlaylistGlobal.hxx 2013-01-09 22:23:37 +01:00
PlaylistInfo.hxx gcc.h: rename to Compiler.h 2013-10-15 09:21:59 +02:00
PlaylistMapper.cxx input_stream: rename struct to InputStream 2013-10-23 23:12:02 +02:00
PlaylistMapper.hxx input_stream: rename struct to InputStream 2013-10-23 23:12:02 +02:00
PlaylistPlugin.hxx input_stream: rename struct to InputStream 2013-10-23 23:12:02 +02:00
PlaylistPrint.cxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
PlaylistPrint.hxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
PlaylistQueue.cxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
PlaylistQueue.hxx player_control: rename to PlayerControl 2013-10-28 10:12:33 +01:00
PlaylistRegistry.cxx playlist/{asx,rss,xspf}: use Expat instead of GLib to parse XML 2014-01-09 12:19:52 +01:00
PlaylistRegistry.hxx input_stream: rename struct to InputStream 2013-10-23 23:12:02 +02:00
PlaylistSave.cxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
PlaylistSave.hxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
PlaylistSong.cxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
PlaylistSong.hxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
PlaylistState.cxx TextFile: move to fs subsystem 2013-12-08 04:15:27 +06:00
PlaylistState.hxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
PlaylistTag.cxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
PlaylistUpdate.cxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
PlaylistVector.cxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
PlaylistVector.hxx gcc.h: rename to Compiler.h 2013-10-15 09:21:59 +02:00
Queue.cxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
Queue.hxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
QueuePrint.cxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
QueuePrint.hxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
QueueSave.cxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
QueueSave.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
ReplayGainConfig.cxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
ReplayGainConfig.hxx ReplayGainInfo: use CamelCase for struct name 2013-10-25 19:12:38 +02:00
ReplayGainInfo.cxx ReplayGainInfo: use large negative value instead of infinity 2013-10-30 18:01:45 +01:00
ReplayGainInfo.hxx ReplayGainInfo: use large negative value instead of infinity 2013-10-30 18:01:45 +01:00
SignalHandlers.cxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
SignalHandlers.hxx SignalHandlers: move code to new class SignalMonitor 2013-08-07 10:56:33 +02:00
Song.cxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
Song.hxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
SongEnumerator.hxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
SongFilter.cxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
SongFilter.hxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
SongPrint.cxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
SongPrint.hxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
SongSave.cxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
SongSave.hxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
SongSort.cxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
SongSort.hxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
SongSticker.cxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
SongSticker.hxx SongSticker: use Song references 2014-01-08 00:41:08 +01:00
SongUpdate.cxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
StateFile.cxx TextFile: move to fs subsystem 2013-12-08 04:15:27 +06:00
StateFile.hxx fs/Path: rename to AllocatedPath 2013-10-17 23:43:46 +02:00
Stats.cxx Stats: use monotonic clock instead of GTimer 2013-11-24 21:14:38 +01:00
Stats.hxx Stats: use monotonic clock instead of GTimer 2013-11-24 21:14:38 +01:00
StickerDatabase.cxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
StickerDatabase.hxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
StickerPrint.cxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
StickerPrint.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
TagFile.cxx InputStream: add static method OpenReady() 2013-12-29 18:08:49 +01:00
TagFile.hxx TagFile: pass reference instead of pointer 2013-12-29 16:24:04 +01:00
TagPrint.cxx SongUpdate: move code to handle_lsinfo() 2014-01-08 23:35:37 +01:00
TagPrint.hxx SongUpdate: move code to handle_lsinfo() 2014-01-08 23:35:37 +01:00
TagSave.cxx Tag, ...: move to libtag.a 2013-09-05 18:26:56 +02:00
TagSave.hxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
TagStream.cxx SongUpdate: read tags from songs in an archive 2013-12-29 18:15:30 +01:00
TagStream.hxx SongUpdate: read tags from songs in an archive 2013-12-29 18:15:30 +01:00
TextInputStream.cxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
TextInputStream.hxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
TimePrint.cxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
TimePrint.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
Timer.cxx Timer: remove unused method Synchronize() 2014-01-09 12:56:57 +01:00
Timer.hxx Timer: remove unused method Synchronize() 2014-01-09 12:56:57 +01:00
UpdateArchive.cxx Log: add level "DEFAULT" 2013-11-04 22:27:49 +01:00
UpdateArchive.hxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
UpdateContainer.cxx tag/TagBuilder: rename Commit() to CommitNew() 2014-01-08 19:48:55 +01:00
UpdateContainer.hxx UpdateContainer: pass suffix instead of DecoderPlugin 2013-12-29 16:46:02 +01:00
UpdateDatabase.cxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
UpdateDatabase.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
UpdateDomain.cxx Log: new logging library API 2013-10-02 08:57:55 +02:00
UpdateDomain.hxx Log: new logging library API 2013-10-02 08:57:55 +02:00
UpdateGlue.cxx UpdateGlue: handle update id management 2013-10-17 21:45:53 +02:00
UpdateGlue.hxx UpdateGlue: never pass null to update_enqueue() 2013-10-17 21:45:41 +02:00
UpdateIO.cxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
UpdateIO.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
UpdateInternal.hxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
UpdateQueue.cxx UpdateGlue: handle update id management 2013-10-17 21:45:53 +02:00
UpdateQueue.hxx UpdateGlue: handle update id management 2013-10-17 21:45:53 +02:00
UpdateRemove.cxx DetachedSong: fork of struct Song 2014-01-09 09:05:58 +01:00
UpdateRemove.hxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
UpdateSong.cxx DecoderList: add function decoder_plugins_supports_suffix() 2013-12-29 16:59:57 +01:00
UpdateSong.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
UpdateWalk.cxx util/Alloc: new library replacing GLib's g_malloc() 2014-01-07 23:35:18 +01:00
UpdateWalk.hxx
Volume.cxx Util/StringUtil: add StringStartsWith() 2013-11-28 18:48:35 +01:00
Volume.hxx Volume, Output: use new class PeriodClock instead of GTimer 2013-11-25 22:09:46 +01:00
Win32Main.cxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
ZeroconfAvahi.cxx include cleanup using iwyu 2013-11-28 11:50:54 +01:00
ZeroconfAvahi.hxx ZeroconfAvahi: pass GMainContext to avahi_glib_poll_new() 2013-01-27 22:53:21 +01:00
ZeroconfBonjour.cxx event/SocketMonitor: don't close the socket automatically 2014-01-06 18:26:55 +01:00
ZeroconfBonjour.hxx ZeroconfBonjour: use SocketMonitor instead of GIOChannel 2013-01-27 22:38:14 +01:00
ZeroconfGlue.cxx Log: add level "DEFAULT" 2013-11-04 22:27:49 +01:00
ZeroconfGlue.hxx ZeroconfBonjour: use SocketMonitor instead of GIOChannel 2013-01-27 22:38:14 +01:00
ZeroconfInternal.hxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
check.h
gerror.h
ls.cxx input/smbclient: new input plugin 2013-12-29 01:25:27 +01:00
ls.hxx ls: add "pure" attribute 2013-12-29 01:25:27 +01:00
notify.cxx notify: convert to C++ 2013-01-10 10:44:04 +01:00
notify.hxx notify: convert to C++ 2013-01-10 10:44:04 +01:00
open.h
poison.h