Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Klaas de Vries: Fix bug in libc++'s std::string::find_first_not_of. | Howard Hinnant | 2012-12-31 | 1 | -0/+2 |
| | | | | llvm-svn: 171321 | ||||
* | Fix <rdar://problem/10256836> getline of an empty string mistakenly causes ↵ | Howard Hinnant | 2011-10-09 | 1 | -2/+8 |
| | | | | | | failure llvm-svn: 141506 | ||||
* | Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 | Howard Hinnant | 2011-08-12 | 7 | -14/+14 |
| | | | | llvm-svn: 137522 | ||||
* | Bring noexcept for <string> inline with other containers. | Howard Hinnant | 2011-06-03 | 5 | -0/+238 |
| | | | | llvm-svn: 132573 | ||||
* | test: Rename string_op+= to string_op_plus_equal. Windows git doesn't like it. | Michael J. Spencer | 2010-12-08 | 4 | -0/+0 |
| | | | | llvm-svn: 121265 | ||||
* | LWG 1323 | Howard Hinnant | 2010-11-17 | 6 | -17/+17 |
| | | | | llvm-svn: 119560 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 153 | -306/+306 |
| | | | | llvm-svn: 119395 | ||||
* | Changed __config to react to all of clang's currently documented has_feature ↵ | Howard Hinnant | 2010-09-04 | 17 | -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 problems | Howard Hinnant | 2010-08-22 | 73 | -128/+128 |
| | | | | llvm-svn: 111764 | ||||
* | Replaced :: with _ in several path names | Howard Hinnant | 2010-05-16 | 23 | -0/+0 |
| | | | | llvm-svn: 103907 | ||||
* | Replaced :: with _ in several path names | Howard Hinnant | 2010-05-16 | 77 | -0/+0 |
| | | | | llvm-svn: 103906 | ||||
* | Wiped out some non-ascii characters that snuck into the copyright. | Howard Hinnant | 2010-05-11 | 153 | -153/+153 |
| | | | | llvm-svn: 103516 | ||||
* | libcxx initial import | Howard Hinnant | 2010-05-11 | 156 | -0/+31091 |
llvm-svn: 103490 |