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
/
include
/
std
/
functional
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-21
Split <functional> into smaller pieces
Jonathan Wakely
1
-1138
/
+10
2016-10-14
Make std::bind use std::invoke
Jonathan Wakely
1
-98
/
+70
2016-10-14
Simplify reference_wrapper nested typedefs
Jonathan Wakely
1
-37
/
+16
2016-10-13
Use normal mode containers in searchers
Jonathan Wakely
1
-4
/
+4
2016-10-13
Replace __bind_simple with std::thread::__make_invoker
Jonathan Wakely
1
-63
/
+0
2016-10-13
Fix exception-specifications for std::_Not_fn
Jonathan Wakely
1
-4
/
+14
2016-10-13
Fix exception-specification of std::invoke
Jonathan Wakely
1
-1
/
+1
2016-10-10
Minor simplification to std::_Bind_result helpers
Jonathan Wakely
1
-26
/
+22
2016-10-05
PR 70564 disambiguate constructors for not_fn call wrapper
Jonathan Wakely
1
-14
/
+14
2016-09-28
libstdc++/77686 use may_alias for std::function storage
Jonathan Wakely
1
-1
/
+1
2016-09-27
Define feature macro and update C++17 library status
Jonathan Wakely
1
-0
/
+1
2016-09-12
Implement P0253R1, Fixing a design mistake in the searchers interface in Libr...
Ville Voutilainen
1
-13
/
+21
2016-09-12
Implement C++17 string searchers.
Ville Voutilainen
1
-0
/
+309
2016-08-22
Add noexcept to std::function swap
Jonathan Wakely
1
-2
/
+4
2016-08-19
Define std::not_fn for C++17
Jonathan Wakely
1
-0
/
+68
2016-08-06
Use ::new to avoid finding overloaded operator new
Jonathan Wakely
1
-2
/
+2
2016-08-06
Add std::apply for C++17
Jonathan Wakely
1
-50
/
+2
2016-08-05
Use __invoke in std::function internals
Jonathan Wakely
1
-49
/
+9
2016-08-04
Define std::is_callable and std::is_nothrow_callable
Jonathan Wakely
1
-19
/
+2
2016-08-04
Simplify std::__invoke_impl definitions
Jonathan Wakely
1
-19
/
+10
2016-07-31
libstdc++/72745 add static assertion for invalid tuple access
Jonathan Wakely
1
-4
/
+4
2016-07-31
Add missing variable traits, fix testsuite failures.
Ville Voutilainen
1
-0
/
+7
2016-06-16
Remove trailing whitespace from libstdc++ headers
Jonathan Wakely
1
-1
/
+1
2016-04-18
Remove unused typedefs in std::bind types
Jonathan Wakely
1
-2
/
+0
2016-01-18
Fix construction of std::function from null pointer-to-member
Jonathan Wakely
1
-4
/
+4
2016-01-12
Prevent recursive instantiation in std::function
Jonathan Wakely
1
-11
/
+6
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-12-22
Add inline to std::__invfwd
Jonathan Wakely
1
-1
/
+1
2015-12-21
libstdc++/68995 qualify calls to __callable_functor
Jonathan Wakely
1
-4
/
+5
2015-12-21
libstdc++/68276 consistently qualify std::forward
Jonathan Wakely
1
-9
/
+14
2015-12-15
Restore accidentally-removed volatile qualifier
Jonathan Wakely
1
-1
/
+1
2015-12-15
Remove vestigial traces of std::tr1::bind
Jonathan Wakely
1
-73
/
+25
2015-12-15
Fix cv-qualifiers in std::bind invocation
Jonathan Wakely
1
-4
/
+4
2015-12-11
Fix std::invoke support for reference_wrappers
Jonathan Wakely
1
-18
/
+31
2015-10-25
Implement C++17 std::invoke and LWG DR 2219
Jonathan Wakely
1
-187
/
+86
2015-05-13
tuple (apply): Handle pointers to member (LWG 2418).
Jonathan Wakely
1
-5
/
+5
2015-04-29
re PR libstdc++/65760 (invalid use of incomplete type with std::is_convertibl...
Jonathan Wakely
1
-1
/
+1
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-12-12
re PR libstdc++/64276 (would be better to use __cpp_exceptions rather than __...
Jonathan Wakely
1
-5
/
+5
2014-12-01
re PR libstdc++/63840 (std::function copy constructor deletes an uninitialize...
Jonathan Wakely
1
-1
/
+1
2014-11-12
Implement resolutions of LWG 2399, 2400 and 2401.
Jonathan Wakely
1
-1
/
+1
2014-11-11
Define __void_t and SFINAE-friendly iterator_traits.
Jonathan Wakely
1
-6
/
+5
2014-11-11
Make std::mem_fn work with varargs functions.
Jonathan Wakely
1
-149
/
+78
2014-11-04
Make reference_wrapper trivially copyable.
Jonathan Wakely
1
-8
/
+2
2014-11-04
* include/std/functional (_Bind_simple): Simplify construction.
Jonathan Wakely
1
-12
/
+3
2014-11-03
Check number of arguments in bind expressions.
Jonathan Wakely
1
-0
/
+25
2014-11-03
Add support for ref-qualified functions to std::mem_fn
Jonathan Wakely
1
-284
/
+178
2014-10-29
Use perfect forwarding in std::function invokers.
Jonathan Wakely
1
-10
/
+10
2014-10-09
re PR libstdc++/61909 (Small function optimization not applied to small objects)
Jonathan Wakely
1
-2
/
+3
2014-07-08
allocated_ptr.h (__allocated_ptr::operator=): Add missing return.
Jonathan Wakely
1
-3
/
+3
[next]