- 14 Jan, 2020 15 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
By accident, this was only enabled for C.
-
- 12 Jan, 2020 11 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This flag doesn't appear to work, and since we never had a problem without the flag, implementing Google's recommendation is useless.
-
Max Kellermann authored
Don't export the symbols of all those static libraries. Most importantly, don't export the whole libc++ ABI.
-
Max Kellermann authored
-
Max Kellermann authored
These appear to be no longer necessary (tested with NDK r20b). Closes https://github.com/android/ndk/issues/951
-
Max Kellermann authored
This implicitly defines __ANDROID_API__, which means we can drop the "-D__ANDROID_API__=" parameter. This is recommended on https://android.googlesource.com/platform/ndk/+/ndk-release-r20/docs/BuildSystemMaintainers.md
-
Max Kellermann authored
It's not mentioned on https://developer.android.com/ndk/guides/other_build_systems
-
Max Kellermann authored
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/708
-
- 03 Jan, 2020 8 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Behave like STL.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
-
Max Kellermann authored
-
- 02 Jan, 2020 1 commit
-
-
Max Kellermann authored
Fixes a build failure.
-
- 01 Jan, 2020 2 commits
-
-
Markus Mittendrein authored
This is needed to correctly load playlist entries that reference a song in a cuesheet that is treated as a folder.
-
Max Kellermann authored
-
- 31 Dec, 2019 1 commit
-
-
Jacob Vosmaer authored
It appears that [[fallthrough]] is valid in C++ but not in C. And in some Clang versions (e.g. Clang 11 on macOS), Clang is pedantic about this and considers it an error to use [[fallthrough]] in a .c file such as src/util/format.c. This changes makes gcc_fallthrough a no-op under Clang in C files.
-
- 24 Dec, 2019 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-