summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src/stdexcept.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make libc++abi use the implementation of __numstr from libc++. No functionali...Marshall Clow2014-05-071-127/+6
* Change the two last remaining _LIBCPP_CANTTHROW to _NOEXCEPTJean-Daniel Dupas2013-08-291-2/+2
* Propagate the removal of _LIBCPP_CANTTHROW (r189046) to libcxxabi. This fixe...Howard Hinnant2013-08-251-5/+5
* Demangler update: This now demangles many more (all?) C++11 symbols. Demang...Howard Hinnant2013-06-171-1/+1
* Two changes: 1) I still didn't have the ABI correct to match the gcc-4.2 st...Howard Hinnant2012-09-281-10/+19
* Tweak use of dlopen to be a little more correct and higher performing.Howard Hinnant2012-09-211-1/+1
* I've added Apple-only behavior that looks for libstdc++ in the same process a...Howard Hinnant2012-09-181-6/+44
* Change size of reference count field in __libcpp_nmstr from 32 bits to 64 bit...Howard Hinnant2012-08-081-3/+3
* Move typeinfos for exceptions in <stdexcept> to the abiHoward Hinnant2012-02-171-0/+122
OpenPOWER on IntegriCloud