summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/basic.string
AgeCommit message (Expand)Author
2016-11-14Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last...Marshall Clow
2016-11-14[libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized...Stephan T. Lavavej
2016-11-01Protect exceptional paths under libcpp-no-exceptionsRoger Ferrer Ibanez
2016-10-31Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptio...Roger Ferrer Ibanez
2016-10-31Fix _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY to always have default visibility.Eric Fiselier
2016-10-24Fix shadow warnings in string_view tests. Patch from STL@microsoft.comEric Fiselier
2016-10-05Add another append test for basic_stringMarshall Clow
2016-09-24Fix a few static_asserts that need extra parens on -03Marshall Clow
2016-09-24Implement proposed resolution for LWG#2758. Reviewed as D24446. Normally, I w...Marshall Clow
2016-09-07Fix PR#30303 - no matching function for call to '__ptr_in_range'Marshall Clow
2016-09-05Fix Bug 30240 - std::string: append(first, last) error when aliasing. Add te...Marshall Clow
2016-08-17Support allocators with explicit conversion constructors. Fixes bug #29000Marshall Clow
2016-07-25Make dtor_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier
2016-07-25Make swap_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com.Eric Fiselier
2016-07-21Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...Marshall Clow
2016-06-14Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier
2016-06-01Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier
2016-05-28[libcxx] Improve tests to use the UNSUPPORTED lit directiveAsiri Rathnayake
2016-04-28Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macrosEric Fiselier
2016-04-07Recommit r263036 with additional inlining, so that it will continue to work w...Marshall Clow
2016-03-11Revert r263036, it's ABI-breaking.Nico Weber
2016-03-09Implement LWG#2579: Inconsistency wrt Allocators in basic_string assignment v...Marshall Clow
2016-03-09Implement LWG#2583: There is no way to supply an allocator for basic_string(s...Marshall Clow
2016-03-08Remove a couple tabs that crept inMarshall Clow
2016-03-08Implement P0272R1: Give 'std::string' a non-const '.data()' member functionMarshall Clow
2016-01-20More string fixes for noexcept cases. Apparently I didn't get them all in r25...Marshall Clow
2016-01-20Fix up the tests I added for string exceptions to be skipped when exceptions ...Marshall Clow
2016-01-13Fix PR#25973 : 'basic_string::assign(InputIt, InputIt) doesn't provide the st...Marshall Clow
2015-11-26Add static_assert to set/multiset/map/multimap/forward_list/deque that the al...Marshall Clow
2015-11-10Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake
2015-10-05Implement LWG#2063, and update the issues links to point to the github genera...Marshall Clow
2015-08-18implement more of N4258 - Cleaning up noexcept in the standard library. Speci...Marshall Clow
2015-07-13Implement the first part of N4258: 'Cleaning up noexcept in the Library'. Thi...Marshall Clow
2015-06-04While applying N4258, I forgot about LWG#2455, which modified the modificatio...Marshall Clow
2015-06-03More of N4258 implementation. Mark all of our test_allocators as noexcept con...Marshall Clow
2015-05-26Add tests to ensure that string/vector/array have contiguous iterators - whic...Marshall Clow
2015-03-10Use generic feature name for sanitizers that replace new and deleteEric Fiselier
2015-01-09Walter Brown sent a list of tests which needed 'additional includes' to match...Marshall Clow
2014-12-20Move test into test/std subdirectory.Eric Fiselier