Clone this repo:

Branches

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