summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix build on Trisquel 9replicant-6.0Denis 'GNUtoo' Carikli2021-08-101-1/+1
* "Install" the new libc++abi header.Dan Albert2015-03-121-0/+1
* Revert "Remove several unused forward declarations. Fixes PR22605."Dan Albert2015-03-123-1/+13
* Move Android to the builtin rune table.Dan Albert2015-03-122-7/+5
* Merge to upstream r231255.Dan Albert2015-03-0447-302/+725
* Fix some -Wundef issues.Dan Albert2015-02-171-2/+2
* Merge to upstream r226192.Dan Albert2015-01-155-15/+31
* Merge to upstream r225300.Dan Albert2015-01-0615-138/+786
* Obey [atomics.types.operations.req]/21 for GCC.Dan Albert2015-01-061-6/+16
* [libcxx] Set _LIBCPP_ELAST for mingw.Dan Albert2015-01-061-14/+0
* Revert "Add a _LIBCPP_ELAST configuration for MINGW."Dan Albert2015-01-061-2/+0
* Revert "Use __MINGW32__ instead of __MINGW__."Dan Albert2015-01-061-1/+1
* Revert "Revert "Turn off extern templates for most uses.""android-wear-5.0.0_r1Dan Albert2014-12-041-1/+1
* Use __MINGW32__ instead of __MINGW__.Stephen Hines2014-12-031-1/+1
* Add a _LIBCPP_ELAST configuration for MINGW.Dan Albert2014-12-031-0/+2
* Merge to upstream r222492.Dan Albert2014-11-2042-823/+2039
* Don't use clang's builtin unicode chars.Dan Albert2014-11-081-5/+0
* Fix win32 support header for mingw32.Dan Albert2014-10-061-0/+3
* Update to upstream r216384.Dan Albert2014-09-0331-417/+1406
* Allow libc++ to be built with GCC 5.0 compilerAlexey Volkov2014-09-031-2/+2
* Emulate clang atomic built-ins on gcc > 4.7Dan Albert2014-08-091-1/+252
* Fix regex_traits<T>::char_class_type for Android.Dan Albert2014-07-311-0/+9
* Make Android's ctype_base::mask unsigned.Dan Albert2014-07-311-1/+1
* Base regex code on char_class_type.Dan Albert2014-07-301-5/+6
* Fix Bug 19678 - libc++ does not correctly handle the regex: '[^\0]*'Marshall Clow2014-07-281-0/+7
* Merge "Fix ctype_base::xdigit for Android."Dan Albert2014-07-231-0/+5
|\
| * Fix ctype_base::xdigit for Android.Dan Albert2014-07-231-0/+5
* | Fix bug 19740; round-tripping a pointer through a stream doesn't workMarshall Clow2014-07-231-3/+3
|/
* Clean up some bionic compatibility cruft.Dan Albert2014-07-102-138/+0
* Add support for BIONIC C library (Android). Patch from Dan AlbertMarshall Clow2014-07-104-55/+182
* Switch to using libc++abi for all platforms.Dan Albert2014-07-021-0/+1
* Exceptions store the message as reference counted string forJoerg Sonnenberger2014-07-022-2/+149
* Fix a problem exposed by r208825, which caused bind (and other bits of libc++...Marshall Clow2014-06-201-7/+59
* Update cstddef after clang r207606.Nico Weber2014-05-291-6/+0
* LDBL math define is no longer necessary for bionicDan Albert2014-05-061-1/+1
* Enables quick_exit(3)/at_quick_exit(3) for bionicDan Albert2014-05-061-0/+2
* Remove the bionic *wscanf workarounds.Elliott Hughes2014-04-292-31/+0
* Remove most of the remaining wide-char stubs from libcxx.Elliott Hughes2014-04-291-8/+0
* Fix classic_table implementation for bionicDan Albert2014-04-181-1/+3
* Get libc++ building for AndroidDan Albert2014-04-158-2/+251
* 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-262-0/+28
* Implement LWG issue #2135. If something goes wrong in condition_variable::wai...Marshall Clow2014-03-261-2/+2
* Implement N3891: A proposal to rename shared_mutex to shared_timed_mutexDavid Majnemer2014-03-171-12/+12
* 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-111-5/+3