| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix ABI compatibility of `<stdexcept>` with VCRuntime. | Eric Fiselier | 2019-03-06 | 1 | -81/+4 |
| * | Make VCRuntime ABI configuration a first-class option. | Eric Fiselier | 2019-03-05 | 1 | -1/+1 |
| * | [libc++] Don't define exception destructors when using vcruntime | Thomas Anderson | 2019-01-30 | 1 | -15/+8 |
| * | Update more file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Remove <__refstring> header; Move it into source directory. | Eric Fiselier | 2017-07-12 | 1 | -1/+1 |
| * | Recommit r290839 - Fix configuring and building libc++ w/o an ABI library. | Eric Fiselier | 2017-01-03 | 1 | -1/+2 |
| * | Revert r290839 - Fix configuring and building libc++ w/o an ABI library | Eric Fiselier | 2017-01-02 | 1 | -2/+1 |
| * | Fix configuring and building libc++ w/o an ABI library. | Eric Fiselier | 2017-01-02 | 1 | -1/+2 |
| * | [libc++] Fix modules build - Rework __refstring definition | Eric Fiselier | 2016-10-25 | 1 | -1/+2 |
| * | Fix an unfortunate yet old typo that never got attention before r250507. | Benjamin Kramer | 2015-10-16 | 1 | -1/+1 |
| * | Remove a long-standing __has_include hack. | Benjamin Kramer | 2015-10-16 | 1 | -5/+1 |
| * | Exceptions store the message as reference counted string for | Joerg Sonnenberger | 2014-04-30 | 1 | -110/+14 |
| * | Adjust build fix from r199494 to use C++ casts | Alp Toker | 2014-01-17 | 1 | -1/+1 |
| * | Build fix for gcc builtin | Alp Toker | 2014-01-17 | 1 | -1/+1 |
| * | Replace casts of __impl_ with the correct reinterpret_cast of the | Joerg Sonnenberger | 2014-01-07 | 1 | -16/+16 |
| * | Switch to using C++ style casts. | Joerg Sonnenberger | 2014-01-04 | 1 | -29/+31 |
| * | Make it possible to link against libstdc++ as well as libsupc++ with CMake. | Peter Collingbourne | 2013-10-06 | 1 | -2/+2 |
| * | G M: A small patch to fix a couple of warnings in stdexcept.cpp for cl.exe wh... | Howard Hinnant | 2013-10-04 | 1 | -0/+4 |
| * | Glen: replace obsolete _LIBCPP_CANTTHROW with _NOEXCEPT. | Howard Hinnant | 2013-08-22 | 1 | -5/+5 |
| * | Matthew Dempsky: Same as stdexcept.cpp in libc++abi: we've already computed '... | Howard Hinnant | 2013-06-29 | 1 | -1/+1 |
| * | Removed raw references to __APPLE__; now just check to see if it is defined. | Marshall Clow | 2013-03-18 | 1 | -1/+1 |
| * | Some minor mingw64 porting tweaks from Glen. | Howard Hinnant | 2012-09-03 | 1 | -2/+7 |
| * | Change size of reference count field in __libcpp_nmstr from 32 bits to 64 bit... | Howard Hinnant | 2012-08-08 | 1 | -3/+3 |
| * | libc++: only #include <cxxabi.h> if it exists. This allows libc++ to build | Richard Smith | 2012-04-19 | 1 | -0/+4 |
| * | Move typeinfos for exceptions in <stdexcept> to the abi | Howard Hinnant | 2012-02-17 | 1 | -0/+9 |
| * | Applied noexcept to everything in [diagnostics] (Chapter 19) | Howard Hinnant | 2011-05-26 | 1 | -17/+17 |
| * | license change | Howard Hinnant | 2010-11-16 | 1 | -2/+2 |
| * | Fix typos, noticed by Clang. | Daniel Dunbar | 2010-09-04 | 1 | -1/+1 |
| * | patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepte... | Howard Hinnant | 2010-05-24 | 1 | -5/+4 |
| * | Wiped out some non-ascii characters that snuck into the copyright. | Howard Hinnant | 2010-05-11 | 1 | -1/+1 |
| * | libcxx initial import | Howard Hinnant | 2010-05-11 | 1 | -0/+179 |