aboutsummaryrefslogtreecommitdiffstats
path: root/src/system/FatalError.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-12-15configure.ac: add option "--disable-glib"Max Kellermann1-1/+5
Allows building without GLib. This fails to compile currently, because GLib is still used in the MPD core.
2013-12-15system/SocketError, ...: use strerror() instead of g_strerror()Max Kellermann1-1/+4
Avoid GLib.
2013-11-05add various missing headersNatanael Copa1-0/+1
Fixes building with gcc-4.8 Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
2013-10-30system/FatalError: use _exit() instead of exit()Max Kellermann1-2/+2
Skip the global destructors. We don't need them here - we bail out as quickly as we can.
2013-10-30system/FatalError: move code to Abort()Max Kellermann1-3/+10
2013-10-20FatalError: remove unused GError overloadMax Kellermann1-6/+0
2013-10-02Log: new logging library APIMax Kellermann1-5/+6
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
2013-09-05mpd_error.h: remove obsolete headerMax Kellermann1-0/+6
Migrate the remaining callers to FatalError().
2013-09-04util/Error: new error passing libraryMax Kellermann1-0/+8
Replaces GLib's GError.
2013-08-07Makefile.am: move sources to libsystem.aMax Kellermann1-0/+0
2013-08-07FatalError: new library to replace mpd_error.hMax Kellermann1-0/+91