index
:
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/gfortran-test
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-15
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-15
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.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
testsuite
/
30_threads
/
shared_future
Age
Commit message (
Expand
)
Author
2025-01-02
Update copyright years.
Jakub Jelinek
2024-01-03
Update copyright years.
Jakub Jelinek
2023-09-16
libstdc++: Remove dg-options "-std=gnu++20" from 30_threads tests
Jonathan Wakely
2023-01-16
Update copyright years.
Jakub Jelinek
2022-01-03
Update copyright years.
Jakub Jelinek
2021-01-04
Update copyright years.
Jakub Jelinek
2020-08-25
libstdc++: Adjust static assertions in futures and promises [LWG 3466]
Jonathan Wakely
2020-08-23
Fix libstdc++ testsuite to handle VxWorks gthreads implementation
Corentin Gay
2020-07-22
libstdc++: Add static assertions to futures and promises [LWG 3458]
Jonathan Wakely
2020-03-25
libstdc++: Define and use chrono::is_clock for C++20
Jonathan Wakely
2020-01-01
Update copyright years.
Jakub Jelinek
2019-01-01
Update copyright years.
Jakub Jelinek
2018-07-26
Remove dg-require-cstdint directive from tests
Jonathan Wakely
2018-01-03
Update copyright years.
Jakub Jelinek
2017-06-15
Use pthread effective-target in testsuite
Rainer Orth
2017-01-04
Support exception propagation without lock-free atomic int
Pauli Nieminen
2017-01-01
Update copyright years.
Jakub Jelinek
2016-11-13
DR 374 - specialization in outer namespace
Jason Merrill
2016-10-17
isblank.cc: Remove 'test' variables.
Paolo Carlini
2016-08-26
Use effective-target instead of -std options
Jonathan Wakely
2016-08-19
Simplify dg-options for tests using pthreads
Jonathan Wakely
2016-01-04
Update copyright years.
Jakub Jelinek
2015-09-03
libstdc++: Run tests on RTEMS
Sebastian Huber
2015-08-05
constexpr.cc: Remove redundant -save-temps option.
Nikolai Bozhenov
2015-01-05
Update copyright years.
Jakub Jelinek
2014-10-16
libstdc++.exp: Prefer -std=gnu++11.
Paolo Carlini
2014-05-23
re PR libstdc++/60793 (Add target *-*-dragonfly* to dg-options on 172 libstdc...
Jonathan Wakely
2014-01-02
Update copyright years in libstdc++-v3/
Richard Sandiford
2013-06-10
forced.C: Extend current handling of Linux-based x86 systems to cover all GNU...
Thomas Schwinge
2013-04-24
re PR libstdc++/56905 ([C++11][DR 1130] std::copy_exception should be removed...
Jonathan Wakely
2013-02-03
Update copyright in libstdc++-v3.
Richard Sandiford
2013-01-19
re PR libstdc++/55861 ([C++11] `std::shared_future::get' is not const-qualified)
Jonathan Wakely
2012-03-14
Remove obsolete IRIX 6.5 support
Rainer Orth
2012-03-12
Remove obsolete Tru64 UNIX V5.1B support
Rainer Orth
2012-02-01
re PR libstdc++/49204 ([C++0x] remaining issues in <future>)
Jonathan Wakely
2012-01-21
re PR libstdc++/50982 (AIX libstdc++ GTHREADS incompatibility)
Jonathan Wakely
2011-11-26
re PR libstdc++/51296 (Several 30_threads tests FAIL on Tru64 UNIX)
Jonathan Wakely
2010-12-15
re PR libstdc++/46951 (30_threads/future/members/45133.cc failed)
Jonathan Wakely
2010-12-14
re PR libstdc++/45133 ([c++0x] std::future will crash with NULL deref if get(...
Jonathan Wakely
2010-11-24
constexpr.cc: Add dg-require* directives.
Paolo Carlini
2010-11-23
chrono: Constexpr markup for is_monotonic.
Benjamin Kosnik
2010-05-19
wait.cc (wait): Rename.
Jonathan Wakely
2010-01-21
re PR libstdc++/42201 ([C++0x] std::vector<std::unique_future<T>>::push_back ...
Jonathan Wakely
2009-12-15
future (unique_future::get, [...]): Remove workaround for c++/34022.
Jonathan Wakely
2009-11-03
future: Use base class with nested types.
Benjamin Kosnik
2009-10-26
PR c++/38796, Core issue 906
Jason Merrill
2009-08-10
future: Fixes for -fno-exceptions.
Benjamin Kosnik
2009-07-31
forward_list.h (splice_after): Use forward.
Jason Merrill
2009-06-23
user.cfg.in (PREDEFINED): Add _GLIBCXX_ATOMIC_BUILTINS_*.
Benjamin Kosnik
2009-06-21
future: New.
Jonathan Wakely