summaryrefslogtreecommitdiffstats
path: root/libcxx/test/strings
Commit message (Collapse)AuthorAgeFilesLines
* [tests] Mark some string.conversions expected failures (with system libc++).Daniel Dunbar2013-02-052-0/+6
| | | | llvm-svn: 174451
* [tests] XFAIL a few things that require libc (?) support missing on Darwin.Daniel Dunbar2013-02-052-0/+4
| | | | llvm-svn: 174450
* Fix string conversions functions to throw out_of_range properly. Fixes ↵Howard Hinnant2013-01-142-4/+14
| | | | | | http://llvm.org/bugs/show_bug.cgi?id=14919. llvm-svn: 172447
* Klaas de Vries: Fix bug in libc++'s std::string::find_first_not_of.Howard Hinnant2012-12-311-0/+2
| | | | llvm-svn: 171321
* Fix <rdar://problem/10256836> getline of an empty string mistakenly causes ↵Howard Hinnant2011-10-091-2/+8
| | | | | | failure llvm-svn: 141506
* Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant2011-08-127-14/+14
| | | | llvm-svn: 137522
* Fix wchar tests by not assuming that tm is complete and by using theAlexis Hunt2011-07-151-2/+6
| | | | | | proper va_list time on non-darwin platforms. llvm-svn: 135247
* Bring noexcept for <string> inline with other containers.Howard Hinnant2011-06-035-0/+238
| | | | llvm-svn: 132573
* test: Rename string_op+= to string_op_plus_equal. Windows git doesn't like it.Michael J. Spencer2010-12-084-0/+0
| | | | llvm-svn: 121265
* LWG 1323Howard Hinnant2010-11-176-17/+17
| | | | llvm-svn: 119560
* license changeHoward Hinnant2010-11-16241-482/+482
| | | | llvm-svn: 119395
* fixing whitespaceHoward Hinnant2010-09-281-1/+1
| | | | llvm-svn: 114967
* Changed __config to react to all of clang's currently documented has_feature ↵Howard Hinnant2010-09-0417-50/+50
| | | | | | flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. llvm-svn: 113086
* Fixing whitespace problemsHoward Hinnant2010-08-22105-182/+182
| | | | llvm-svn: 111764
* Fix conflict with cstring and using namespace stdHoward Hinnant2010-08-101-5/+5
| | | | llvm-svn: 110736
* [string.conversions]Howard Hinnant2010-06-0211-0/+1226
| | | | llvm-svn: 105336
* Replaced :: with _ in several path namesHoward Hinnant2010-05-1623-0/+0
| | | | llvm-svn: 103907
* Replaced :: with _ in several path namesHoward Hinnant2010-05-1677-0/+0
| | | | llvm-svn: 103906
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-11230-230/+230
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-11233-0/+33402
llvm-svn: 103490
OpenPOWER on IntegriCloud