index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
testsuite
/
20_util
/
function_objects
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-02
Update copyright years.
Jakub Jelinek
40
-40
/
+40
2024-12-13
libstdc++: Swap expressions in noexcept-specifier of ranges::not_equal_to
Jonathan Wakely
1
-0
/
+17
2024-07-25
libstdc++: fix uses of explicit object parameter [PR116038]
Patrick Palka
2
-0
/
+54
2024-01-12
libstdc++: Implement C++23 std::bind_back from P2387R3 [PR108827]
Patrick Palka
2
-0
/
+220
2024-01-12
libstdc++: Use C++23 deducing this in std::bind_front
Patrick Palka
1
-6
/
+8
2024-01-03
Update copyright years.
Jakub Jelinek
39
-39
/
+39
2023-11-16
libstdc++: Test for feature test macros more accurately
Jonathan Wakely
7
-17
/
+27
2023-09-16
libstdc++: Remove dg-options "-std=gnu++20" from 20_utils tests
Jonathan Wakely
11
-20
/
+9
2023-09-15
libstdc++: Remove dg-options "-std=gnu++23" from remaining tests
Jonathan Wakely
2
-2
/
+0
2023-09-15
libstdc++: Remove dg-options "-std=gnu++2a" from constrained algo tests
Jonathan Wakely
7
-13
/
+6
2023-09-12
libstdc++: Fix std::not_fn perfect forwarding [PR111327]
Patrick Palka
1
-0
/
+29
2023-09-12
libstdc++: Fix std::bind_front perfect forwarding [PR111327]
Patrick Palka
1
-0
/
+41
2023-01-16
Update copyright years.
Jakub Jelinek
39
-39
/
+39
2023-01-13
libstdc++: Enable string_view in freestanding
Arsen Arsenović
1
-5
/
+22
2023-01-05
libstdc++: Reduce size of std::bind_front(empty_type) result [PR108290]
Jonathan Wakely
1
-1
/
+37
2022-11-21
libstdc++: Reduce size of std::bind_front(F) result
Jonathan Wakely
1
-0
/
+15
2022-10-03
libstdc++: Disable hosted-only tests [PR103626]
Arsen Arsenović
2
-0
/
+2
2022-09-29
libstdc++: Make INVOKE<R> refuse to create dangling references [PR70692]
Jonathan Wakely
1
-0
/
+12
2022-05-25
c++: strict constexpr and local vars
Jason Merrill
1
-2
/
+2
2022-01-14
libstdc++: Add attribute to features deprecated in C++17 [PR91260]
Jonathan Wakely
3
-6
/
+10
2022-01-03
Update copyright years.
Jakub Jelinek
39
-39
/
+39
2021-10-09
libstdc++: Remove unnecessary uses of _GLIBCXX_USE_WCHAR_T in testsuite [PR98...
Jonathan Wakely
1
-7
/
+3
2021-09-02
libstdc++: Define std::invoke_r for C++23 (P2136R3)
Jonathan Wakely
2
-0
/
+69
2021-08-03
libstdc++: Remove trailing whitespace in some tests
Jonathan Wakely
1
-11
/
+11
2021-08-03
libstdc++: Add testsuite proc for testing deprecated features
Jonathan Wakely
1
-0
/
+2
2021-05-10
libstdc++: Remove redundant -std=gnu++17 option from remaining tests
Jonathan Wakely
5
-5
/
+0
2021-05-10
libstdc++: Remove redundant -std=gnu++17 option from algorithm tests
Jonathan Wakely
1
-1
/
+0
2021-05-05
libstdc++: Add tests for std::invoke feature test macro
Jonathan Wakely
2
-1
/
+15
2021-03-10
libstdc++: Implement LWG 3530 for concept-constrained comparisons
Jonathan Wakely
1
-0
/
+47
2021-01-04
Update copyright years.
Jakub Jelinek
38
-38
/
+38
2020-09-21
libstdc++: Fix noexcept-specifier for std::bind_front [PR 97101]
Jonathan Wakely
1
-0
/
+41
2020-07-31
libstdc++: Ensure c++NN effective target present in all C++17 tests
Jonathan Wakely
3
-1
/
+3
2020-04-28
libstdc++: Fixes for feature test macros (PR 91480)
Jonathan Wakely
1
-0
/
+7
2020-04-22
libstdc++: Rename __cpp_lib_constexpr_invoke macro
Jonathan Wakely
1
-2
/
+2
2020-02-09
libstdc++: Fix names of types in comment
Jonathan Wakely
2
-2
/
+2
2020-02-09
libstdc++: Fix BUILTIN-PTR-CMP helpers
Jonathan Wakely
2
-0
/
+18
2020-01-01
Update copyright years.
Jakub Jelinek
37
-37
/
+37
2019-11-15
Forgot to change teh date range.
Edward Smith-Rowland
1
-1
/
+1
2019-11-15
Implement the default_searcher part of C++20 p1032 Misc constexpr bits.
Edward Smith-Rowland
1
-0
/
+52
2019-10-31
Add remaining changes from P1065R2 "constexpr INVOKE"
Jonathan Wakely
3
-0
/
+115
2019-10-23
Make std::invoke usable in constant expressions
Jonathan Wakely
1
-0
/
+38
2019-10-17
Define [range.cmp] comparisons for C++20
Jonathan Wakely
7
-0
/
+522
2019-08-06
P1651R0 bind_front should not unwrap reference_wrapper
Jonathan Wakely
2
-1
/
+92
2019-06-06
Avoid unnecessary inclusion of <stdexcept> header
Jonathan Wakely
1
-0
/
+1
2019-05-23
Fix testsuite bugs
Jonathan Wakely
2
-25
/
+62
2019-05-14
Define std::__invoke_r for INVOKE<R>
Jonathan Wakely
2
-2
/
+82
2019-03-07
Fix new test to run as well as compile
Jonathan Wakely
1
-2
/
+2
2019-03-07
P0356R5 Simplified partial function application
Jonathan Wakely
1
-0
/
+176
2019-01-01
Update copyright years.
Jakub Jelinek
21
-21
/
+21
2018-10-08
PR libstdc++/87538 fix std::not_fn exception specifications
Jonathan Wakely
1
-0
/
+49
[next]