aboutsummaryrefslogtreecommitdiff
path: root/sources/android/support
AgeCommit message (Expand)Author
2020-03-23Switch the NDK source/ headers to #pragma once.Elliott Hughes
2020-03-09Build device prebuilts without Neon.Dan Albert
2018-09-27Update ndk-build to use the new toolchain layout.Dan Albert
2018-09-15android_support: fix lgamma and enable -WerrorRyan Prichard
2018-07-10Remove libandroid_support's stdio.h.Dan Albert
2018-04-30Move libc++'s build into checkbuild.pyDan Albert
2018-04-05Revert "Build libc++ using the just-built NDK."Dan Albert
2018-04-03Build libc++ using the just-built NDK.Dan Albert
2018-03-29Declare posix_memalign for android-16.Dan Albert
2018-03-29Revert "Remove posix_memalign from libandroid_support."Dan Albert
2018-02-22Remove an unneeded decl from libandroid_support.Dan Albert
2018-02-07Remove posix_memalign from libandroid_support.Dan Albert
2018-02-06Don't use libandroid_support for modern API levels.Dan Albert
2018-02-06Adapt to platform update.Dan Albert
2017-10-13Merge "Make iswblank a static inline."Elliott Hughes
2017-10-13Hide android_support's UniquePtr classRyan Prichard
2017-10-12Make iswblank a static inline.Elliott Hughes
2017-09-25Adapt to bionic using __RENAME for some functions.Elliott Hughes
2017-09-19Merge "Add back a few functions accidentally dropped from libandroid_support.a."Elliott Hughes
2017-09-07Add back a few functions accidentally dropped from libandroid_support.a.Elliott Hughes
2017-08-31Always use defined() with __USE_ macros.Elliott Hughes
2017-08-16Add _FILE_OFFSET_BITS=64 support for libc++.Dan Albert
2017-08-07Move the libandroid_support tests into the tests.Dan Albert
2017-07-24Exclude more test cases.Dan Albert
2017-07-24Track move to FreeBSD wcsstr/wmemcpy.Elliott Hughes
2017-07-20Exclude another test case on old releases.Dan Albert
2017-07-18Merge "Clean up libandroid_support header files."Treehugger Robot
2017-07-18Clean up libandroid_support header files.Elliott Hughes
2017-07-17Regenerate libandroid_support.a NOTICE file correctly.Elliott Hughes
2017-07-17Merge "Remove various unnecessary override headers."Elliott Hughes
2017-07-14Remove various unnecessary override headers.Elliott Hughes
2017-07-14Track removal of mbstate.cpp from bionic.Elliott Hughes
2017-07-14Merge "More android_support cleanup."Elliott Hughes
2017-07-14More android_support cleanup.Elliott Hughes
2017-07-13libm removed imprecise.c.Elliott Hughes
2017-07-13Add duplocale to locale.h.Dan Albert
2017-07-13Replace final remnants of the old android_support.Dan Albert
2017-07-13Replace wchar_support.c with bionic.Dan Albert
2017-07-12Use bionic's locale code.Dan Albert
2017-06-30Replace libandroid_support math code with bionic's.Dan Albert
2017-06-30Clean out stdlib_support.Dan Albert
2017-06-30Remove most of locale_support.c.Dan Albert
2017-06-30Remove musl ctype code.Dan Albert
2017-06-30Remove unnecessary libandroid_support components.Dan Albert
2017-06-30Remove musl stdio from libandroid_support.Dan Albert
2017-06-19Add posix_memalign to libandroid_support.Dan Albert
2017-06-19Link libatomic by default.Dan Albert
2017-06-15Remove some unhelpful tests.Dan Albert
2017-06-15Fix libandroid_support math tests.Dan Albert
2017-06-14Move libandroid_support's tests to gtest.Dan Albert