summaryrefslogtreecommitdiffstats
path: root/libcxx/src/stdexcept.cpp
Commit message (Expand)AuthorAgeFilesLines
* Recommit r290839 - Fix configuring and building libc++ w/o an ABI library.Eric Fiselier2017-01-031-1/+2
* Revert r290839 - Fix configuring and building libc++ w/o an ABI libraryEric Fiselier2017-01-021-2/+1
* Fix configuring and building libc++ w/o an ABI library.Eric Fiselier2017-01-021-1/+2
* [libc++] Fix modules build - Rework __refstring definition Eric Fiselier2016-10-251-1/+2
* Fix an unfortunate yet old typo that never got attention before r250507.Benjamin Kramer2015-10-161-1/+1
* Remove a long-standing __has_include hack.Benjamin Kramer2015-10-161-5/+1
* Exceptions store the message as reference counted string forJoerg Sonnenberger2014-04-301-110/+14
* Adjust build fix from r199494 to use C++ castsAlp Toker2014-01-171-1/+1
* Build fix for gcc builtinAlp Toker2014-01-171-1/+1
* Replace casts of __impl_ with the correct reinterpret_cast of theJoerg Sonnenberger2014-01-071-16/+16
* Switch to using C++ style casts.Joerg Sonnenberger2014-01-041-29/+31
* Make it possible to link against libstdc++ as well as libsupc++ with CMake.Peter Collingbourne2013-10-061-2/+2
* G M: A small patch to fix a couple of warnings in stdexcept.cpp for cl.exe wh...Howard Hinnant2013-10-041-0/+4
* Glen: replace obsolete _LIBCPP_CANTTHROW with _NOEXCEPT.Howard Hinnant2013-08-221-5/+5
* Matthew Dempsky: Same as stdexcept.cpp in libc++abi: we've already computed '...Howard Hinnant2013-06-291-1/+1
* Removed raw references to __APPLE__; now just check to see if it is defined.Marshall Clow2013-03-181-1/+1
* Some minor mingw64 porting tweaks from Glen.Howard Hinnant2012-09-031-2/+7
* Change size of reference count field in __libcpp_nmstr from 32 bits to 64 bit...Howard Hinnant2012-08-081-3/+3
* libc++: only #include <cxxabi.h> if it exists. This allows libc++ to buildRichard Smith2012-04-191-0/+4
* Move typeinfos for exceptions in <stdexcept> to the abiHoward Hinnant2012-02-171-0/+9
* Applied noexcept to everything in [diagnostics] (Chapter 19)Howard Hinnant2011-05-261-17/+17
* license changeHoward Hinnant2010-11-161-2/+2
* Fix typos, noticed by Clang.Daniel Dunbar2010-09-041-1/+1
* patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepte...Howard Hinnant2010-05-241-5/+4
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+179
OpenPOWER on IntegriCloud