summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix for libcxx.mkDan Albert2014-05-161-6/+2
* Disables tests that fail to compileDan Albert2014-05-1318-45/+9
* Adds a basic test wrapper for AndroidDan Albert2014-05-121115-0/+39037
* Exports all symbols from libcompiler_rtDan Albert2014-05-121-2/+3
* Add LOCAL_ADDITIONAL_DEPENDENCIES on Android.mkBrian Carlstrom2014-05-091-0/+2
* Switches ABI from libc++abi to libcxxrtDan Albert2014-05-091-6/+8
* Enables RTTI (required by many tests)Dan Albert2014-05-061-0/+2
* LDBL math define is no longer necessary for bionicDan Albert2014-05-061-1/+1
* Merge "Enables quick_exit(3)/at_quick_exit(3) for bionic"Dan Albert2014-05-061-0/+2
|\
| * Enables quick_exit(3)/at_quick_exit(3) for bionicDan Albert2014-05-061-0/+2
* | Switch from libcxxabi -> libc++abi.Stephen Hines2014-05-051-2/+2
|/
* Removes unintended dependencies on libgcc/libstdc++Dan Albert2014-05-051-4/+6
* Merge "Disable linker warnings on MIPS builds to work around relocation issue."Stephen Hines2014-04-301-3/+9
|\
| * Disable linker warnings on MIPS builds to work around relocation issue.Stephen Hines2014-04-301-3/+9
* | Remove the bionic *wscanf workarounds.Elliott Hughes2014-04-292-31/+0
* | Remove most of the remaining wide-char stubs from libcxx.Elliott Hughes2014-04-292-52/+0
* | Remove mbtowc stub.Elliott Hughes2014-04-291-6/+0
|/
* Don't build libc++ for unbundled projects.Stephen Hines2014-04-251-0/+5
* Add Darwin-specific fixes for host libc++.Tim Murray2014-04-211-1/+11
* Fix classic_table implementation for bionicDan Albert2014-04-182-1/+5
* Merge "Add a makefile for inclusion by projects using libc++."Ian Rogers2014-04-171-0/+28
|\
| * Add a makefile for inclusion by projects using libc++.Ian Rogers2014-04-161-0/+28
* | Fixes build on arm64Dan Albert2014-04-161-1/+1
* | Disables building of libcxx on mips targetsDan Albert2014-04-161-0/+3
|/
* Fixes libdl link errors on x86 and mips32Dan Albert2014-04-161-0/+5
* Get libc++ building for AndroidDan Albert2014-04-1512-4/+427
* Merge remote-tracking branch 'upstream/master' into libcxx4Tim Murray2014-04-024877-0/+509219
|\
| * Use defined(__APPLE__) rather than __APPLE__Tim Northover2014-03-301-2/+3
| * ARM64: compare RTTI names as stringsTim Northover2014-03-302-1/+57
| * ARM64: use the alternate string layout on Apple platforms.Tim Northover2014-03-301-0/+4
| * [libc++] Teach is_integral, is_[un]signed and make_[un]signed about __[u]int1...Stephan Tolksdorf2014-03-2641-0/+216
| * Implement LWG issue #2135. If something goes wrong in condition_variable::wai...Marshall Clow2014-03-263-5/+5
| * Add tests that should fail when lock() throws. THis is part of LWG issue #213...Marshall Clow2014-03-262-0/+104
| * Mark LWG issues #2075 and #2142 as complete. 2142 was a change to the standardMarshall Clow2014-03-251-3/+3
| * Add a test to make sure we're doing the right thing for throwing exceptions f...Marshall Clow2014-03-242-1/+20
| * Mark LWG Issue #2288 as complete. This was wording cleanup, no code changes r...Marshall Clow2014-03-241-3/+3
| * Minor cleanup from r204078; remove two empty test directories that were left ...Marshall Clow2014-03-200-0/+0
| * Implement N3891: A proposal to rename shared_mutex to shared_timed_mutexDavid Majnemer2014-03-1730-92/+92
| * Replace a tab with a spaceDavid Majnemer2014-03-171-1/+1
| * Remove Issue #2235 from the Chicago section. The resolution was approved in B...Marshall Clow2014-03-151-1/+0
| * Exclude .svn (and other "dot" directories) when installing headers.Bob Wilson2014-03-131-1/+2
| * build: remove unnecessary modification of CMAKE_REQUIRED_DEFINITIONSSaleem Abdulrasool2014-03-121-8/+0
| * build: fix erroneous overwriting of flagsSaleem Abdulrasool2014-03-121-2/+2
| * build: fix add_definition abuse in CMakeSaleem Abdulrasool2014-03-121-5/+8
| * build: remove an errant commaSaleem Abdulrasool2014-03-121-1/+1
| * THIRD TIME. Richard pointed out (again) that I'd switched the order of the in...Marshall Clow2014-03-121-5/+5
| * Fix ABI break I made in r203587; thanks to Richard Smith for the catch.Marshall Clow2014-03-111-3/+5
| * Fix misguided #elif - it checked the value of _AIX instead of defined(_AIX). ...Marshall Clow2014-03-111-1/+1
| * Implement LWG 2360: 'reverse_iterator::operator*() is unimplementable'. Note ...Marshall Clow2014-03-114-49/+9
| * Patch from Steve MacKenzie to make the libc++ tests play nicely with MSVC's S...Marshall Clow2014-03-114-0/+4