1. 4c6acb5 Switch to using C++ style casts. by Joerg Sonnenberger · 11 years ago
  2. a46a0ad Patch from Bruce Mitchener; fixes two typos in comments. No functionality change. PR17843 by Marshall Clow · 11 years ago
  3. d0d308f Make it possible to link against libstdc++ as well as libsupc++ with CMake. by Peter Collingbourne · 11 years ago
  4. 40455c6 Eliminate more symbols multiply defined between libsupc++ and libc++. by Peter Collingbourne · 11 years ago
  5. 35a98a0 Use _LIBCPP_NEW_DELETE_VIS instead of LIBCPP_FUNC_VIS in src/new.cpp. by Howard Hinnant · 11 years ago
  6. 5a8b578 G M: The attached patch is for libcxx's new.cpp and __config files. The patch's intent is to make new.cpp compile using MS's cl.exe compiler without changing the meaning of anything for any other compiler. by Howard Hinnant · 11 years ago
  7. 7f9f52e Adding bad_array_length to libc++ by Marshall Clow · 11 years ago
  8. dece7fe Removed raw references to __APPLE__; now just check to see if it is defined. by Marshall Clow · 12 years ago
  9. 8b5bb3c Patch by Andrew C. Morrow: Conditionally include cxxabi.h in new.cpp and typeinfo.cpp. Both new.cpp and typeinfo.cpp have code that is conditionally compiled by Howard Hinnant · 12 years ago
  10. 21a84cf Undo some overzealous #ifdefs for LIBCXXRT. by David Chisnall · 13 years ago
  11. 1e8b3f9 Some libcxxrt-compatibility cleanups (avoid defining things twice). by David Chisnall · 13 years ago
  12. 9d84832 At least temporarily move operator new/delete from the abi back to here. I'm having trouble reexporting it as a weak symbol. by Howard Hinnant · 13 years ago
  13. dea7f39 Prepare for running on top of new libc++abi. by Howard Hinnant · 13 years ago
  14. ec3773c Quash a whole bunch of warnings by Howard Hinnant · 13 years ago
  15. 912012e http://llvm.org/bugs/show_bug.cgi?id=10353 by Howard Hinnant · 13 years ago
  16. ed56921 Applied noexcept to everything in [language.support] (Chapter 18) by Howard Hinnant · 13 years ago
  17. d42c4be oops, forgot std:: by Howard Hinnant · 14 years ago
  18. 1f970ad Fix up uses of new/terminate/unexpected handlers to use the new getters. by Howard Hinnant · 14 years ago
  19. a445151 N3189 Observers for the three handler functions by Howard Hinnant · 14 years ago
  20. b64f8b0 license change by Howard Hinnant · 14 years ago
  21. d510977 Remove tabs by Howard Hinnant · 14 years ago
  22. 16e6e1d Fixing whitespace problems by Howard Hinnant · 14 years ago
  23. d444470 now works with -fno-exceptions and -fno-rtti by Howard Hinnant · 14 years ago
  24. 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
  25. 76fdaa7 Add set_new_handler and nothrow implementations by Nick Kledzik · 14 years ago
  26. 804b6e7 add headers and implementation for <new>, <exception>, and <typeinfo> by Nick Kledzik · 14 years ago
  27. f5256e1 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 14 years ago
  28. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago