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