summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/23_containers
Commit message (Expand)AuthorAgeFilesLines
...
* libstdc++: Implement LWG 3529 for std::priority_queueJonathan Wakely2021-10-011-0/+13
* libstdc++: Implement LWG 3522 for std::priority_queueJonathan Wakely2021-10-011-0/+24
* libstdc++: Skip container adaptor tests that fail concept checksJonathan Wakely2021-09-286-8/+22
* libstdc++: Skip tests that fail with _GLIBCXX_CONCEPT_CHECKSJonathan Wakely2021-09-2818-18/+23
* libstdc++: Add valid range checks to std::span constructors [PR98421]Jonathan Wakely2021-08-312-0/+28
* libstdc++: Fix conditions for optimizing uninitialized algos [PR102064]Jonathan Wakely2021-08-252-51/+12
* libstdc++: Add std::is_layout_compatible trait for C++20Jonathan Wakely2021-08-241-9/+10
* libstdc++: Define std::is_pointer_interconvertible_base_of for C++20Jonathan Wakely2021-08-111-1/+1
* libstdc++: Make allocator equality comparable in testsJonathan Wakely2021-08-092-0/+6
* libstdc++: Add [[nodiscard]] to sequence containersJonathan Wakely2021-08-0418-35/+37
* libstdc++: Add [[nodiscard]] to iterators and related utilitiesJonathan Wakely2021-08-0413-28/+28
* libstdc++: Add testsuite proc for testing deprecated featuresJonathan Wakely2021-08-031-3/+1
* libstdc++: Remove unnecessary uses of <utility>Jonathan Wakely2021-07-271-1/+1
* libstdc++: Reduce header dependencies on <array> and <utility>Jonathan Wakely2021-07-271-3/+3
* libstdc++: Fix non-default constructors for hash containers [PR101583]Jonathan Wakely2021-07-222-0/+29
* libstdc++: fix is_default_constructible for hash containers [PR 100863]Jonathan Wakely2021-07-202-0/+66
* libstdc++: Constrain std::as_writable_bytes [PR101411]Jonathan Wakely2021-07-121-0/+15
* c++: excessive instantiation during CTAD [PR101174]Patrick Palka2021-06-232-4/+0
* c++: CTAD and deduction guide selection [PR86439]Patrick Palka2021-06-238-24/+70
* libstdc++: Add feature test macro for heterogeneous lookup in unordered conta...Jonathan Wakely2021-06-042-0/+14
* libstdc++: Value-initialize objects held by EBO helpers [PR 100863]Jonathan Wakely2021-06-022-2/+0
* libstdc++: Fix tests for COW std::string [PR 96088]Jonathan Wakely2021-06-022-14/+30
* c++: value-init vs zero-init in expand_aggr_init_1 [PR65816]Patrick Palka2021-06-017-7/+0
* libstdc++: Fix effective target for new tests [PR 96088]Jonathan Wakely2021-06-012-2/+2
* libstdc++: Limit allocation on iterator insertion in Hashtable [PR 96088]François Dumont2021-05-244-0/+670
* libstdc++: Use __builtin_unreachable for constexpr assertions [PR 100676]Jonathan Wakely2021-05-203-3/+3
* libstdc++: Remove redundant -std=gnu++17 option from containers testsJonathan Wakely2021-05-1050-51/+1
* libstdc++: Remove redundant -std=gnu++17 option from PMR testsJonathan Wakely2021-05-1024-24/+12
* libstdc++: Fix invalid constexpr function in C++11 mode [PR 99985]Jonathan Wakely2021-04-091-0/+47
* libstdc++: Simplify noexcept-specifiers for move constructorsJonathan Wakely2021-04-084-8/+8
* libstdc++: _GLIBCXX_DEBUG Fix allocator-extended move constructorFrançois Dumont2021-03-282-2/+10
* libstdc++: Add unordered containers heterogeneous lookupFrançois Dumont2021-02-094-0/+624
* libstdc++: Make deque iterator operator- usable with value-init iteratorsFrançois Dumont2021-02-012-0/+134
* libstdc++: Implement N3644 for _GLIBCXX_DEBUG iteratorsFrançois Dumont2021-01-141-3/+5
* libstdc++: Implement N3644 for _GLIBCXX_DEBUG iteratorsFrançois Dumont2021-01-142-0/+82
* Update copyright years.Jakub Jelinek2021-01-041418-1418/+1418
* libstdc++: Make tests with Undefined Behavior in C++11 UNSUPPORTEDFrançois Dumont2020-12-143-3/+3
* libstdc++: Fix several _GLIBCXX_DEBUG testsFrançois Dumont2020-12-144-3/+4
* libstdc++: Disable std::array assertions for C++11 constexprJonathan Wakely2020-12-033-11/+42
* libstdc++: _Rb_tree code cleanup, remove lambdasFrançois Dumont2020-11-204-0/+212
* libstdc++: Remove <debug/array>François Dumont2020-11-0911-71/+8
* libstdc++: Fix some more warnings in testJonathan Wakely2020-10-301-24/+24
* libstdc++: Avoid warnings in testsJonathan Wakely2020-10-2918-53/+149
* libstdc++: Make std::span layout-compatible with struct iovec [PR 95609]Jonathan Wakely2020-10-281-0/+48
* libstdc++: Remove overzealous static_asserts from std::spanPatrick Palka2020-09-213-12/+30
* libstdc++: Fix three-way comparison for std::array [PR 96851]Jonathan Wakely2020-09-022-3/+122
* libstdc++: Fix regression in hash containersJonathan Wakely2020-08-261-0/+29
* libstdc++: Remove tests for self-move debug assertionsJonathan Wakely2020-08-2524-804/+0
* libstdc++: Make self-move well-defined for containers [PR 85828]Jonathan Wakely2020-08-126-0/+273
* libstdc++: Implement DR 526 on [forward_]list remove_if/unique [PR 91620]François Dumont2020-08-112-0/+198