Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 90 | -5867/+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 | ||||
* | Fix a couple of -Wabsolute-value warnings in the libc++ tests | Marshall Clow | 2014-03-06 | 1 | -1/+1 |
| | | | | llvm-svn: 203126 | ||||
* | Implement literal suffixes for compled | Marshall Clow | 2013-10-05 | 4 | -0/+157 |
| | | | | llvm-svn: 192048 | ||||
* | 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 | 3 | -10/+10 |
| | | | | llvm-svn: 187906 | ||||
* | Implement constexpr (n3302) and fix operator *= and /= | Marshall Clow | 2013-07-31 | 13 | -55/+280 |
| | | | | llvm-svn: 187529 | ||||
* | [tests] Mark another stream input expected failure (with system libc++). | Daniel Dunbar | 2013-02-05 | 1 | -0/+2 |
| | | | | llvm-svn: 174452 | ||||
* | Add overflow check to tanh(complex) and reduce to finite answer. Fixes ↵ | Howard Hinnant | 2012-09-19 | 1 | -0/+1 |
| | | | | | | http://llvm.org/bugs/show_bug.cgi?id=13874 llvm-svn: 164266 | ||||
* | constexpr applied to <complex>. | Howard Hinnant | 2012-07-20 | 10 | -1/+113 |
| | | | | llvm-svn: 160585 | ||||
* | 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 | ||||
* | LWG 1522 | Howard Hinnant | 2010-11-18 | 2 | -14/+14 |
| | | | | llvm-svn: 119710 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 86 | -172/+172 |
| | | | | llvm-svn: 119395 | ||||
* | Fixing whitespace problems | Howard Hinnant | 2010-08-22 | 34 | -63/+53 |
| | | | | llvm-svn: 111762 | ||||
* | Wiped out some non-ascii characters that snuck into the copyright. | Howard Hinnant | 2010-05-11 | 86 | -86/+86 |
| | | | | llvm-svn: 103516 | ||||
* | libcxx initial import | Howard Hinnant | 2010-05-11 | 86 | -0/+5382 |
llvm-svn: 103490 |