| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Mark namespaces for user defined literals as 'inline' | Marshall Clow | 2013-10-05 | 2 | -2/+22 |
| | | | | | llvm-svn: 192047 | ||||
| * | Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. | Howard Hinnant | 2013-08-23 | 27 | -35/+35 |
| | | | | | llvm-svn: 189140 | ||||
| * | Debug mode for string. This commit also marks the first time libc++ ↵ | Howard Hinnant | 2013-08-23 | 32 | -5/+1094 |
| | | | | | | | debug-mode has found a bug (found one in regex). Had to play with extern templates a bit to get this to work since string is heavily used within libc++.dylib. llvm-svn: 189114 | ||||
| * | XFAIL 3 tests on darwin 11-12. The tests have recently been modified, are ↵ | Howard Hinnant | 2013-08-22 | 3 | -0/+9 |
| | | | | | | | correct, and pass with an updated libc++.dylib llvm-svn: 188964 | ||||
| * | Eradicate tabs | Marshall Clow | 2013-08-13 | 3 | -3/+3 |
| | | | | | llvm-svn: 188322 | ||||
| * | Added more tests for numeric conversion error handing; Refs LWG issue 2009 | Marshall Clow | 2013-08-13 | 4 | -0/+66 |
| | | | | | llvm-svn: 188282 | ||||
| * | N3644 tests for map/multimap/set/multiset. Drive-by NOEXCEPT for ↵ | Marshall Clow | 2013-08-08 | 1 | -4/+4 |
| | | | | | | | __tree_const_iterator constructor. Fix comment typos in other tests llvm-svn: 188019 | ||||
| * | N3644 support for <string> and <vector> | Marshall Clow | 2013-08-07 | 1 | -0/+73 |
| | | | | | llvm-svn: 187909 | ||||
| * | War on tabs | Howard Hinnant | 2013-08-07 | 5 | -32/+32 |
| | | | | | llvm-svn: 187906 | ||||
| * | Implement string suffixes from N3642 | Marshall Clow | 2013-07-23 | 5 | -0/+129 |
| | | | | | llvm-svn: 186956 | ||||
| * | Implement full support for non-pointer pointers in custom allocators for ↵ | Howard Hinnant | 2013-06-28 | 150 | -483/+4957 |
| | | | | | | | string. This completes the custom pointer support for the entire library. llvm-svn: 185167 | ||||
| * | This is a start at making the libc++ test suite friendlier to the ↵ | Howard Hinnant | 2013-03-23 | 1 | -1/+6 |
| | | | | | | | -fnoexceptions flag. Although this is not a complete solution, it does reduce the number of test failures on OS X from 467 to 128 on OS X when -fno-exceptions is enabled, and does not impact the number of failures at all when -fno-exceptions is not enabled. The bulk of this code was donated anonymously. llvm-svn: 177824 | ||||
| * | [tests] Mark some string.conversions expected failures (with system libc++). | Daniel Dunbar | 2013-02-05 | 2 | -0/+6 |
| | | | | | llvm-svn: 174451 | ||||
| * | [tests] XFAIL a few things that require libc (?) support missing on Darwin. | Daniel Dunbar | 2013-02-05 | 2 | -0/+4 |
| | | | | | llvm-svn: 174450 | ||||
| * | Fix string conversions functions to throw out_of_range properly. Fixes ↵ | Howard Hinnant | 2013-01-14 | 2 | -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 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 | ||||
| * | Fix wchar tests by not assuming that tm is complete and by using the | Alexis Hunt | 2011-07-15 | 1 | -2/+6 |
| | | | | | | | proper va_list time on non-darwin platforms. llvm-svn: 135247 | ||||
| * | 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 | 241 | -482/+482 |
| | | | | | llvm-svn: 119395 | ||||
| * | fixing whitespace | Howard Hinnant | 2010-09-28 | 1 | -1/+1 |
| | | | | | llvm-svn: 114967 | ||||
| * | 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 | 105 | -182/+182 |
| | | | | | llvm-svn: 111764 | ||||
| * | Fix conflict with cstring and using namespace std | Howard Hinnant | 2010-08-10 | 1 | -5/+5 |
| | | | | | llvm-svn: 110736 | ||||
| * | [string.conversions] | Howard Hinnant | 2010-06-02 | 11 | -0/+1226 |
| | | | | | llvm-svn: 105336 | ||||
| * | 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 | 230 | -230/+230 |
| | | | | | llvm-svn: 103516 | ||||
| * | libcxx initial import | Howard Hinnant | 2010-05-11 | 233 | -0/+33402 |
| llvm-svn: 103490 | |||||

