Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 22 | -1421/+0 |
| | | | | llvm-svn: 224658 | ||||
* | Remove XFAIL from a number of tests that aren't expected to fail | Justin Bogner | 2014-05-15 | 1 | -3/+0 |
| | | | | | | | | These tests haven't been failing on darwin11 or 12 since r189610 when pr17027 was fixed, but they've been keeping the libc++ bot red by XPASSing since then. llvm-svn: 208831 | ||||
* | XFAIL a few tests on darwin12 | Howard Hinnant | 2013-08-22 | 1 | -0/+1 |
| | | | | llvm-svn: 189043 | ||||
* | War on tabs | Howard Hinnant | 2013-08-07 | 1 | -2/+2 |
| | | | | llvm-svn: 187906 | ||||
* | Implement constexpr (n3302) and fix operator *= and /= | Marshall Clow | 2013-07-31 | 6 | -37/+161 |
| | | | | llvm-svn: 187529 | ||||
* | [tests] Mark another stream input expected failure (with system libc++). | Daniel Dunbar | 2013-02-05 | 1 | -0/+2 |
| | | | | llvm-svn: 174452 | ||||
* | Reimplemented much of <istream> such that single character extractions do ↵ | Howard Hinnant | 2011-09-01 | 1 | -2/+2 |
| | | | | | | not check to see if this is the last character in the stream and thus never set eofbit. This fixes http://llvm.org/bugs/show_bug.cgi?id=10817 . This fix requires a recompiled libc++.dylib to be fully implemented. The recompiled libc++.dylib is ABI compatible with that shipped on Lion. llvm-svn: 138961 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 22 | -44/+44 |
| | | | | llvm-svn: 119395 | ||||
* | Fixing whitespace problems | Howard Hinnant | 2010-08-22 | 8 | -10/+10 |
| | | | | llvm-svn: 111762 | ||||
* | Wiped out some non-ascii characters that snuck into the copyright. | Howard Hinnant | 2010-05-11 | 22 | -22/+22 |
| | | | | llvm-svn: 103516 | ||||
* | libcxx initial import | Howard Hinnant | 2010-05-11 | 22 | -0/+1297 |
llvm-svn: 103490 |