summaryrefslogtreecommitdiff
path: root/test/std/containers/associative
AgeCommit message (Expand)Author
2017-01-18[libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej
2016-12-11Fix copy/paste errors introduced in r289358Eric Fiselier
2016-12-11Fix undefined behavior in container swap tests.Eric Fiselier
2016-12-09Fix missing const on set::count. Patch from Andrey KhalyavinEric Fiselier
2016-12-06[libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej
2016-11-29Protect std::{,unordered_}map tests under noexceptionsRoger Ferrer Ibanez
2016-11-23[libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej
2016-11-23[libcxx] [test] D27014: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...Stephan T. Lavavej
2016-11-23[libcxx] Fix max_size() across all containersEric Fiselier
2016-11-04[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej
2016-09-25[libc++] Remove various C++03 feature test macrosEric Fiselier
2016-08-22Add missing include that caused a test failure on Windows. Thanks to STL for ...Marshall Clow
2016-08-17make the associative containers do the right thing for propogate_on_container...Marshall Clow
2016-08-17Support allocators with explicit conversion constructors. Fixes bug #29000Marshall Clow
2016-07-25Make dtor_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier
2016-07-25Make move_assign_noexcept.pass.cpp tests more portable. Patch from STL@micros...Eric Fiselier
2016-07-25Make swap_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com.Eric Fiselier
2016-07-24Make move_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier
2016-07-19Fix undefined behavior in __treeEric Fiselier
2016-06-30Fix static assert problem on gcc; remove XFAILs that I put in in r274250Marshall Clow
2016-06-30Temporarily XFAIL the incomplete type tests for GCC while I figure out why ad...Marshall Clow
2016-06-30Implement LWG#2436: 'Comparators for associative containers should always be ...Marshall Clow
2016-06-26Make default_noexcept.pass.cpp container tests more portable. Patch from STL@...Eric Fiselier
2016-06-22Move remaining _LIBCPP_VERSION tests into test/libcxxEric Fiselier
2016-06-14Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier
2016-06-09Make the comparison objects that we pass in for various tests look more like ...Marshall Clow
2016-06-07Avoid Shadowing warnings in the associative containers tests. Thanks to STL f...Marshall Clow
2016-06-03[libcxx] Fix c++98 test failures.Asiri Rathnayake
2016-06-01Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier
2016-04-29Fix or move various non-standard tests.Eric Fiselier
2016-04-28Add braces, move braces, and rename variables to avoid shadowing. Patch from ...Eric Fiselier
2016-04-27Fix = that should have been == in test. Thanks to STL@microsoft for the catchMarshall Clow
2016-04-22Fix some non-standard parts of our test suite. Reported by STLEric Fiselier
2016-04-22Complete LWG issue #2016. Allocators must be nothrow swappableEric Fiselier
2016-04-18Fix LWG issue 2345 - Add insert(value_type&&)Eric Fiselier
2016-04-15Extract key to avoid preemptive mallocs in insert/emplace in associative cont...Eric Fiselier
2016-03-31Fix LWG issue 2469 - Use piecewise construction in map::operator[].Eric Fiselier
2016-03-31Teach __tree how to handle map's __value_typeEric Fiselier
2016-02-20Cleanup node-type handling in the associative containers.Eric Fiselier
2016-01-05Add explicit include directives; the file was getting implicitly included alr...Marshall Clow
2016-01-05First half of LWG#2354: 'Unnecessary copying when inserting into maps with br...Marshall Clow
2015-11-26Add static_assert to set/multiset/map/multimap/forward_list/deque that the al...Marshall Clow
2015-11-24Remove undefined behavior from tests; specifically, ensure that the value typ...Marshall Clow
2015-11-10Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake
2015-07-18Fix warnings in array and assoc containersEric Fiselier
2015-07-13Implement the first part of N4258: 'Cleaning up noexcept in the Library'. Thi...Marshall Clow
2015-07-07Implement N4279 and LWG#2664 for <map>. Reviewed as http://reviews.llvm.org/D...Marshall Clow
2015-06-30Add tests for LWG#2299. While doing so, I noticed that the tests we have for ...Marshall Clow
2015-05-10Fix for LWG Issue 2059: C++0x ambiguity problem with map::eraseMarshall Clow
2015-03-03Allow declaration of map and multimap iterator with incomplete mapped type. P...Eric Fiselier