aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/23_containers/stack
AgeCommit message (Expand)AuthorFilesLines
2025-04-11libstdc++: Define __cpp_lib_containers_ranges in appropriate headers [PR111055]Tomasz KamiƄski1-1/+6
2025-03-13libstdc++: Add P1206R7 from_range members to container adaptors [PR111055]Jonathan Wakely2-0/+163
2025-01-02Update copyright years.Jakub Jelinek12-12/+12
2024-01-03Update copyright years.Jakub Jelinek12-12/+12
2023-11-16libstdc++: Test for feature test macros more accuratelyJonathan Wakely1-0/+1
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 23_containers testsJonathan Wakely2-4/+2
2023-09-15libstdc++: Remove dg-options "-std=gnu++23" from remaining testsJonathan Wakely1-1/+0
2023-01-16Update copyright years.Jakub Jelinek12-12/+12
2022-01-03Update copyright years.Jakub Jelinek12-12/+12
2021-10-29libstdc++: Fix typo in std::stack testJonathan Wakely1-1/+1
2021-10-19libstdc++: Fix std::stack deduction guideJonathan Wakely1-0/+14
2021-10-05libstdc++: Update __cpp_lib_adaptor_iterator_pair_constructor valueJonathan Wakely1-1/+1
2021-10-04libstdc++: Implement P1518R2 for container deduction guidesJonathan Wakely1-1/+2
2021-10-01libstdc++: Add container adaptor constructors taking iterators (P1425R4)Jonathan Wakely1-0/+65
2021-09-28libstdc++: Skip container adaptor tests that fail concept checksJonathan Wakely2-0/+4
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from containers testsJonathan Wakely2-2/+0
2021-01-04Update copyright years.Jakub Jelinek11-11/+11
2020-04-19libstdc++: Define operator<=> for std::stack and std::queueJonathan Wakely1-0/+60
2020-03-31Library-side tests for parenthesized aggregate initVille Voutilainen1-0/+47
2020-01-01Update copyright years.Jakub Jelinek9-9/+9
2019-02-05PR libstdc++/89128 add deduction guides for container adaptorsJonathan Wakely1-0/+89
2019-01-01Update copyright years.Jakub Jelinek8-8/+8
2018-01-03Update copyright years.Jakub Jelinek8-8/+8
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek1-1/+1
2017-01-26Fix libstdc++ testsuite failures in C++98 and C++11 modeJonathan Wakely1-1/+1
2017-01-12PR77528 partially revert r244278 and define default constructorsJonathan Wakely1-0/+37
2017-01-10PR77528 add default constructors for container adaptorsJonathan Wakely3-1/+51
2017-01-01Update copyright years.Jakub Jelinek6-6/+6
2016-10-17Implement P0084R2, Emplace return type, for C++17Jonathan Wakely1-0/+39
2016-08-26Use effective-target instead of -std optionsJonathan Wakely3-6/+3
2016-01-04Update copyright years.Jakub Jelinek5-5/+5
2015-09-11Allocator-extended constructors for container adaptors.Jonathan Wakely1-2/+35
2015-01-05Update copyright years.Jakub Jelinek5-5/+5
2014-10-16libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini2-2/+2
2014-09-22Include <bits/uses_allocator.h> in <stack> and <queue>.Jonathan Wakely1-0/+29
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford4-4/+4
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford4-4/+4
2009-12-14explicit_instantiation/1_c++0x.cc: New.Paolo Carlini1-0/+25
2009-08-25basic_string.h (basic_string): Add cbegin(), cend(), crbegin(), crend() in C+...Benjamin Kosnik1-0/+25
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2-18/+8
2007-02-20[multiple changes]Benjamin Kosnik1-0/+34
2005-08-17All files: Update FSF address.Kelley Cook1-1/+1
2005-03-16binders.cc: Remove explicit instantiations for non-weak systems.Paolo Carlini1-7/+1
2004-03-041.cc: Provide explicit instantiations for non-weak systems.Benjamin Kosnik1-1/+7
2003-07-31Reshuffle 23_containers testsuite.Benjamin Kosnik1-0/+41