| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
|
|
|
|
| |
preliminary support for C++1y.
MFC after: 3 weeks
Notes:
svn path=/head/; revision=261283
|
| |
|
|
|
|
|
|
|
|
|
|
| |
headrs.
Lots of third-party code expects to find C++03 headers under tr1 because that's
where GNU decided to hide them. This should fix ports that expect them there.
MFC after: 1 week
Notes:
svn path=/head/; revision=255206
|
| |
|
|
|
|
|
|
|
|
| |
in needed libraries, change libc++.so into a linker script, so it can
automatically pull in libcxxrt.so.
MFC after: 1 week
Notes:
svn path=/head/; revision=253917
|
| |
|
|
|
|
|
|
|
|
| |
This caused -std=c++0x not to be passed to the build by default.
Pointy hat to: dim
MFC after: 3 days
Notes:
svn path=/head/; revision=242472
|
| |
|
|
|
|
|
|
|
|
| |
-std=gnu++98 will give a lot of warnings with clang, so please use
-std=c++0x or higher, or use NO_WERROR.
MFC after: 1 week
Notes:
svn path=/head/; revision=241909
|
| |
|
|
|
|
|
|
|
|
| |
to libc++.a and libc++_p.a, to make static linking of C++ executables
with libc++ easier. This is similar to the approach used in libstdc++.
MFC after: 2 weeks
Notes:
svn path=/head/; revision=239680
|
| |
|
|
|
|
|
|
|
|
| |
Makefile, so these headers go into the same destination directory as
libc++'s own headers, currently /usr/include/c++/v1.
MFC after: 3 days
Notes:
svn path=/head/; revision=236444
|
| |
|
|
|
|
|
| |
MFC after: 3 days
Notes:
svn path=/head/; revision=236442
|
| |
|
|
|
|
|
|
|
|
| |
building libcxxrt with high -j levels. The workaround in
libc++/Makefile isn't necessary once that race is solved.
Reviewed by: theravin
Notes:
svn path=/head/; revision=233098
|
| |
|
|
|
|
|
|
|
| |
Please tests any C++ code you care about with -stdlib=libc++!
Approved by: dim (mentor)
Notes:
svn path=/head/; revision=232950
|
|
|
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)
Notes:
svn path=/head/; revision=227983
|