aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/20_util/function_objects
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek40-40/+40
2024-12-13libstdc++: Swap expressions in noexcept-specifier of ranges::not_equal_toJonathan Wakely1-0/+17
2024-07-25libstdc++: fix uses of explicit object parameter [PR116038]Patrick Palka2-0/+54
2024-01-12libstdc++: Implement C++23 std::bind_back from P2387R3 [PR108827]Patrick Palka2-0/+220
2024-01-12libstdc++: Use C++23 deducing this in std::bind_frontPatrick Palka1-6/+8
2024-01-03Update copyright years.Jakub Jelinek39-39/+39
2023-11-16libstdc++: Test for feature test macros more accuratelyJonathan Wakely7-17/+27
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 20_utils testsJonathan Wakely11-20/+9
2023-09-15libstdc++: Remove dg-options "-std=gnu++23" from remaining testsJonathan Wakely2-2/+0
2023-09-15libstdc++: Remove dg-options "-std=gnu++2a" from constrained algo testsJonathan Wakely7-13/+6
2023-09-12libstdc++: Fix std::not_fn perfect forwarding [PR111327]Patrick Palka1-0/+29
2023-09-12libstdc++: Fix std::bind_front perfect forwarding [PR111327]Patrick Palka1-0/+41
2023-01-16Update copyright years.Jakub Jelinek39-39/+39
2023-01-13libstdc++: Enable string_view in freestandingArsen Arsenović1-5/+22
2023-01-05libstdc++: Reduce size of std::bind_front(empty_type) result [PR108290]Jonathan Wakely1-1/+37
2022-11-21libstdc++: Reduce size of std::bind_front(F) resultJonathan Wakely1-0/+15
2022-10-03libstdc++: Disable hosted-only tests [PR103626]Arsen Arsenović2-0/+2
2022-09-29libstdc++: Make INVOKE<R> refuse to create dangling references [PR70692]Jonathan Wakely1-0/+12
2022-05-25c++: strict constexpr and local varsJason Merrill1-2/+2
2022-01-14libstdc++: Add attribute to features deprecated in C++17 [PR91260]Jonathan Wakely3-6/+10
2022-01-03Update copyright years.Jakub Jelinek39-39/+39
2021-10-09libstdc++: Remove unnecessary uses of _GLIBCXX_USE_WCHAR_T in testsuite [PR98...Jonathan Wakely1-7/+3
2021-09-02libstdc++: Define std::invoke_r for C++23 (P2136R3)Jonathan Wakely2-0/+69
2021-08-03libstdc++: Remove trailing whitespace in some testsJonathan Wakely1-11/+11
2021-08-03libstdc++: Add testsuite proc for testing deprecated featuresJonathan Wakely1-0/+2
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from remaining testsJonathan Wakely5-5/+0
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from algorithm testsJonathan Wakely1-1/+0
2021-05-05libstdc++: Add tests for std::invoke feature test macroJonathan Wakely2-1/+15
2021-03-10libstdc++: Implement LWG 3530 for concept-constrained comparisonsJonathan Wakely1-0/+47
2021-01-04Update copyright years.Jakub Jelinek38-38/+38
2020-09-21libstdc++: Fix noexcept-specifier for std::bind_front [PR 97101]Jonathan Wakely1-0/+41
2020-07-31libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely3-1/+3
2020-04-28libstdc++: Fixes for feature test macros (PR 91480)Jonathan Wakely1-0/+7
2020-04-22libstdc++: Rename __cpp_lib_constexpr_invoke macroJonathan Wakely1-2/+2
2020-02-09libstdc++: Fix names of types in commentJonathan Wakely2-2/+2
2020-02-09libstdc++: Fix BUILTIN-PTR-CMP helpersJonathan Wakely2-0/+18
2020-01-01Update copyright years.Jakub Jelinek37-37/+37
2019-11-15Forgot to change teh date range.Edward Smith-Rowland1-1/+1
2019-11-15Implement the default_searcher part of C++20 p1032 Misc constexpr bits.Edward Smith-Rowland1-0/+52
2019-10-31Add remaining changes from P1065R2 "constexpr INVOKE"Jonathan Wakely3-0/+115
2019-10-23Make std::invoke usable in constant expressionsJonathan Wakely1-0/+38
2019-10-17Define [range.cmp] comparisons for C++20Jonathan Wakely7-0/+522
2019-08-06P1651R0 bind_front should not unwrap reference_wrapperJonathan Wakely2-1/+92
2019-06-06Avoid unnecessary inclusion of <stdexcept> headerJonathan Wakely1-0/+1
2019-05-23Fix testsuite bugsJonathan Wakely2-25/+62
2019-05-14Define std::__invoke_r for INVOKE<R>Jonathan Wakely2-2/+82
2019-03-07Fix new test to run as well as compileJonathan Wakely1-2/+2
2019-03-07P0356R5 Simplified partial function applicationJonathan Wakely1-0/+176
2019-01-01Update copyright years.Jakub Jelinek21-21/+21
2018-10-08PR libstdc++/87538 fix std::not_fn exception specificationsJonathan Wakely1-0/+49