Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 20 | -1788/+0 |
| | | | | llvm-svn: 224658 | ||||
* | Added vector<T>::insert tests suggested by code coverage results | Marshall Clow | 2014-11-11 | 3 | -0/+99 |
| | | | | llvm-svn: 221689 | ||||
* | Add Address Sanitizer support to std::vector | Marshall Clow | 2014-05-08 | 13 | -0/+121 |
| | | | | llvm-svn: 208319 | ||||
* | LWG issue #2252: Add more tests for exception safety. No changes needed in ↵ | Marshall Clow | 2014-03-04 | 1 | -8/+16 |
| | | | | | | the library llvm-svn: 202885 | ||||
* | There were two identical files named 'min_allocator.h'. Move one of them to ↵ | Marshall Clow | 2013-11-26 | 19 | -19/+19 |
| | | | | | | /support and delete the other. Then adjust all the tests that used them to include the moved one. No functionality change. llvm-svn: 195785 | ||||
* | Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. | Howard Hinnant | 2013-08-23 | 12 | -25/+25 |
| | | | | llvm-svn: 189140 | ||||
* | War on tabs. | Howard Hinnant | 2013-07-08 | 1 | -27/+27 |
| | | | | llvm-svn: 185865 | ||||
* | Implement full support for non-pointer pointers in custom allocators for vector. | Howard Hinnant | 2013-06-27 | 19 | -0/+438 |
| | | | | llvm-svn: 185093 | ||||
* | After years of telling people: 'If you ever find any of my code that ↵ | Howard Hinnant | 2013-04-18 | 1 | -0/+7 |
| | | | | | | self-move-assigns, send me a bug report.' Somebody finally took me up on it. vector::erase(begin(), begin()) does a self-move-assign of every element in the vector, leaving all of those elements in an unspecified state. I checked the other containers for this same bug and did not find it. Added test case. llvm-svn: 179760 | ||||
* | More vector debug tests. | Howard Hinnant | 2013-03-26 | 5 | -0/+64 |
| | | | | llvm-svn: 178033 | ||||
* | Simply debug mode tests per Dmitri Gribenko's suggestion. | Howard Hinnant | 2013-03-26 | 7 | -50/+7 |
| | | | | llvm-svn: 178026 | ||||
* | Added debug tests for indexing, pop_back and both forms of erase. Added an ↵ | Howard Hinnant | 2013-03-25 | 7 | -0/+312 |
| | | | | | | improved error message for erasing a single element with end(). llvm-svn: 177929 | ||||
* | Fix exception safety bug in vector::push_back | Howard Hinnant | 2013-01-11 | 1 | -0/+73 |
| | | | | llvm-svn: 172250 | ||||
* | 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 | ||||
* | Add test for self-referencing emplace test. | Howard Hinnant | 2012-07-09 | 1 | -0/+34 |
| | | | | llvm-svn: 159921 | ||||
* | Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 | Howard Hinnant | 2011-08-12 | 1 | -2/+2 |
| | | | | llvm-svn: 137522 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 11 | -22/+22 |
| | | | | llvm-svn: 119395 | ||||
* | Changed __config to react to all of clang's currently documented has_feature ↵ | Howard Hinnant | 2010-09-04 | 5 | -14/+14 |
| | | | | | | 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 | 6 | -8/+8 |
| | | | | llvm-svn: 111755 | ||||
* | Wiped out some non-ascii characters that snuck into the copyright. | Howard Hinnant | 2010-05-11 | 11 | -11/+11 |
| | | | | llvm-svn: 103516 | ||||
* | libcxx initial import | Howard Hinnant | 2010-05-11 | 11 | -0/+675 |
llvm-svn: 103490 |