1. d982028 change RC_BUILDIT to RC_XBS for detecting Apple build environment by Nick Kledzik · 13 years ago
  2. ffadfd4 add support for setjmp/longjmp based exceptions by Nick Kledzik · 13 years ago
  3. c6e08d6 <rdar://problem/9014045> more support for Apple internal build environments by Nick Kledzik · 13 years ago
  4. 8dcad97 http://llvm.org/bugs/show_bug.cgi?id=9349 I introduced a bug with the last fix and Ryuta Suzuki has corrected it. And hopefully I committed Ryuta Suzuki's directions correctly this time. by Howard Hinnant · 14 years ago
  5. 542b0f0 http://llvm.org/bugs/show_bug.cgi?id=9349 I have not personally tested this patch. Please let me know if it causes problems. by Howard Hinnant · 14 years ago
  6. 08774c5 Change install name to libc++.1.dylib by Howard Hinnant · 14 years ago
  7. 30bbc93 updated buildit to work with recent clang updates by Howard Hinnant · 14 years ago
  8. 2d72b1e Effort to reduce the number of exported symbols by Howard Hinnant · 14 years ago
  9. 626916f Add CMake build and fix major Linux blockers. by Michael J. Spencer · 14 years ago
  10. 55ddb21 Add typeinfo for char16_t, char32_t and nullptr. by Howard Hinnant · 14 years ago
  11. a8feece update to use new linker option to re-export from libc++abi.dylb by Nick Kledzik · 14 years ago
  12. f26262d Updated chart with weekly test results, and updated export files for chnages in <atomic>. by Howard Hinnant · 14 years ago
  13. b742dcd Convert __thread_local_data to the singleton pattern and change export files... by Howard Hinnant · 14 years ago
  14. f9734c8 temporarily use cc to link instead of clang to work around issue with -Xarch by Nick Kledzik · 14 years ago
  15. 373a9d1 update export list for when building with clang++ by Nick Kledzik · 14 years ago
  16. 364f596 Bug 7984 by Bernhard Rosenkraenzer by Howard Hinnant · 14 years ago
  17. 45f5717 Cement ABI on clang for char16_t and char32_t. Also fixed some comments in <iterator>. by Howard Hinnant · 14 years ago
  18. c7e4d82 <rdar://problem/8279559> [libstdcxx] use new linker options to make symbols non-weak by Nick Kledzik · 14 years ago
  19. 0e353f2 Didn't mean to change lib/buildit on the last check in by Howard Hinnant · 14 years ago
  20. d444470 now works with -fno-exceptions and -fno-rtti by Howard Hinnant · 14 years ago
  21. 45783d2 buildit adjustment by Howard Hinnant · 14 years ago
  22. a6a062d [string.conversions] by Howard Hinnant · 14 years ago
  23. adff489 patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepted except there were some bug fixes needed in <locale> for the __nolocale_* series. For the apple branch I ended up using templates instead of the var_args solution because it seemed both safer and more efficient. by Howard Hinnant · 14 years ago
  24. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago