summaryrefslogtreecommitdiff
path: root/libcxx/test/strings
AgeCommit message (Expand)Author
2014-12-20Move test into test/std subdirectory.Eric Fiselier
2014-11-14Split string capacity test into two parts and mark one part as UNSUPPORTED wh...Eric Fiselier
2014-08-18Mark cuchar tests as always xfail since we don't provide the header'Eric Fiselier
2014-07-17Fix bug #20335 - memory leak when move-constructing a string with unequal all...Marshall Clow
2014-06-10A bunch of the char.traits tests were using unicode literals. #ifdef those bi...Marshall Clow
2014-03-04Implement LWG #2268: Setting a default argument in the declaration of a membe...Marshall Clow
2014-01-16Add license headers to a bunch of libc++ files that were missing them. No fun...Marshall Clow
2013-12-03Found six (nmostly) identical files named 'test_allocator.h' in the libcxx te...Marshall Clow
2013-11-26There were two identical files named 'min_allocator.h'. Move one of them to /...Marshall Clow
2013-11-06Fix an off-by-one error in basic_string::__grow_by, where it would incorrectl...Marshall Clow
2013-10-31Fixes PR17148Marshall Clow
2013-10-05Mark namespaces for user defined literals as 'inline'Marshall Clow
2013-08-23Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.Howard Hinnant
2013-08-23Debug mode for string. This commit also marks the first time libc++ debug-mo...Howard Hinnant
2013-08-22XFAIL 3 tests on darwin 11-12. The tests have recently been modified, are co...Howard Hinnant
2013-08-13Eradicate tabsMarshall Clow
2013-08-13Added more tests for numeric conversion error handing; Refs LWG issue 2009Marshall Clow
2013-08-08N3644 tests for map/multimap/set/multiset. Drive-by NOEXCEPT for __tree_const...Marshall Clow
2013-08-07N3644 support for <string> and <vector>Marshall Clow
2013-08-07War on tabsHoward Hinnant
2013-07-23Implement string suffixes from N3642Marshall Clow
2013-06-28Implement full support for non-pointer pointers in custom allocators for stri...Howard Hinnant
2013-03-23This is a start at making the libc++ test suite friendlier to the -fnoexcepti...Howard Hinnant
2013-02-05[tests] Mark some string.conversions expected failures (with system libc++).Daniel Dunbar
2013-02-05[tests] XFAIL a few things that require libc (?) support missing on Darwin.Daniel Dunbar
2013-01-14Fix string conversions functions to throw out_of_range properly. Fixes http:...Howard Hinnant
2012-12-31Klaas de Vries: Fix bug in libc++'s std::string::find_first_not_of.Howard Hinnant
2011-10-09Fix <rdar://problem/10256836> getline of an empty string mistakenly causes fa...Howard Hinnant
2011-08-12Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant
2011-07-15Fix wchar tests by not assuming that tm is complete and by using theAlexis Hunt
2011-06-03Bring noexcept for <string> inline with other containers.Howard Hinnant
2010-12-08test: Rename string_op+= to string_op_plus_equal. Windows git doesn't like it.Michael J. Spencer
2010-11-17LWG 1323Howard Hinnant
2010-11-16license changeHoward Hinnant
2010-09-28fixing whitespaceHoward Hinnant
2010-09-04Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-08-10Fix conflict with cstring and using namespace stdHoward Hinnant
2010-06-02[string.conversions]Howard Hinnant
2010-05-16Replaced :: with _ in several path namesHoward Hinnant
2010-05-16Replaced :: with _ in several path namesHoward Hinnant
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant