aboutsummaryrefslogtreecommitdiffstats
path: root/src/system/FatalError.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* system/FatalError: add FatalSystemError() overload with WIN32 error codeMax Kellermann2014-12-051-10/+18
|
* system/FatalError: use FormatMessage() instead of g_win32_error_message()Max Kellermann2014-12-051-5/+6
|
* system/FatalError: remove GError supportMax Kellermann2014-02-181-10/+0
|
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* 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