summaryrefslogtreecommitdiffstats
path: root/contrib/libc++
Commit message (Collapse)AuthorAgeFilesLines
* ename internal function test() to avoid name clashes withdecke2013-10-061-3/+3
| | | | | | | | common macros. This fixes ports like mysql 5.6 which has an internal macro called test. Approved by: re (gjb) Discussed with: theraven
* Import new libcxxrt / libc++. This brings some bug fixes, including a ↵theraven2013-07-1034-1502/+2246
| | | | potential race condition for static initialisers.
* Fix warnings from newer clang versions about constexpr member functionsdim2013-05-281-4/+4
| | | | | | | | | | not being implicitly const in libc++'s <chrono> header. The warnings have been introduced because of new language rules recently adopted by the C++ WG. More info: <http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3598.html> MFC after: 3 days
* Merge libc++ trunk r180598. Contains several minor cleanups and bugdim2013-04-2783-1090/+1601
| | | | | | fixes, no major changes. MFC after: 2 weeks
* Import new libc++ to head. Various small fixes and cleanups.theraven2013-02-0726-214/+659
| | | | MFC after: 2 weeks
* Merge new libc++ into head.theraven2012-11-293-10/+27
|
* Pull in r168610 from upstream libc++:dim2012-11-263-0/+23
| | | | | | | | | | | | | | | When using libc++ headers on FreeBSD, in combination with -std=c++98, -ansi or -std=c++03, the long long type is not supported. So in this case, several functions and types, like lldiv_t, strtoll(), are not declared. This should make it possible to use the libc++ headers in c++98 mode. Note: libc++ is originally designed as a c++0x or higher library, so you should still take care when using it with c++98 or c++03. Noted by: Yamaya Takashi <yamayan@kbh.biglobe.ne.jp> MFC after: 1 week
* Import new version of libc++ into base.theraven2012-11-1328-203/+213
|
* Fix two -Wsystem-header warnings in libc++ that were exposed by the newdim2012-10-221-3/+2
| | | | | | ATF import. These have also been sent upstream. MFC after: 1 month
* Import libc++ trunk r165949. Among other improvements and bug fixes,dim2012-10-2268-1561/+2188
| | | | | | | | | | this has many visibility problems fixed, which should help with compiling certain ports that exercise C++11 mode (i.e. Firefox). Also, belatedly add the LICENSE.TXT and accompanying CREDITS.TXT files, which are referred to in all the source files. MFC after: 1 month
* Fix dangling else in libc++'s __bit_reference header. This has alsodim2012-06-011-0/+4
| | | | | | been sent upstream. MFC after: 3 days
* Import new version of libc++. Among other improvements, this comes with antheraven2012-05-0315-1036/+1071
| | | | | <atomic> header that works with clang 3.1 (and, importantly, the pre-3.1 snapshot currently in head)
* Import a slightly newer libc++, with some bugs fixed that were found by runningtheraven2012-03-144-10/+19
| | | | | | the test suite on FreeBSD. Approved by: dim (mentor)
* Import new versions of libcxxrt and libc++.theraven2012-03-1474-3688/+5446
| | | | | | 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-25124-0/+111887
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