Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-20 | Compiler.h: move to util/ | Max Kellermann | |
2017-05-16 | Log: add "noexcept" | Max Kellermann | |
2017-01-03 | update copyright year | 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-04 | Log: add FormatError() overload with std::exception | Max Kellermann | |
2016-02-26 | update copyright year to 2016 | 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 enum LogLevel to LogLevel.hxx | 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-11-04 | Log: document the LogLevel items | Max Kellermann | |
2013-10-15 | gcc.h: rename to Compiler.h | Max Kellermann | |
2013-10-15 | gcc.h: major update | Max Kellermann | |
Copy the according file from another project (i.e. XCSoar). This will allow copying more code more easily. | |||
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-04 | util/Error: new error passing library | Max Kellermann | |
Replaces GLib's GError. | |||
2013-08-04 | *: use gcc.h macros instead of GLib | Max Kellermann | |
2013-07-30 | include cleanup | Max Kellermann | |
2013-01-09 | sig_handlers, log: convert to C++ | Max Kellermann | |