summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings
Commit message (Expand)AuthorAgeFilesLines
* Fix PR32642 - string::insert and string::append don't work with move_iterator.Eric Fiselier2017-04-152-4/+45
* Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function...Marshall Clow2017-03-232-0/+7
* Implement LWG#2761: 'basic_string should require that charT match traits::cha...Marshall Clow2017-03-152-1/+25
* Add deployment knobs to tests (for Apple platforms)Mehdi Amini2017-03-155-10/+10
* Work around test failure on 32 bit OS XEric Fiselier2017-03-021-6/+13
* Remove XFAIL in implicit_deduction_guides testsSteven Wu2017-02-272-8/+0
* Remove dead code in testEric Fiselier2017-02-171-2/+0
* add implicit deduction guide tests for string_viewEric Fiselier2017-02-171-0/+71
* Work around Clang assertion when testing C++17 deduction guides with '-g'.Eric Fiselier2017-02-171-0/+4
* [libc++] Fix PR 31938 - std::basic_string constructors use non-deductible par...Eric Fiselier2017-02-171-0/+300
* [libcxx] [test] Strip trailing whitespace.Stephan T. Lavavej2017-02-051-3/+3
* [libcxx] [test] Fix Clang -Wunused-local-typedef, part 3/3.Stephan T. Lavavej2017-02-051-4/+5
* [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3.Stephan T. Lavavej2017-02-055-13/+0
* [libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.Stephan T. Lavavej2017-02-052-2/+6
* Fix up some no-exception compile failuresMarshall Clow2017-01-311-11/+11
* Workaround new -Wshadow warning introduced by r293599Alex Lorenz2017-01-311-1/+1
* Fix PR#31779: basic_string::operator= isn't exception safe.Marshall Clow2017-01-311-0/+81
* A couple more tests for constexpr stuff in string_view. No changes other than...Marshall Clow2017-01-242-0/+38
* Implement LWG#2778: basic_string_view is missing constexpr.Marshall Clow2017-01-231-0/+50
* Implement P0513R0 - "Poisoning the Hash"Eric Fiselier2017-01-213-9/+80
* [libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej2017-01-182-2/+2
* Fix std::string assignment ambiguity from braced initializer lists.Eric Fiselier2017-01-172-0/+58
* Implement P0426: Constexpr for std::char_traitsMarshall Clow2017-01-1216-1/+251
* Added XFAIL for the apple versions of clang as wellMarshall Clow2017-01-096-0/+6
* Implement P0403R1 - 'Literal suffixes for basic_string_view'. Requires clang ...Marshall Clow2017-01-096-0/+170
* Fix unused parameters and variablesEric Fiselier2016-12-234-4/+0
* [libcxx] [test] Fix MSVC x64 truncation warnings with 32-bit allocator size_t...Stephan T. Lavavej2016-12-141-1/+1
* [libcxx] [test] Fix string_view tests.Stephan T. Lavavej2016-12-092-5/+7
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-082-5/+5
* [libcxx] [test] D27269: Fix MSVC x64 warning C4267 "conversion from 'size_t' ...Stephan T. Lavavej2016-12-062-5/+6
* [libcxx] [test] D27025: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-061-2/+2
* [libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-065-12/+17
* [libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-061-2/+3
* Protect std::string tests under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-292-5/+19
* Reverting wrong diffRoger Ferrer Ibanez2016-11-242-14/+2
* Protect std::string tests under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-242-2/+14
* [libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej2016-11-2316-28/+28
* [libcxx] [test] D27018: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-11-231-2/+2
* Missed one of the try blocks the first time :-(. Thanks to Renato for the hea...Marshall Clow2016-11-151-3/+13
* Missed a test with exceptions disabled earlier. Oops.Marshall Clow2016-11-141-4/+14
* Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last...Marshall Clow2016-11-141-0/+166
* [libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized...Stephan T. Lavavej2016-11-1411-7/+4
* Update tests for strings conversions under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-148-8/+84
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-0447-54/+93
* Protect exceptional paths under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-0128-248/+598
* Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptio...Roger Ferrer Ibanez2016-10-312-2/+2
* Fix _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY to always have default visibility.Eric Fiselier2016-10-311-0/+5
* Add missing include in string_view tests. Patch from Billy ONeil @ microsoftEric Fiselier2016-10-241-0/+1
* Fix shadow warnings in string_view tests. Patch from STL@microsoft.comEric Fiselier2016-10-242-22/+20
* Add another append test for basic_stringMarshall Clow2016-10-051-0/+4
OpenPOWER on IntegriCloud