summaryrefslogtreecommitdiffstats
path: root/contrib/libcxxrt/auxhelper.cc
Commit message (Collapse)AuthorAgeFilesLines
* Add support for __cxa_throw_bad_array_new_length in libcxxrtbapt2014-10-211-0/+5
| | | | | | | | | 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 libcxxrt / libc++. This brings some bug fixes, including a ↵theraven2013-07-101-0/+10
| | | | potential race condition for static initialisers.
* 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/+41
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