- 51a04e1 Remove wcstod stub by Dan Albert · 4 years, 10 months ago master
- eb05033 Differentiate libcxx's unimplemented stubs from bionic's. by Elliott Hughes · 4 years, 10 months ago
- 27ae7cb Don't build libc++ for unbundled projects. by Stephen Hines · 4 years, 10 months ago
- d513b7a Add Darwin-specific fixes for host libc++. by Tim Murray · 4 years, 10 months ago
- 2517f4f Fix classic_table implementation for bionic by Dan Albert · 4 years, 10 months ago
- c13109d Merge "Add a makefile for inclusion by projects using libc++." by Ian Rogers · 4 years, 10 months ago
- 1a1e45d Add a makefile for inclusion by projects using libc++. by Ian Rogers · 4 years, 10 months ago
- c10e719 Fixes build on arm64 by Dan Albert · 4 years, 10 months ago
- 1a42fce Disables building of libcxx on mips targets by Dan Albert · 4 years, 10 months ago
- 226cd95 Fixes libdl link errors on x86 and mips32 by Dan Albert · 4 years, 10 months ago
- 2ef012e Get libc++ building for Android by Dan Albert · 4 years, 10 months ago
- 3b74eb3 Merge remote-tracking branch 'upstream/master' into libcxx4 by Tim Murray · 4 years, 11 months ago
- a867a97 Initial empty repository by Bill Yi · 4 years, 11 months ago
- 81339cf Use defined(__APPLE__) rather than __APPLE__ by Tim Northover · 4 years, 11 months ago
- 6fdde87 ARM64: compare RTTI names as strings by Tim Northover · 4 years, 11 months ago
- c030063 ARM64: use the alternate string layout on Apple platforms. by Tim Northover · 4 years, 11 months ago
- 8a71d23 [libc++] Teach is_integral, is_[un]signed and make_[un]signed about __[u]int128_t by Stephan Tolksdorf · 5 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 · 5 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 · 5 years ago
- ab5e0a7 Mark LWG issues #2075 and #2142 as complete. 2142 was a change to the standard by Marshall Clow · 5 years ago