summaryrefslogtreecommitdiff
path: root/src/system/Error.hxx
AgeCommit message (Expand)Author
2021-02-12use [[gnu::pure]] instead of gcc_pureMax Kellermann
2020-07-23include cleanupMax Kellermann
2020-03-12change errno.h to cerrnoRosen Penev
2019-12-04system/Error: add FormatFileNotFound()Max Kellermann
2019-12-04util/PrintException, ...: update copyrightMax Kellermann
2019-12-04system/Error: move code to IsErrno()Max Kellermann
2018-08-20Compiler.h: move to util/Max Kellermann
2017-12-16Merge branch 'v0.20.x'Max Kellermann
2017-12-12*: check defined(_WIN32) instead of defined(WIN32)Max Kellermann
2017-09-13system/Error: include cleanupMax Kellermann
2017-09-13system/Error: add more "noexcept"Max Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-01-17AUTHORS, ...: update my email addressMax Kellermann
2016-12-04system/Error: use std::generic_category() for errno on WindowsMax Kellermann
2016-12-04system/Error: allow using errno functions on WindowsMax Kellermann
2016-09-09input/Plugin: migrate open() from class Error to C++ exceptionsMax Kellermann
2016-07-02system/Error: add missing includeMax Kellermann
2015-12-29system/Error: add IsAccessDenied()Max Kellermann
2015-12-27system/Error: fix duplicate strerror() callMax Kellermann
2015-12-18system/Error: add MakeErrno(), MakeLastError()Max Kellermann
2015-12-18system/Error: add IsFileNotFound()Max Kellermann
2015-12-16system/Error: helper library for constructing std::system_errorMax Kellermann