- 21 Sep, 2021 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 20 Sep, 2021 8 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Let cmake know that we're cross-crompiling.
-
Max Kellermann authored
-
Max Kellermann authored
Prepare to add some code around the _build() call.
-
Max Kellermann authored
Eliminate conflict with other Project classes.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 10 Sep, 2021 1 commit
-
-
Max Kellermann authored
Allow DeferredEvents to call EventLoop::Break().
-
- 08 Sep, 2021 2 commits
-
-
Rosen Penev authored
emplace already calls std::pair. No need for it again. No need to emplace when calling std::make_shared. Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
make_pair is an old C++98 function that can be replaced by modern shorter constructs. Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
- 06 Sep, 2021 1 commit
-
-
iconoclasthero authored
NB: Check the sysconfdir setting to determine where mpd will look for mpd.conf; if you expect mpd to look for /etc/mpd.conf the sysconfdir must be '/etc' (i.e., not 'etc' which will result in mpd looking for /usr/local/etc/mpd.conf): .. code-block:: none meson configure output/release |grep sysconfdir If this is not /etc (or another path you wish to specify): .. code-block:: none $ meson configure output/release -Dsysconfdir='/etc' ; meson configure output/release |grep syscon sysconfdir /etc Sysconf data directory
-
- 29 Aug, 2021 1 commit
-
-
git://github.com/neheb/MPDMax Kellermann authored
-
- 28 Aug, 2021 4 commits
-
-
Max Kellermann authored
This eliminates all but one DeleteLocalRef() call.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 27 Aug, 2021 13 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Include the most specific header documented by MSDN instead.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 26 Aug, 2021 8 commits
-
-
Rosen Penev authored
These should be equivalent anyway. Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
Max Kellermann authored
The ChainFilter class is extremely complicated code, and will grow to be even more complicated when the Filter interface gets extended. Let's just remove it; we can easily chain many TwoFilters instead.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-