mpd/src/thread
Max Kellermann ce49d99c2f check.h: remove obsolete header
Since we switched from autotools to Meson in commit
94592c1406, 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-11-19 16:33:49 +01:00
..
Cond.hxx *: check defined(_WIN32) instead of defined(WIN32) 2017-12-12 10:22:20 +01:00
CriticalSection.hxx thread/*: add "noexcept" 2017-11-26 11:58:53 +01:00
Id.hxx *: copyright year 2018 2018-10-31 17:54:59 +01:00
meson.build src/thread/meson.build: detect pthread_setname_np() 2018-11-19 16:33:14 +01:00
Mutex.hxx Merge branch 'v0.20.x' 2017-12-16 20:56:06 +01:00
Name.hxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
PosixCond.hxx fix compilation errors on Debian GNU/Hurd 2018-10-31 12:24:34 +01:00
PosixMutex.hxx fix compilation errors on Debian GNU/Hurd 2018-10-31 12:24:34 +01:00
SafeSingleton.hxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
Slack.hxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
Thread.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
Thread.hxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
Util.cxx release v0.20.17 2018-02-11 13:22:43 +01:00
Util.hxx thread/*: add "noexcept" 2017-11-26 11:58:53 +01:00
WindowsCond.hxx thread/*: add "noexcept" 2017-11-26 11:58:53 +01:00