Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move common header files into a 'support' directory; make 'testit' include ↵ | Marshall Clow | 2013-01-05 | 10 | -10/+10 |
| | | | | | | -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 | 10 | -10/+10 |
| | | | | llvm-svn: 171452 | ||||
* | The rules for emplace in map, multimap, unordered_map and unordered_multimap ↵ | Howard Hinnant | 2012-05-25 | 5 | -8/+25 |
| | | | | | | 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 | 20 | -40/+40 |
| | | | | llvm-svn: 137522 | ||||
* | noexcept for <set>. Plus a few fixes to noexcept for <map>. | Howard Hinnant | 2011-06-04 | 21 | -12/+548 |
| | | | | llvm-svn: 132640 | ||||
* | noexcept for <map>. | Howard Hinnant | 2011-06-04 | 10 | -0/+536 |
| | | | | llvm-svn: 132639 | ||||
* | Corrected tests for http://llvm.org/bugs/show_bug.cgi?id=9351 | Howard Hinnant | 2011-04-04 | 4 | -76/+5 |
| | | | | llvm-svn: 128807 | ||||
* | ... And these wonderful tests. | Howard Hinnant | 2011-04-03 | 4 | -0/+96 |
| | | | | llvm-svn: 128797 | ||||
* | Bug 9096 - list::iterator not default constructible | Howard Hinnant | 2011-01-28 | 4 | -8/+16 |
| | | | | llvm-svn: 124508 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 173 | -346/+346 |
| | | | | llvm-svn: 119395 | ||||
* | Changed __config to react to all of clang's currently documented has_feature ↵ | Howard Hinnant | 2010-09-04 | 49 | -98/+98 |
| | | | | | | 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 | 63 | -318/+318 |
| | | | | llvm-svn: 111755 | ||||
* | Wiped out some non-ascii characters that snuck into the copyright. | Howard Hinnant | 2010-05-11 | 173 | -173/+173 |
| | | | | llvm-svn: 103516 | ||||
* | libcxx initial import | Howard Hinnant | 2010-05-11 | 173 | -0/+15074 |
llvm-svn: 103490 |