aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/23_containers/array
AgeCommit message (Expand)AuthorFilesLines
7 daysc++: Unwrap type traits defined in terms of builtins within diagnostics [PR11...Nathaniel Shead1-0/+2
2025-07-14libstdc++: Add comments to deleted std::swap overloads for LWG 2766Jonathan Wakely1-3/+3
2025-01-02Update copyright years.Jakub Jelinek59-59/+59
2024-12-11libstdc++: Skip redundant assertions in std::array equality [PR106212]Jonathan Wakely1-0/+15
2024-09-25libstdc++: testsuite: fix dg-bogus directive syntaxSam James3-3/+3
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill1-3/+3
2024-06-27libstdc++: Enable more debug assertions during constant evaluation [PR111250]Jonathan Wakely1-0/+44
2024-06-21libstdc++: Fix std::to_array for trivial-ish types [PR115522]Jonathan Wakely1-0/+33
2024-01-03Update copyright years.Jakub Jelinek59-59/+59
2023-11-21libstdc++: Add freestanding feature test macros (P2407R5)Jonathan Wakely2-3/+22
2023-11-16libstdc++: Test for feature test macros more accuratelyJonathan Wakely7-6/+12
2023-09-25libstdc++: Prevent unwanted ADL in std::to_array [PR111512]Jonathan Wakely1-0/+24
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 23_containers testsJonathan Wakely8-15/+8
2023-08-16libstdc++: Replace all manual FTM definitions and useArsen Arsenović1-3/+3
2023-06-09libstdc++: Optimize std::to_array for trivial types [PR110167]Jonathan Wakely1-0/+14
2023-06-06libstdc++: Fix ambiguous expression in std::array<T, 0>::front() [PR110139]Jonathan Wakely1-0/+5
2023-01-16Update copyright years.Jakub Jelinek59-59/+59
2023-01-04libstdc++: Fix std::array<T, 0>::data() to be a constant expression [PR108258]Jonathan Wakely1-3/+16
2022-05-05libstdc++: Fixes for tests that fail with -fno-rttiJonathan Wakely1-0/+3
2022-05-04libstdc++: Simplify std::array accessors [PR104719]Jonathan Wakely1-3/+3
2022-02-01Declare std::array members with attribute const [PR101831].Martin Sebor4-0/+93
2022-01-03Update copyright years.Jakub Jelinek59-59/+59
2021-12-01libstdc++: Define std::__is_constant_evaluated() for internal useJonathan Wakely1-3/+3
2021-08-04libstdc++: Add [[nodiscard]] to sequence containersJonathan Wakely8-10/+10
2021-08-04libstdc++: Add [[nodiscard]] to iterators and related utilitiesJonathan Wakely1-2/+2
2021-07-27libstdc++: Reduce header dependencies on <array> and <utility>Jonathan Wakely1-3/+3
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from containers testsJonathan Wakely5-6/+1
2021-01-04Update copyright years.Jakub Jelinek59-59/+59
2020-12-14libstdc++: Make tests with Undefined Behavior in C++11 UNSUPPORTEDFrançois Dumont3-3/+3
2020-12-14libstdc++: Fix several _GLIBCXX_DEBUG testsFrançois Dumont3-3/+3
2020-12-03libstdc++: Disable std::array assertions for C++11 constexprJonathan Wakely3-11/+42
2020-11-09libstdc++: Remove <debug/array>François Dumont11-71/+8
2020-09-02libstdc++: Fix three-way comparison for std::array [PR 96851]Jonathan Wakely2-3/+122
2020-07-31libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely1-1/+1
2020-04-23libstdc++: Change __cpp_lib_array_constexpr for C++17 againJonathan Wakely2-5/+4
2020-04-22libstdc++: Update (and revert) value of __cpp_lib_array_constexprJonathan Wakely4-2/+79
2020-02-27libstdc++: Define <=> for Debug Mode arrayJonathan Wakely2-4/+4
2020-01-01Update copyright years.Jakub Jelinek58-58/+58
2019-12-09libstdc++: Add C++20 P1032 constexpr to _GLIBCXX_DEBUG arrayFrançois Dumont2-4/+4
2019-12-05libstdc++: Implement spaceship for std::array (P1614R2)Jonathan Wakely2-3/+23
2019-11-15Implement the <array> part of C++20 p1032 Misc constexpr bits.Edward Smith-Rowland2-0/+79
2019-09-30Implement C++20 constexpr comparison operators for __debug::array (P1023).François Dumont2-4/+4
2019-08-08P0325R4 to_array from LFTS with updatesJonathan Wakely4-1/+141
2019-08-01Implement C++20 p0202 - Add Constexpr Modifiers to Functions in <algorithm> a...Edward Smith-Rowland3-4/+37
2019-06-17Fix tests that fail without PCHJonathan Wakely2-1/+2
2019-06-11Fix ConstexprIterator requirements tests - No constexpr algorithms!Edward Smith-Rowland1-1/+5
2019-06-08Test for C++20 p0858 - ConstexprIterator requirements.Edward Smith-Rowland1-0/+41
2019-05-13Remove Profile Mode, deprecated since GCC 7.1Jonathan Wakely2-5/+0
2019-01-01Update copyright years.Jakub Jelinek51-51/+51
2018-10-19Skip tests for GNU extensions when testing with strict modeJonathan Wakely1-0/+2