aboutsummaryrefslogtreecommitdiff
path: root/sources
AgeCommit message (Expand)Author
2019-06-12Remove support for 32-bit Windows.Dan Albert
2019-03-22Replace stringly typed hosts with an enum.Dan Albert
2018-10-25Remove ndk-depends.Elliott Hughes
2018-10-24ndk-stack: switch to python.Elliott Hughes
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-05-02Remove stlport GDB pretty printer.Dan Albert
2018-04-30Move libc++'s build into checkbuild.pyDan Albert
2018-04-27C++14 support for the system STL.Dan Albert
2018-04-16Remove stale files from the NDK directory.Dan 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-03-15Add nullptr_t to the "system STL"'s <cstddef>.Elliott Hughes
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
2018-02-05Fix libc++.a linker script for arm32.Dan Albert
2018-02-01Fix the help URL in ndk-stack.Elliott Hughes
2018-01-29Remove gnustl, stlport, and gabi++.Dan Albert
2018-01-24mingw-w64: harmonize triples, use prebuilt MinGW in BHRyan Prichard
2017-12-12Update gtest.Dan Albert
2017-10-18Merge "Remove dead mkdir."Treehugger Robot
2017-10-17Remove dead mkdir.Dan Albert
2017-10-17Add missing includes.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-10-11Add missing include for cpufeatures.Dan Albert
2017-10-04Configure macOS ndk-stack for arm64 rather than arm32Ryan Prichard
2017-09-25Adapt to bionic using __RENAME for some functions.Elliott Hughes
2017-09-19Start splitting up the HostTools module.Dan Albert
2017-09-19Merge "Add back a few functions accidentally dropped from libandroid_support.a."Elliott Hughes
2017-09-14Don't use TMPDIR when building stlport.Dan Albert
2017-09-14Don't use TMPDIR when building gnustl.Dan Albert
2017-09-14Don't use TMPDIR when building make.Dan Albert
2017-09-14Don't use TMPDIR when building toolbox.Dan Albert
2017-09-14Don't use TMPDIR when building ndk-depends.Dan Albert
2017-09-14Don't use TMPDIR when building ndk-stack.Dan Albert
2017-09-12ndk-stack: link in the libz packaged with binutils.Rahul Chaudhry
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-15Rewrite gen-platforms.sh in Python.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