mpd/src
Max Kellermann cbd38327e7 DecoderAPI: pass rvalue reference to decoder_tag()
Avoid duplicating the tag.
2013-07-31 00:34:22 +02:00
..
archive ArchivePlugin: move instance methods to class ArchiveFile 2013-01-30 15:30:19 +01:00
AudioCompress audio_{parser,config}: convert to C++ 2013-01-30 21:47:12 +01:00
cue tag: convert to C++ 2013-07-30 20:19:53 +02:00
db tag: convert to C++ 2013-07-30 20:19:53 +02:00
decoder DecoderAPI: pass rvalue reference to decoder_tag() 2013-07-31 00:34:22 +02:00
encoder tag: convert to C++ 2013-07-30 20:19:53 +02:00
event event/TimeoutMonitor: eliminate support for periodic events 2013-04-08 23:14:07 +02:00
filter pcm_buffer: convert to C++ 2013-07-30 08:31:02 +02:00
fs DirectoryReader: rename Failed() to HasFailed() for consistency with TextFile 2013-05-05 13:34:12 +06:00
input tag: convert to C++ 2013-07-30 20:19:53 +02:00
mixer tag: convert to C++ 2013-07-30 20:19:53 +02:00
output tag: convert to C++ 2013-07-30 20:19:53 +02:00
pcm include cleanup 2013-07-30 08:39:21 +02:00
playlist tag: convert to C++ 2013-07-30 20:19:53 +02:00
protocol include cleanup 2013-07-30 08:39:21 +02:00
thread thread/Cond: add method timed_wait() 2013-04-17 01:33:07 +02:00
util include cleanup 2013-07-30 08:39:21 +02:00
win win32: Add a Windows OS resource file and icon 2012-02-23 06:32:30 -08:00
ack.h command, ack: add ack_quark() 2012-03-06 22:08:54 +01:00
aiff.c aiff: support the AIFC format 2012-07-10 01:53:46 +02:00
aiff.h copyright year 2011 2011-01-29 10:13:54 +01:00
AllCommands.cxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
AllCommands.hxx Client: rename the struct client to class Client 2013-01-03 17:36:28 +01:00
ApeLoader.cxx ape: convert to C++ 2013-07-29 07:39:36 +02:00
ApeLoader.hxx ape: convert to C++ 2013-07-29 07:39:36 +02:00
ApeReplayGain.cxx ape: convert to C++ 2013-07-29 07:39:36 +02:00
ApeReplayGain.hxx ape: convert to C++ 2013-07-29 07:39:36 +02:00
ApeTag.cxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
ApeTag.hxx include cleanup 2013-07-30 08:39:21 +02:00
ArchiveFile.hxx ArchivePlugin: move instance methods to class ArchiveFile 2013-01-30 15:30:19 +01:00
ArchiveList.cxx string_util: convert to C++ 2013-04-09 01:08:20 +02:00
ArchiveList.hxx archive/*: convert to C++ 2013-01-24 19:18:58 +01:00
ArchiveLookup.cxx archive/*: convert to C++ 2013-01-24 19:18:58 +01:00
ArchiveLookup.hxx archive/*: convert to C++ 2013-01-24 19:18:58 +01:00
ArchivePlugin.cxx ArchivePlugin: move instance methods to class ArchiveFile 2013-01-30 15:30:19 +01:00
ArchivePlugin.hxx ArchivePlugin: move instance methods to class ArchiveFile 2013-01-30 15:30:19 +01:00
ArchiveVisitor.hxx ArchivePlugin: replace scan_reset(), scan_next() with visit() 2013-01-29 21:21:07 +01:00
audio_format.c audio_format: remove SAMPLE_FORMAT_DSD_OVER_USB 2012-03-27 01:22:50 +02:00
audio_format.h decoder_api.h, ...: add "extern C" 2013-01-07 10:07:40 +01:00
AudioConfig.cxx audio_{parser,config}: convert to C++ 2013-01-30 21:47:12 +01:00
AudioConfig.hxx audio_{parser,config}: convert to C++ 2013-01-30 21:47:12 +01:00
AudioParser.cxx audio_check: convert to C++ 2013-07-29 07:50:08 +02:00
AudioParser.hxx audio_{parser,config}: convert to C++ 2013-01-30 21:47:12 +01:00
check.h copyright year 2011 2011-01-29 10:13:54 +01:00
CheckAudioFormat.cxx audio_check: convert to C++ 2013-07-29 07:50:08 +02:00
CheckAudioFormat.hxx audio_check: convert to C++ 2013-07-29 07:50:08 +02:00
Client.cxx Client: move connection functions into the class 2013-01-15 10:59:28 +01:00
Client.hxx ClientList: convert to a class 2013-01-16 23:00:13 +01:00
ClientEvent.cxx Client: rebase on the new BufferedSocket class 2013-01-15 12:15:33 +01:00
ClientExpire.cxx event/TimeoutMonitor: eliminate support for periodic events 2013-04-08 23:14:07 +02:00
ClientFile.cxx ClientFile: use Path and file system API, update usages accordingly 2013-05-06 23:36:36 +06:00
ClientFile.hxx include cleanup 2013-07-30 08:39:21 +02:00
ClientGlobal.cxx ClientList: convert to a class 2013-01-16 23:00:13 +01:00
ClientIdle.cxx ClientList: convert to a class 2013-01-16 23:00:13 +01:00
ClientInternal.hxx event/TimeoutMonitor: eliminate support for periodic events 2013-04-08 23:14:07 +02:00
ClientList.cxx ClientList: convert to a class 2013-01-16 23:00:13 +01:00
ClientList.hxx ClientList: convert to a class 2013-01-16 23:00:13 +01:00
ClientMessage.cxx Idle: use std::atomic instead of GMutex 2013-01-16 23:23:47 +01:00
ClientMessage.hxx ClientMessage: turn into a class 2013-01-03 17:58:22 +01:00
ClientNew.cxx Main: move global variables to struct Instance 2013-04-17 23:52:58 +02:00
ClientProcess.cxx Client: rebase on the new BufferedSocket class 2013-01-15 12:15:33 +01:00
ClientRead.cxx Client: use TimeoutMonitor to track connection timeout 2013-01-16 21:51:08 +01:00
ClientSubscribe.cxx ClientList: convert to a class 2013-01-16 23:00:13 +01:00
ClientSubscribe.hxx ClientSubscribe: remove obsolete typedef 2013-01-29 18:37:40 +01:00
ClientWrite.cxx Client: rebase on the new BufferedSocket class 2013-01-15 12:15:33 +01:00
clock.c clock: fix usec-to-usec factor 2013-02-27 19:45:31 +01:00
clock.h timer: convert to class 2013-05-12 19:03:42 +06:00
command.h command.h: move function prototypes to AllCommands.h 2012-09-25 12:20:36 +02:00
CommandError.cxx Client: rename the struct client to class Client 2013-01-03 17:36:28 +01:00
CommandError.hxx TagPool, ...: include cleanup 2013-01-30 22:53:12 +01:00
CommandLine.cxx encoder_api: convert to C++ 2013-07-30 09:04:05 +02:00
CommandLine.hxx cmdline: convert to C++ 2013-01-03 17:31:38 +01:00
CommandListBuilder.cxx Client*: include check.h / config.h 2013-01-14 23:50:01 +01:00
CommandListBuilder.hxx CommandListBuilder: use std::list instead of GSList 2013-01-04 01:17:25 +01:00
conf.h conf.h: move the GQuark to ConfigQuark.hxx 2013-01-30 21:43:16 +01:00
ConfigData.cxx utils: convert to C++ 2013-04-09 01:17:47 +02:00
ConfigData.hxx include cleanup 2013-07-30 08:39:21 +02:00
ConfigFile.cxx string_util: convert to C++ 2013-04-09 01:08:20 +02:00
ConfigFile.hxx ConfigFile: move code to ConfigGlobal.cxx 2013-01-30 21:39:43 +01:00
ConfigGlobal.cxx utils: convert to C++ 2013-04-09 01:17:47 +02:00
ConfigGlobal.hxx ConfigFile: move code to ConfigGlobal.cxx 2013-01-30 21:39:43 +01:00
ConfigOption.hxx ConfigFile: add enum ConfigOption 2013-01-30 21:36:04 +01: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 utils: convert to C++ 2013-04-09 01:17:47 +02:00
ConfigPath.hxx utils: convert to C++ 2013-04-09 01:17:47 +02:00
ConfigQuark.hxx conf.h: move the GQuark to ConfigQuark.hxx 2013-01-30 21:43:16 +01:00
ConfigTemplates.cxx ConfigTemplates: fix typo in id3v1_encoding 2013-02-01 13:47:12 +01:00
ConfigTemplates.hxx ConfigFile: add enum ConfigOption 2013-01-30 21:36:04 +01:00
CrossFade.cxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
CrossFade.hxx crossfade: convert to C++ 2013-01-04 10:31:59 +01:00
daemon.c fix common misspellings 2011-03-31 21:46:01 +02:00
daemon.h copyright year 2011 2011-01-29 10:13:54 +01:00
DatabaseCommands.cxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
DatabaseCommands.hxx Client: rename the struct client to class Client 2013-01-03 17:36:28 +01:00
DatabaseGlue.cxx require GLib 2.24 2013-01-29 18:33:37 +01:00
DatabaseGlue.hxx database.h: move prototypes to DatabaseGlue.hxx 2013-01-03 01:04:18 +01:00
DatabaseHelpers.cxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
DatabaseHelpers.hxx tag: move enum tag_type to TagType.h 2013-07-30 20:10:24 +02:00
DatabaseLock.cxx DatabaseLock, input/bzip2: remove obsolete Glib/gcc workaround 2013-01-28 22:17:40 +01:00
DatabaseLock.hxx DatabaseLock: use the Mutex class instead of GLib's GMutex 2013-01-07 10:34:55 +01:00
DatabasePlaylist.cxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
DatabasePlaylist.hxx SongFilter: convert to a C++ class 2012-08-29 20:19:02 +02:00
DatabasePlugin.hxx tag: move enum tag_type to TagType.h 2013-07-30 20:10:24 +02:00
DatabasePrint.cxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
DatabasePrint.hxx Client: rename the struct client to class Client 2013-01-03 17:36:28 +01:00
DatabaseQueue.cxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
DatabaseQueue.hxx DatabaseQueue: pass DatabaseSelection to Add...() 2013-01-07 11:33:00 +01:00
DatabaseRegistry.cxx ProxyDatabasePlugin: new database plugin using libmpdclient 2012-08-08 01:20:45 +02:00
DatabaseRegistry.hxx DatabaseRegistry: list of plugins 2012-08-07 20:07:17 +02:00
DatabaseSave.cxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
DatabaseSave.hxx TextFile: convert to a class 2013-01-03 10:16:05 +01:00
DatabaseSelection.cxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
DatabaseSelection.hxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
DatabaseSimple.hxx TagPool, ...: include cleanup 2013-01-30 22:53:12 +01:00
DatabaseVisitor.hxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
db_error.h database: generate GError when database is disabled 2011-09-13 20:54:27 +02:00
DecoderAPI.cxx DecoderAPI: pass rvalue reference to decoder_tag() 2013-07-31 00:34:22 +02:00
DecoderAPI.hxx DecoderAPI: pass rvalue reference to decoder_tag() 2013-07-31 00:34:22 +02:00
DecoderBuffer.cxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
DecoderBuffer.hxx decoder_buffer: convert to C++ 2013-04-17 22:45:10 +02:00
DecoderCommand.hxx decoder_api: convert to C++ 2013-07-28 13:18:48 +02:00
DecoderControl.cxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
DecoderControl.hxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
DecoderError.hxx decoder_api: convert to C++ 2013-07-28 13:18:48 +02:00
DecoderInternal.cxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
DecoderInternal.hxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
DecoderList.cxx decoder_api: convert to C++ 2013-07-28 13:18:48 +02:00
DecoderList.hxx decoder_list: convert to C++ 2013-01-30 17:18:48 +01:00
DecoderPlugin.cxx decoder_api: convert to C++ 2013-07-28 13:18:48 +02:00
DecoderPlugin.hxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
DecoderPrint.cxx decoder_api: convert to C++ 2013-07-28 13:18:48 +02:00
DecoderPrint.hxx Client: rename the struct client to class Client 2013-01-03 17:36:28 +01:00
DecoderThread.cxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
DecoderThread.hxx {decoder,player}_thread: convert to C++ 2013-01-02 20:36:28 +01:00
DespotifyUtils.cxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
DespotifyUtils.hxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
Directory.cxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
Directory.hxx include cleanup 2013-07-30 08:39:21 +02:00
DirectorySave.cxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
DirectorySave.hxx TagPool, ...: include cleanup 2013-01-30 22:53:12 +01:00
EncoderAPI.hxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
EncoderList.cxx encoder_api: convert to C++ 2013-07-30 09:04:05 +02:00
EncoderList.hxx encoder_api: convert to C++ 2013-07-30 09:04:05 +02:00
EncoderPlugin.hxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
ExcludeList.cxx UpdateWalk, ExcludeList: use Path, file system API, DirectoryReader, log in UTF8 2013-05-06 23:34:48 +06:00
ExcludeList.hxx UpdateWalk, ExcludeList: use Path, file system API, DirectoryReader, log in UTF8 2013-05-06 23:34:48 +06:00
fd_util.c fd_util: support eventfd() 2013-01-10 00:10:01 +01:00
fd_util.h fd_util: support eventfd() 2013-01-10 00:10:01 +01:00
FilterConfig.cxx FilterInternal: convert struct filter to a OO interface 2013-02-02 09:34:07 +01:00
FilterConfig.hxx FilterInternal: convert struct filter to a OO interface 2013-02-02 09:34:07 +01:00
FilterInternal.hxx FilterInternal: convert struct filter to a OO interface 2013-02-02 09:34:07 +01:00
FilterPlugin.cxx FilterInternal: convert struct filter to a OO interface 2013-02-02 09:34:07 +01:00
FilterPlugin.hxx FilterInternal: convert struct filter to a OO interface 2013-02-02 09:34:07 +01:00
FilterRegistry.cxx filter: convert to C++ 2013-02-01 17:47:09 +01:00
FilterRegistry.hxx filter: convert to C++ 2013-02-01 17:47:09 +01:00
gcc.h gcc.h: add "restrict" macro for C++ 2013-01-31 21:11:06 +01:00
gerror.h DatabaseVisitor, ...: use GError forward declaration 2012-08-02 19:12:06 +02:00
glib_compat.h require GLib 2.24 2013-01-29 18:33:37 +01:00
GlobalEvents.cxx GlobalEvents: use g_idle_add() instead of WakeFD() 2013-02-27 20:41:17 +01:00
GlobalEvents.hxx GlobalEvents: include windows.h for DELETE macro workaround 2013-04-17 23:52:57 +02:00
IcyMetaDataParser.cxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
IcyMetaDataParser.hxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
IcyMetaDataServer.cxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
IcyMetaDataServer.hxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
Idle.cxx Idle, GlobalEvents: use std::atomic::exchange() 2013-02-27 20:35:44 +01:00
Idle.hxx Idle: fix typo in API documentation 2013-04-08 23:11:35 +02:00
IdTable.hxx Queue: move code to new class IdTable 2013-01-08 16:11:25 +01:00
InotifyQueue.cxx event/TimeoutMonitor: eliminate support for periodic events 2013-04-08 23:14:07 +02:00
InotifyQueue.hxx event/TimeoutMonitor: eliminate support for periodic events 2013-04-08 23:14:07 +02:00
InotifySource.cxx event/SocketMonitor: OnSocketReady() returns bool 2013-01-30 11:03:44 +01:00
InotifySource.hxx TagPool, ...: include cleanup 2013-01-30 22:53:12 +01:00
InotifyUpdate.cxx InotifyUpdate: use std::list instead of GList 2013-01-30 16:44:55 +01:00
InotifyUpdate.hxx update: convert to C++ 2013-01-02 19:22:15 +01:00
input_stream.h tag: convert to C++ 2013-07-30 20:19:53 +02:00
InputInit.cxx input_{internal,plugin}: convert to C++ 2013-01-25 22:43:01 +01:00
InputInit.hxx input_stream: convert to C++ (internally) 2013-01-10 10:15:09 +01:00
InputInternal.cxx InputStream: store references instead of pointers 2013-01-28 23:35:01 +01:00
InputInternal.hxx InputStream: add constructor/destructor 2013-01-28 23:29:43 +01:00
InputPlugin.hxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
InputRegistry.cxx input/soup: plugin removed 2013-04-17 21:46:16 +02:00
InputRegistry.hxx input_stream: convert to C++ (internally) 2013-01-10 10:15:09 +01:00
InputStream.cxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
InputStream.hxx InputStream: use std::string 2013-01-28 23:41:45 +01:00
Instance.cxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
Instance.hxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
io_error.h io_error: add function new_error_errno() 2013-01-15 00:53:12 +01:00
IOThread.cxx use g_thread_new() if GLib is recent enough 2013-04-17 01:49:43 +02:00
IOThread.hxx Main, IOThread: move GMainLoop setup code to class EventLoop 2013-01-14 09:15:49 +01:00
Listen.cxx Main: move global variables to struct Instance 2013-04-17 23:52:58 +02:00
Listen.hxx include cleanup 2013-07-30 08:39:21 +02:00
Log.cxx ConfigFile: add enum ConfigOption 2013-01-30 21:36:04 +01:00
Log.hxx include cleanup 2013-07-30 08:39:21 +02:00
ls.cxx input/soup: plugin removed 2013-04-17 21:46:16 +02:00
ls.hxx Client: rename the struct client to class Client 2013-01-03 17:36:28 +01:00
Main.cxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
Main.hxx Main: move global variables to struct Instance 2013-04-17 23:52:58 +02:00
Mapper.cxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
Mapper.hxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
MessageCommands.cxx Main: move global variables to struct Instance 2013-04-17 23:52:58 +02:00
MessageCommands.hxx Client: rename the struct client to class Client 2013-01-03 17:36:28 +01:00
MixerAll.cxx output: convert to C++ 2013-04-17 01:12:05 +02:00
MixerAll.hxx mixer_all: convert to C++ 2013-01-07 09:05:06 +01:00
MixerControl.cxx MixerInternal: use Mutex instead of GMutex 2013-04-16 23:50:41 +02:00
MixerControl.hxx MixerInternal: convert to class 2013-04-16 21:33:25 +02: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 include cleanup 2013-07-30 08:39:21 +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
mpd_error.h mpd_error.h: add missing glib.h include 2013-01-04 21:20:10 +01:00
MusicBuffer.cxx Mutex: new wrapper for std::mutex, replaces GMutex 2013-01-04 21:24:29 +01:00
MusicBuffer.hxx buffer, pipe: convert to C++ 2013-01-04 10:16:16 +01:00
MusicChunk.cxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
MusicChunk.hxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
MusicPipe.cxx MusicChunk: move functions to methods 2013-01-04 21:38:46 +01:00
MusicPipe.hxx buffer, pipe: convert to C++ 2013-01-04 10:16:16 +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 copyright year 2011 2011-01-29 10:13:54 +01:00
OtherCommands.cxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
OtherCommands.hxx Client: rename the struct client to class Client 2013-01-03 17:36:28 +01:00
OutputAll.cxx OutputInternal: use Mutex instead of GMutex 2013-04-17 01:41:56 +02:00
OutputAll.hxx include cleanup 2013-07-30 08:39:21 +02:00
OutputAPI.hxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
OutputCommand.cxx output: convert to C++ 2013-04-17 01:12:05 +02:00
OutputCommand.hxx output_*: convert to C++ 2013-01-04 09:46:41 +01:00
OutputCommands.cxx output_*: convert to C++ 2013-01-04 09:46:41 +01:00
OutputCommands.hxx Client: rename the struct client to class Client 2013-01-03 17:36:28 +01:00
OutputControl.cxx OutputInternal: use Mutex instead of GMutex 2013-04-17 01:41:56 +02:00
OutputControl.hxx TagPool, ...: include cleanup 2013-01-30 22:53:12 +01:00
OutputError.hxx output_*: convert to C++ 2013-01-04 09:46:41 +01:00
OutputFinish.cxx pcm_buffer: convert to C++ 2013-07-30 08:31:02 +02:00
OutputInit.cxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
OutputInternal.hxx pcm_buffer: convert to C++ 2013-07-30 08:31:02 +02:00
OutputList.cxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
OutputList.hxx output_*: convert to C++ 2013-01-04 09:46:41 +01:00
OutputPlugin.cxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
OutputPlugin.hxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
OutputPrint.cxx output: convert to C++ 2013-04-17 01:12:05 +02:00
OutputPrint.hxx Client: rename the struct client to class Client 2013-01-03 17:36:28 +01:00
OutputState.cxx output: convert to C++ 2013-04-17 01:12:05 +02:00
OutputState.hxx db_save, state_file: convert to C++ 2013-01-02 20:22:59 +01:00
OutputThread.cxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
OutputThread.hxx output_*: convert to C++ 2013-01-04 09:46:41 +01:00
Page.cxx page: convert to C++ 2013-01-30 09:18:52 +01:00
Page.hxx page: convert to C++ 2013-01-30 09:18:52 +01:00
Partition.hxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
Permission.cxx include cleanup 2013-07-30 08:39:21 +02:00
Permission.hxx Permission: use std::map instead of GHashTable 2013-01-03 03:11:39 +01:00
PlayerCommands.cxx Merge tag 'release-0.17.4' 2013-04-08 22:11:42 +02:00
PlayerCommands.hxx Client: rename the struct client to class Client 2013-01-03 17:36:28 +01:00
PlayerControl.cxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
PlayerControl.hxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
PlayerThread.cxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
PlayerThread.hxx {decoder,player}_thread: convert to C++ 2013-01-02 20:36:28 +01:00
playlist_error.h stored_playlist: return GError, code is playlist_result 2011-09-11 07:57:50 +02:00
Playlist.cxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
Playlist.hxx include cleanup 2013-07-30 08:39:21 +02:00
PlaylistAny.cxx uri: convert to C++ 2013-04-08 23:45:31 +02:00
PlaylistAny.hxx DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond 2013-01-27 18:39:32 +01:00
PlaylistCommands.cxx uri: convert to C++ 2013-04-08 23:45:31 +02:00
PlaylistCommands.hxx Client: rename the struct client to class Client 2013-01-03 17:36:28 +01:00
PlaylistControl.cxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
PlaylistDatabase.cxx string_util: convert to C++ 2013-04-09 01:08:20 +02:00
PlaylistDatabase.hxx TagPool, ...: include cleanup 2013-01-30 22:53:12 +01:00
PlaylistEdit.cxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
PlaylistFile.cxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
PlaylistFile.hxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
PlaylistGlobal.cxx Main: move global variables to struct Instance 2013-04-17 23:52:58 +02:00
PlaylistGlobal.hxx Playlist.hxx: move prototype to PlaylistGlobal.hxx 2013-01-09 22:23:37 +01:00
PlaylistInfo.hxx PlaylistFile: reuse classes PlaylistInfo and PlaylistVector 2013-01-04 00:02:09 +01:00
PlaylistMapper.cxx uri: convert to C++ 2013-04-08 23:45:31 +02:00
PlaylistMapper.hxx DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond 2013-01-27 18:39:32 +01:00
PlaylistPlugin.hxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
PlaylistPrint.cxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
PlaylistPrint.hxx TagPool, ...: include cleanup 2013-01-30 22:53:12 +01:00
PlaylistQueue.cxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
PlaylistQueue.hxx don't include stdbool.h in C++ sources 2013-01-02 20:56:04 +01:00
PlaylistRegistry.cxx string_util: convert to C++ 2013-04-09 01:08:20 +02:00
PlaylistRegistry.hxx TagPool, ...: include cleanup 2013-01-30 22:53:12 +01:00
PlaylistSave.cxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
PlaylistSave.hxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
PlaylistSong.cxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
PlaylistSong.hxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
PlaylistState.cxx ConfigFile: add enum ConfigOption 2013-01-30 21:36:04 +01:00
PlaylistState.hxx TagPool, ...: include cleanup 2013-01-30 22:53:12 +01:00
PlaylistVector.cxx PlaylistVector: use std::list 2013-01-03 02:25:06 +01:00
PlaylistVector.hxx PlaylistFile: reuse classes PlaylistInfo and PlaylistVector 2013-01-04 00:02:09 +01:00
poison.h copyright year 2011 2011-01-29 10:13:54 +01:00
Queue.cxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
Queue.hxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
QueueCommands.cxx ClientFile: use Path and file system API, update usages accordingly 2013-05-06 23:36:36 +06:00
QueueCommands.hxx Client: rename the struct client to class Client 2013-01-03 17:36:28 +01:00
QueuePrint.cxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
QueuePrint.hxx Client: rename the struct client to class Client 2013-01-03 17:36:28 +01:00
QueueSave.cxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
QueueSave.hxx TagPool, ...: include cleanup 2013-01-30 22:53:12 +01:00
replay_gain_config.h decoder_api.h, ...: add "extern C" 2013-01-07 10:07:40 +01:00
replay_gain_info.h replay_gain_info, ...: use cmath instead of math.h in C++ mode 2013-01-07 10:19:02 +01:00
ReplayGainConfig.cxx idle: convert to C++ 2013-01-09 13:01:38 +01:00
ReplayGainInfo.cxx decoder_api.h, ...: add "extern C" 2013-01-07 10:07:40 +01:00
resolver.c require GLib 2.16 2012-07-10 01:28:52 +02:00
resolver.h output_internal, ...: add extern "C" 2013-01-15 20:20:51 +01:00
riff.c use g_strerror() instead of strerror() 2012-03-06 22:06:08 +01:00
riff.h copyright year 2011 2011-01-29 10:13:54 +01:00
SignalHandlers.cxx SignalHandlers: emit GlobalEvents::SHUTDOWN 2013-01-15 10:59:28 +01:00
SignalHandlers.hxx sig_handlers, log: convert to C++ 2013-01-09 22:33:06 +01:00
SocketError.hxx SocketError: merge duplicate FormatMessage() calls 2013-01-15 22:41:56 +01:00
SocketUtil.cxx SocketUtil: add separators to g_prefix_error() call 2013-02-04 14:26:03 +01:00
SocketUtil.hxx socket_util: convert to C++ 2013-01-15 22:41:56 +01:00
Song.cxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
Song.hxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
SongFilter.cxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
SongFilter.hxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
SongPointer.hxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
SongPrint.cxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
SongPrint.hxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
SongSave.cxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
SongSave.hxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
SongSort.cxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
SongSort.hxx song_sort: convert to C++ 2013-04-17 22:25:57 +02:00
SongSticker.cxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
SongSticker.hxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
SongUpdate.cxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
StateFile.cxx event/TimeoutMonitor: eliminate support for periodic events 2013-04-08 23:14:07 +02:00
StateFile.hxx event/TimeoutMonitor: eliminate support for periodic events 2013-04-08 23:14:07 +02:00
Stats.cxx PlayerControl: move functions into the class 2013-01-20 17:48:23 +01:00
stats.h Client: rename the struct client to class Client 2013-01-03 17:36:28 +01:00
StickerCommands.cxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
StickerCommands.hxx Client: rename the struct client to class Client 2013-01-03 17:36:28 +01:00
StickerDatabase.cxx idle: convert to C++ 2013-01-09 13:01:38 +01:00
StickerDatabase.hxx sticker: convert to C++ 2013-01-02 22:25:17 +01:00
StickerPrint.cxx Client: rename the struct client to class Client 2013-01-03 17:36:28 +01:00
StickerPrint.hxx Client: rename the struct client to class Client 2013-01-03 17:36:28 +01:00
Tag.cxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
Tag.hxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
TagFile.cxx decoder_api: convert to C++ 2013-07-28 13:18:48 +02:00
TagFile.hxx include cleanup 2013-07-30 08:39:21 +02:00
TagHandler.cxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
TagHandler.hxx tag: move enum tag_type to TagType.h 2013-07-30 20:10:24 +02:00
TagId3.cxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
TagId3.hxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
TagInternal.hxx tag: move enum tag_type to TagType.h 2013-07-30 20:10:24 +02:00
TagNames.c tag: move enum tag_type to TagType.h 2013-07-30 20:10:24 +02:00
TagPool.cxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
TagPool.hxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
TagPrint.cxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
TagPrint.hxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
TagRva2.cxx tag_rva2: convert to C++ 2013-07-26 12:52:51 +02:00
TagRva2.hxx include cleanup 2013-07-30 08:39:21 +02:00
TagSave.cxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
TagSave.hxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
TagTable.hxx tag: move enum tag_type to TagType.h 2013-07-30 20:10:24 +02:00
TagType.h tag: move enum tag_type to TagType.h 2013-07-30 20:10:24 +02:00
TextFile.cxx TextFile: convert to a class 2013-01-03 10:16:05 +01:00
TextFile.hxx TextFile.hxx: use file system API 2013-02-02 20:23:27 +06:00
TextInputStream.cxx text_input_stream: convert to class 2013-05-12 20:02:27 +06:00
TextInputStream.hxx text_input_stream: convert to class 2013-05-12 20:02:27 +06:00
TimePrint.cxx Client: rename the struct client to class Client 2013-01-03 17:36:28 +01:00
TimePrint.hxx Client: rename the struct client to class Client 2013-01-03 17:36:28 +01:00
Timer.cxx timer: convert to class 2013-05-12 19:03:42 +06:00
Timer.hxx timer: convert to class 2013-05-12 19:03:42 +06:00
UpdateArchive.cxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
UpdateArchive.hxx TagPool, ...: include cleanup 2013-01-30 22:53:12 +01:00
UpdateContainer.cxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
UpdateContainer.hxx Directory: rename struct directory to Directory 2013-01-03 01:10:47 +01:00
UpdateDatabase.cxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
UpdateDatabase.hxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
UpdateGlue.cxx Main: move global variables to struct Instance 2013-04-17 23:52:58 +02:00
UpdateGlue.hxx update: convert to C++ 2013-01-02 19:22:15 +01:00
UpdateInternal.hxx don't include stdbool.h in C++ sources 2013-01-02 20:56:04 +01:00
UpdateIO.cxx UpdateIO.cxx: use file system API, log in UTF-8 2013-02-02 20:52:02 +06:00
UpdateIO.hxx Directory: rename struct directory to Directory 2013-01-03 01:10:47 +01:00
UpdateQueue.cxx update: convert to C++ 2013-01-02 19:22:15 +01:00
UpdateQueue.hxx update: convert to C++ 2013-01-02 19:22:15 +01:00
UpdateRemove.cxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
UpdateRemove.hxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
UpdateSong.cxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
UpdateSong.hxx Directory: rename struct directory to Directory 2013-01-03 01:10:47 +01:00
UpdateWalk.cxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
UpdateWalk.hxx don't include stdbool.h in C++ sources 2013-01-02 20:56:04 +01:00
Volume.cxx EventPipe: rename to GlobalEvents 2013-01-09 23:31:43 +01:00
Volume.hxx volume: convert to C++ 2013-01-07 09:05:01 +01:00
Win32Main.cxx Win32Main.cxx: more clean shutdown 2013-01-13 15:20:32 +06:00
ZeroconfAvahi.cxx ZeroconfAvahi: pass GMainContext to avahi_glib_poll_new() 2013-01-27 22:53:21 +01:00
ZeroconfAvahi.hxx ZeroconfAvahi: pass GMainContext to avahi_glib_poll_new() 2013-01-27 22:53:21 +01:00
ZeroconfBonjour.cxx ZeroconfBonjour: fix OnSocketReady() return type 2013-01-31 21:11:06 +01:00
ZeroconfBonjour.hxx ZeroconfBonjour: use SocketMonitor instead of GIOChannel 2013-01-27 22:38:14 +01:00
ZeroconfGlue.cxx ZeroconfAvahi: pass GMainContext to avahi_glib_poll_new() 2013-01-27 22:53:21 +01:00
ZeroconfGlue.hxx ZeroconfBonjour: use SocketMonitor instead of GIOChannel 2013-01-27 22:38:14 +01:00
ZeroconfInternal.hxx zeroconf: convert to C++ 2013-01-27 22:38:14 +01:00