index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
system
/
Error.hxx
Age
Commit message (
Expand
)
Author
2021-02-12
use [[gnu::pure]] instead of gcc_pure
Max Kellermann
2020-07-23
include cleanup
Max Kellermann
2020-03-12
change errno.h to cerrno
Rosen Penev
2019-12-04
system/Error: add FormatFileNotFound()
Max Kellermann
2019-12-04
util/PrintException, ...: update copyright
Max Kellermann
2019-12-04
system/Error: move code to IsErrno()
Max Kellermann
2018-08-20
Compiler.h: move to util/
Max Kellermann
2017-12-16
Merge branch 'v0.20.x'
Max Kellermann
2017-12-12
*: check defined(_WIN32) instead of defined(WIN32)
Max Kellermann
2017-09-13
system/Error: include cleanup
Max Kellermann
2017-09-13
system/Error: add more "noexcept"
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-01-17
AUTHORS, ...: update my email address
Max Kellermann
2016-12-04
system/Error: use std::generic_category() for errno on Windows
Max Kellermann
2016-12-04
system/Error: allow using errno functions on Windows
Max Kellermann
2016-09-09
input/Plugin: migrate open() from class Error to C++ exceptions
Max Kellermann
2016-07-02
system/Error: add missing include
Max Kellermann
2015-12-29
system/Error: add IsAccessDenied()
Max Kellermann
2015-12-27
system/Error: fix duplicate strerror() call
Max Kellermann
2015-12-18
system/Error: add MakeErrno(), MakeLastError()
Max Kellermann
2015-12-18
system/Error: add IsFileNotFound()
Max Kellermann
2015-12-16
system/Error: helper library for constructing std::system_error
Max Kellermann