summaryrefslogtreecommitdiffstats
path: root/libcxx/test/strings
Commit message (Expand)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-20275-40752/+0
* Split string capacity test into two parts and mark one part as UNSUPPORTED wh...Eric Fiselier2014-11-142-12/+54
* Mark cuchar tests as always xfail since we don't provide the header'Eric Fiselier2014-08-182-2/+2
* Fix bug #20335 - memory leak when move-constructing a string with unequal all...Marshall Clow2014-07-171-0/+10
* A bunch of the char.traits tests were using unicode literals. #ifdef those bi...Marshall Clow2014-06-1018-0/+36
* Implement LWG #2268: Setting a default argument in the declaration of a membe...Marshall Clow2014-03-045-5/+179
* Add license headers to a bunch of libc++ files that were missing them. No fun...Marshall Clow2014-01-162-0/+18
* Found six (nmostly) identical files named 'test_allocator.h' in the libcxx te...Marshall Clow2013-12-0320-94/+19
* There were two identical files named 'min_allocator.h'. Move one of them to /...Marshall Clow2013-11-26168-419/+167
* Fix an off-by-one error in basic_string::__grow_by, where it would incorrectl...Marshall Clow2013-11-061-6/+36
* Fixes PR17148Marshall Clow2013-10-311-0/+6
* Mark namespaces for user defined literals as 'inline'Marshall Clow2013-10-052-2/+22
* Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.Howard Hinnant2013-08-2327-35/+35
* Debug mode for string. This commit also marks the first time libc++ debug-mo...Howard Hinnant2013-08-2332-5/+1094
* XFAIL 3 tests on darwin 11-12. The tests have recently been modified, are co...Howard Hinnant2013-08-223-0/+9
* Eradicate tabsMarshall Clow2013-08-133-3/+3
* Added more tests for numeric conversion error handing; Refs LWG issue 2009Marshall Clow2013-08-134-0/+66
* N3644 tests for map/multimap/set/multiset. Drive-by NOEXCEPT for __tree_const...Marshall Clow2013-08-081-4/+4
* N3644 support for <string> and <vector>Marshall Clow2013-08-071-0/+73
* War on tabsHoward Hinnant2013-08-075-32/+32
* Implement string suffixes from N3642Marshall Clow2013-07-235-0/+129
* Implement full support for non-pointer pointers in custom allocators for stri...Howard Hinnant2013-06-28150-483/+4957
* This is a start at making the libc++ test suite friendlier to the -fnoexcepti...Howard Hinnant2013-03-231-1/+6
* [tests] Mark some string.conversions expected failures (with system libc++).Daniel Dunbar2013-02-052-0/+6
* [tests] XFAIL a few things that require libc (?) support missing on Darwin.Daniel Dunbar2013-02-052-0/+4
* Fix string conversions functions to throw out_of_range properly. Fixes http:...Howard Hinnant2013-01-142-4/+14
* Klaas de Vries: Fix bug in libc++'s std::string::find_first_not_of.Howard Hinnant2012-12-311-0/+2
* Fix <rdar://problem/10256836> getline of an empty string mistakenly causes fa...Howard Hinnant2011-10-091-2/+8
* Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant2011-08-127-14/+14
* Fix wchar tests by not assuming that tm is complete and by using theAlexis Hunt2011-07-151-2/+6
* Bring noexcept for <string> inline with other containers.Howard Hinnant2011-06-035-0/+238
* test: Rename string_op+= to string_op_plus_equal. Windows git doesn't like it.Michael J. Spencer2010-12-084-0/+0
* LWG 1323Howard Hinnant2010-11-176-17/+17
* license changeHoward Hinnant2010-11-16241-482/+482
* fixing whitespaceHoward Hinnant2010-09-281-1/+1
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-0417-50/+50
* Fixing whitespace problemsHoward Hinnant2010-08-22105-182/+182
* Fix conflict with cstring and using namespace stdHoward Hinnant2010-08-101-5/+5
* [string.conversions]Howard Hinnant2010-06-0211-0/+1226
* Replaced :: with _ in several path namesHoward Hinnant2010-05-1623-0/+0
* Replaced :: with _ in several path namesHoward Hinnant2010-05-1677-0/+0
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-11230-230/+230
* libcxx initial importHoward Hinnant2010-05-11233-0/+33402
OpenPOWER on IntegriCloud