summaryrefslogtreecommitdiff
path: root/src/input/Error.hxx
AgeCommit message (Collapse)Author
2020-01-18copyright year 2020Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2018-11-19check.h: remove obsolete headerMax 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-29Merge branch 'v0.20.x'Max Kellermann
2018-10-29configure.ac: add `-funwind-tables` to work around clang bugMax Kellermann
Replaces the workaround from commit 751fff07fb28720156d0d1dc833a2b6534959a0d which fixed only one of many crash locations. See: https://github.com/MusicPlayerDaemon/MPD/issues/373 https://github.com/android-ndk/ndk/issues/831 https://bugs.llvm.org/show_bug.cgi?id=32611
2018-10-23Merge tag 'v0.20.22'Max Kellermann
release v0.20.22
2018-10-23input/Error: work around clang bug leading to crashMax Kellermann
Closes #373
2018-10-16input/Error: add `noexcept`Max Kellermann
2018-08-20Compiler.h: move to util/Max Kellermann
2018-07-06input/Error: new library providing IsFileNotFound()Max Kellermann