1. ba87515 [libc++][RFC] Always define internal feature test macros (#89178) by Nikolas Klauser · 7 months ago
  2. 748023dc [libc++][NFC] Replace _LIBCPP_NORETURN and TEST_NORETURN with [[noreturn]] (#80455) by Nikolas Klauser · 8 months ago
  3. 280d68e [libc++] Clean up mess around __throw_runtime_error by Louis Dionne · 1 year, 9 months ago
  4. e8cfbfd [libc++] Granularize system_error. by Mark de Wever · 2 years, 1 month ago
  5. bbb0f2c [libc++] Replace `#include ""` with `<>` in libcxx/src/. NFCI. by Arthur O'Dwyer · 3 years, 3 months ago
  6. eb8650a [runtimes][NFC] Remove filenames at the top of the license notice by Louis Dionne · 3 years, 6 months ago
  7. 2710d8e Fix ABI compatibility of `<stdexcept>` with VCRuntime. by Eric Fiselier · 6 years ago
  8. e69290d Make VCRuntime ABI configuration a first-class option. by Eric Fiselier · 6 years ago
  9. 095ed05 [libc++] Don't define exception destructors when using vcruntime by Thomas Anderson · 6 years ago
  10. 57b08b0 Update more file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
  11. e3e7c0f Remove <__refstring> header; Move it into source directory. by Eric Fiselier · 8 years ago
  12. 1285e4d Recommit r290839 - Fix configuring and building libc++ w/o an ABI library. by Eric Fiselier · 8 years ago
  13. 221596d Revert r290839 - Fix configuring and building libc++ w/o an ABI library by Eric Fiselier · 8 years ago
  14. 5d25843 Fix configuring and building libc++ w/o an ABI library. by Eric Fiselier · 8 years ago
  15. a624409 [libc++] Fix modules build - Rework __refstring definition by Eric Fiselier · 9 years ago
  16. 02adf40 Fix an unfortunate yet old typo that never got attention before r250507. by Benjamin Kramer · 10 years ago
  17. 929df47 Remove a long-standing __has_include hack. by Benjamin Kramer · 10 years ago
  18. a1fbf34 Exceptions store the message as reference counted string for by Joerg Sonnenberger · 11 years ago
  19. 5fea974 Adjust build fix from r199494 to use C++ casts by Alp Toker · 11 years ago
  20. 0b438a9 Build fix for gcc builtin by Alp Toker · 11 years ago
  21. 70d4ba7 Replace casts of __impl_ with the correct reinterpret_cast of the by Joerg Sonnenberger · 11 years ago
  22. 634b9dd Switch to using C++ style casts. by Joerg Sonnenberger · 11 years ago
  23. 26dd09e Make it possible to link against libstdc++ as well as libsupc++ with CMake. by Peter Collingbourne · 12 years ago
  24. 7971010 G M: A small patch to fix a couple of warnings in stdexcept.cpp for cl.exe which does not support #pragma visibility. by Howard Hinnant · 12 years ago
  25. 104024c Glen: replace obsolete _LIBCPP_CANTTHROW with _NOEXCEPT. by Howard Hinnant · 12 years ago
  26. 27841fd Matthew Dempsky: Same as stdexcept.cpp in libc++abi: we've already computed 'len strlen(msg)', so we can use memcpy() instead of strcpy(). by Howard Hinnant · 12 years ago
  27. b56e858 Removed raw references to __APPLE__; now just check to see if it is defined. by Marshall Clow · 12 years ago
  28. 49713b4 Some minor mingw64 porting tweaks from Glen. by Howard Hinnant · 13 years ago
  29. d79842c Change size of reference count field in __libcpp_nmstr from 32 bits to 64 bits for 64 bit targets. This is controls the data layout of all exceptions defined in <stdexcept>. This aligns the ABI with that of gcc-4.2. by Howard Hinnant · 13 years ago
  30. 11ffde3 libc++: only #include <cxxabi.h> if it exists. This allows libc++ to build by Richard Smith · 13 years ago
  31. f95d9f0 Move typeinfos for exceptions in <stdexcept> to the abi by Howard Hinnant · 13 years ago
  32. a62f289 Applied noexcept to everything in [diagnostics] (Chapter 19) by Howard Hinnant · 14 years ago
  33. 412dbeb license change by Howard Hinnant · 14 years ago
  34. 0a779b9 Fix typos, noticed by Clang. by Daniel Dunbar · 15 years ago
  35. 128ba71 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 · 15 years ago
  36. 5b08a8a Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 15 years ago
  37. 3e51952 libcxx initial import by Howard Hinnant · 15 years ago