summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-1035-0/+35
* Split <ctype.h> out of <cctype>.Richard Smith2015-10-081-14/+14
* Implement LWG#2063, and update the issues links to point to the github genera...Marshall Clow2015-10-051-0/+6
* Change initialization of mbstate_t objects in tests from '= {0}' to '= {}', w...Marshall Clow2015-09-151-1/+1
* implement more of N4258 - Cleaning up noexcept in the standard library. Speci...Marshall Clow2015-08-181-4/+52
* Implement the first part of N4258: 'Cleaning up noexcept in the Library'. Thi...Marshall Clow2015-07-131-0/+31
* Make support for thread-unsafe C functions optional.Ed Schouten2015-06-241-0/+2
* 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
* Add tests to ensure that string/vector/array have contiguous iterators - whic...Marshall Clow2015-05-262-12/+53
* Make the presence of stdin and stdout optional.Ed Schouten2015-03-261-6/+12
* Use generic feature name for sanitizers that replace new and deleteEric Fiselier2015-03-101-1/+1
* Rooting out more undefined behavior in char_traits.Marshall Clow2015-02-1316-0/+24
* Move the test for zero-length into the char_traits (from string_view). Add te...Marshall Clow2015-02-124-0/+4
* Rename system_lib -> system_cxx_lib. NFCJonathan Roelofs2015-01-145-10/+10
* Walter Brown sent a list of tests which needed 'additional includes' to match...Marshall Clow2015-01-096-0/+6
* libc++ implements its' hash objects as deriving from std::unary_function, and...Marshall Clow2015-01-071-2/+2
* Move test into test/std subdirectory.Eric Fiselier2014-12-20275-0/+40752
OpenPOWER on IntegriCloud