Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move common header files into a 'support' directory; make 'testit' include ↵ | Marshall Clow | 2013-01-05 | 1 | -1/+1 |
| | | | | | | -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files llvm-svn: 171594 | ||||
* | Removed several more different 'iterators.h' files in libcxx/test | Marshall Clow | 2013-01-03 | 1 | -1/+1 |
| | | | | llvm-svn: 171452 | ||||
* | The rules for emplace in map, multimap, unordered_map and unordered_multimap ↵ | Howard Hinnant | 2012-05-25 | 2 | -4/+10 |
| | | | | | | changed a while back and I'm just now updating to these new rules. In a nutshell, you've got to know you're emplacing to a pair and use one of pair's constructors. I made one extension: If you want to emplace the key and default construct the mapped_type, you can just emplace(key), as opposed to emplace(piecewise_construct, forward_as_tuple(key), forward_as_tuple()). llvm-svn: 157503 | ||||
* | Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 | Howard Hinnant | 2011-08-12 | 5 | -10/+10 |
| | | | | llvm-svn: 137522 | ||||
* | noexcept for <set>. Plus a few fixes to noexcept for <map>. | Howard Hinnant | 2011-06-04 | 5 | -5/+5 |
| | | | | llvm-svn: 132640 | ||||
* | noexcept for <map>. | Howard Hinnant | 2011-06-04 | 5 | -0/+268 |
| | | | | llvm-svn: 132639 | ||||
* | Corrected tests for http://llvm.org/bugs/show_bug.cgi?id=9351 | Howard Hinnant | 2011-04-04 | 1 | -24/+0 |
| | | | | llvm-svn: 128807 | ||||
* | ... And these wonderful tests. | Howard Hinnant | 2011-04-03 | 1 | -0/+24 |
| | | | | llvm-svn: 128797 | ||||
* | Bug 9096 - list::iterator not default constructible | Howard Hinnant | 2011-01-28 | 1 | -2/+4 |
| | | | | llvm-svn: 124508 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 41 | -82/+82 |
| | | | | llvm-svn: 119395 | ||||
* | Changed __config to react to all of clang's currently documented has_feature ↵ | Howard Hinnant | 2010-09-04 | 12 | -24/+24 |
| | | | | | | 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 | 15 | -22/+22 |
| | | | | llvm-svn: 111755 | ||||
* | Wiped out some non-ascii characters that snuck into the copyright. | Howard Hinnant | 2010-05-11 | 41 | -41/+41 |
| | | | | llvm-svn: 103516 | ||||
* | libcxx initial import | Howard Hinnant | 2010-05-11 | 41 | -0/+2829 |
llvm-svn: 103490 |