summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/unord
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej2017-01-184-4/+4
* fix warnings only produced by apple-clangEric Fiselier2016-12-241-24/+3
* Fix unused parameters and variablesEric Fiselier2016-12-237-48/+27
* Fix copy/paste errors introduced in r289358Eric Fiselier2016-12-111-8/+8
* Fix undefined behavior in container swap tests.Eric Fiselier2016-12-118-120/+120
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-084-32/+32
* [libcxx] [test] D27266: Remove spurious semicolons.Stephan T. Lavavej2016-12-061-1/+1
* [libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-0686-854/+940
* Protect std::{,unordered_}map tests under noexceptionsRoger Ferrer Ibanez2016-11-291-1/+9
* [libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej2016-11-238-8/+8
* [libcxx] Fix max_size() across all containersEric Fiselier2016-11-234-46/+114
* [libcxx] [test] D26627: Fix ordering assumptions in unordered container tests.Stephan T. Lavavej2016-11-153-32/+17
* [libcxx] [test] D26624: Fix bucket_count() assumptions.Stephan T. Lavavej2016-11-158-96/+96
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-0415-15/+27
* [libc++] Remove various C++03 feature test macrosEric Fiselier2016-09-254-12/+4
* Support allocators with explicit conversion constructors. Fixes bug #29000Marshall Clow2016-08-1716-1/+604
* Make dtor_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier2016-07-254-8/+12
* Mark bucket_count() assertions as non-portable. Patch from STL@microsoft.comEric Fiselier2016-07-25107-349/+458
* Make move_assign_noexcept.pass.cpp tests more portable. Patch from STL@micros...Eric Fiselier2016-07-254-4/+8
* Make swap_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com.Eric Fiselier2016-07-254-112/+60
* Mark bucket() assertions as non-portable. Patch from STL@microsoft.comEric Fiselier2016-07-244-8/+12
* Make move_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier2016-07-244-12/+16
* Make bucket_count() greater-equal assertions portable. Patch from STL@microso...Eric Fiselier2016-07-244-7/+7
* Mark bucket_size() assertions as non-portible. Patch from STL@microsoft.comEric Fiselier2016-07-244-48/+52
* Fix static assert problem on gcc; remove XFAILs that I put in in r274250Marshall Clow2016-06-302-4/+0
* Fix C++03 build.Eric Fiselier2016-06-304-1/+13
* Temporarily XFAIL the incomplete type tests for GCC while I figure out why ad...Marshall Clow2016-06-302-0/+4
* Implement LWG#2436: 'Comparators for associative containers should always be ...Marshall Clow2016-06-308-0/+232
* Make default_noexcept.pass.cpp container tests more portable. Patch from STL@...Eric Fiselier2016-06-264-8/+12
* Move remaining _LIBCPP_VERSION tests into test/libcxxEric Fiselier2016-06-222-40/+0
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-14237-275/+259
* Found a couple bugs in the test suite. No functionality change.Marshall Clow2016-06-142-0/+4
* Make the comparison objects that we pass in for various tests look more like ...Marshall Clow2016-06-0920-8/+24
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-0110-29/+29
* Fix some non-standard parts of our test suite. Reported by STLEric Fiselier2016-04-226-279/+0
* Complete LWG issue #2016. Allocators must be nothrow swappableEric Fiselier2016-04-224-11/+12
* Fix LWG issue 2345 - Add insert(value_type&&)Eric Fiselier2016-04-187-78/+161
* Teach map/unordered_map how to optimize 'emplace(Key, T)'.Eric Fiselier2016-04-161-0/+1
* Extract key to avoid preemptive mallocs in insert/emplace in associative cont...Eric Fiselier2016-04-154-566/+11
* Update container_test_types.h and cleanup the related testsEric Fiselier2016-03-316-24/+13
* unord: Extract key to avoid preemptive mallocs in insert/emplaceDuncan P. N. Exon Smith2016-03-172-0/+184
* Fix LWG issue 2469 - Use piecewise construction in unordered_map::operator[].Eric Fiselier2016-02-112-12/+52
* Revert r260514 because it has a bogus commit message.Eric Fiselier2016-02-112-52/+12
* Teach __hash_table how to handle unordered_map's __hash_value_type.Eric Fiselier2016-02-112-12/+52
* Teach __hash_table how to handle unordered_map's __hash_value_type.Eric Fiselier2016-02-114-0/+500
* Recommit r260012 - Cleanup node-type handling in the unordered containers.Eric Fiselier2016-02-105-0/+304
* Revert r260012 due to __gnu_cxx::hash_map breakageEric Fiselier2016-02-085-304/+0
* Cleanup node-type handling in the unordered containersEric Fiselier2016-02-075-0/+304
* Add a bunch of missing includes in the test suite to make it more portable. F...Marshall Clow2016-01-1253-114/+167
* Add static_assert to set/multiset/map/multimap/forward_list/deque that the al...Marshall Clow2015-11-264-0/+72
OpenPOWER on IntegriCloud