mpd/src
2013-08-08 00:14:19 +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 ConfigPath: return a Path object 2013-08-07 19:59:09 +02:00
decoder FfmpegDecoderPlugin: Allocate the interleaved buffer as needed instead of using an arbitrary big constant. 2013-08-07 15:07:41 +02:00
encoder encoder/lame: use ReusableBuffer instead of AllocatedArray 2013-08-07 18:53:24 +02:00
event event/BufferedSocket: add missing include 2013-08-08 00:11:40 +02:00
filter add missing includes 2013-08-07 18:23:55 +02:00
fs os/FileSystem: disable mkfifo() wrapper on WIN32 2013-08-07 20:31:27 +02:00
input Makefile.am: move sources to libsystem.a 2013-08-07 10:31:31 +02:00
mixer *: remove remaining __cplusplus checks 2013-08-07 19:58:52 +02:00
output ConfigPath: return a Path object 2013-08-07 19:59:09 +02:00
pcm PcmBuffer: move code to new class ReusableBuffer 2013-08-07 18:51:21 +02:00
playlist playlist/pls: use std::string instead of GString 2013-08-06 09:32:08 +02:00
protocol include cleanup 2013-07-30 08:39:21 +02:00
system event/EPollFD: basic support for Linux epoll 2013-08-07 19:44:43 +02:00
thread thread/Cond: add method timed_wait() 2013-04-17 01:33:07 +02:00
util *: remove remaining __cplusplus checks 2013-08-07 19:58:52 +02:00
win win32: Add a Windows OS resource file and icon 2012-02-23 06:32:30 -08:00
ack.h *: use gcc.h macros instead of GLib 2013-08-04 23:48:01 +02: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 *: use gcc.h macros instead of GLib 2013-08-04 23:48:01 +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
AudioConfig.cxx audio_format: convert to C++ 2013-08-03 21:37:56 +02: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 audio_format: convert to C++ 2013-08-03 21:37:56 +02:00
AudioParser.cxx audio_format: convert to C++ 2013-08-03 21:37:56 +02:00
AudioParser.hxx audio_format: convert to C++ 2013-08-03 21:37:56 +02:00
check.h copyright year 2011 2011-01-29 10:13:54 +01:00
CheckAudioFormat.cxx audio_format: convert to C++ 2013-08-03 21:37:56 +02:00
CheckAudioFormat.hxx audio_format: convert to C++ 2013-08-03 21:37:56 +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{Event,Write}: add missing include 2013-08-08 00:14:19 +02:00
ClientExpire.cxx Client{Event,Write}: add missing include 2013-08-08 00:14:19 +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 *: use gcc.h macros instead of GLib 2013-08-04 23:48:01 +02:00
ClientMessage.hxx ClientMessage: turn into a class 2013-01-03 17:58:22 +01:00
ClientNew.cxx Makefile.am: move sources to libsystem.a 2013-08-07 10:31:31 +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{Event,Write}: add missing include 2013-08-08 00:14:19 +02: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 CommandLine.cxx: look for config file in XDG_CONFIG_HOME too 2013-08-07 18:22:27 +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 ConfigPath: return a Path object 2013-08-07 19:59:09 +02:00
ConfigData.hxx ConfigPath: return a Path object 2013-08-07 19:59:09 +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 ConfigPath: return a Path object 2013-08-07 19:59:09 +02:00
ConfigGlobal.hxx ConfigPath: return a Path object 2013-08-07 19:59:09 +02: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 ConfigPath: return a Path object 2013-08-07 19:59:09 +02:00
ConfigPath.hxx ConfigPath: return a Path object 2013-08-07 19:59:09 +02:00
ConfigQuark.hxx *: use gcc.h macros instead of GLib 2013-08-04 23:48:01 +02: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 *: use gcc.h macros instead of GLib 2013-08-04 23:48:01 +02:00
CrossFade.hxx audio_format: convert to C++ 2013-08-03 21:37:56 +02:00
Daemon.cxx ConfigPath: return a Path object 2013-08-07 19:59:09 +02:00
Daemon.hxx ConfigPath: return a Path object 2013-08-07 19:59:09 +02:00
DatabaseCommands.cxx *: use gcc.h macros instead of GLib 2013-08-04 23:48:01 +02:00
DatabaseCommands.hxx Client: rename the struct client to class Client 2013-01-03 17:36:28 +01:00
DatabaseGlue.cxx DatabasePlugin: pass config_param reference 2013-08-04 14:07:50 +02:00
DatabaseGlue.hxx DatabasePlugin: pass config_param reference 2013-08-04 14:07:50 +02: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 *: remove remaining __cplusplus checks 2013-08-07 19:58:52 +02: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 DatabasePlugin: pass config_param reference 2013-08-04 14:07:50 +02:00
DatabasePrint.cxx DatabasePrint: print Last-Modified attribute for directories 2013-08-04 23:29:24 +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 *: use gcc.h macros instead of GLib 2013-08-04 23:48:01 +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 *: use gcc.h macros instead of GLib 2013-08-04 23:48:01 +02:00
DecoderAPI.cxx *: use gcc.h macros instead of GLib 2013-08-04 23:48:01 +02:00
DecoderAPI.hxx audio_format: convert to C++ 2013-08-03 21:37:56 +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 gcc.h: add macro gcc_unreachable() 2013-08-03 21:34:17 +02:00
DecoderControl.hxx audio_format: convert to C++ 2013-08-03 21:37:56 +02:00
DecoderError.hxx *: use gcc.h macros instead of GLib 2013-08-04 23:48:01 +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 DecoderPlugin: pass config_param reference 2013-08-04 13:30:47 +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 *: remove remaining __cplusplus checks 2013-08-07 19:58:52 +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 Makefile.am: move sources to libsystem.a 2013-08-07 10:31:31 +02:00
DecoderThread.hxx {decoder,player}_thread: convert to C++ 2013-01-02 20:36:28 +01:00
DespotifyUtils.cxx *: use gcc.h macros instead of GLib 2013-08-04 23:48:01 +02:00
DespotifyUtils.hxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
Directory.cxx *: use gcc.h macros instead of GLib 2013-08-04 23:48:01 +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 audio_format: convert to C++ 2013-08-03 21:37:56 +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 EncoderPlugin: pass config_param reference 2013-08-04 14:07:50 +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
FilterConfig.cxx FilterPlugin: pass config_param reference 2013-08-04 14:07:50 +02:00
FilterConfig.hxx FilterInternal: convert struct filter to a OO interface 2013-02-02 09:34:07 +01:00
FilterInternal.hxx audio_format: convert to C++ 2013-08-03 21:37:56 +02:00
FilterPlugin.cxx FilterPlugin: pass config_param reference 2013-08-04 14:07:50 +02:00
FilterPlugin.hxx FilterPlugin: pass config_param reference 2013-08-04 14:07:50 +02: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 *: use gcc.h macros instead of GLib 2013-08-04 23:48:01 +02: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 event/DeferredMonitor: rename Run() to RunDeferred() 2013-08-07 19:39:26 +02:00
GlobalEvents.hxx event/DeferredMonitor: use EventLoop::AddIdle() 2013-08-07 19:38:10 +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 Makefile.am: move sources to libsystem.a 2013-08-07 10:31:31 +02:00
InotifySource.hxx TagPool, ...: include cleanup 2013-01-30 22:53:12 +01:00
InotifyUpdate.cxx *: use gcc.h macros instead of GLib 2013-08-04 23:48:01 +02:00
InotifyUpdate.hxx *: use gcc.h macros instead of GLib 2013-08-04 23:48:01 +02:00
input_stream.h tag: convert to C++ 2013-07-30 20:19:53 +02:00
InputInit.cxx InputPlugin: pass config_param reference 2013-08-04 14:07:50 +02: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 InputPlugin: pass config_param reference 2013-08-04 14:07:50 +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 *: use gcc.h macros instead of GLib 2013-08-04 23:48:01 +02:00
IOThread.cxx *: use gcc.h macros instead of GLib 2013-08-04 23:48:01 +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 ConfigPath: return a Path object 2013-08-07 19:59:09 +02:00
Log.hxx *: use gcc.h macros instead of GLib 2013-08-04 23:48:01 +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 ConfigPath: return a Path object 2013-08-07 19:59:09 +02:00
Main.hxx Main: move global variables to struct Instance 2013-04-17 23:52:58 +02:00
Mapper.cxx ConfigPath: return a Path object 2013-08-07 19:59:09 +02:00
Mapper.hxx ConfigPath: return a Path object 2013-08-07 19:59:09 +02:00
MessageCommands.cxx *: use gcc.h macros instead of GLib 2013-08-04 23:48:01 +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 MixerPlugin: pass config_param reference 2013-08-04 14:07:50 +02:00
MixerControl.hxx *: remove remaining __cplusplus checks 2013-08-07 19:58:52 +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 MixerPlugin: pass config_param reference 2013-08-04 14:07:50 +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 Makefile.am: move sources to libsystem.a 2013-08-07 10:31:31 +02:00
MusicBuffer.hxx buffer, pipe: convert to C++ 2013-01-04 10:16:16 +01:00
MusicChunk.cxx audio_format: convert to C++ 2013-08-03 21:37:56 +02:00
MusicChunk.hxx audio_format: convert to C++ 2013-08-03 21:37:56 +02:00
MusicPipe.cxx audio_format: convert to C++ 2013-08-03 21:37:56 +02:00
MusicPipe.hxx audio_format: convert to C++ 2013-08-03 21:37:56 +02: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 *: use gcc.h macros instead of GLib 2013-08-04 23:48:01 +02:00
OtherCommands.hxx Client: rename the struct client to class Client 2013-01-03 17:36:28 +01:00
OutputAll.cxx Makefile.am: move sources to libsystem.a 2013-08-07 10:31:31 +02:00
OutputAll.hxx audio_format: convert to C++ 2013-08-03 21:37:56 +02:00
OutputAPI.hxx audio_format: convert to C++ 2013-08-03 21:37:56 +02:00
OutputCommand.cxx Commands: new command "toggleoutput" 2013-08-04 23:21:23 +02:00
OutputCommand.hxx Commands: new command "toggleoutput" 2013-08-04 23:21:23 +02:00
OutputCommands.cxx *: use gcc.h macros instead of GLib 2013-08-04 23:48:01 +02:00
OutputCommands.hxx Commands: new command "toggleoutput" 2013-08-04 23:21:23 +02:00
OutputControl.cxx audio_format: convert to C++ 2013-08-03 21:37:56 +02:00
OutputControl.hxx audio_format: convert to C++ 2013-08-03 21:37:56 +02:00
OutputError.hxx *: use gcc.h macros instead of GLib 2013-08-04 23:48:01 +02:00
OutputFinish.cxx pcm_buffer: convert to C++ 2013-07-30 08:31:02 +02:00
OutputInit.cxx MixerPlugin: pass config_param reference 2013-08-04 14:07:50 +02:00
OutputInternal.hxx OutputPlugin: pass config_param reference 2013-08-04 14:07:49 +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 OutputPlugin: pass config_param reference 2013-08-04 14:07:49 +02:00
OutputPlugin.hxx OutputPlugin: pass config_param reference 2013-08-04 14:07:49 +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 Makefile.am: move sources to libsystem.a 2013-08-07 10:31:31 +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 *: use gcc.h macros instead of GLib 2013-08-04 23:48:01 +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 audio_format: convert to C++ 2013-08-03 21:37:56 +02:00
PlayerThread.cxx Makefile.am: move sources to libsystem.a 2013-08-07 10:31:31 +02:00
PlayerThread.hxx {decoder,player}_thread: convert to C++ 2013-01-02 20:36:28 +01:00
playlist_error.h *: use gcc.h macros instead of GLib 2013-08-04 23:48:01 +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 *: use gcc.h macros instead of GLib 2013-08-04 23:48:01 +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 Merge tag 'release-0.17.5' 2013-08-04 14:36:22 +02:00
PlaylistFile.cxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
PlaylistFile.hxx *: remove remaining __cplusplus checks 2013-08-07 19:58:52 +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 PlaylistPlugin: pass config_param reference 2013-08-04 14:07:50 +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 PlaylistPlugin: pass config_param reference 2013-08-04 14:07:50 +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 *: use gcc.h macros instead of GLib 2013-08-04 23:48:01 +02: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 gcc.h: add macro gcc_unreachable() 2013-08-03 21:34:17 +02:00
ReplayGainInfo.cxx decoder_api.h, ...: add "extern C" 2013-01-07 10:07:40 +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: move code to new class SignalMonitor 2013-08-07 10:56:33 +02:00
SignalHandlers.hxx SignalHandlers: move code to new class SignalMonitor 2013-08-07 10:56:33 +02: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 *: use gcc.h macros instead of GLib 2013-08-04 23:48:01 +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 Merge tag 'release-0.17.5' 2013-08-04 14:36:22 +02:00
StateFile.cxx ConfigPath: return a Path object 2013-08-07 19:59:09 +02:00
StateFile.hxx ConfigPath: return a Path object 2013-08-07 19:59:09 +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 ConfigPath: return a Path object 2013-08-07 19:59:09 +02:00
StickerDatabase.hxx ConfigPath: return a Path object 2013-08-07 19:59:09 +02: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: check bulk mode in Clear() 2013-07-31 09:02:07 +02:00
Tag.hxx Tag: add method Clear() 2013-07-31 00:35:05 +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 *: use gcc.h macros instead of GLib 2013-08-04 23:48:01 +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 Makefile.am: move sources to libsystem.a 2013-08-07 10:31:31 +02:00
Timer.hxx audio_format: convert to C++ 2013-08-03 21:37:56 +02: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 Makefile.am: move sources to libsystem.a 2013-08-07 10:31:31 +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 *: use gcc.h macros instead of GLib 2013-08-04 23:48:01 +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 *: use gcc.h macros instead of GLib 2013-08-04 23:48:01 +02:00
ZeroconfAvahi.cxx *: use gcc.h macros instead of GLib 2013-08-04 23:48:01 +02:00
ZeroconfAvahi.hxx ZeroconfAvahi: pass GMainContext to avahi_glib_poll_new() 2013-01-27 22:53:21 +01:00
ZeroconfBonjour.cxx *: use gcc.h macros instead of GLib 2013-08-04 23:48:01 +02: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