mpd/src
Max Kellermann 2aee1b86f3 SongFilter: add special keyword "base"
Restores the features from the previous draft commands "findin" /
"searchin".
2013-10-29 21:13:40 +01:00
..
AudioCompress audio_{parser,config}: convert to C++ 2013-01-30 21:47:12 +01:00
archive input_stream: rename struct to InputStream 2013-10-23 23:12:02 +02:00
command Revert "command: new commands "findin", "searchin" with base URI" 2013-10-29 21:13:40 +01:00
cue TagType: rename enum tag_type to TagType 2013-10-20 13:32:59 +02:00
db db/proxy: enable song matching 2013-10-29 20:58:35 +01:00
decoder *: use nullptr instead of NULL 2013-10-28 23:58:17 +01:00
encoder util/NumberParser: utilities for parsing numbers from ASCII strings 2013-10-21 09:48:31 +02:00
event *: use nullptr instead of NULL 2013-10-28 23:58:17 +01:00
filter *: use nullptr instead of NULL 2013-10-28 23:58:17 +01:00
fs *: use nullptr instead of NULL 2013-10-28 23:58:17 +01:00
input *: use nullptr instead of NULL 2013-10-28 23:58:17 +01:00
mixer *: use nullptr instead of NULL 2013-10-28 23:58:17 +01:00
output *: use nullptr instead of NULL 2013-10-28 23:58:17 +01:00
pcm *: use nullptr instead of NULL 2013-10-28 23:58:17 +01:00
playlist *: use nullptr instead of NULL 2013-10-28 23:58:17 +01:00
protocol *: use nullptr instead of NULL 2013-10-28 23:58:17 +01:00
system fd_util: avoid unnecessary fcntl() calls 2013-10-29 13:02:53 +01:00
tag *: use nullptr instead of NULL 2013-10-28 23:58:17 +01:00
thread Thread/Thread: replacement library for GThread 2013-10-17 19:29:47 +02:00
util util/UriUtil: add uri_is_child_or_same() 2013-10-29 21:13:40 +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 input_stream: rename struct to InputStream 2013-10-23 23:12:02 +02: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 ArchiveLookup: in-place editing, avoid string copy 2013-10-17 00:54:20 +02: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 input_stream: rename struct to InputStream 2013-10-23 23:12:02 +02: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 gcc.h: rename to Compiler.h 2013-10-15 09:21:59 +02:00
AudioParser.hxx util/Error: new error passing library 2013-09-04 18:14:22 +02:00
AvahiPoll.cxx ZeroconfAvahi: integrate into the EventLoop 2013-10-18 09:16:55 +02: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 player_control: rename to PlayerControl 2013-10-28 10:12:33 +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 Client: move trivial functions into the Client class 2013-10-19 19:39:40 +02:00
ClientFile.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
ClientGlobal.cxx conf.h: remove obsolete header 2013-09-05 08:47:10 +02: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: 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 Util/CharUtil: new library replacing g_ascii_isX() 2013-10-19 15:36:47 +02:00
ClientMessage.hxx gcc.h: rename to Compiler.h 2013-10-15 09:21:59 +02:00
ClientNew.cxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
ClientProcess.cxx *Commands: move to src/command/ 2013-10-20 13:41:04 +02:00
ClientRead.cxx command: convert command_return to to a strictly-typed enum 2013-10-20 13:10:54 +02:00
ClientSubscribe.cxx Client: move message functions into the class 2013-10-19 19:44:45 +02:00
ClientWrite.cxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
CommandLine.cxx DecoderList: reimplement _for_each() with function object 2013-10-21 22:02:19 +02:00
CommandLine.hxx util/Error: new error passing library 2013-09-04 18:14:22 +02:00
Compiler.h gcc.h: rename to Compiler.h 2013-10-15 09:21:59 +02:00
ConfigData.cxx ConfigData: use strtoul() in GetUnsignedValue() 2013-10-19 16:12:52 +02: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 *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
ConfigFile.hxx fs/Path: rename to AllocatedPath 2013-10-17 23:43:46 +02:00
ConfigGlobal.cxx fs/Path: rename to AllocatedPath 2013-10-17 23:43:46 +02: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 ConfigPath: use std::string 2013-10-19 17:32:49 +02: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 ConfigFile: add enum ConfigOption 2013-01-30 21:36:04 +01:00
CrossFade.cxx PlayerControl: move attributes to struct CrossFadeSettings 2013-10-29 00:14:27 +01:00
CrossFade.hxx PlayerControl: move attributes to struct CrossFadeSettings 2013-10-29 00:14:27 +01:00
Daemon.cxx fs/Path: rename to AllocatedPath 2013-10-17 23:43:46 +02: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 *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
DatabaseGlue.hxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
DatabaseHelpers.cxx TagType: rename enum tag_type to TagType 2013-10-20 13:32:59 +02:00
DatabaseHelpers.hxx TagType: rename enum tag_type to TagType 2013-10-20 13:32:59 +02:00
DatabaseLock.cxx gcc.h: rename to Compiler.h 2013-10-15 09:21:59 +02:00
DatabaseLock.hxx gcc.h: rename to Compiler.h 2013-10-15 09:21:59 +02:00
DatabasePlaylist.cxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
DatabasePlaylist.hxx gcc.h: rename to Compiler.h 2013-10-15 09:21:59 +02:00
DatabasePlugin.hxx TagType: rename enum tag_type to TagType 2013-10-20 13:32:59 +02:00
DatabasePrint.cxx TagType: rename enum tag_type to TagType 2013-10-20 13:32:59 +02:00
DatabasePrint.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
DatabaseQueue.cxx *: use nullptr instead of NULL 2013-10-28 23:58:17 +01:00
DatabaseQueue.hxx util/Error: new error passing library 2013-09-04 18:14:22 +02:00
DatabaseRegistry.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
DatabaseRegistry.hxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
DatabaseSave.cxx DatabaseSave: convert anonymous enum to constexpr 2013-10-20 13:46:13 +02:00
DatabaseSave.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
DatabaseSelection.cxx SongFilter: add special keyword "base" 2013-10-29 21:13:40 +01:00
DatabaseSelection.hxx SongFilter: add special keyword "base" 2013-10-29 21:13:40 +01:00
DatabaseSimple.hxx gcc.h: rename to Compiler.h 2013-10-15 09:21:59 +02:00
DatabaseVisitor.hxx util/Error: new error passing library 2013-09-04 18:14:22 +02:00
DecoderAPI.cxx MusicChunk: return WritableBuffer 2013-10-28 17:10:12 +01:00
DecoderAPI.hxx DecoderControl: move code/attributes to new class MixRampInfo 2013-10-26 14:19:34 +02:00
DecoderBuffer.cxx input_stream: rename struct to InputStream 2013-10-23 23:12:02 +02:00
DecoderBuffer.hxx input_stream: rename struct to InputStream 2013-10-23 23:12:02 +02:00
DecoderCommand.hxx DecoderCommand: convert to strictly-typed enum 2013-09-27 12:11:37 +02:00
DecoderControl.cxx DecoderControl: convert mutex and client_cond to a reference 2013-10-28 10:22:05 +01:00
DecoderControl.hxx DecoderControl: convert mutex and client_cond to a reference 2013-10-28 10:22:05 +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 decoder_control: rename to DecoderControl 2013-10-28 10:09:21 +01:00
DecoderInternal.hxx decoder_control: rename to DecoderControl 2013-10-28 10:09:21 +01:00
DecoderList.cxx DecoderList: fix the decoder_plugin_from_mime_type() return value 2013-10-22 00:59:55 +02:00
DecoderList.hxx DecoderThread: simplify the decoder lookup loop 2013-10-21 22:15:57 +02:00
DecoderPlugin.cxx DecoderPlugin: move functions into the struct 2013-10-21 21:08:12 +02:00
DecoderPlugin.hxx input_stream: rename struct to InputStream 2013-10-23 23:12:02 +02: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 decoder_control: rename to DecoderControl 2013-10-28 10:09:21 +01:00
DecoderThread.hxx decoder_control: rename to DecoderControl 2013-10-28 10:09:21 +01:00
DespotifyUtils.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
DespotifyUtils.hxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
Directory.cxx GetBaseUTF8 2013-10-21 10:50:22 +02:00
Directory.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
DirectorySave.cxx DirectorySave: use Directory::GetName() 2013-10-21 10:04:59 +02:00
DirectorySave.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
EncoderAPI.hxx Tag, ...: move to libtag.a 2013-09-05 18:26:56 +02: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 *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
ExcludeList.hxx fs/Path: rename to AllocatedPath 2013-10-17 23:43:46 +02:00
FilterConfig.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02: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 *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
FilterPlugin.hxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
FilterRegistry.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
FilterRegistry.hxx FilterRegistry: add "pure" attribute 2013-10-29 00:05:04 +01:00
GlobalEvents.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02: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 TagType: rename enum tag_type to TagType 2013-10-20 13:32:59 +02:00
IcyMetaDataParser.hxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
IcyMetaDataServer.cxx TagType: rename enum tag_type to TagType 2013-10-20 13:32:59 +02: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 Inotify: convert anonymous enum to constexpr 2013-10-20 13:51:55 +02:00
InotifyQueue.hxx gcc.h: rename to Compiler.h 2013-10-15 09:21:59 +02:00
InotifySource.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
InotifySource.hxx util/FifoBuffer: C++ version of the fifo_buffer library 2013-10-15 10:28:52 +02: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_plugin: rename struct to "InputPlugin" 2013-10-17 10:20:57 +02:00
InputRegistry.hxx input_plugin: rename struct to "InputPlugin" 2013-10-17 10:20:57 +02:00
InputStream.cxx input_stream: rename struct to InputStream 2013-10-23 23:12:02 +02:00
InputStream.hxx input_stream: rename struct to InputStream 2013-10-23 23:12:02 +02:00
Instance.cxx Partition: add method DatabaseModified() 2013-10-22 00:59:55 +02:00
Instance.hxx Playlist: copy stream tags from the PlayerThread 2013-10-22 00:02:21 +02: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: new logging library API 2013-10-02 08:57:55 +02:00
Log.hxx gcc.h: rename to Compiler.h 2013-10-15 09:21:59 +02:00
LogInit.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
LogInit.hxx Log: new logging library API 2013-10-02 08:57:55 +02:00
LogV.hxx Log: new logging library API 2013-10-02 08:57:55 +02:00
Main.cxx Main: convert anonymous enum to constexpr 2013-10-20 13:47:32 +02:00
Main.hxx Main: use ThreadId instead of GThread* 2013-10-17 19:28:34 +02:00
Mapper.cxx *: use nullptr instead of NULL 2013-10-28 23:58:17 +01:00
Mapper.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
MemorySongEnumerator.cxx PlaylistPlugin: add interface SongEnumerator 2013-09-05 09:40:55 +02:00
MemorySongEnumerator.hxx PlaylistPlugin: add interface SongEnumerator 2013-09-05 09:40:55 +02:00
MixRampInfo.hxx DecoderControl: move code/attributes to new class MixRampInfo 2013-10-26 14:19:34 +02:00
MixerAll.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
MixerAll.hxx MixerAll, Volume: add "pure" attributes 2013-10-25 00:15:55 +02:00
MixerControl.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
MixerControl.hxx util/Error: new error passing library 2013-09-04 18:14:22 +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 *: 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 MusicBuffer: expose the C++ API 2013-09-26 22:21:56 +02:00
MusicPipe.hxx gcc.h: rename to Compiler.h 2013-10-15 09:21:59 +02:00
OutputAPI.hxx Tag, ...: move to libtag.a 2013-09-05 18:26:56 +02:00
OutputAll.cxx player_control: rename to PlayerControl 2013-10-28 10:12:33 +01:00
OutputAll.hxx player_control: rename to PlayerControl 2013-10-28 10:12:33 +01:00
OutputCommand.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
OutputCommand.hxx Commands: new command "toggleoutput" 2013-08-04 23:21:23 +02:00
OutputControl.cxx ReplayGainInfo: use CamelCase for struct name 2013-10-25 19:12:38 +02:00
OutputControl.hxx player_control: rename to PlayerControl 2013-10-28 10:12:33 +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 *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
OutputInit.cxx player_control: rename to PlayerControl 2013-10-28 10:12:33 +01:00
OutputInternal.hxx player_control: rename to PlayerControl 2013-10-28 10:12:33 +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 Log: new logging library API 2013-10-02 08:57:55 +02:00
OutputState.hxx db_save, state_file: convert to C++ 2013-01-02 20:22:59 +01:00
OutputThread.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +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.cxx Playlist: refresh new tags after database update 2013-10-22 01:05:29 +02:00
Partition.hxx player_control: rename to PlayerControl 2013-10-28 10:12:33 +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 PlayerControl: move attributes to struct CrossFadeSettings 2013-10-29 00:14:27 +01:00
PlayerControl.hxx PlayerControl: move attributes to struct CrossFadeSettings 2013-10-29 00:14:27 +01:00
PlayerThread.cxx PlayerControl: move attributes to struct CrossFadeSettings 2013-10-29 00:14:27 +01:00
PlayerThread.hxx player_control: rename to PlayerControl 2013-10-28 10:12:33 +01:00
Playlist.cxx player_control: rename to PlayerControl 2013-10-28 10:12:33 +01:00
Playlist.hxx player_control: rename to PlayerControl 2013-10-28 10:12:33 +01:00
PlaylistAny.cxx input_stream: rename struct to InputStream 2013-10-23 23:12:02 +02:00
PlaylistAny.hxx input_stream: rename struct to InputStream 2013-10-23 23:12:02 +02:00
PlaylistControl.cxx player_control: rename to PlayerControl 2013-10-28 10:12:33 +01:00
PlaylistDatabase.cxx util/StringUtil: rename strchug_fast_c() to strchug_fast() 2013-10-18 12:24:47 +02:00
PlaylistDatabase.hxx util/Error: new error passing library 2013-09-04 18:14:22 +02:00
PlaylistEdit.cxx player_control: rename to PlayerControl 2013-10-28 10:12:33 +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 PlaylistError: convert playlist_result to a strictly-typed enum 2013-10-20 13:06:40 +02:00
PlaylistFile.hxx *: use references instead of pointers 2013-10-19 18:48:38 +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 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 input_stream: rename struct to InputStream 2013-10-23 23:12:02 +02:00
PlaylistPrint.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
PlaylistQueue.cxx player_control: rename to PlayerControl 2013-10-28 10:12:33 +01:00
PlaylistQueue.hxx player_control: rename to PlayerControl 2013-10-28 10:12:33 +01:00
PlaylistRegistry.cxx input_stream: rename struct to InputStream 2013-10-23 23:12:02 +02:00
PlaylistRegistry.hxx input_stream: rename struct to InputStream 2013-10-23 23:12:02 +02:00
PlaylistSave.cxx player_control: rename to PlayerControl 2013-10-28 10:12:33 +01:00
PlaylistSave.hxx player_control: rename to PlayerControl 2013-10-28 10:12:33 +01:00
PlaylistSong.cxx Playlist*, Queue: use GetDatabase() overload without Error 2013-10-22 00:59:56 +02:00
PlaylistSong.hxx Playlist*: use nullptr instead of NULL 2013-10-02 08:56:27 +02:00
PlaylistState.cxx player_control: rename to PlayerControl 2013-10-28 10:12:33 +01:00
PlaylistState.hxx player_control: rename to PlayerControl 2013-10-28 10:12:33 +01:00
PlaylistUpdate.cxx Playlist: refresh new tags after database update 2013-10-22 01:05:29 +02:00
PlaylistVector.cxx Client, ...: remove unnecessary glib.h include 2013-10-15 22:51:09 +02:00
PlaylistVector.hxx gcc.h: rename to Compiler.h 2013-10-15 09:21:59 +02:00
Queue.cxx Playlist: refresh new tags after database update 2013-10-22 01:05:29 +02:00
Queue.hxx Playlist: refresh new tags after database update 2013-10-22 01:05:29 +02:00
QueuePrint.cxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
QueuePrint.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
QueueSave.cxx Playlist*, Queue: use GetDatabase() overload without Error 2013-10-22 00:59:56 +02:00
QueueSave.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
ReplayGainConfig.cxx *: use nullptr instead of NULL 2013-10-28 23:58:17 +01:00
ReplayGainConfig.hxx ReplayGainInfo: use CamelCase for struct name 2013-10-25 19:12:38 +02:00
ReplayGainInfo.cxx ReplayGainInfo: refactor to a class 2013-10-25 19:12:46 +02:00
ReplayGainInfo.hxx ReplayGainInfo: refactor to a class 2013-10-25 19:12:46 +02:00
SignalHandlers.cxx SignalMonitor: add SignalMonitorGetEventLoop() 2013-10-18 08:44:40 +02:00
SignalHandlers.hxx SignalHandlers: move code to new class SignalMonitor 2013-08-07 10:56:33 +02:00
Song.cxx Song: add method ReplaceTag() 2013-10-21 23:53:30 +02:00
Song.hxx Song: add method ReplaceTag() 2013-10-21 23:53:30 +02:00
SongEnumerator.hxx PlaylistPlugin: add interface SongEnumerator 2013-09-05 09:40:55 +02:00
SongFilter.cxx SongFilter: add special keyword "base" 2013-10-29 21:13:40 +01:00
SongFilter.hxx SongFilter: add special keyword "base" 2013-10-29 21:13:40 +01:00
SongPointer.hxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
SongPrint.cxx UriUtil: uri_remove_auth() returns std::string 2013-10-23 21:58:44 +02:00
SongPrint.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
SongSave.cxx TagType: rename enum tag_type to TagType 2013-10-20 13:32:59 +02:00
SongSave.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
SongSort.cxx TagType: rename enum tag_type to TagType 2013-10-20 13:32:59 +02:00
SongSort.hxx song_sort: convert to C++ 2013-04-17 22:25:57 +02:00
SongSticker.cxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
SongSticker.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
SongUpdate.cxx TagFile: use Path instead of const char * 2013-10-26 15:38:29 +02:00
StateFile.cxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
StateFile.hxx fs/Path: rename to AllocatedPath 2013-10-17 23:43:46 +02:00
Stats.cxx ClientInternal: move class Client to Client.hxx 2013-10-19 19:35:37 +02:00
Stats.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
StickerDatabase.cxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
StickerDatabase.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02: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 TagFile: use Path instead of const char * 2013-10-26 15:38:29 +02:00
TagFile.hxx TagFile: use Path instead of const char * 2013-10-26 15:38:29 +02:00
TagPrint.cxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
TagPrint.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02: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
TextFile.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
TextFile.hxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
TextInputStream.cxx input_stream: rename struct to InputStream 2013-10-23 23:12:02 +02:00
TextInputStream.hxx input_stream: rename struct to InputStream 2013-10-23 23:12:02 +02: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 *: use std::numeric_limits 2013-10-17 21:53:19 +02:00
Timer.hxx audio_format: convert to C++ 2013-08-03 21:37:56 +02:00
UpdateArchive.cxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
UpdateArchive.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
UpdateContainer.cxx DecoderPlugin: move functions into the struct 2013-10-21 21:08:12 +02:00
UpdateContainer.hxx decoder_plugin: rename struct to DecoderPlugin 2013-10-21 20:31:34 +02:00
UpdateDatabase.cxx *: use references instead of pointers 2013-10-19 18:48:38 +02: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 *: use references instead of pointers 2013-10-19 18:48:38 +02:00
UpdateIO.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
UpdateInternal.hxx don't include stdbool.h in C++ sources 2013-01-02 20:56:04 +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 UpdateRemove: include cleanup 2013-10-22 00:59:55 +02:00
UpdateRemove.hxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
UpdateSong.cxx decoder_plugin: rename struct to DecoderPlugin 2013-10-21 20:31:34 +02:00
UpdateSong.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
UpdateWalk.cxx GetBaseUTF8 2013-10-21 10:50:22 +02:00
UpdateWalk.hxx don't include stdbool.h in C++ sources 2013-01-02 20:56:04 +01:00
Volume.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
Volume.hxx MixerAll, Volume: add "pure" attributes 2013-10-25 00:15:55 +02:00
Win32Main.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
ZeroconfAvahi.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
ZeroconfAvahi.hxx ZeroconfAvahi: pass GMainContext to avahi_glib_poll_new() 2013-01-27 22:53:21 +01:00
ZeroconfBonjour.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
ZeroconfBonjour.hxx ZeroconfBonjour: use SocketMonitor instead of GIOChannel 2013-01-27 22:38:14 +01:00
ZeroconfGlue.cxx gcc.h: rename to Compiler.h 2013-10-15 09:21:59 +02: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
check.h
gerror.h
ls.cxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
ls.hxx *: use references instead of pointers 2013-10-19 18:48:38 +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
poison.h