Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add various missing headers | Natanael Copa | 2013-11-05 | 1 | -0/+1 |
| | | | | | | Fixes building with gcc-4.8 Signed-off-by: Natanael Copa <ncopa@alpinelinux.org> | ||||
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-19 | 1 | -2/+2 |
| | |||||
* | Client, ...: remove unnecessary glib.h include | Max Kellermann | 2013-10-15 | 1 | -2/+0 |
| | |||||
* | util/FifoBuffer: C++ version of the fifo_buffer library | Max Kellermann | 2013-10-15 | 1 | -20/+10 |
| | |||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -6/+3 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -17/+5 |
| | | | | Replaces GLib's GError. | ||||
* | Makefile.am: move sources to libsystem.a | Max Kellermann | 2013-08-07 | 1 | -2/+2 |
| | |||||
* | FatalError: new library to replace mpd_error.h | Max Kellermann | 2013-08-07 | 1 | -5/+4 |
| | |||||
* | event/SocketMonitor: OnSocketReady() returns bool | Max Kellermann | 2013-01-30 | 1 | -1/+3 |
| | |||||
* | InotifySource: use the SocketMonitor class | Max Kellermann | 2013-01-15 | 1 | -24/+14 |
| | |||||
* | fifo_buffer: move to util/ | Max Kellermann | 2013-01-15 | 1 | -1/+1 |
| | |||||
* | fifo_buffer: add extern "C" | Max Kellermann | 2013-01-15 | 1 | -4/+0 |
| | |||||
* | InotifySource: convert to a class | Max Kellermann | 2013-01-14 | 1 | -60/+40 |
| | |||||
* | don't include stdbool.h in C++ sources | Max Kellermann | 2013-01-02 | 1 | -1/+0 |
| | | | | The "bool" type is built-in. | ||||
* | update: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -0/+174 |