aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/25_algorithms/unique
AgeCommit message (Expand)AuthorFilesLines
2024-03-14libstdc++: Add nodiscard in <algorithm>Jonathan Wakely2-1/+2
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 Wakely2-0/+2
2022-01-03Update copyright years.Jakub Jelinek8-8/+8
2021-01-04Update copyright years.Jakub Jelinek8-8/+8
2020-02-06libstdc++: Implement C++20 constrained algorithmsPatrick Palka1-0/+143
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-01-01Update copyright years.Jakub Jelinek6-6/+6
2016-10-13container_access.cc: Remove 'test' variables.Paolo Carlini3-9/+0
2016-08-26Use effective-target instead of -std optionsJonathan Wakely1-1/+1
2016-01-04Update copyright years.Jakub Jelinek6-6/+6
2015-01-05Update copyright years.Jakub Jelinek6-6/+6
2014-10-15shrink_to_fit.cc: Prefer -std=gnu++11.Paolo Carlini1-1/+1
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford6-6/+6
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford6-8/+6
2011-04-11moveable.cc: Actually run it in parallel-mode for check-parallel.Paolo Carlini1-5/+1
2010-01-12using_namespace_std_tr1_neg.cc: Do not run in parallel-mode.Paolo Carlini1-1/+6
2009-09-01testsuite_rvalref.h: Remove obsolete macro using _GLIBCXX_TESTSUITE_ALLOW_RVA...Chris Jefferson1-5/+38
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek6-48/+27
2007-10-07[multiple changes]Paolo Carlini1-1/+0
2007-10-06Fixes for --disable-libstdcxx-pch.Benjamin Kosnik1-0/+1
2007-10-03moveable.cc: New.Chris Jefferson1-0/+74
2007-09-26stl_algo.h: Add return type information to comments.Benjamin Kosnik2-0/+90
2005-08-17All files: Update FSF address.Kelley Cook3-3/+3
2005-03-16binders.cc: Remove explicit instantiations for non-weak systems.Paolo Carlini2-12/+2
2004-03-041.cc: Provide explicit instantiations for non-weak systems.Benjamin Kosnik2-2/+12
2003-10-14re PR libstdc++/11480 (std::unique calls predicate too many times)Paolo Carlini3-0/+173