summaryrefslogtreecommitdiffstats
path: root/libcxx/test/strings/basic.string
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* 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-16153-306/+306
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-0417-50/+50
* Fixing whitespace problemsHoward Hinnant2010-08-2273-128/+128
* 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-11153-153/+153
* libcxx initial importHoward Hinnant2010-05-11156-0/+31091
OpenPOWER on IntegriCloud