summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/basic.string/string.cons
Commit message (Expand)AuthorAgeFilesLines
* Support allocators with explicit conversion constructors. Fixes bug #29000Marshall Clow2016-08-171-0/+1
* Make dtor_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier2016-07-251-1/+2
* Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...Marshall Clow2016-07-212-0/+112
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-011-2/+2
* Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macrosEric Fiselier2016-04-2820-87/+66
* Recommit r263036 with additional inlining, so that it will continue to work w...Marshall Clow2016-04-071-2/+25
* Revert r263036, it's ABI-breaking.Nico Weber2016-03-111-25/+2
* Implement LWG#2583: There is no way to supply an allocator for basic_string(s...Marshall Clow2016-03-091-2/+25
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-101-0/+1
* implement more of N4258 - Cleaning up noexcept in the standard library. Speci...Marshall Clow2015-08-181-4/+52
* While applying N4258, I forgot about LWG#2455, which modified the modificatio...Marshall Clow2015-06-041-5/+0
* More of N4258 implementation. Mark all of our test_allocators as noexcept con...Marshall Clow2015-06-034-3/+56
* Move test into test/std subdirectory.Eric Fiselier2014-12-2020-0/+1429
OpenPOWER on IntegriCloud