Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-19 | check.h: remove obsolete header | Max Kellermann | |
Since we switched from autotools to Meson in commit 94592c14062d5afc9482d11baa401648082022c0, we don't need to include `config.h` early to properly enable large file support. Meson passes the required macros on the compiler command line instead of defining them in `config.h`. This means we can include `config.h` at any time, whenever we want to check its macros, and there are no ordering constraints. | |||
2018-10-31 | *: copyright year 2018 | Max Kellermann | |
2017-05-16 | Log: add "noexcept" | Max Kellermann | |
2017-01-03 | update copyright year | Max Kellermann | |
2016-11-10 | util/Error: remove obsolete class | Max Kellermann | |
2016-11-10 | Log: remove the obsolete class Error overloads | Max Kellermann | |
2016-09-16 | Log: add std::exception_ptr overloads | Max Kellermann | |
2016-09-08 | Log: recognize class Error as nested exception | Max Kellermann | |
2016-09-04 | Log: add FormatError() overload with std::exception | Max Kellermann | |
2016-03-01 | *: include cleanup (using iwyu) | Max Kellermann | |
2016-02-26 | update copyright year to 2016 | Max Kellermann | |
2015-12-18 | util/Error: add bridge to std::exception | Max Kellermann | |
2015-12-16 | Log: C++ exception support | Max Kellermann | |
2015-01-01 | Copyright year 2015 | Max Kellermann | |
2014-01-13 | copyright year 2014 | Max Kellermann | |
2013-12-15 | Log: move Log() to LogBackend.cxx | Max Kellermann | |
Prepare for GLib removal. | |||
2013-11-28 | include cleanup using iwyu | Max Kellermann | |
2013-11-04 | Log: add level "DEFAULT" | Max Kellermann | |
Map LogLevel::INFO to G_LOG_LEVEL_INFO, and LogLevel::DEFAULT to G_LOG_LEVEL_MESSAGE. Now client connect/disconnect message are only logged on log_level "secure". | |||
2013-10-02 | Log: new logging library API | Max Kellermann | |
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | |||
2013-09-05 | mpd_error.h: remove obsolete header | Max Kellermann | |
Migrate the remaining callers to FatalError(). | |||
2013-09-05 | conf.h: remove obsolete header | Max Kellermann | |
Use only ConfigData.hxx in plugin sources to reduce header dependencies. | |||
2013-09-04 | util/Error: new error passing library | Max Kellermann | |
Replaces GLib's GError. | |||
2013-08-07 | ConfigPath: return a Path object | Max Kellermann | |
Migrate all callers to use Path directly, instead of doing the conversion in each caller. | |||
2013-08-07 | Makefile.am: move sources to libsystem.a | Max Kellermann | |
2013-08-07 | FatalError: new library to replace mpd_error.h | Max Kellermann | |
2013-08-04 | *: use gcc.h macros instead of GLib | Max Kellermann | |
2013-01-30 | ConfigFile: add enum ConfigOption | Max Kellermann | |
Look up top-level config options by enum (= integer), not by name string. | |||
2013-01-10 | Log, ...: include cleanup | Max Kellermann | |
2013-01-09 | sig_handlers, log: convert to C++ | Max Kellermann | |