summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Pass a preprocessor define to identify us.android-cts-5.1_r9android-cts-5.1_r8android-cts-5.1_r7android-cts-5.1_r6android-cts-5.1_r5android-cts-5.1_r4android-cts-5.1_r3android-cts-5.1_r28android-cts-5.1_r27android-cts-5.1_r26android-cts-5.1_r25android-cts-5.1_r24android-cts-5.1_r23android-cts-5.1_r22android-cts-5.1_r21android-cts-5.1_r20android-cts-5.1_r2android-cts-5.1_r19android-cts-5.1_r18android-cts-5.1_r17android-cts-5.1_r16android-cts-5.1_r15android-cts-5.1_r14android-cts-5.1_r13android-cts-5.1_r10android-cts-5.1_r1android-cts-5.0_r9android-cts-5.0_r8android-cts-5.0_r7android-cts-5.0_r6android-cts-5.0_r5android-cts-5.0_r4android-cts-5.0_r3android-5.1.1_r9android-5.1.1_r8android-5.1.1_r7android-5.1.1_r6android-5.1.1_r5android-5.1.1_r4android-5.1.1_r38android-5.1.1_r37android-5.1.1_r36android-5.1.1_r35android-5.1.1_r34android-5.1.1_r33android-5.1.1_r30android-5.1.1_r3android-5.1.1_r29android-5.1.1_r28android-5.1.1_r26android-5.1.1_r25android-5.1.1_r24android-5.1.1_r23android-5.1.1_r22android-5.1.1_r20android-5.1.1_r2android-5.1.1_r19android-5.1.1_r18android-5.1.1_r17android-5.1.1_r16android-5.1.1_r15android-5.1.1_r14android-5.1.1_r13android-5.1.1_r12android-5.1.1_r10android-5.1.1_r1android-5.1.0_r5android-5.1.0_r4android-5.1.0_r3android-5.1.0_r1android-5.0.2_r3android-5.0.2_r1android-5.0.1_r1android-5.0.0_r7android-5.0.0_r6android-5.0.0_r5.1android-5.0.0_r5android-5.0.0_r4android-5.0.0_r3android-5.0.0_r2android-5.0.0_r1Dan Albert2014-08-151-0/+1
* Emulate clang atomic built-ins on gcc > 4.7Dan Albert2014-08-111-1/+252
* Exclude only modules with prebuilt in prebuilts/sdk.Ying Wang2014-08-071-3/+3
* Make meta.trans.other/aligned_storage.pass.cpp pass on arm.Nico Weber2014-07-291-3/+11
* Linux: Correctly identify valid error codesDavid Majnemer2014-07-293-3/+14
* Fix Bug 19678 - libc++ does not correctly handle the regex: '[^\0]*'Marshall Clow2014-07-292-0/+19
* Fix bug 19740; round-tripping a pointer through a stream doesn't workMarshall Clow2014-07-292-3/+21
* Fix ctype_base::xdigit for Android.Dan Albert2014-07-291-0/+5
* Remove MIPS workaround for shared text relocations.Stephen Hines2014-07-251-9/+0
* Fix classic_locale for Android.Dan Albert2014-07-221-1/+1
* Clean up some bionic compatibility cruft.Dan Albert2014-07-114-190/+0
* Add support for BIONIC C library (Android). Patch from Dan AlbertMarshall Clow2014-07-115-59/+184
* am 3bfb9441: Switch to using libc++abi for all platforms.Dan Albert2014-07-073-11/+9
|\
| * Switch to using libc++abi for all platforms.Dan Albert2014-07-023-11/+9
* | am 2dbbe77c: Exceptions store the message as reference counted string for com...Joerg Sonnenberger2014-07-073-112/+163
|\|
| * Exceptions store the message as reference counted string forJoerg Sonnenberger2014-07-023-112/+163
* | am e94bd6de: Fix a problem exposed by r208825, which caused bind (and other b...Marshall Clow2014-06-212-7/+82
|\|
| * Fix a problem exposed by r208825, which caused bind (and other bits of libc++...Marshall Clow2014-06-202-7/+82
* | am 3fd578fd: Need to exclude libstdc++ for host buildsDan Albert2014-06-110-0/+0
|\ \ | |/ |/|
| * Need to exclude libstdc++ for host buildsDan Albert2014-06-091-0/+3
* | Build host with multilib both enabled.Ian Rogers2014-06-051-0/+2
* | am 391915d2: Update cstddef after clang r207606.Nico Weber2014-05-301-6/+0
|\ \
| * | Update cstddef after clang r207606.Nico Weber2014-05-291-6/+0
* | | am 32ec1ea2: Adds compiler-rt to target buildsDan Albert2014-05-271-2/+2
|\| |
| * | Adds compiler-rt to target buildsDan Albert2014-05-241-2/+2
* | | am 1721831a: Whoops. Typo.Dan Albert2014-05-241-1/+1
|\| |
| * | Whoops. Typo.Dan Albert2014-05-231-1/+1
* | | am 6c2fdb82: Adds static lib targets to libc++Dan Albert2014-05-231-6/+33
|\| |
| * | Adds static lib targets to libc++Dan Albert2014-05-231-6/+33
* | | am 9d3a3a78: Exports symbols from libcxxrtDan Albert2014-05-231-4/+3
|\| |
| * | Exports symbols from libcxxrtDan Albert2014-05-221-4/+3
* | | am 65759667: Need to exclude libstdc++ for host buildsDan Albert2014-05-221-0/+3
|\| | | |/ |/|
| * Need to exclude libstdc++ for host buildsDan Albert2014-05-211-0/+3
* | am cd0e9ad8: Merge "libcxxrt moved cxxabi.h from src/ into include/"Dan Albert2014-05-161-2/+2
|\|
| * Merge "libcxxrt moved cxxabi.h from src/ into include/"Dan Albert2014-05-161-2/+2
| |\
| | * libcxxrt moved cxxabi.h from src/ into include/Dan Albert2014-05-161-2/+2
* | | am 5e2ad74d: Merge "Fix for libcxx.mk"Dan Albert2014-05-161-6/+2
|\| |
| * | Merge "Fix for libcxx.mk"Dan Albert2014-05-161-6/+2
| |\ \ | | |/ | |/|
| | * Fix for libcxx.mkDan Albert2014-05-161-6/+2
* | | am 2a269419: Reverts a compatibility change made to two testsDan Albert2014-05-162-2/+2
|\| |
| * | Reverts a compatibility change made to two testsDan Albert2014-05-162-2/+2
| |/
* | am 9fdc63a6: Disables tests that fail to compileDan Albert2014-05-1318-45/+9
|\|
| * Disables tests that fail to compileDan Albert2014-05-1318-45/+9
* | am 6f56ab78: Adds a basic test wrapper for AndroidDan Albert2014-05-131115-0/+39037
|\|
| * Adds a basic test wrapper for AndroidDan Albert2014-05-121115-0/+39037
* | am 7d57f1bb: Exports all symbols from libcompiler_rtDan Albert2014-05-121-2/+3
|\|
| * Exports all symbols from libcompiler_rtDan Albert2014-05-121-2/+3
* | am 12c2891e: Add LOCAL_ADDITIONAL_DEPENDENCIES on Android.mkBrian Carlstrom2014-05-101-0/+2
|\|
| * Add LOCAL_ADDITIONAL_DEPENDENCIES on Android.mkBrian Carlstrom2014-05-091-0/+2
* | am 9569f043: Switches ABI from libc++abi to libcxxrtDan Albert2014-05-091-6/+8
|\|