Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | configure.ac: add option "--disable-glib" | Max Kellermann | 2013-12-15 | 1 | -0/+14 |
| | | | | | Allows building without GLib. This fails to compile currently, because GLib is still used in the MPD core. | ||||
* | LogInit: move backend code to LogBackend.cxx | Max Kellermann | 2013-12-15 | 1 | -8/+133 |
| | |||||
* | Log: move Log() to LogBackend.cxx | Max Kellermann | 2013-12-15 | 1 | -0/+54 |
Prepare for GLib removal. |