Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Song: GetURI() returns std::string | Max Kellermann | 2013-10-17 | 1 | -9/+5 |
| | |||||
* | fs/Path: add method IsAbsolute() | Max Kellermann | 2013-10-14 | 1 | -1/+1 |
| | |||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -6/+7 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | filesystem/Path: use std::string | Max Kellermann | 2013-10-02 | 1 | -1/+1 |
| | |||||
* | DecoderControl: convert "enum decoder_state" to strictly-typed enum | Max Kellermann | 2013-09-27 | 1 | -14/+14 |
| | |||||
* | DecoderCommand: convert to strictly-typed enum | Max Kellermann | 2013-09-27 | 1 | -12/+12 |
| | |||||
* | Tag, ...: move to libtag.a | Max Kellermann | 2013-09-05 | 1 | -1/+1 |
| | |||||
* | InputLegacy: move functions to the input_stream class | Max Kellermann | 2013-09-05 | 1 | -11/+8 |
| | |||||
* | Tag*: move libtag.a sources to src/tag/ | Max Kellermann | 2013-09-04 | 1 | -1/+1 |
| | |||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -16/+14 |
| | | | | Replaces GLib's GError. | ||||
* | Makefile.am: move sources to libsystem.a | Max Kellermann | 2013-08-07 | 1 | -1/+1 |
| | |||||
* | FatalError: new library to replace mpd_error.h | Max Kellermann | 2013-08-07 | 1 | -2/+2 |
| | |||||
* | tag: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -2/+2 |
| | |||||
* | ape: convert to C++ | Max Kellermann | 2013-07-29 | 1 | -4/+1 |
| | |||||
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -7/+7 |
| | |||||
* | decoder_api: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -3/+3 |
| | |||||
* | use g_thread_new() if GLib is recent enough | Max Kellermann | 2013-04-17 | 1 | -2/+5 |
| | | | | Fixes deprecation warnings. | ||||
* | uri: convert to C++ | Max Kellermann | 2013-04-08 | 1 | -1/+1 |
| | |||||
* | decoder_list: convert to C++ | Max Kellermann | 2013-01-30 | 1 | -1/+1 |
| | |||||
* | InputStream: use std::string | Max Kellermann | 2013-01-28 | 1 | -2/+3 |
| | |||||
* | DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond | Max Kellermann | 2013-01-27 | 1 | -2/+2 |
| | |||||
* | input_stream: forward-declare the struct | Max Kellermann | 2013-01-26 | 1 | -1/+1 |
| | | | | Hide the definition from C code, to prepare the transition to C++. | ||||
* | Path: move to fs subdirectory | Denis Krjuchkov | 2013-01-22 | 1 | -1/+1 |
| | |||||
* | DecoderControl: move functions into the class | Max Kellermann | 2013-01-21 | 1 | -28/+28 |
| | |||||
* | Path: new class "Path" wraps filesystem path strings | Max Kellermann | 2013-01-18 | 1 | -1/+2 |
| | |||||
* | DecoderThread: signal the client after decoder finishes | Max Kellermann | 2013-01-10 | 1 | -0/+2 |
| | | | | Fixes potential dead lock bug. | ||||
* | decoder_api.h, ...: add "extern C" | Max Kellermann | 2013-01-07 | 1 | -3/+3 |
| | |||||
* | DecoderThread: move code to destructor | Max Kellermann | 2013-01-04 | 1 | -13/+0 |
| | |||||
* | DecoderInternal: move initializers to constructor | Max Kellermann | 2013-01-04 | 1 | -9/+3 |
| | |||||
* | decoder_*: convert to C++ | Max Kellermann | 2013-01-04 | 1 | -2/+2 |
| | |||||
* | mapper: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | {decoder,player}_thread: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -0/+521 |