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
/
future
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-14
Make std::future::share() noexcept (LWG 2556)
Jonathan Wakely
1
-6
/
+8
2016-11-12
* include/std/future (future_error): Fix public typo to private.
Jonathan Wakely
1
-1
/
+1
2016-11-12
Add std::future_error constructor from future_errc
Jonathan Wakely
1
-6
/
+15
2016-10-21
Split <functional> into smaller pieces
Jonathan Wakely
1
-1
/
+1
2016-10-17
PR77998 Remove std::thread::_Invoker::result_type
Jonathan Wakely
1
-2
/
+4
2016-10-13
Avoid #include <functional> in other headers
Jonathan Wakely
1
-0
/
+1
2016-10-13
Replace __bind_simple with std::thread::__make_invoker
Jonathan Wakely
1
-22
/
+14
2016-06-16
Remove trailing whitespace from libstdc++ headers
Jonathan Wakely
1
-2
/
+2
2016-01-07
Use std::addressof in insert iterators, allocators and promises
Jonathan Wakely
1
-1
/
+1
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-10-25
Implement C++17 std::invoke and LWG DR 2219
Jonathan Wakely
1
-1
/
+1
2015-10-24
Return deferred future if thread cannot be run
Jonathan Wakely
1
-3
/
+14
2015-05-29
future (__async_result_of): New alias template.
Jonathan Wakely
1
-11
/
+17
2015-05-13
future (packaged_task(allocator_arg_t, const A&, F&&): Remove explicit (LWG 2...
Jonathan Wakely
1
-1
/
+1
2015-05-05
re PR libstdc++/51617 ([C++0x] async(f) isn't.)
Jonathan Wakely
1
-1
/
+1
2015-03-06
future (future_error(error_code)): Construct base class with error_code's mes...
Jonathan Wakely
1
-1
/
+1
2015-01-16
libstdc++: Optimize synchronization in std::future if futexes are available.
Torvald Riegel
1
-47
/
+49
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-12-10
future (__future_base::_Setter::operator(), [...]): Make call operators const.
Jonathan Wakely
1
-6
/
+6
2014-12-03
re PR libstdc++/64168 (FAIL: 30_threads/async/sync.cc execution test)
Jonathan Wakely
1
-1
/
+1
2014-12-02
Define *_at_thread_exit() functions.
Jonathan Wakely
1
-29
/
+197
2014-08-07
future (__location_invariant): Move specializations after preprocessor condit...
Jonathan Wakely
1
-2
/
+2
2014-08-07
future (_State_baseV2::_M_set_result): Pass pointers to _M_do_set.
Jonathan Wakely
1
-71
/
+51
2014-06-25
Makefile.am: Add new header.
Jonathan Wakely
1
-25
/
+14
2014-06-02
condition_variable (condition_variable_any::_Unlock): Do not swallow __forced...
Jonathan Wakely
1
-1
/
+19
2014-05-17
re PR libstdc++/60966 (std::call_once sometime hangs)
Jonathan Wakely
1
-12
/
+11
2014-03-18
re PR libstdc++/60564 ([C++11] The std::packaged_task constructor taking a re...
Jonathan Wakely
1
-13
/
+18
2014-01-02
Update copyright years in libstdc++-v3/
Richard Sandiford
1
-1
/
+1
2013-11-20
re PR libstdc++/49204 ([C++0x] remaining issues in <future>)
Jonathan Wakely
1
-27
/
+57
2013-04-24
re PR libstdc++/56905 ([C++11][DR 1130] std::copy_exception should be removed...
Jonathan Wakely
1
-1
/
+1
2013-04-07
Makefile.am: Add ext/aligned_buffer.h
Jonathan Wakely
1
-11
/
+6
2013-03-16
re PR libstdc++/56492 (std::packaged_task requires CopyConstructible stored t...
Jonathan Wakely
1
-78
/
+119
2013-01-19
re PR libstdc++/55861 ([C++11] `std::shared_future::get' is not const-qualified)
Jonathan Wakely
1
-11
/
+6
2012-12-17
* include/std/future (__async_sfinae_helper): Remove.
Jonathan Wakely
1
-14
/
+2
2012-11-19
stl_algo.h (reverse_copy): Update comment per DR 2074.
Jonathan Wakely
1
-0
/
+6
2012-11-12
future (atomic_future): Remove declaration of non-standard name.
Jonathan Wakely
1
-3
/
+0
2012-11-10
* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.
Jason Merrill
1
-2
/
+2
2012-08-26
re PR libstdc++/54297 ([C++11] Segmentation fault with std::async and release...
Jonathan Wakely
1
-1
/
+1
2012-08-26
re PR libstdc++/54297 ([C++11] Segmentation fault with std::async and release...
Jonathan Wakely
1
-2
/
+4
2012-08-03
memory: Include auto_ptr.h later.
Jonathan Wakely
1
-3
/
+5
2012-02-05
re PR libstdc++/52104 (go1 fails to run on Solaris 10/11 x86 with with gld)
Jonathan Wakely
1
-0
/
+4
2012-02-01
re PR libstdc++/49204 ([C++0x] remaining issues in <future>)
Jonathan Wakely
1
-26
/
+40
2011-12-23
re PR libstdc++/49204 ([C++0x] remaining issues in <future>)
Jonathan Wakely
1
-3
/
+3
2011-12-01
acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Remove size-specific macros.
Benjamin Kosnik
1
-2
/
+2
2011-11-08
shared_ptr_base.h (_Sp_counted_ptr): Make 'final'.
Jonathan Wakely
1
-12
/
+17
2011-11-08
future (__future_base::_Ptr): Use alias-declaration.
Jonathan Wakely
1
-29
/
+21
2011-11-02
future (promise): Add constructors for uses-allocator construction from rvalu...
Jonathan Wakely
1
-4
/
+49
2011-08-11
future: constexpr functions are implicitly inline.
Paolo Carlini
1
-4
/
+4
2011-07-09
re PR libstdc++/49668 ([C++0x] std::thread does not forward its args as rvalues)
Jonathan Wakely
1
-39
/
+72
2011-05-28
future (launch): Update enumerators and define operators required for bitmask...
Jonathan Wakely
1
-28
/
+57
[next]