- 21 Sep, 2021 13 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
As per Meson 0.56.0: https://mesonbuild.com/Machine-files.html#properties
-
Max Kellermann authored
Fixes the build with libexpat from Meson wrap.
-
Max Kellermann authored
-
Max Kellermann authored
Not necessary anymore since Meson 0.50.0: https://mesonbuild.com/Release-notes-for-0-50-0.html#libdir-defaults-to-lib-when-cross-compiling
-
Max Kellermann authored
-
Max Kellermann authored
Requires Meson 0.56.0: https://mesonbuild.com/Release-notes-for-0-56-0.html#per-subproject-warning_level-option
-
Max Kellermann authored
Requires Meson 0.54.0: https://mesonbuild.com/Release-notes-for-0-54-0.html#per-subproject-default_library-and-werror-options
-
Max Kellermann authored
I want to use per-subproject warning_level (0.56.0), default_library (0.54.0).
-
Max Kellermann authored
Necessary since commit 6acf81d5
-
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 10 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
-