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/gfortran-test
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/jlaw/pr124029
devel/jlaw/pr80770
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.
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
2026-01-02
Update copyright years.
Jakub Jelinek
352
-352
/
+352
2025-11-27
libstdc++: Fix std::counting_semaphore<> default max value
Jonathan Wakely
1
-0
/
+9
2025-11-18
libstdc++: shared_mutex: Respond consistently to errors and deadlock
Mike Crowe
1
-0
/
+25
2025-10-29
libstdc++: Do not include internal headers in tests
Jonathan Wakely
1
-1
/
+1
2025-10-28
libstdc++: Fix deadlock in shared_timed_mutex test [PR122401]
Jonathan Wakely
1
-13
/
+16
2025-10-27
libstdc++: Add missing -pthread for new tests [PR122401]
Jonathan Wakely
4
-0
/
+12
2025-10-14
libstdc++: Add negative this_thread::sleep tests [PR116586]
Mike Crowe
2
-4
/
+35
2025-10-14
libstdc++: Add std::timed_mutex tests for negative timeouts [PR116586]
Mike Crowe
1
-0
/
+57
2025-10-14
libstdc++: Add std::recursive_timed_mutex tests for negative timeouts [PR116586]
Mike Crowe
1
-0
/
+72
2025-10-14
libstdc++: Add std::future tests for negative timeouts [PR116586]
Mike Crowe
1
-0
/
+55
2025-10-14
libstdc++: Add std::condition_variable tests for negative timeouts [PR116586]
Mike Crowe
1
-0
/
+60
2025-10-14
libstdc++: Add std::shared_timed_mutex tests for negative timeouts [PR116586]
Jonathan Wakely
1
-0
/
+97
2025-10-14
libstdc++: Add std::binary_semaphore tests for negative timeouts [PR116586]
Mike Crowe
2
-0
/
+46
2025-10-14
libstdc++: Avoid overflow in timeout conversions [PR113327]
Jonathan Wakely
1
-0
/
+29
2025-10-10
libstdc++: Implement P3235R3 optimizations for std::print [PR121790]
Tomasz Kamiński
1
-1
/
+4
2025-09-16
libstdc++: Explicitly pass -Wsystem-headers in tests that need it
Patrick Palka
1
-0
/
+1
2025-08-21
libstdc++: Check _GLIBCXX_USE_PTHREAD_MUTEX_CLOCKLOCK with #if [PR121496]
Jonathan Wakely
1
-0
/
+14
2025-07-25
c++: Unwrap type traits defined in terms of builtins within diagnostics [PR11...
Nathaniel Shead
2
-0
/
+2
2025-06-06
libstdc++: Add more tests for semaphores
Jonathan Wakely
3
-0
/
+53
2025-06-06
libstdc++: Adjust effective-target requirements for <barrier> and <semaphore>
Jonathan Wakely
7
-5
/
+12
2025-06-04
libstdc++: Fix std::counting_semaphore::acquire deadlock [PR104928]
Jonathan Wakely
2
-0
/
+171
2025-05-30
libstdc++: Rewrite std::counting_semaphore base class [PR118494]
Jonathan Wakely
4
-163
/
+8
2025-05-30
libstdc++: Fix std::barrier for constant initialization [PR118395]
Jonathan Wakely
2
-0
/
+51
2025-05-12
libstdc++: Restore std::scoped_lock for non-gthreads targets [PR120198]
Jonathan Wakely
1
-4
/
+24
2025-04-25
libstdc++: Constrain formatter for thread::id [PR119918]
Tomasz Kamiński
1
-0
/
+30
2025-04-25
libstdc++: Improve diagnostics for std::packaged_task invocable checks
Jonathan Wakely
2
-7
/
+6
2025-03-12
libstdc++: Add static_assert to std::packaged_task::packaged_task(F&&)
Jonathan Wakely
2
-0
/
+39
2025-03-06
libstdc++: Make std::unique_lock self-move-assignable
Jonathan Wakely
2
-0
/
+55
2025-01-30
libstdc++: Use safe integer comparisons in std::latch [PR98749]
Jonathan Wakely
1
-1
/
+11
2025-01-08
libstdc++: Fix std::future::wait_until for subsecond negative times [PR118093]
Jonathan Wakely
1
-0
/
+26
2025-01-02
Update copyright years.
Jakub Jelinek
353
-353
/
+353
2024-10-09
libstdc++: Ignore _GLIBCXX_USE_POSIX_SEMAPHORE if not supported [PR116992]
Jonathan Wakely
1
-0
/
+2
2024-09-27
libstdc++: Fix test FAILs due to -Wreturn-local-addr
Jonathan Wakely
1
-0
/
+1
2024-09-14
libstdc++: Refactor loops in std::__platform_semaphore
Jonathan Wakely
2
-0
/
+20
2024-09-02
[libstdc++-v3] [testsuite] improve future/*/poll.cc calibration
Alexandre Oliva
1
-41
/
+70
2024-09-02
[libstdc++] [testsuite] avoid async.cc loss of precision [PR91486]
Alexandre Oliva
1
-3
/
+16
2024-07-04
Skip 30_threads/future/members/poll.cc on hppa*-*-linux*
John David Anglin
1
-0
/
+1
2024-05-22
libstdc++: Implement std::formatter<std::thread::id> without <sstream> [PR115...
Jonathan Wakely
1
-1
/
+20
2024-02-02
libstdc++: Make std::function deduction guide support explicit object functio...
Jonathan Wakely
1
-0
/
+35
2024-01-03
Update copyright years.
Jakub Jelinek
353
-353
/
+353
2023-11-16
libstdc++: Fix aligned formatting of stacktrace_entry and thread::id [PR112564]
Jonathan Wakely
1
-2
/
+12
2023-11-16
libstdc++: Test for feature test macros more accurately
Jonathan Wakely
13
-1
/
+13
2023-11-11
libstdc++: Add [[nodiscard]] to lock types
Jonathan Wakely
3
-0
/
+89
2023-10-26
libstdc++: Fix exception thrown by std::shared_lock::unlock() [PR112089]
Jonathan Wakely
1
-0
/
+23
2023-09-16
libstdc++: Do not require effective target pthread for some tests
Jonathan Wakely
5
-15
/
+10
2023-09-16
libstdc++: Remove dg-options "-std=gnu++20" from 30_threads tests
Jonathan Wakely
43
-85
/
+42
2023-09-15
libstdc++: Simplify dejagnu directives for some tests using threads
Jonathan Wakely
3
-10
/
+6
2023-09-15
libstdc++: Remove dg-options "-std=gnu++23" from remaining tests
Jonathan Wakely
1
-1
/
+0
2023-09-11
libstdc++: Formatting std::thread::id and std::stacktrace (P2693R1)
Jonathan Wakely
4
-4
/
+103
2023-03-31
libstdc++: Avoid -Wmaybe-uninitialized warning in std::stop_source [PR109339]
Jonathan Wakely
1
-0
/
+10
[next]