| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 | Howard Hinnant | 2011-08-12 | 1 | -0/+12 | |
| | | | | | llvm-svn: 137522 | |||||
| * | _STD -> _VSTD to avoid macro clash on windows | Howard Hinnant | 2011-06-30 | 1 | -192/+192 | |
| | | | | | llvm-svn: 134190 | |||||
| * | noexcept for <utility>. This included a little repair on pair, and some ↵ | Howard Hinnant | 2011-05-27 | 1 | -7/+1 | |
| | | | | | | | noexcept workarounds. llvm-svn: 132186 | |||||
| * | Fix copy_n to increment only n-1 times for an input iterator. This works ↵ | Howard Hinnant | 2011-02-27 | 1 | -1/+10 | |
| | | | | | | | much better with std::istream_iterator<int>(std::cin). Credit: Matan Nassau. llvm-svn: 126581 | |||||
| * | Chris Jefferson noted many places where function calls needed to be ↵ | Howard Hinnant | 2011-02-14 | 1 | -1/+1 | |
| | | | | | | | qualified (thanks Chris). llvm-svn: 125510 | |||||
| * | N3142. Many of these traits are just placeholders with medium quality ↵ | Howard Hinnant | 2010-11-19 | 1 | -12/+12 | |
| | | | | | | | emulation; waiting on compiler intrinsics to do it right. llvm-svn: 119854 | |||||
| * | LWG 1432 | Howard Hinnant | 2010-11-18 | 1 | -1/+5 | |
| | | | | | llvm-svn: 119611 | |||||
| * | license change | Howard Hinnant | 2010-11-16 | 1 | -2/+2 | |
| | | | | | llvm-svn: 119395 | |||||
| * | Fixed bug in random_shuffle to avoid swapping with self | Howard Hinnant | 2010-10-22 | 1 | -3/+14 | |
| | | | | | llvm-svn: 117098 | |||||
| * | Changed __config to react to all of clang's currently documented has_feature ↵ | Howard Hinnant | 2010-09-04 | 1 | -1/+1 | |
| | | | | | | | 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 | -66/+65 | |
| | | | | | llvm-svn: 111750 | |||||
| * | US 122, N3106 | Howard Hinnant | 2010-08-21 | 1 | -43/+156 | |
| | | | | | llvm-svn: 111742 | |||||
| * | weekly test results plus a bug fix clang found | Howard Hinnant | 2010-05-27 | 1 | -14/+14 | |
| | | | | | llvm-svn: 104877 | |||||
| * | Completed [alg.random.shuffle]. | Howard Hinnant | 2010-05-26 | 1 | -86/+260 | |
| | | | | | llvm-svn: 104708 | |||||
| * | patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was ↵ | Howard Hinnant | 2010-05-24 | 1 | -5/+1 | |
| | | | | | | | accepted except there were some bug fixes needed in <locale> for the __nolocale_* series. For the apple branch I ended up using templates instead of the var_args solution because it seemed both safer and more efficient. llvm-svn: 104516 | |||||
| * | 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/+5034 | |
| llvm-svn: 103490 | ||||||

