aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/25_algorithms/search
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek8-8/+8
2024-11-14libstdc++: Make _GLIBCXX_NODISCARD work for C++11 and C++14Jonathan Wakely1-1/+1
2024-03-14libstdc++: Add nodiscard in <algorithm>Jonathan Wakely1-0/+1
2024-01-03Update copyright years.Jakub Jelinek8-8/+8
2023-09-15libstdc++: Remove dg-options "-std=gnu++2a" from constrained algo testsJonathan Wakely2-4/+2
2023-01-16Update copyright years.Jakub Jelinek8-8/+8
2022-03-18libstdc++: Reduce header dependencies from PSTL headers [PR92546]Jonathan Wakely1-0/+1
2022-01-14libstdc++: Add attribute to features deprecated in C++17 [PR91260]Jonathan Wakely2-6/+8
2022-01-03Update copyright years.Jakub Jelinek8-8/+8
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from algorithm testsJonathan Wakely1-1/+0
2021-01-04Update copyright years.Jakub Jelinek8-8/+8
2020-10-29libstdc++: Avoid warnings in testsJonathan Wakely1-1/+1
2020-10-29libstdc++: Improve tests for constexpr algorithmsJonathan Wakely1-2/+2
2020-09-21libstdc++: Mark some more algorithms constexpr for C++20Patrick Palka1-0/+4
2020-02-06libstdc++: Implement C++20 constrained algorithmsPatrick Palka1-0/+88
2020-01-01Update copyright years.Jakub Jelinek7-7/+7
2019-09-10Implement C++20 p1424 - 'constexpr' feature macro concerns...Edward Smith-Rowland1-6/+0
2019-08-01Implement C++20 p0202 - Add Constexpr Modifiers to Functions in <algorithm> a...Edward Smith-Rowland1-0/+43
2019-01-01Update copyright years.Jakub Jelinek6-6/+6
2018-01-03Update copyright years.Jakub Jelinek6-6/+6
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek1-1/+1
2017-05-19PR libstdc++/80796 Add new std::search overload for C++17Jonathan Wakely1-0/+47
2017-02-01PR78346 make <bits/predefined_ops.h> handle stashing iteratorsJonathan Wakely1-0/+118
2017-01-01Update copyright years.Jakub Jelinek4-4/+4
2016-10-13container_access.cc: Remove 'test' variables.Paolo Carlini1-6/+0
2016-01-04Update copyright years.Jakub Jelinek4-4/+4
2015-01-05Update copyright years.Jakub Jelinek4-4/+4
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford4-4/+4
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford4-4/+4
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek4-38/+18
2007-10-06Fixes for --disable-libstdcxx-pch.Benjamin Kosnik1-0/+1
2007-10-03moveable.cc: New.Chris Jefferson2-5/+82
2007-09-26stl_algo.h: Add return type information to comments.Benjamin Kosnik2-0/+96
2005-08-17All files: Update FSF address.Kelley Cook2-2/+2
2005-05-24[multiple changes]Paolo Carlini2-0/+159