summaryrefslogtreecommitdiffstats
path: root/libcxx/test/containers/unord/unord.set/bucket.pass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-75/+0
| | | | llvm-svn: 224658
* There were two identical files named 'min_allocator.h'. Move one of them to ↵Marshall Clow2013-11-261-1/+1
| | | | | | /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 Hinnant2013-08-231-1/+1
| | | | llvm-svn: 189140
* Debug mode for unordered_multiset. The exercise spotted a few places I had ↵Howard Hinnant2013-07-291-0/+12
| | | | | | | | | | | | | | missed on unordered_set, so I picked those up as well. There are actually two debug modes: 1. -D_LIBCPP_DEBUG2 or -D_LIBCPP_DEBUG2=1 This is a relatively expensive debug mode, but very thorough. This is normally what you want to debug with, but may turn O(1) operations into O(N) operations. 2. -D_LIBCPP_DEBUG2=0 This is "debug lite." Only preconditions that can be checked with O(1) expense are checked. For example range checking on an indexing operation. But not iterator validity. llvm-svn: 187369
* Implement full support for non-pointer types in custom allocators. This is ↵Howard Hinnant2013-06-221-0/+22
| | | | | | for the unordered containers only. This work still needs to be done on the sequence containers. llvm-svn: 184635
* license changeHoward Hinnant2010-11-161-2/+2
| | | | llvm-svn: 119395
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-111-0/+41
llvm-svn: 103490
OpenPOWER on IntegriCloud