Sign in
android
/
platform
/
external
/
libcxx_35a
Clone this repo:
Branches
main
master
51a04e1
Remove wcstod stub
by Dan Albert
· 11 years ago
main
master
eb05033
Differentiate libcxx's unimplemented stubs from bionic's.
by Elliott Hughes
· 11 years ago
27ae7cb
Don't build libc++ for unbundled projects.
by Stephen Hines
· 11 years ago
d513b7a
Add Darwin-specific fixes for host libc++.
by Tim Murray
· 11 years ago
2517f4f
Fix classic_table implementation for bionic
by Dan Albert
· 11 years ago
c13109d
Merge "Add a makefile for inclusion by projects using libc++."
by Ian Rogers
· 11 years ago
1a1e45d
Add a makefile for inclusion by projects using libc++.
by Ian Rogers
· 11 years ago
c10e719
Fixes build on arm64
by Dan Albert
· 11 years ago
1a42fce
Disables building of libcxx on mips targets
by Dan Albert
· 11 years ago
226cd95
Fixes libdl link errors on x86 and mips32
by Dan Albert
· 11 years ago
2ef012e
Get libc++ building for Android
by Dan Albert
· 11 years ago
3b74eb3
Merge remote-tracking branch 'upstream/master' into libcxx4
by Tim Murray
· 11 years ago
a867a97
Initial empty repository
by Bill Yi
· 11 years ago
81339cf
Use defined(__APPLE__) rather than __APPLE__
by Tim Northover
· 11 years ago
6fdde87
ARM64: compare RTTI names as strings
by Tim Northover
· 11 years ago
c030063
ARM64: use the alternate string layout on Apple platforms.
by Tim Northover
· 11 years ago
8a71d23
[libc++] Teach is_integral, is_[un]signed and make_[un]signed about __[u]int128_t
by Stephan Tolksdorf
· 11 years ago
b076785
Implement LWG issue #2135. If something goes wrong in condition_variable::wait, call terminate() rather than throwing an error. Do this indirectly, by marking the call as 'noexcept'. This is better than just calling terminate() directly, because it gives a better error message on the console.
by Marshall Clow
· 11 years ago
f4c0c70
Add tests that should fail when lock() throws. THis is part of LWG issue #2135. No library changes here.
by Marshall Clow
· 11 years ago
ab5e0a7
Mark LWG issues #2075 and #2142 as complete. 2142 was a change to the standard
by Marshall Clow
· 11 years ago
More »