Marshall Clow
|
061d0cc4db
|
There were two identical files named 'min_allocator.h'. Move one of them to /support and delete the other. Then adjust all the tests that used them to include the moved one. No functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@195785 91177308-0d34-0410-b5e6-96231b3b80d8
|
2013-11-26 20:58:02 +00:00 |
|
Howard Hinnant
|
5e57142c59
|
Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@189140 91177308-0d34-0410-b5e6-96231b3b80d8
|
2013-08-23 20:10:18 +00:00 |
|
Howard Hinnant
|
2c39cbe020
|
Implement full support for non-pointer pointers in custom allocators for vector.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@185093 91177308-0d34-0410-b5e6-96231b3b80d8
|
2013-06-27 19:35:32 +00:00 |
|
Howard Hinnant
|
3fbd1dfb24
|
Simply debug mode tests per Dmitri Gribenko's suggestion.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@178026 91177308-0d34-0410-b5e6-96231b3b80d8
|
2013-03-26 14:28:25 +00:00 |
|
Howard Hinnant
|
c1ca2e1e8b
|
Remove some erroneous code I was using to debug debug mode.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@177908 91177308-0d34-0410-b5e6-96231b3b80d8
|
2013-03-25 20:46:07 +00:00 |
|
Howard Hinnant
|
0d01eb54e7
|
More vector::iterator debug mode tests. Run by adding to OPTIONS -D_LIBCPP_DEBUG2=1.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@177897 91177308-0d34-0410-b5e6-96231b3b80d8
|
2013-03-25 20:03:19 +00:00 |
|