Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-18 | copyright year 2020 | Max Kellermann | |
2019-06-17 | Copyright year 2019 | Max Kellermann | |
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-29 | Merge branch 'v0.20.x' | Max Kellermann | |
2018-10-29 | configure.ac: add `-funwind-tables` to work around clang bug | Max 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-23 | Merge tag 'v0.20.22' | Max Kellermann | |
release v0.20.22 | |||
2018-10-23 | input/Error: work around clang bug leading to crash | Max Kellermann | |
Closes #373 | |||
2018-10-16 | input/Error: add `noexcept` | Max Kellermann | |
2018-08-20 | Compiler.h: move to util/ | Max Kellermann | |
2018-07-06 | input/Error: new library providing IsFileNotFound() | Max Kellermann | |