summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/sequences/vector
Commit message (Expand)AuthorAgeFilesLines
...
* Support allocators with explicit conversion constructors. Fixes bug #29000Marshall Clow2016-08-171-0/+12
* Make dtor_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier2016-07-251-1/+2
* Make swap_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com.Eric Fiselier2016-07-251-11/+7
* Fix a non-standard allocator in vector tests. Patch from STL@microsoft.comEric Fiselier2016-07-241-0/+3
* Implement P0084r2. Changing emplace return types.Eric Fiselier2016-07-211-15/+15
* Always use the allocator to construct/destruct elements of a deque/vector. Fi...Marshall Clow2016-07-111-0/+9
* Implement LWG#2596: 'vector::data() should use addressof'Marshall Clow2016-06-302-3/+41
* Move remaining _LIBCPP_VERSION tests into test/libcxxEric Fiselier2016-06-221-20/+0
* Improve portability of vector tests. Patch from STL@microsoft.comEric Fiselier2016-06-151-1/+1
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-1445-54/+49
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-0135-292/+292
* Fix or move various non-standard tests.Eric Fiselier2016-04-2914-742/+0
* Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macrosEric Fiselier2016-04-288-37/+43
* Remove names of unreferenced parameters. Patch from STL@microsoft.comEric Fiselier2016-04-281-1/+1
* Complete LWG issue #2016. Allocators must be nothrow swappableEric Fiselier2016-04-221-3/+3
* Add some more tests for the containers type requirementsMarshall Clow2016-03-091-6/+28
* Add static_assert to set/multiset/map/multimap/forward_list/deque that the al...Marshall Clow2015-11-261-0/+18
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-101-0/+1
* implement more of N4258 - Cleaning up noexcept in the standard library. Speci...Marshall Clow2015-08-181-0/+44
* Add missing instrumentation in vector::insert - Patch from Anna ZaksEric Fiselier2015-07-182-284/+0
* Move bits from N4258. Mark vector's move-constructor unconditionally noexcept...Marshall Clow2015-07-141-0/+5
* Implement the first part of N4258: 'Cleaning up noexcept in the Library'. Thi...Marshall Clow2015-07-131-0/+31
* While applying N4258, I forgot about LWG#2455, which modified the modificatio...Marshall Clow2015-06-042-10/+1
* More N4258 changes. This time vector's constructorsMarshall Clow2015-06-042-3/+25
* Fix broken test I just addedMarshall Clow2015-05-261-3/+3
* Add tests to ensure that string/vector/array have contiguous iterators - whic...Marshall Clow2015-05-261-0/+52
* Fix test that was failing on C++03 b/c it was using initializer listsMarshall Clow2015-05-161-2/+2
* Remove some debugging printout lines. No functionality change.Marshall Clow2015-05-101-2/+0
* Make the new tests better; make sure that we're testing the case where no rea...Marshall Clow2015-03-302-4/+11
* While testing Erik's code coverage scripts, I found a hole in the test suite ...Marshall Clow2015-03-302-16/+74
* [libcxx] Fix __RAII_IncreaseAnnotator for increases >= 1Eric Fiselier2015-03-101-0/+34
* Move test to use correct suffixEric Fiselier2015-03-091-0/+0
* We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...Marshall Clow2015-01-2811-11/+11
* Added test for incomplete type support in vector/list/forward_list. Reference...Marshall Clow2015-01-261-0/+2
* Walter Brown sent a list of tests which needed 'additional includes' to match...Marshall Clow2015-01-093-0/+3
* Move test into test/std subdirectory.Eric Fiselier2014-12-2071-0/+5083
OpenPOWER on IntegriCloud