aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/25_algorithms/sample
AgeCommit message (Expand)AuthorFilesLines
2025-06-27libstdc++: Directly implement ranges::sample [PR100795]Patrick Palka1-0/+26
2025-01-02Update copyright years.Jakub Jelinek5-5/+5
2024-01-03Update copyright years.Jakub Jelinek5-5/+5
2023-09-15libstdc++: Remove dg-options "-std=gnu++2a" from constrained algo testsJonathan Wakely1-2/+1
2023-01-16Update copyright years.Jakub Jelinek5-5/+5
2022-01-03Update copyright years.Jakub Jelinek5-5/+5
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from algorithm testsJonathan Wakely4-4/+0
2021-01-04Update copyright years.Jakub Jelinek5-5/+5
2020-10-29libstdc++: Avoid warnings in testsJonathan Wakely1-0/+1
2020-09-21libstdc++: Fix division by zero in std::samplePatrick Palka1-0/+50
2020-02-18libstdc++: P1243R4 Rangify new algorithmsPatrick Palka1-0/+68
2020-01-01Update copyright years.Jakub Jelinek3-3/+3
2019-01-01Update copyright years.Jakub Jelinek3-3/+3
2018-07-26Add missing dg-require-cstdint directives to testsJonathan Wakely2-0/+2
2018-01-03Update copyright years.Jakub Jelinek3-3/+3
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek3-3/+3
2017-06-27PR libstdc++/81221 only run new test for check-parallelJonathan Wakely1-2/+1
2017-06-27PR libstdc++/81221 fix namespace qualification for parallel modeJonathan Wakely1-0/+23
2017-01-01Update copyright years.Jakub Jelinek2-2/+2
2016-10-17PR77994 Convert std::sample size argument to suitable typeJonathan Wakely1-0/+65
2016-10-12Define std::sample for C++17Jonathan Wakely1-0/+110