Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 1 | -69/+0 |
| | | | | llvm-svn: 224658 | ||||
* | War on tabs | Howard Hinnant | 2013-08-07 | 1 | -3/+3 |
| | | | | llvm-svn: 187906 | ||||
* | Make std::forward and std::move (and std::move_if_noexcept) constexpr in C++14 | Marshall Clow | 2013-07-15 | 1 | -0/+6 |
| | | | | llvm-svn: 186344 | ||||
* | Fix and beef up test bug for move_if_noexcept | Howard Hinnant | 2011-05-17 | 1 | -3/+11 |
| | | | | llvm-svn: 131483 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 1 | -2/+2 |
| | | | | llvm-svn: 119395 | ||||
* | Changed __config to react to all of clang's currently documented has_feature ↵ | Howard Hinnant | 2010-09-04 | 1 | -4/+4 |
| | | | | | | 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 | 1 | -2/+2 |
| | | | | llvm-svn: 111767 | ||||
* | Wiped out some non-ascii characters that snuck into the copyright. | Howard Hinnant | 2010-05-11 | 1 | -1/+1 |
| | | | | llvm-svn: 103516 | ||||
* | libcxx initial import | Howard Hinnant | 2010-05-11 | 1 | -0/+55 |
llvm-svn: 103490 |