.. |
archive
|
InputStream: use int64_t instead of goffset
|
2013-10-17 10:45:10 +02:00 |
AudioCompress
|
audio_{parser,config}: convert to C++
|
2013-01-30 21:47:12 +01:00 |
cue
|
CueParser: use std::string
|
2013-10-17 01:34:10 +02:00 |
db
|
fs/Path: rename to AllocatedPath
|
2013-10-17 23:43:46 +02:00 |
decoder
|
fs/Path: rename to AllocatedPath
|
2013-10-17 23:43:46 +02:00 |
encoder
|
system/ByteOrder: new library for byte ordering / endianess
|
2013-10-16 22:09:44 +02:00 |
event
|
event/BufferedSocket: pass writable pointer to OnSocketInput()
|
2013-10-15 22:47:46 +02:00 |
filter
|
Client, ...: remove unnecessary glib.h include
|
2013-10-15 22:51:09 +02:00 |
fs
|
fs/Path: rename to AllocatedPath
|
2013-10-17 23:43:46 +02:00 |
input
|
fs/Path: move definitions to struct PathTraits
|
2013-10-17 23:23:25 +02:00 |
mixer
|
Client, ...: remove unnecessary glib.h include
|
2013-10-15 22:51:09 +02:00 |
output
|
fs/Path: rename to AllocatedPath
|
2013-10-17 23:43:46 +02:00 |
pcm
|
system/ByteOrder: new library for byte ordering / endianess
|
2013-10-16 22:09:44 +02:00 |
playlist
|
fs/Path: move definitions to struct PathTraits
|
2013-10-17 23:23:25 +02:00 |
protocol
|
*: use std::numeric_limits
|
2013-10-17 21:53:19 +02:00 |
system
|
system/ByteOrder: new library for byte ordering / endianess
|
2013-10-16 22:09:44 +02:00 |
tag
|
*: use std::numeric_limits
|
2013-10-17 21:53:19 +02:00 |
thread
|
Thread/Thread: replacement library for GThread
|
2013-10-17 19:29:47 +02:00 |
util
|
util/Error: add method SetLastError()
|
2013-10-17 19:29:38 +02:00 |
win
|
win32: Add a Windows OS resource file and icon
|
2012-02-23 06:32:30 -08:00 |
AllCommands.cxx
|
Tag, ...: move to libtag.a
|
2013-09-05 18:26:56 +02:00 |
AllCommands.hxx
|
Client: rename the struct client to class Client
|
2013-01-03 17:36:28 +01:00 |
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
|
thread/{Cond,Mutex}: use "class" instead of "typedef"
|
2013-10-17 10:06:31 +02:00 |
ArchiveList.cxx
|
Util/Macros: replacement for GLib's G_N_ELEMENTS()
|
2013-10-15 22:47:39 +02:00 |
ArchiveList.hxx
|
archive/*: convert to C++
|
2013-01-24 19:18:58 +01: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
|
util/Error: new error passing library
|
2013-09-04 18:14:22 +02:00 |
ArchivePlugin.hxx
|
thread/{Cond,Mutex}: use "class" instead of "typedef"
|
2013-10-17 10:06:31 +02:00 |
ArchiveVisitor.hxx
|
ArchivePlugin: replace scan_reset(), scan_next() with visit()
|
2013-01-29 21:21:07 +01:00 |
AudioConfig.cxx
|
ConfigData: use std::string for config_param::value
|
2013-10-15 22:49:01 +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
|
gcc.h: rename to Compiler.h
|
2013-10-15 09:21:59 +02: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 |
check.h
|
copyright year 2011
|
2011-01-29 10:13:54 +01: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
|
Log: new logging library API
|
2013-10-02 08:57:55 +02:00 |
Client.hxx
|
gcc.h: rename to Compiler.h
|
2013-10-15 09:21:59 +02: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
|
fs/Path: rename to AllocatedPath
|
2013-10-17 23:43:46 +02:00 |
ClientFile.hxx
|
fs/Path: rename to AllocatedPath
|
2013-10-17 23:43:46 +02:00 |
ClientGlobal.cxx
|
conf.h: remove obsolete header
|
2013-09-05 08:47:10 +02:00 |
ClientIdle.cxx
|
ClientList: convert to a class
|
2013-01-16 23:00:13 +01:00 |
ClientInternal.hxx
|
event/BufferedSocket: pass writable pointer to OnSocketInput()
|
2013-10-15 22:47:46 +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
|
gcc.h: rename to Compiler.h
|
2013-10-15 09:21:59 +02:00 |
ClientMessage.hxx
|
gcc.h: rename to Compiler.h
|
2013-10-15 09:21:59 +02:00 |
ClientNew.cxx
|
Thread/Thread: replacement library for GThread
|
2013-10-17 19:29:47 +02:00 |
ClientProcess.cxx
|
Client, ...: remove unnecessary glib.h include
|
2013-10-15 22:51:09 +02:00 |
ClientRead.cxx
|
event/BufferedSocket: pass writable pointer to OnSocketInput()
|
2013-10-15 22:47:46 +02:00 |
ClientSubscribe.cxx
|
ClientList: convert to a class
|
2013-01-16 23:00:13 +01:00 |
ClientSubscribe.hxx
|
gcc.h: rename to Compiler.h
|
2013-10-15 09:21:59 +02:00 |
ClientWrite.cxx
|
*: use WIN32 instead of G_OS_WIN32
|
2013-10-15 08:33:44 +02:00 |
command.h
|
command.h: move function prototypes to AllCommands.h
|
2012-09-25 12:20:36 +02:00 |
CommandError.cxx
|
Log: new logging library API
|
2013-10-02 08:57:55 +02:00 |
CommandError.hxx
|
util/Error: new error passing library
|
2013-09-04 18:14:22 +02:00 |
CommandLine.cxx
|
fs/Path: rename to AllocatedPath
|
2013-10-17 23:43:46 +02:00 |
CommandLine.hxx
|
util/Error: new error passing library
|
2013-09-04 18:14:22 +02: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 |
Compiler.h
|
gcc.h: rename to Compiler.h
|
2013-10-15 09:21:59 +02:00 |
ConfigData.cxx
|
fs/Path: rename to AllocatedPath
|
2013-10-17 23:43:46 +02:00 |
ConfigData.hxx
|
fs/Path: rename to AllocatedPath
|
2013-10-17 23:43:46 +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
|
fs/Path: rename to AllocatedPath
|
2013-10-17 23:43:46 +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
|
fs/Path: rename to AllocatedPath
|
2013-10-17 23:43:46 +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
|
Log: new logging library API
|
2013-10-02 08:57:55 +02:00 |
CrossFade.hxx
|
audio_format: convert to C++
|
2013-08-03 21:37:56 +02: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 |
DatabaseCommands.cxx
|
Tag, ...: move to libtag.a
|
2013-09-05 18:26:56 +02:00 |
DatabaseCommands.hxx
|
Client: rename the struct client to class Client
|
2013-01-03 17:36:28 +01: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
|
Client, ...: remove unnecessary glib.h include
|
2013-10-15 22:51:09 +02:00 |
DatabaseGlue.hxx
|
gcc.h: rename to Compiler.h
|
2013-10-15 09:21:59 +02:00 |
DatabaseHelpers.cxx
|
Tag, ...: move to libtag.a
|
2013-09-05 18:26:56 +02:00 |
DatabaseHelpers.hxx
|
gcc.h: rename to Compiler.h
|
2013-10-15 09:21: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
|
util/Error: new error passing library
|
2013-09-04 18:14:22 +02:00 |
DatabasePlaylist.hxx
|
gcc.h: rename to Compiler.h
|
2013-10-15 09:21:59 +02:00 |
DatabasePlugin.hxx
|
gcc.h: rename to Compiler.h
|
2013-10-15 09:21:59 +02:00 |
DatabasePrint.cxx
|
Tag, ...: move to libtag.a
|
2013-09-05 18:26:56 +02:00 |
DatabasePrint.hxx
|
gcc.h: rename to Compiler.h
|
2013-10-15 09:21:59 +02:00 |
DatabaseQueue.cxx
|
util/Error: new error passing library
|
2013-09-04 18:14:22 +02:00 |
DatabaseQueue.hxx
|
util/Error: new error passing library
|
2013-09-04 18:14:22 +02:00 |
DatabaseRegistry.cxx
|
ProxyDatabasePlugin: new database plugin using libmpdclient
|
2012-08-08 01:20:45 +02:00 |
DatabaseRegistry.hxx
|
gcc.h: rename to Compiler.h
|
2013-10-15 09:21:59 +02:00 |
DatabaseSave.cxx
|
fs/Charset: GetFSCharset() returns "utf-8" by default
|
2013-10-17 22:47:09 +02:00 |
DatabaseSave.hxx
|
util/Error: new error passing library
|
2013-09-04 18:14:22 +02:00 |
DatabaseSelection.cxx
|
song: convert header to C++
|
2013-07-28 13:25:12 +02:00 |
DatabaseSelection.hxx
|
gcc.h: rename to Compiler.h
|
2013-10-15 09:21:59 +02: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
|
replay_gain_*.h: rename to *.hxx
|
2013-10-02 12:22:12 +02:00 |
DecoderAPI.hxx
|
replay_gain_*.h: rename to *.hxx
|
2013-10-02 12:22:12 +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
|
DecoderCommand: convert to strictly-typed enum
|
2013-09-27 12:11:37 +02:00 |
DecoderControl.cxx
|
Thread/Thread: replacement library for GThread
|
2013-10-17 19:29:47 +02:00 |
DecoderControl.hxx
|
Thread/Thread: replacement library for GThread
|
2013-10-17 19:29:47 +02: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
|
DecoderCommand: convert to strictly-typed enum
|
2013-09-27 12:11:37 +02:00 |
DecoderInternal.hxx
|
replay_gain_*.h: rename to *.hxx
|
2013-10-02 12:22:12 +02:00 |
DecoderList.cxx
|
Util/Macros: replacement for GLib's G_N_ELEMENTS()
|
2013-10-15 22:47:39 +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
|
fs/Path: rename to AllocatedPath
|
2013-10-17 23:43:46 +02:00 |
DecoderThread.hxx
|
{decoder,player}_thread: convert to C++
|
2013-01-02 20:36:28 +01:00 |
DespotifyUtils.cxx
|
Log: new logging library API
|
2013-10-02 08:57:55 +02:00 |
DespotifyUtils.hxx
|
Log: new logging library API
|
2013-10-02 08:57:55 +02:00 |
Directory.cxx
|
util/Error: new error passing library
|
2013-09-04 18:14:22 +02:00 |
Directory.hxx
|
gcc.h: rename to Compiler.h
|
2013-10-15 09:21:59 +02:00 |
DirectorySave.cxx
|
Listen, ...: add missing includes
|
2013-10-02 08:56:27 +02:00 |
DirectorySave.hxx
|
util/Error: new error passing library
|
2013-09-04 18:14:22 +02:00 |
EncoderAPI.hxx
|
Tag, ...: move to libtag.a
|
2013-09-05 18:26: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
|
util/Error: new error passing library
|
2013-09-04 18:14:22 +02:00 |
ExcludeList.cxx
|
fs/Path: rename to AllocatedPath
|
2013-10-17 23:43:46 +02:00 |
ExcludeList.hxx
|
fs/Path: rename to AllocatedPath
|
2013-10-17 23:43:46 +02:00 |
FilterConfig.cxx
|
conf.h: remove obsolete header
|
2013-09-05 08:47:10 +02:00 |
FilterConfig.hxx
|
util/Error: new error passing library
|
2013-09-04 18:14:22 +02:00 |
FilterInternal.hxx
|
util/Error: new error passing library
|
2013-09-04 18:14:22 +02:00 |
FilterPlugin.cxx
|
conf.h: remove obsolete header
|
2013-09-05 08:47:10 +02:00 |
FilterPlugin.hxx
|
util/Error: new error passing library
|
2013-09-04 18:14:22 +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 |
gerror.h
|
DatabaseVisitor, ...: use GError forward declaration
|
2012-08-02 19:12:06 +02:00 |
GlobalEvents.cxx
|
Client, ...: remove unnecessary glib.h include
|
2013-10-15 22:51:09 +02:00 |
GlobalEvents.hxx
|
event/DeferredMonitor: use EventLoop::AddIdle()
|
2013-08-07 19:38:10 +02:00 |
IcyMetaDataParser.cxx
|
Log: new logging library API
|
2013-10-02 08:57:55 +02:00 |
IcyMetaDataParser.hxx
|
tag: convert to C++
|
2013-07-30 20:19:53 +02:00 |
IcyMetaDataServer.cxx
|
Log: new logging library API
|
2013-10-02 08:57:55 +02:00 |
IcyMetaDataServer.hxx
|
Tag, ...: move to libtag.a
|
2013-09-05 18:26:56 +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
|
gcc.h: rename to Compiler.h
|
2013-10-15 09:21:59 +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
|
Log: new logging library API
|
2013-10-02 08:57:55 +02:00 |
InotifyQueue.hxx
|
gcc.h: rename to Compiler.h
|
2013-10-15 09:21:59 +02:00 |
InotifySource.cxx
|
Client, ...: remove unnecessary glib.h include
|
2013-10-15 22:51:09 +02:00 |
InotifySource.hxx
|
util/FifoBuffer: C++ version of the fifo_buffer library
|
2013-10-15 10:28:52 +02:00 |
InotifyUpdate.cxx
|
fs/Path: rename to AllocatedPath
|
2013-10-17 23:43:46 +02:00 |
InotifyUpdate.hxx
|
*: use gcc.h macros instead of GLib
|
2013-08-04 23:48:01 +02:00 |
InputInit.cxx
|
input_plugin: rename struct to "InputPlugin"
|
2013-10-17 10:20:57 +02:00 |
InputInit.hxx
|
util/Error: new error passing library
|
2013-09-04 18:14:22 +02:00 |
InputInternal.cxx
|
thread/{Cond,Mutex}: use "class" instead of "typedef"
|
2013-10-17 10:06:31 +02:00 |
InputInternal.hxx
|
InputStream: add constructor/destructor
|
2013-01-28 23:29:43 +01:00 |
InputPlugin.hxx
|
InputStream: use int64_t instead of goffset
|
2013-10-17 10:45:10 +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
|
InputStream: use int64_t instead of goffset
|
2013-10-17 10:45:10 +02:00 |
InputStream.hxx
|
InputStream: use int64_t instead of goffset
|
2013-10-17 10:45:10 +02: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 |
IOThread.cxx
|
Thread/Thread: replacement library for GThread
|
2013-10-17 19:29:47 +02:00 |
IOThread.hxx
|
gcc.h: rename to Compiler.h
|
2013-10-15 09:21:59 +02:00 |
Listen.cxx
|
fs/Path: rename to AllocatedPath
|
2013-10-17 23:43:46 +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
|
fs/Path: rename to AllocatedPath
|
2013-10-17 23:43:46 +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 |
ls.cxx
|
input/curl: enable https
|
2013-09-05 11:56:49 +02:00 |
ls.hxx
|
Client: rename the struct client to class Client
|
2013-01-03 17:36:28 +01:00 |
Main.cxx
|
fs/Path: rename to AllocatedPath
|
2013-10-17 23:43:46 +02:00 |
Main.hxx
|
Main: use ThreadId instead of GThread*
|
2013-10-17 19:28:34 +02:00 |
Mapper.cxx
|
fs/Path: rename to AllocatedPath
|
2013-10-17 23:43:46 +02:00 |
Mapper.hxx
|
fs/Path: rename to AllocatedPath
|
2013-10-17 23:43:46 +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 |
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
|
Log: new logging library API
|
2013-10-02 08:57:55 +02:00 |
MixerAll.hxx
|
mixer_all: convert to C++
|
2013-01-07 09:05:06 +01:00 |
MixerControl.cxx
|
Log: new logging library API
|
2013-10-02 08:57:55 +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
|
util/Error: new error passing library
|
2013-09-04 18:14:22 +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
|
Tag, ...: move to libtag.a
|
2013-09-05 18:26:56 +02:00 |
MusicChunk.hxx
|
replay_gain_*.h: rename to *.hxx
|
2013-10-02 12:22:12 +02: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 |
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
|
fs/Path: rename to AllocatedPath
|
2013-10-17 23:43:46 +02:00 |
OtherCommands.hxx
|
Client: rename the struct client to class Client
|
2013-01-03 17:36:28 +01:00 |
OutputAll.cxx
|
Thread/Thread: replacement library for GThread
|
2013-10-17 19:29:47 +02:00 |
OutputAll.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 |
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
|
Thread/Thread: replacement library for GThread
|
2013-10-17 19:29:47 +02:00 |
OutputControl.hxx
|
replay_gain_*.h: rename to *.hxx
|
2013-10-02 12:22:12 +02: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
|
Thread/Thread: replacement library for GThread
|
2013-10-17 19:29:47 +02:00 |
OutputInit.cxx
|
Thread/Thread: replacement library for GThread
|
2013-10-17 19:29:47 +02:00 |
OutputInternal.hxx
|
Thread/Thread: replacement library for GThread
|
2013-10-17 19:29:47 +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
|
util/Error: new error passing library
|
2013-09-04 18:14:22 +02:00 |
OutputPlugin.hxx
|
gcc.h: rename to Compiler.h
|
2013-10-15 09:21:59 +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
|
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
|
Thread/Thread: replacement library for GThread
|
2013-10-17 19:29:47 +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
|
ConfigData: use std::string for config_param::value
|
2013-10-15 22:49:01 +02:00 |
Permission.hxx
|
Permission: use std::map instead of GHashTable
|
2013-01-03 03:11:39 +01:00 |
PlayerCommands.cxx
|
PlayerControl: GetError() returns an Error, not a char*
|
2013-10-17 19:34:59 +02:00 |
PlayerCommands.hxx
|
Client: rename the struct client to class Client
|
2013-01-03 17:36:28 +01:00 |
PlayerControl.cxx
|
PlayerControl: GetError() returns an Error, not a char*
|
2013-10-17 19:34:59 +02:00 |
PlayerControl.hxx
|
PlayerControl: GetError() returns an Error, not a char*
|
2013-10-17 19:34:59 +02:00 |
PlayerThread.cxx
|
Thread/Thread: replacement library for GThread
|
2013-10-17 19:29:47 +02:00 |
PlayerThread.hxx
|
PlayerThread: use {decoder,player}_control references
|
2013-09-26 22:53:40 +02:00 |
Playlist.cxx
|
Song: GetURI() returns std::string
|
2013-10-17 01:01:15 +02:00 |
Playlist.hxx
|
playlist_error: convert to C++
|
2013-08-10 19:40:45 +02:00 |
PlaylistAny.cxx
|
Log: new logging library API
|
2013-10-02 08:57:55 +02:00 |
PlaylistAny.hxx
|
thread/{Cond,Mutex}: use "class" instead of "typedef"
|
2013-10-17 10:06:31 +02:00 |
PlaylistCommands.cxx
|
util/Error: new error passing library
|
2013-09-04 18:14:22 +02:00 |
PlaylistCommands.hxx
|
Client: rename the struct client to class Client
|
2013-01-03 17:36:28 +01:00 |
PlaylistControl.cxx
|
Log: new logging library API
|
2013-10-02 08:57:55 +02:00 |
PlaylistDatabase.cxx
|
Playlist*: use nullptr instead of NULL
|
2013-10-02 08:56:27 +02:00 |
PlaylistDatabase.hxx
|
util/Error: new error passing library
|
2013-09-04 18:14:22 +02:00 |
PlaylistEdit.cxx
|
PlaylistEdit, QueueSave: free the Song object after Append()
|
2013-10-18 01:12:47 +02:00 |
PlaylistError.cxx
|
util/Error: new error passing library
|
2013-09-04 18:14:22 +02:00 |
PlaylistError.hxx
|
util/Error: new error passing library
|
2013-09-04 18:14:22 +02:00 |
PlaylistFile.cxx
|
fs/Path: rename to AllocatedPath
|
2013-10-17 23:43:46 +02:00 |
PlaylistFile.hxx
|
Playlist*: use nullptr instead of NULL
|
2013-10-02 08:56:27 +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
|
fs/Path: rename to AllocatedPath
|
2013-10-17 23:43:46 +02:00 |
PlaylistMapper.hxx
|
thread/{Cond,Mutex}: use "class" instead of "typedef"
|
2013-10-17 10:06:31 +02:00 |
PlaylistPlugin.hxx
|
thread/{Cond,Mutex}: use "class" instead of "typedef"
|
2013-10-17 10:06:31 +02:00 |
PlaylistPrint.cxx
|
InputStream: use int64_t instead of goffset
|
2013-10-17 10:45:10 +02:00 |
PlaylistPrint.hxx
|
util/Error: new error passing library
|
2013-09-04 18:14:22 +02:00 |
PlaylistQueue.cxx
|
InputStream: use int64_t instead of goffset
|
2013-10-17 10:45:10 +02:00 |
PlaylistQueue.hxx
|
PlaylistPlugin: add interface SongEnumerator
|
2013-09-05 09:40:55 +02:00 |
PlaylistRegistry.cxx
|
InputStream: use int64_t instead of goffset
|
2013-10-17 10:45:10 +02:00 |
PlaylistRegistry.hxx
|
thread/{Cond,Mutex}: use "class" instead of "typedef"
|
2013-10-17 10:06:31 +02:00 |
PlaylistSave.cxx
|
fs/Path: rename to AllocatedPath
|
2013-10-17 23:43:46 +02:00 |
PlaylistSave.hxx
|
util/Error: new error passing library
|
2013-09-04 18:14:22 +02:00 |
PlaylistSong.cxx
|
fs/Path: rename to AllocatedPath
|
2013-10-17 23:43:46 +02:00 |
PlaylistSong.hxx
|
Playlist*: use nullptr instead of NULL
|
2013-10-02 08:56:27 +02:00 |
PlaylistState.cxx
|
fs/Path: move MPD_PATH_MAX to Limits.hxx
|
2013-10-17 22:00:01 +02:00 |
PlaylistState.hxx
|
TagPool, ...: include cleanup
|
2013-01-30 22:53:12 +01: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 |
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
|
gcc.h: rename to Compiler.h
|
2013-10-15 09:21:59 +02:00 |
QueueCommands.cxx
|
fs/Path: rename to AllocatedPath
|
2013-10-17 23:43:46 +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
|
PlaylistEdit, QueueSave: free the Song object after Append()
|
2013-10-18 01:12:47 +02:00 |
QueueSave.hxx
|
TagPool, ...: include cleanup
|
2013-01-30 22:53:12 +01:00 |
ReplayGainConfig.cxx
|
Client, ...: remove unnecessary glib.h include
|
2013-10-15 22:51:09 +02:00 |
ReplayGainConfig.hxx
|
replay_gain_*.h: rename to *.hxx
|
2013-10-02 12:22:12 +02:00 |
ReplayGainInfo.cxx
|
replay_gain_*.h: rename to *.hxx
|
2013-10-02 12:22:12 +02:00 |
ReplayGainInfo.hxx
|
replay_gain_*.h: rename to *.hxx
|
2013-10-02 12:22:12 +02:00 |
SignalHandlers.cxx
|
Log: new logging library API
|
2013-10-02 08:57:55 +02:00 |
SignalHandlers.hxx
|
SignalHandlers: move code to new class SignalMonitor
|
2013-08-07 10:56:33 +02:00 |
Song.cxx
|
Song: GetURI() returns std::string
|
2013-10-17 01:01:15 +02:00 |
Song.hxx
|
Song: GetURI() returns std::string
|
2013-10-17 01:01:15 +02:00 |
SongEnumerator.hxx
|
PlaylistPlugin: add interface SongEnumerator
|
2013-09-05 09:40:55 +02:00 |
SongFilter.cxx
|
Song: GetURI() returns std::string
|
2013-10-17 01:01:15 +02:00 |
SongFilter.hxx
|
gcc.h: rename to Compiler.h
|
2013-10-15 09:21:59 +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
|
Log: new logging library API
|
2013-10-02 08:57:55 +02:00 |
SongSave.hxx
|
util/Error: new error passing library
|
2013-09-04 18:14:22 +02:00 |
SongSort.cxx
|
Tag, ...: move to libtag.a
|
2013-09-05 18:26:56 +02:00 |
SongSort.hxx
|
song_sort: convert to C++
|
2013-04-17 22:25:57 +02:00 |
SongSticker.cxx
|
StickerDatabase: return std::string
|
2013-10-17 19:39:23 +02:00 |
SongSticker.hxx
|
StickerDatabase: return std::string
|
2013-10-17 19:39:23 +02:00 |
SongUpdate.cxx
|
fs/Path: rename to AllocatedPath
|
2013-10-17 23:43:46 +02:00 |
StateFile.cxx
|
fs/Path: rename to AllocatedPath
|
2013-10-17 23:43:46 +02:00 |
StateFile.hxx
|
fs/Path: rename to AllocatedPath
|
2013-10-17 23:43:46 +02:00 |
Stats.cxx
|
Stats: don't include glib.h in header
|
2013-10-02 12:16:52 +02:00 |
Stats.hxx
|
Stats: don't include glib.h in header
|
2013-10-02 12:16:52 +02:00 |
StickerCommands.cxx
|
StickerDatabase: return std::string
|
2013-10-17 19:39:23 +02:00 |
StickerCommands.hxx
|
Client: rename the struct client to class Client
|
2013-01-03 17:36:28 +01:00 |
StickerDatabase.cxx
|
fs/Path: rename to AllocatedPath
|
2013-10-17 23:43:46 +02:00 |
StickerDatabase.hxx
|
fs/Path: rename to AllocatedPath
|
2013-10-17 23:43:46 +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 |
TagFile.cxx
|
thread/{Cond,Mutex}: use "class" instead of "typedef"
|
2013-10-17 10:06:31 +02:00 |
TagFile.hxx
|
include cleanup
|
2013-07-30 08:39:21 +02:00 |
TagPrint.cxx
|
Tag: compile-time initialisation of ignore_tag_items
|
2013-09-05 18:34:12 +02:00 |
TagPrint.hxx
|
tag: convert to C++
|
2013-07-30 20:19:53 +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
|
fs/Path: rename to AllocatedPath
|
2013-10-17 23:43:46 +02:00 |
TextFile.hxx
|
fs/Path: rename to AllocatedPath
|
2013-10-17 23:43:46 +02:00 |
TextInputStream.cxx
|
util/FifoBuffer: C++ version of the fifo_buffer library
|
2013-10-15 10:28:52 +02:00 |
TextInputStream.hxx
|
util/FifoBuffer: C++ version of the fifo_buffer library
|
2013-10-15 10:28:52 +02:00 |
TimePrint.cxx
|
Client, ...: remove unnecessary glib.h include
|
2013-10-15 22:51:09 +02:00 |
TimePrint.hxx
|
Client: rename the struct client to class Client
|
2013-01-03 17:36:28 +01: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
|
fs/Path: rename to AllocatedPath
|
2013-10-17 23:43:46 +02:00 |
UpdateArchive.hxx
|
gcc.h: rename to Compiler.h
|
2013-10-15 09:21:59 +02:00 |
UpdateContainer.cxx
|
fs/Path: rename to AllocatedPath
|
2013-10-17 23:43:46 +02:00 |
UpdateContainer.hxx
|
Directory: rename struct directory to Directory
|
2013-01-03 01:10:47 +01:00 |
UpdateDatabase.cxx
|
Client, ...: remove unnecessary glib.h include
|
2013-10-15 22:51:09 +02:00 |
UpdateDatabase.hxx
|
song: convert header to C++
|
2013-07-28 13:25:12 +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 |
UpdateInternal.hxx
|
don't include stdbool.h in C++ sources
|
2013-01-02 20:56:04 +01:00 |
UpdateIO.cxx
|
fs/Path: rename to AllocatedPath
|
2013-10-17 23:43:46 +02:00 |
UpdateIO.hxx
|
Directory: rename struct directory to Directory
|
2013-01-03 01:10:47 +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
|
Song: GetURI() returns std::string
|
2013-10-17 01:01:15 +02:00 |
UpdateRemove.hxx
|
song: convert header to C++
|
2013-07-28 13:25:12 +02:00 |
UpdateSong.cxx
|
Log: new logging library API
|
2013-10-02 08:57:55 +02:00 |
UpdateSong.hxx
|
Directory: rename struct directory to Directory
|
2013-01-03 01:10:47 +01:00 |
UpdateWalk.cxx
|
fs/Path: rename to AllocatedPath
|
2013-10-17 23:43:46 +02:00 |
UpdateWalk.hxx
|
don't include stdbool.h in C++ sources
|
2013-01-02 20:56:04 +01:00 |
Volume.cxx
|
Log: new logging library API
|
2013-10-02 08:57:55 +02:00 |
Volume.hxx
|
volume: convert to C++
|
2013-01-07 09:05:01 +01:00 |
Win32Main.cxx
|
gcc.h: rename to Compiler.h
|
2013-10-15 09:21:59 +02:00 |
ZeroconfAvahi.cxx
|
Log: new logging library API
|
2013-10-02 08:57:55 +02:00 |
ZeroconfAvahi.hxx
|
ZeroconfAvahi: pass GMainContext to avahi_glib_poll_new()
|
2013-01-27 22:53:21 +01:00 |
ZeroconfBonjour.cxx
|
gcc.h: rename to Compiler.h
|
2013-10-15 09:21:59 +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 |