summaryrefslogtreecommitdiff
path: root/include/__string
AgeCommit message (Expand)Author
2017-05-31[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier
2017-01-26Use the new __has_feature(cxx_constexpr_string_builtins) for detection of the...Marshall Clow
2017-01-12disable use of __builtin_memcmp temporarily to get the tests passing againMarshall Clow
2017-01-12Implement P0426: Constexpr for std::char_traitsMarshall Clow
2017-01-04[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier
2016-12-30improve performance of string::findSebastian Pop
2016-09-15[libc++] Fix and document visibility attributes for Clang, GCC and Windows.Eric Fiselier
2016-07-28Add a bunch of noexcepts to char_traits and string_view.Marshall Clow
2016-07-21Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...Marshall Clow