Natanael Copa
|
3f21581a81
|
add various missing headers
Fixes building with gcc-4.8
Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
|
2013-11-05 11:08:36 +01:00 |
|
Max Kellermann
|
59f8144c50
|
*: use nullptr instead of NULL
|
2013-10-19 18:19:03 +02:00 |
|
Max Kellermann
|
dbd88e6aef
|
Client, ...: remove unnecessary glib.h include
|
2013-10-15 22:51:09 +02:00 |
|
Max Kellermann
|
84d20d9e43
|
util/FifoBuffer: C++ version of the fifo_buffer library
|
2013-10-15 10:28:52 +02:00 |
|
Max Kellermann
|
060814daa8
|
Log: new logging library API
Prepare to migrate away from GLib. Currently, we're still using GLib
as a backend.
|
2013-10-02 08:57:55 +02:00 |
|
Max Kellermann
|
29030b54c9
|
util/Error: new error passing library
Replaces GLib's GError.
|
2013-09-04 18:14:22 +02:00 |
|
Max Kellermann
|
b70d38dc10
|
Makefile.am: move sources to libsystem.a
|
2013-08-07 10:31:31 +02:00 |
|
Max Kellermann
|
a27d105dcd
|
FatalError: new library to replace mpd_error.h
|
2013-08-07 10:08:36 +02:00 |
|
Max Kellermann
|
4ad7456428
|
event/SocketMonitor: OnSocketReady() returns bool
|
2013-01-30 11:03:44 +01:00 |
|
Max Kellermann
|
7071126770
|
InotifySource: use the SocketMonitor class
|
2013-01-15 18:18:34 +01:00 |
|
Max Kellermann
|
f9fc3a42cc
|
fifo_buffer: move to util/
|
2013-01-15 01:02:13 +01:00 |
|
Max Kellermann
|
76bc28ab1e
|
fifo_buffer: add extern "C"
|
2013-01-15 01:01:25 +01:00 |
|
Max Kellermann
|
8e3982dd42
|
InotifySource: convert to a class
|
2013-01-14 10:08:26 +01:00 |
|
Max Kellermann
|
22f0ef6d6b
|
don't include stdbool.h in C++ sources
The "bool" type is built-in.
|
2013-01-02 20:56:04 +01:00 |
|
Max Kellermann
|
a654f146d1
|
update: convert to C++
|
2013-01-02 19:22:15 +01:00 |
|