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
/
mutex
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-10-07
libstdc++: Move C++14 <chrono> components to new <bits/chrono.h> header
Jonathan Wakely
1
-1
/
+1
2021-07-09
libstdc++: Only use __gthread_yield if gthreads is available
Matheus Castanho
1
-1
/
+1
2021-06-23
libstdc++: Avoid "__lockable" name defined as macro by newlib
Jonathan Wakely
1
-3
/
+3
2021-06-22
libstdc++: Simplify std::try_lock and std::lock further
Jonathan Wakely
1
-29
/
+79
2021-06-21
libstdc++: Improve std::lock algorithm
Jonathan Wakely
1
-56
/
+82
2021-04-06
libstdc++: Fix doxygen markup for group close commands
Jonathan Wakely
1
-1
/
+1
2021-03-16
libstdc++: Revert to old std::call_once implementation [PR 99341]
Jonathan Wakely
1
-117
/
+125
2021-02-15
libstdc++: Add missing return and use reserved name
Jonathan Wakely
1
-4
/
+8
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-11-03
libstdc++: Rewrite std::call_once to use futexes [PR 66146]
Jonathan Wakely
1
-36
/
+164
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-12-02
libstdc++: Fix timed_mutex::try_lock_until on arbitrary clock (PR 91906)
Mike Crowe
1
-2
/
+11
2019-12-02
libstdc++: PR 78237 Add full steady_clock support to timed_mutex
Mike Crowe
1
-8
/
+42
2019-06-12
Simplify std::scoped_lock destructor
Jonathan Wakely
1
-5
/
+1
2019-05-02
Improve docs for mutexes
Jonathan Wakely
1
-3
/
+7
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
-3
/
+0
2018-07-25
Move std::unique_lock definition to a separate header
Jonathan Wakely
1
-0
/
+1
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-10-13
PR libstdc++/82481 Suppress clang-tidy warnings
Jonathan Wakely
1
-0
/
+6
2017-09-12
PR libstdc++/79433 no #error for including headers with wrong -std
Jonathan Wakely
1
-2
/
+2
2017-07-15
Reorder std::scoped_lock parameters as per P0739R0 DR status
Jonathan Wakely
1
-3
/
+3
2017-05-17
Fixes to Doxygen comments in libstdc++ headers
Jonathan Wakely
1
-6
/
+6
2017-03-05
Add std::scoped_lock for C++17
Jonathan Wakely
1
-0
/
+68
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-10-21
Split <functional> into smaller pieces
Jonathan Wakely
1
-1
/
+1
2016-10-13
Avoid #include <functional> in other headers
Jonathan Wakely
1
-1
/
+3
2016-10-12
Simplify std::call_once implementation
Jonathan Wakely
1
-23
/
+7
2016-10-12
Do not copy std:call_once arguments (LWG 2442)
Jonathan Wakely
1
-12
/
+23
2016-10-11
More noexcept for standard mutex types and locks
Jonathan Wakely
1
-3
/
+3
2016-01-06
Rename bits/mutex.h to avoid clashing with glibc
Jonathan Wakely
1
-1
/
+1
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-12-10
Improve generated libstdc++ API docs
Jonathan Wakely
1
-2
/
+2
2015-09-09
Enable lightweight checks with _GLIBCXX_ASSERTIONS.
Jonathan Wakely
1
-5
/
+5
2015-09-04
fix darwin bootstrap errors due to <mutex>.
Jonathan Wakely
1
-9
/
+10
2015-09-04
Add portable timed_mutex and recursive_timed_mutex.
Jonathan Wakely
1
-270
/
+147
2015-09-03
Clean up libstdc++ includes slightly.
Jonathan Wakely
1
-1
/
+0
2015-09-02
re PR libstdc++/67408 (<mutex> assumes that __gthread_mutex_t and__gthread_re...
Sebastian Huber
1
-2
/
+15
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-09-22
mutex (try_lock): Do not swallow exceptions.
Jonathan Wakely
1
-6
/
+1
2014-06-02
condition_variable (condition_variable_any::_Unlock): Do not swallow __forced...
Jonathan Wakely
1
-0
/
+3
2014-05-13
re PR libstdc++/60497 (unique_ptr<T> tries to complete its type T even though...
Jonathan Wakely
1
-37
/
+20
2014-01-02
Update copyright years in libstdc++-v3/
Richard Sandiford
1
-1
/
+1
2013-11-11
re PR libstdc++/54562 (mutex and condition variable timers)
Jonathan Wakely
1
-14
/
+10
2013-06-18
re PR libstdc++/57641 (std::timed_mutex.try_lock_until() is broken)
Jonathan Wakely
1
-88
/
+54
2013-06-10
mutex (call_once): Remove parentheses to fix error in c++1y and gnu++1y mode.
Jonathan Wakely
1
-1
/
+1
2013-04-28
hashtable_policy.h (_Hashtable_ebo_helper): Fix comment.
Jonathan Wakely
1
-1
/
+1
2013-03-16
re PR libstdc++/56002 ([C++11] allow generic locks to be used without requiri...
Jonathan Wakely
1
-3
/
+6
[next]