Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | test: use the CPPUNIT framework for unit tests | Max Kellermann | 2013-10-16 | 1 | -2/+9 | |
| | ||||||
* | Makefile.am: distribute util/Domain.hxx and system/ByteOrder.hxx | Max Kellermann | 2013-10-16 | 1 | -0/+2 | |
| | ||||||
* | util/byte_reverse: convert to C++ | Max Kellermann | 2013-10-16 | 1 | -2/+2 | |
| | ||||||
* | pcm_pack: convert to C++ | Max Kellermann | 2013-10-16 | 1 | -1/+1 | |
| | ||||||
* | Archive*: move archive_domain to ArchiveDomain.cxx | Max Kellermann | 2013-10-15 | 1 | -0/+1 | |
| | | | | Merge duplicate symbol. | |||||
* | Util/Macros: replacement for GLib's G_N_ELEMENTS() | Max Kellermann | 2013-10-15 | 1 | -0/+1 | |
| | ||||||
* | util/FifoBuffer: C++ version of the fifo_buffer library | Max Kellermann | 2013-10-15 | 1 | -0/+2 | |
| | ||||||
* | system/clock: convert to C++ | Max Kellermann | 2013-10-15 | 1 | -1/+1 | |
| | ||||||
* | require GLib 2.28 | Max Kellermann | 2013-10-15 | 1 | -1/+0 | |
| | | | | The header glib_compat.h is now obsolete and can be removed. | |||||
* | gcc.h: rename to Compiler.h | Max Kellermann | 2013-10-15 | 1 | -1/+1 | |
| | ||||||
* | replay_gain_*.h: rename to *.hxx | Max Kellermann | 2013-10-02 | 1 | -4/+2 | |
| | ||||||
* | Stats: rename stats.h to Stats.hxx | Max Kellermann | 2013-10-02 | 1 | -2/+1 | |
| | ||||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -4/+31 | |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | |||||
* | tag/{riff,aiff}: convert to C++ | Max Kellermann | 2013-09-28 | 1 | -2/+2 | |
| | ||||||
* | playlist/lastfm: remove defunct Last.fm support | Max Kellermann | 2013-09-28 | 1 | -6/+0 | |
| | | | | | | This plugin has been defunct ever since Last.fm changed their protocol. Since there is no volunteer willing to fix the plugin, I'm removing it now. | |||||
* | TagBuilder: new class for constructing Tag objects | Max Kellermann | 2013-09-05 | 1 | -0/+1 | |
| | | | | Obsoletes Tag::BeginAdd() and the complicated "bulk add" code. | |||||
* | Tag: compile-time initialisation of ignore_tag_items | Max Kellermann | 2013-09-05 | 1 | -1/+1 | |
| | | | | Move to TagSettings.c and use C99 initializers. | |||||
* | Tag: move struct TagItem to TagItem.hxx | Max Kellermann | 2013-09-05 | 1 | -0/+1 | |
| | ||||||
* | Tag: move fix_tag_value() to TagString.cxx | Max Kellermann | 2013-09-05 | 1 | -0/+1 | |
| | ||||||
* | Tag: move configuration code to TagConfig.cxx | Max Kellermann | 2013-09-05 | 1 | -0/+1 | |
| | | | | Allow using the Tag.cxx library without the Config library. | |||||
* | Tag, ...: move to libtag.a | Max Kellermann | 2013-09-05 | 1 | -21/+19 | |
| | ||||||
* | mpd_error.h: remove obsolete header | Max Kellermann | 2013-09-05 | 1 | -2/+1 | |
| | | | | Migrate the remaining callers to FatalError(). | |||||
* | PlaylistPlugin: add interface SongEnumerator | Max Kellermann | 2013-09-05 | 1 | -2/+2 | |
| | | | | Replaces struct playlist_provider. | |||||
* | conf.h: remove obsolete header | Max Kellermann | 2013-09-05 | 1 | -1/+0 | |
| | | | | | Use only ConfigData.hxx in plugin sources to reduce header dependencies. | |||||
* | conf.h: move constants to ConfigDefaults.hxx | Max Kellermann | 2013-09-05 | 1 | -0/+1 | |
| | ||||||
* | InputLegacy: move functions to the input_stream class | Max Kellermann | 2013-09-05 | 1 | -1/+0 | |
| | ||||||
* | TagTable: un-inline the two functions | Max Kellermann | 2013-09-04 | 1 | -1/+1 | |
| | | | | Reduce header dependencies. | |||||
* | Tag*: move TagTable.hxx to libtag.a | Max Kellermann | 2013-09-04 | 1 | -1/+1 | |
| | ||||||
* | Tag*: move libtag.a sources to src/tag/ | Max Kellermann | 2013-09-04 | 1 | -13/+9 | |
| | ||||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -8/+14 | |
| | | | | Replaces GLib's GError. | |||||
* | system/resolver: convert to C++ | Max Kellermann | 2013-09-04 | 1 | -2/+2 | |
| | ||||||
* | input_stream.h: rename to InputLegacy.hxx | Max Kellermann | 2013-09-03 | 1 | -1/+1 | |
| | ||||||
* | db_error: convert to C++ | Max Kellermann | 2013-08-10 | 1 | -1/+1 | |
| | ||||||
* | playlist_error: convert to C++ | Max Kellermann | 2013-08-10 | 1 | -1/+1 | |
| | ||||||
* | ack.h: move to protocol/ | Max Kellermann | 2013-08-10 | 1 | -1/+1 | |
| | ||||||
* | event/IdleMonitor: new monitor class | Max Kellermann | 2013-08-10 | 1 | -0/+1 | |
| | ||||||
* | ConfigData: use FatalError() instead of MPD_ERROR() | Max Kellermann | 2013-08-10 | 1 | -0/+5 | |
| | ||||||
* | thread/Id: new class replacing GThread pointers | Max Kellermann | 2013-08-10 | 1 | -0/+1 | |
| | | | | Remove a GLib dependencies from class EventLoop and DatabaseLock. | |||||
* | event: add function BlockingCall() | Max Kellermann | 2013-08-08 | 1 | -0/+1 | |
| | | | | | Replaces io_thread_call(). This approach is more generic and easier to use due to std::function. | |||||
* | EventLoop: un-inline Run() and others | Max Kellermann | 2013-08-08 | 1 | -1/+1 | |
| | | | | Prepare for adding more code. | |||||
* | event/EPollFD: basic support for Linux epoll | Max Kellermann | 2013-08-07 | 1 | -0/+1 | |
| | ||||||
* | event/DeferredMonitor: new class wrapping g_idle_add() | Max Kellermann | 2013-08-07 | 1 | -0/+1 | |
| | ||||||
* | encoder/lame: use ReusableBuffer instead of AllocatedArray | Max Kellermann | 2013-08-07 | 1 | -1/+0 | |
| | ||||||
* | PcmBuffer: move code to new class ReusableBuffer | Max Kellermann | 2013-08-07 | 1 | -0/+1 | |
| | | | | ReusableBuffer is more generic. | |||||
* | Makefile: fix "distcheck" errors | Max Kellermann | 2013-08-07 | 1 | -6/+6 | |
| | ||||||
* | event/EventFD: move to libsystem | Max Kellermann | 2013-08-07 | 1 | -2/+2 | |
| | ||||||
* | event/SignalMonitor: use signalfd() if available | Max Kellermann | 2013-08-07 | 1 | -0/+1 | |
| | ||||||
* | SignalHandlers: move code to new class SignalMonitor | Max Kellermann | 2013-08-07 | 1 | -0/+1 | |
| | ||||||
* | Makefile.am: move sources to libsystem.a | Max Kellermann | 2013-08-07 | 1 | -29/+31 | |
| | ||||||
* | FatalError: new library to replace mpd_error.h | Max Kellermann | 2013-08-07 | 1 | -0/+2 | |
| |