summaryrefslogtreecommitdiff
path: root/test/std/containers/sequences
AgeCommit message (Expand)Author
2017-01-18[libcxx] [test] Fix MSVC warnings C4127 and C6326 about constants.Stephan T. Lavavej
2017-01-16Implement the missing constexpr stuff in <array>. Fixes PR#31645.Marshall Clow
2017-01-07[libcxx] [test] Strip trailing whitespace. NFC, no code review.Stephan T. Lavavej
2017-01-04Implement the last bit of P0031: 'A Proposal to Add Constexpr Modifiers to re...Marshall Clow
2016-12-28Fix debug mode for vector/list and cleanup testsEric Fiselier
2016-12-24Fix yet another missed -Wunused warning. Hopefully this is the last oneEric Fiselier
2016-12-24fix warnings only produced by apple-clangEric Fiselier
2016-12-14Fix PR31378 - std::list::remove should not require a default constructible al...Eric Fiselier
2016-12-14[libcxx] [test] Fix MSVC x64 truncation warnings with 32-bit allocator size_t...Stephan T. Lavavej
2016-12-12[libcxx] [test] Fix an improper assumption about Null Forward Iterators.Stephan T. Lavavej
2016-12-11Enable the -Wsign-compare warning to better support MSVCEric Fiselier
2016-12-11Fix undefined behavior in container swap tests.Eric Fiselier
2016-12-08[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej
2016-12-06[libcxx] [test] D27269: Fix MSVC x64 warning C4267 "conversion from 'size_t' ...Stephan T. Lavavej
2016-12-06[libcxx] [test] D27025: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej
2016-12-06[libcxx] [test] D27024: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej
2016-12-06[libcxx] [test] D27023: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej
2016-12-06[libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej
2016-12-06[libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej
2016-12-01Protect sequences test under libcpp-no-exceptionsRoger Ferrer Ibanez
2016-11-29Protect std::array tests under noexceptionsRoger Ferrer Ibanez
2016-11-23[libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej
2016-11-23[libcxx] [test] D27016: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...Stephan T. Lavavej
2016-11-23[libcxx] [test] D27014: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...Stephan T. Lavavej
2016-11-23[libcxx] [test] D27013: 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-10-31Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptio...Roger Ferrer Ibanez
2016-10-27[PATCH] D25483: [libcxx] [test] Fix non-Standard assumptions about how many e...Stephan T. Lavavej
2016-10-08[libc++] Fix stack_allocatorEric Fiselier
2016-09-25Update -verify test to use new static assert messageEric Fiselier
2016-09-25[libc++] Remove various C++03 feature test macrosEric Fiselier
2016-08-17Support allocators with explicit conversion constructors. Fixes bug #29000Marshall Clow
2016-08-03Fix compile error due to mismatched iterator types. Patch from STL@microsoft.comEric Fiselier
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-24Fix a non-standard allocator in vector tests. Patch from STL@microsoft.comEric Fiselier
2016-07-24Make move_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier
2016-07-21Implement P0084r2. Changing emplace return types.Eric Fiselier
2016-07-11Always use the allocator to construct/destruct elements of a deque/vector. Fi...Marshall Clow
2016-06-30Implement LWG#2596: 'vector::data() should use addressof'Marshall Clow
2016-06-30Make std::array typedef tests more portable.Eric Fiselier
2016-06-30Fix unary_function inheritance assumption. Patch from STL@microsoft.comEric Fiselier
2016-06-26Make default_noexcept.pass.cpp container tests more portable. Patch from STL@...Eric Fiselier
2016-06-22Finish converting list _LIBCPP_DEBUG tests.Eric Fiselier
2016-06-22Cleanup _LIBCPP_DEBUG tests in std::list. More to come.Eric Fiselier
2016-06-22Cleanup [list.modifiers] tests.Eric Fiselier
2016-06-22Move remaining _LIBCPP_VERSION tests into test/libcxxEric Fiselier
2016-06-15Improve portability of vector tests. Patch from STL@microsoft.comEric Fiselier