- 27 Oct, 2016 1 commit
-
-
Max Kellermann authored
-
- 26 Oct, 2016 16 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Support for GCC has been dropped from NDK r13. Let's switch everything to clang before they really remove GCC completely.
-
Max Kellermann authored
Causes compatibility problems, because FFmpeg expects the GNU as syntax. This FFmpeg bug report has some information, but it was closed as "invalid": https://trac.ffmpeg.org/ticket/5158
-
Max Kellermann authored
For Android NDK r13.
-
Max Kellermann authored
-
Max Kellermann authored
DESTDIR is for installing to a chroot, but this is not one. Instead, we want real absolute paths in the pkg-config file.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Fixes various static library linker failures ("bad extended name entry at header"), because the wrong "ranlib" was used.
-
Felix Hädicke authored
-
Max Kellermann authored
autoconf depends on libtoolize.
-
Max Kellermann authored
This doesn't make sense on Android; there is no home directory for users.
-
Max Kellermann authored
-
- 25 Oct, 2016 1 commit
-
-
Max Kellermann authored
-
- 12 Oct, 2016 2 commits
- 19 Sep, 2016 8 commits
-
-
Yue Wang authored
change the _delay API doc so that it matches its implementation behavior.
-
Christian Körner authored
pthread_cond_timedwait() in PosixCond.hxx:timed_wait(PosixMutex...) returns EINVAL, if ts.tv_nsec >= 1E9. In this case, it returns to early. Find attached a patch which fixes this. I chose a compare-subtraction method to keep ts.tv_nsec below 1E9. Another option would be ts.tv_sec += ts.tv_nsec / 1000000000; ts.tv_nsec %= 1000000000; But I guess this takes more time on some ARM processors, which don't support hardware division.
-
Yue Wang authored
-
Yue Wang authored
-
Yue Wang authored
-
Yue Wang authored
-
Yue Wang authored
-
- 18 Sep, 2016 3 commits
- 16 Sep, 2016 9 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Switch the remaining users to "postponed_exception".
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-