summaryrefslogtreecommitdiffstats
path: root/contrib/libcxxrt/stdexcept.cc
Commit message (Collapse)AuthorAgeFilesLines
* Partially revert r273382, to reduce diffs against upstream. This was adim2015-01-301-5/+0
| | | | | | | temporary fix to solve a conflict with an older version of libc++, and it is no longer relevant. MFC after: 3 days
* Import libcxxrt master 00bc29eb6513624824a6d7db2ebc768a4216a604.dim2014-12-301-1/+1
| | | | | | | | | | Interesting fixes: 76584a0 Reorganize code to use only 32bit atomic ops for 32bit platforms 30d2ae5 Implement __cxa_throw_bad_array_new_length Reviewed by: bapt MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D1390
* Fix build by marking the new functions as weakbapt2014-10-211-0/+10
| | | | This is a temporary fix
* Add support for __cxa_throw_bad_array_new_length in libcxxrtbapt2014-10-211-0/+8
| | | | | | | | | It is required for use with newer g++49 Differential Revision: https://reviews.freebsd.org/D982 Reviewed by: theraven Approved by: theraven MFC after: 3 weeks
* Import new versions of libcxxrt and libc++.theraven2012-03-141-0/+26
| | | | | | Please tests any C++ code you care about with -stdlib=libc++! Approved by: dim (mentor)
* Import libc++ / libcxxrt into base. Not build by default yet (usetheraven2011-11-251-0/+60
MK_LIBCPLUSPLUS=yes to enable). This is a work-in-progress. It works for me, but is not guaranteed to work for anyone else and may eat your dog. To build C++ using libc++, add -stdlib=libc++ to your CXX and LD flags. Bug reports welcome, bug fixes even more welcome... Approved by: dim (mentor)
OpenPOWER on IntegriCloud