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
13 days
libstdc++: Add static_assert to std::packaged_task::packaged_task(F&&)
Jonathan Wakely
1
-1
/
+8
2025-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2024-09-27
libgcc, libstdc++: Make declarations no longer TU-local [PR115126]
Nathaniel Shead
1
-1
/
+1
2024-09-25
libstdc++: #ifdef out #pragma GCC system_header
Jason Merrill
1
-0
/
+2
2024-06-19
libstdc++: Consistently indent <future> with tabs
Jonathan Wakely
1
-164
/
+164
2024-06-19
libstdc++: Add noexcept to some std::promise shared state internals
Jonathan Wakely
1
-2
/
+2
2024-02-28
libstdc++: Consistently use noexcept, constexpr, nodiscard on bitmask ops
Jonathan Wakely
1
-0
/
+7
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-08-09
libstdc++: Fix some -Wmismatched-tags warnings
Jonathan Wakely
1
-2
/
+2
2023-08-09
libstdc++: Fix some -Wunused-parameter warnings
Jonathan Wakely
1
-2
/
+2
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-10-03
libstdc++: Mark headers that must be hosted as such [PR103626]
Arsen Arsenović
1
-0
/
+2
2022-09-27
libstdc++: Adjust deduction guides for static operator() [PR106651]
Jonathan Wakely
1
-2
/
+2
2022-09-14
libstdc++: Add assertion to std::promise::set_exception (LWG 2276)
Jonathan Wakely
1
-0
/
+1
2022-08-22
libstdc++: Fix for explicit copy ctors in <thread> and <future> [PR106695]
Jonathan Wakely
1
-2
/
+2
2022-05-17
libstdc++: Add attributes to <system_error> and related
Jonathan Wakely
1
-0
/
+3
2022-05-13
libstdc++: Add noexcept to std::launch operators
Jonathan Wakely
1
-7
/
+7
2022-05-13
libstdc++: Improve doxygen docs for <thread> and <future>
Jonathan Wakely
1
-5
/
+24
2022-04-25
libstdc++: Add deduction guides for std::packaged_task [PR105375]
Jonathan Wakely
1
-0
/
+11
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-07-23
libstdc++: Reduce headers included by <future>
Jonathan Wakely
1
-1
/
+2
2021-05-04
libstdc++: Fix null dereferences in std::promise
Jonathan Wakely
1
-20
/
+44
2021-04-06
libstdc++: Fix doxygen markup for group close commands
Jonathan Wakely
1
-1
/
+1
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-11-19
libstdc++: Move std::thread to a new header
Jonathan Wakely
1
-1
/
+1
2020-11-12
libstdc++: Optimise std::future::wait_for and fix futex polling
Jonathan Wakely
1
-3
/
+11
2020-11-05
libstdc++: Fix multiple definitions of std::exception_ptr functions [PR 97729]
Jonathan Wakely
1
-1
/
+1
2020-10-22
libstdc++: Reduce header dependencies in and on <memory>
Jonathan Wakely
1
-4
/
+3
2020-08-25
libstdc++: Adjust static assertions in futures and promises [LWG 3466]
Jonathan Wakely
1
-6
/
+12
2020-08-18
libstdc++: Remove redundant copying of std::async arguments [PR 69724]
Jonathan Wakely
1
-57
/
+44
2020-07-22
libstdc++: Add static assertions to futures and promises [LWG 3458]
Jonathan Wakely
1
-0
/
+15
2020-07-06
libstdc++: Fix -Wmismatched-tags warnings (PR 96063)
Jonathan Wakely
1
-3
/
+3
2020-03-25
libstdc++: Define and use chrono::is_clock for C++20
Jonathan Wakely
1
-0
/
+3
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-05-23
LWG 2921 remove packaged_task constructors taking allocators
Jonathan Wakely
1
-21
/
+28
2019-05-14
Use INVOKE<R> in std::function, std::bind and std::packaged_task
Jonathan Wakely
1
-4
/
+6
2019-01-21
Fix after P0600.
Ulrich Drepper
1
-2
/
+2
2019-01-03
PR libstdc++/88607 replace some more UTF-8 characters
Jonathan Wakely
1
-2
/
+2
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-07-26
Remove <chrono> dependency on _GLIBCXX_USE_C99_STDINT_TR1
Jonathan Wakely
1
-2
/
+2
2018-06-15
LWG 3039 Unnecessary decay in thread and packaged_task
Jonathan Wakely
1
-14
/
+9
2018-05-03
Use std::invoke_result in std::async instead of std::result_of
Jonathan Wakely
1
-2
/
+2
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-11-16
Add noexcept to std::shared_future copy operations (LWG DR 2799)
Jonathan Wakely
1
-2
/
+2
2017-04-21
PR libstdc++/80316 make promise::set_value throw no_state error
Jonathan Wakely
1
-29
/
+30
2017-02-13
PR libstdc++/79486 use lvalues in result_of expressions
Jonathan Wakely
1
-2
/
+2
2017-01-04
Support exception propagation without lock-free atomic int
Pauli Nieminen
1
-3
/
+1
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
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
[next]