aboutsummaryrefslogtreecommitdiff
path: root/lib/libc++experimental
Commit message (Collapse)AuthorAgeFilesLines
* DIRDEPS_BUILD: Connect more libraries.Bryan Drewery2017-07-111-0/+14
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=320884
* Add PICFLAG to build libc++experimental.a, so it can be used in allDimitry Andric2017-05-211-0/+1
| | | | | | | | | situations. Noticed by: kib Notes: svn path=/head/; revision=318598
* Add libc++experimental.a for std::experimental supportDimitry Andric2017-05-211-0/+29
This adds a separate library for supporting std::experimental features. It is purposefully static, and must be explicitly linked into programs using -lc++experimental. PLEASE NOTE: there is NO WARRANTY as to any stability or continuing existence of the features in the std::experimental parts of the C++ library! Reviewed by: ed Differential Revision: https://reviews.freebsd.org/D10840 Notes: svn path=/head/; revision=318594