aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/23_containers/span
AgeCommit message (Expand)AuthorFilesLines
2025-01-08libstdc++: add initializer_list constructor to std::span (P2447R6)Giuseppe D'Angelo2-0/+101
2025-01-02Update copyright years.Jakub Jelinek27-27/+27
2024-12-11libstdc++: Skip redundant assertions in std::span construction [PR117966]Jonathan Wakely1-0/+13
2024-01-03Update copyright years.Jakub Jelinek27-27/+27
2023-12-05libstdc++: Redefine __glibcxx_assert to work in C++23 constexprJonathan Wakely3-6/+6
2023-11-29Fix '23_containers/span/at.cc' for '-fno-exceptions' configurationsThomas Schwinge1-2/+2
2023-11-21libstdc++: Add std::span::at for C++26 (P2821R5)Jonathan Wakely3-28/+50
2023-11-16libstdc++: Test for feature test macros more accuratelyJonathan Wakely2-0/+2
2023-11-11libstdc++: Add [[nodiscard]] to std::span membersJonathan Wakely20-21/+79
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 23_containers testsJonathan Wakely9-16/+7
2023-09-15libstdc++: Remove dg-options "-std=gnu++2a" from XFAIL std::span testsJonathan Wakely21-57/+36
2023-09-15libstdc++: Remove dg-options "-std=c++20" from <span> and <cuchar> testsJonathan Wakely2-4/+2
2023-03-20c++: explicit ctor and list-initialization [PR109159]Marek Polacek1-2/+2
2023-01-16Update copyright years.Jakub Jelinek28-28/+28
2022-01-03Update copyright years.Jakub Jelinek28-28/+28
2021-11-26libstdc++: Remove redundant xfail selectors in dg-do compile testsJonathan Wakely1-1/+1
2021-10-05libstdc++: Ensure std::span and std::string_view are trivially copyable (P225...Jonathan Wakely1-0/+13
2021-08-31libstdc++: Add valid range checks to std::span constructors [PR98421]Jonathan Wakely2-0/+28
2021-08-24libstdc++: Add std::is_layout_compatible trait for C++20Jonathan Wakely1-9/+10
2021-08-11libstdc++: Define std::is_pointer_interconvertible_base_of for C++20Jonathan Wakely1-1/+1
2021-07-12libstdc++: Constrain std::as_writable_bytes [PR101411]Jonathan Wakely1-0/+15
2021-05-20libstdc++: Use __builtin_unreachable for constexpr assertions [PR 100676]Jonathan Wakely3-3/+3
2021-01-04Update copyright years.Jakub Jelinek28-28/+28
2020-10-28libstdc++: Make std::span layout-compatible with struct iovec [PR 95609]Jonathan Wakely1-0/+48
2020-09-21libstdc++: Remove overzealous static_asserts from std::spanPatrick Palka3-12/+30
2020-07-31libstdc++: Add dg-require-effective-target to std::span assert testsJonathan Wakely13-13/+26
2020-02-27libstdc++: Fix std::span test failures with _GLIBCXX_ASSERTIONSJonathan Wakely13-0/+13
2020-02-19libstdc++: span's deduction-guide for built-in arrays doesn't work (LWG 3369)Jonathan Wakely2-1/+5
2020-02-19libstdc++: Remove std::span::cbegin and std::span::cend (LWG 3320)Jonathan Wakely1-8/+7
2020-02-18libstdc++: P1976R2 Fixed-size span construction from dynamic rangeJonathan Wakely3-2/+50
2020-02-18libstdc++: P2116R0 Remove tuple-like protocol support from fixed-extent spanJonathan Wakely5-109/+0
2020-01-27libstdc++: Fix deduction guide for std::span (PR93426)Jonathan Wakely1-0/+84
2020-01-01Update copyright years.Jakub Jelinek29-29/+29
2019-12-10libstdc++: Correct noexcept-specifiers on span constructorsJonathan Wakely1-0/+59
2019-12-05libstdc++: Fix bug in std::span testJonathan Wakely1-2/+7
2019-10-09Implement C++20 P0388R4, DR 1307, and DR 330.Marek Polacek1-2/+1
2019-09-30Implement LWG 3255 for std::span constructorsJonathan Wakely1-0/+69
2019-09-10PR libstdc++/91711 fix failing testJonathan Wakely1-1/+1
2019-09-05Improve precondition checks for std::spanJonathan Wakely21-10/+574
2019-09-05Implement std::span for C++20JeanHeyd Meneide8-0/+398