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/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
/
30_threads
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-03
PR libstdc++/84535 constrain std::thread constructor
Jonathan Wakely
1
-0
/
+31
2018-04-18
PR libstdc++/84442 if _Exit isn't declared then use _exit instead
Jonathan Wakely
1
-0
/
+11
2018-02-23
PR libstdc++/84532 prevent unwrapping of reference_wrapper arguments
Jonathan Wakely
2
-0
/
+76
2018-01-03
Update copyright years.
Jakub Jelinek
285
-285
/
+285
2017-12-14
PR libstdc++/68519 use native duration to avoid rounding errors
Jonathan Wakely
1
-0
/
+51
2017-09-15
invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...
Jakub Jelinek
6
-6
/
+6
2017-09-12
PR libstdc++/79433 no #error for including headers with wrong -std
Jonathan Wakely
1
-1
/
+1
2017-07-15
Reorder std::scoped_lock parameters as per P0739R0 DR status
Jonathan Wakely
3
-2
/
+33
2017-06-15
Use pthread effective-target in testsuite
Rainer Orth
195
-391
/
+582
2017-06-12
PR libstdc++/55917 do not handle exceptions in std::thread
Jonathan Wakely
1
-0
/
+48
2017-04-21
PR libstdc++/80316 make promise::set_value throw no_state error
Jonathan Wakely
4
-0
/
+689
2017-03-22
Add deduction guides for C++17 (P0433R2, partial)
Jonathan Wakely
3
-0
/
+141
2017-03-05
Add std::scoped_lock for C++17
Jonathan Wakely
3
-0
/
+199
2017-02-13
PR libstdc++/79486 use lvalues in result_of expressions
Jonathan Wakely
1
-0
/
+27
2017-01-09
Define testsuite macro for correct thread_local destructors
Jonathan Wakely
1
-4
/
+5
2017-01-04
Support exception propagation without lock-free atomic int
Pauli Nieminen
89
-89
/
+0
2017-01-03
Add deleted std::thread(const thread&&) constructor
Jonathan Wakely
1
-0
/
+29
2017-01-01
Update copyright years.
Jakub Jelinek
274
-274
/
+274
2016-12-07
Replace dynamic exception specifications in testsuite
Jonathan Wakely
1
-1
/
+1
2016-11-13
DR 374 - specialization in outer namespace
Jason Merrill
4
-24
/
+20
2016-10-21
Split <functional> into smaller pieces
Jonathan Wakely
1
-0
/
+1
2016-10-17
isblank.cc: Remove 'test' variables.
Paolo Carlini
144
-272
/
+0
2016-10-13
Avoid #include <functional> in other headers
Jonathan Wakely
3
-0
/
+3
2016-10-12
Do not copy std:call_once arguments (LWG 2442)
Jonathan Wakely
1
-0
/
+45
2016-08-26
Use effective-target instead of -std options
Jonathan Wakely
74
-142
/
+77
2016-08-19
Simplify dg-options for tests using pthreads
Jonathan Wakely
191
-567
/
+378
2016-04-28
libstdc++/70766 use std::addressof instead of operator&
Jonathan Wakely
1
-0
/
+44
2016-04-18
Define std::thread::id comparison operators at namespace-scope
Jonathan Wakely
1
-0
/
+24
2016-04-07
* testsuite/30_threads/thread/70503.cc: Adjust from xfail to pass.
Jonathan Wakely
1
-6
/
+10
2016-04-05
* testsuite/30_threads/thread/70503.cc: Require -static to work.
Jonathan Wakely
1
-0
/
+1
2016-04-05
Ensure std::thread helpers have internal linkage
Jonathan Wakely
1
-0
/
+33
2016-01-07
Use std::addressof in insert iterators, allocators and promises
Jonathan Wakely
1
-0
/
+34
2016-01-04
Update copyright years.
Jakub Jelinek
269
-269
/
+269
2015-12-04
PR libstdc++/57060 cope with invalid thread IDs
Jonathan Wakely
1
-0
/
+37
2015-11-11
Loop in std::this_thread sleep functions
Jonathan Wakely
1
-2
/
+62
2015-10-24
Return deferred future if thread cannot be run
Jonathan Wakely
1
-0
/
+70
2015-09-07
Rename shadowed variable in libstdc++ test.
Jonathan Wakely
1
-4
/
+4
2015-09-07
Enable timed mutex unlock tests on darwin.
Jonathan Wakely
2
-2
/
+2
2015-09-04
Add portable timed_mutex and recursive_timed_mutex.
Jonathan Wakely
33
-33
/
+0
2015-09-03
libstdc++: Run tests on RTEMS
Sebastian Huber
186
-372
/
+372
2015-08-20
libstdc++/67294 Don't run timed mutex tests on Darwin
Jonathan Wakely
2
-4
/
+4
2015-08-13
2.cc: New.
Jonathan Wakely
6
-0
/
+258
2015-08-05
constexpr.cc: Remove redundant -save-temps option.
Nikolai Bozhenov
2
-2
/
+2
2015-06-05
shared_mutex (__shared_mutex_pthread, [...]): New helper types implementing t...
Jonathan Wakely
6
-0
/
+268
2015-05-29
future (__async_result_of): New alias template.
Jonathan Wakely
1
-0
/
+42
2015-05-05
c.opt (Wterminate): New.
Jason Merrill
1
-1
/
+1
2015-04-10
shared_mutex (shared_timed_mutex): Only use pthread_rwlock_t when the POSIX T...
Jonathan Wakely
4
-4
/
+0
2015-04-10
shared_mutex (shared_timed_mutex): Add comments to explain the logic in the n...
Jonathan Wakely
1
-0
/
+75
2015-03-26
re PR libstdc++/58038 (std::this_thread::sleep_until can cause inifinite sleep)
Jonathan Wakely
2
-0
/
+82
2015-03-17
1.cc: Remove name of unused exception variable.
Jonathan Wakely
4
-138
/
+2
[next]