aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/25_algorithms/equal
AgeCommit message (Expand)AuthorFilesLines
2025-07-15libstdc++: Tweak dg-error patterns for C++26 constexpr changesJonathan Wakely1-1/+1
2025-01-02Update copyright years.Jakub Jelinek17-17/+17
2024-11-14libstdc++: Make equal and is_permutation short-circuit (LWG 3560)Jonathan Wakely1-0/+49
2024-11-14libstdc++: Make _GLIBCXX_NODISCARD work for C++11 and C++14Jonathan Wakely3-3/+3
2024-06-28libstdc++: Extend std::equal memcmp optimization to std::byte [PR101485]Jonathan Wakely1-0/+11
2024-03-14libstdc++: Add nodiscard in <algorithm>Jonathan Wakely3-0/+3
2024-02-01libstdc++: Update expected error for debug/constexpr*_neg.cc testsJonathan Wakely1-1/+1
2024-01-03Update copyright years.Jakub Jelinek17-17/+17
2023-09-15libstdc++: Remove dg-options "-std=gnu++2a" from constrained algo testsJonathan Wakely5-10/+5
2023-09-01libstdc++: Fix debug-mode tests for constexpr algorithmsJonathan Wakely1-6/+4
2023-07-25c++: Improve location information in constant evaluationNathaniel Shead1-3/+4
2023-01-16Update copyright years.Jakub Jelinek17-17/+17
2022-10-03libstdc++: Disable hosted-only tests [PR103626]Arsen Arsenović1-0/+1
2022-03-18libstdc++: Reduce header dependencies from PSTL headers [PR92546]Jonathan Wakely1-0/+1
2022-01-03Update copyright years.Jakub Jelinek17-17/+17
2021-11-26libstdc++: Remove redundant xfail selectors in dg-do compile testsJonathan Wakely2-2/+2
2021-08-08libstdc++: Fix dg-prune-output assertion messageFrançois Dumont1-1/+1
2021-01-04Update copyright years.Jakub Jelinek17-17/+17
2020-12-12libstdc++: Fix _GLIBCXX_DEBUG mode constexpr compatibilityFrançois Dumont2-0/+101
2020-10-29libstdc++: Improve tests for constexpr algorithmsJonathan Wakely1-1/+6
2020-06-10libstdc++: Fix some ranges algos optimizations [PR95578]Patrick Palka1-0/+74
2020-03-03libstdc++: Workaround is_trivially_copyable<volatile T> (PR 94013)Jonathan Wakely1-0/+69
2020-02-06libstdc++: Implement C++20 constrained algorithmsPatrick Palka1-0/+96
2020-01-10libstdc++: Fix testcase for C++98 compatibilityJonathan Wakely1-1/+1
2020-01-01Update copyright years.Jakub Jelinek12-12/+12
2019-12-10libstdc++: Rework std::copy/copy_backward/move/move_backward/fill/fill_n algosFrançois Dumont1-0/+122
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/+45
2019-01-01Update copyright years.Jakub Jelinek10-10/+10
2018-06-12macros.h (__glibcxx_check_can_increment_range): New.François Dumont3-0/+117
2018-01-03Update copyright years.Jakub Jelinek7-7/+7
2017-01-01Update copyright years.Jakub Jelinek7-7/+7
2016-08-26Use effective-target instead of -std optionsJonathan Wakely2-3/+2
2016-01-04Update copyright years.Jakub Jelinek7-7/+7
2015-01-05Update copyright years.Jakub Jelinek7-7/+7
2014-10-15limits: Remove stray semicolon.Paolo Carlini2-2/+2
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford7-7/+7
2013-06-08stl_algo.h (is_permutation): Add overloads from N3671.Jonathan Wakely3-9/+244
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford5-5/+5
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek5-43/+22
2007-10-03moveable.cc: New.Chris Jefferson1-0/+0
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-05-24[multiple changes]Paolo Carlini3-0/+161