aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/25_algorithms/lower_bound
AgeCommit message (Expand)AuthorFilesLines
2024-03-14libstdc++: Add nodiscard in <algorithm>Jonathan Wakely4-0/+4
2024-02-01libstdc++: Update expected error for debug/constexpr*_neg.cc testsJonathan Wakely3-5/+3
2024-01-03Update copyright years.Jakub Jelinek16-16/+16
2023-09-15libstdc++: Remove dg-options "-std=gnu++2a" from constrained algo testsJonathan Wakely5-10/+5
2023-06-07libstdc++: Fix some tests that fail with -fexcess-precision=standardJonathan Wakely1-2/+2
2023-01-16Update copyright years.Jakub Jelinek16-16/+16
2022-03-18libstdc++: Reduce header dependencies from PSTL headers [PR92546]Jonathan Wakely1-0/+1
2022-01-03Update copyright years.Jakub Jelinek16-16/+16
2021-11-26libstdc++: Remove redundant xfail selectors in dg-do compile testsJonathan Wakely3-3/+3
2021-08-08libstdc++: Fix dg-prune-output assertion messageFrançois Dumont3-3/+3
2021-01-04Update copyright years.Jakub Jelinek16-16/+16
2020-11-09libstdc++: Make _GLIBCXX_DEBUG checks constexpr compatibleFrançois Dumont5-0/+219
2020-10-29libstdc++: Improve tests for constexpr algorithmsJonathan Wakely1-1/+1
2020-02-06libstdc++: Implement C++20 constrained algorithmsPatrick Palka1-0/+66
2020-01-01Update copyright years.Jakub Jelinek10-10/+10
2019-10-01Disable tests that aren't valid in parallel modeJonathan Wakely1-0/+1
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-05-13Remove Profile Mode, deprecated since GCC 7.1Jonathan Wakely1-1/+0
2019-01-01Update copyright years.Jakub Jelinek9-9/+9
2018-01-03Update copyright years.Jakub Jelinek9-9/+9
2017-01-14Skip tests that are incompatible with Profile ModeJonathan Wakely1-0/+1
2017-01-01Update copyright years.Jakub Jelinek9-9/+9
2016-10-13container_access.cc: Remove 'test' variables.Paolo Carlini2-6/+0
2016-09-14Fix dg-require before dg-run directives in testsuite.Christophe Lyon1-1/+1
2016-08-26Use effective-target instead of -std optionsJonathan Wakely1-1/+2
2016-08-01Make libstdc++ debug mode test valid for C++98Jonathan Wakely1-1/+1
2016-06-17libstdc++/71545 fix debug checks in binary search algorithmsJonathan Wakely1-0/+100
2016-04-18Make use of extensions more explicit in libstdc++ testsJonathan Wakely1-2/+2
2016-01-04Update copyright years.Jakub Jelinek8-8/+8
2015-08-25re PR libstdc++/60519 (Debug mode should check comparators for irreflexivity)François Dumont1-0/+47
2015-08-25Revert my change to commit with PR reference again.François Dumont1-47/+0
2015-08-24formatter.h (_Debug_msg_id::__msg_irreflexive_ordering): New enum entry.François Dumont1-0/+47
2015-01-05Update copyright years.Jakub Jelinek7-7/+7
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford7-7/+7
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford7-7/+7
2010-01-04list: Implement DR 1133 here too.Paolo Carlini1-2/+3
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek7-53/+30
2007-10-06Fixes for --disable-libstdcxx-pch.Benjamin Kosnik1-0/+1
2007-10-03moveable.cc: New.Chris Jefferson1-0/+0
2007-10-03re PR libstdc++/33613 (compilation inconsistency upper_bound vs lower_bound w...Paolo Carlini1-0/+36
2007-10-022.cc: Split into...Benjamin Kosnik1-0/+81
2007-09-26stl_algo.h: Add return type information to comments.Benjamin Kosnik2-0/+96
2005-08-17All files: Update FSF address.Kelley Cook3-3/+3
2005-05-24[multiple changes]Paolo Carlini3-0/+123