index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcxx
/
include
/
mutex
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++] Mark __call_once_proxy as hidden and internal
Louis Dionne
2019-11-11
1
-1
/
+1
*
[libc++] Take 2: Implement LWG 2510
Louis Dionne
2019-09-26
1
-3
/
+3
*
Revert r372777: [libc++] Implement LWG 2510 and its follow-ups
Ilya Biryukov
2019-09-25
1
-3
/
+3
*
[libc++] Implement LWG 2510
Louis Dionne
2019-09-24
1
-3
/
+3
*
Rework recursive_timed_mutex so that it uses __thread_id instead of using the...
Marshall Clow
2019-08-14
1
-3
/
+3
*
Revert "Suppress -Wctad-maybe-unsupported on types w/o deduction guides."
Eric Fiselier
2019-08-04
1
-1
/
+0
*
Suppress -Wctad-maybe-unsupported on types w/o deduction guides.
Eric Fiselier
2019-08-03
1
-0
/
+1
*
libc++/win: Make once_flag have the same size as a pointer.
Nico Weber
2019-03-20
1
-5
/
+14
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Annotate scoped_lock as with scoped_lockable attribute
Aaron Puchert
2018-10-09
1
-1
/
+1
*
Implement the infrastructure for feature-test macros. Very few actual feature...
Marshall Clow
2018-09-12
1
-0
/
+1
*
Implement most of P0607: Inline Variables for the Standard Library. This invo...
Marshall Clow
2018-01-02
1
-3
/
+3
*
Implement P0739R0: 'Some improvements to class template argument deduction in...
Marshall Clow
2017-07-27
1
-3
/
+3
*
Revert r304955 - Fix class template deduction for scoped_lock.
Eric Fiselier
2017-06-08
1
-5
/
+0
*
Fix class template deduction for scoped_lock.
Eric Fiselier
2017-06-08
1
-1
/
+5
*
[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows
Eric Fiselier
2017-05-31
1
-2
/
+6
*
Add missing acquire_load to call_once overload.
Justin Lebar
2017-04-23
1
-1
/
+1
*
Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in thread.
Eric Fiselier
2017-04-18
1
-15
/
+15
*
Move the scoped_lock inside the '#ifndef NO_THREADS' block to fix the no-thre...
Marshall Clow
2017-03-24
1
-79
/
+78
*
Implement Pp0156r2: 'Variadic Lock Guard, version 5' Reviewed as https://rev...
Marshall Clow
2017-03-24
1
-23
/
+47
*
[libc++] Make _LIBCPP_TYPE_VIS export members
Shoaib Meenai
2017-03-02
1
-0
/
+2
*
Revert "Adorn __call_once_proxy with `inline` and `_LIBCPP_INLINE_VISIBILITY`"
Justin Bogner
2017-01-31
1
-1
/
+0
*
Adorn __call_once_proxy with `inline` and `_LIBCPP_INLINE_VISIBILITY`
Justin Bogner
2017-01-09
1
-0
/
+1
*
thread_support: split out {,non-}recursive mutex
Saleem Abdulrasool
2017-01-05
1
-2
/
+3
*
[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
Eric Fiselier
2017-01-04
1
-4
/
+4
*
[libcxx] Fix a data race in call_once
Kuba Brecka
2016-09-04
1
-2
/
+2
*
Fix const default initialization of lock_guard<>
Eric Fiselier
2016-06-15
1
-1
/
+1
*
Implement variadic lock_guard.
Eric Fiselier
2016-06-14
1
-0
/
+91
*
Refactor pthread usage of libcxx.
Asiri Rathnayake
2016-05-06
1
-12
/
+10
*
Do not include pthread.h and sched.h when threads are disabled
Jonathan Roelofs
2015-08-27
1
-0
/
+2
*
[libcxx] Add atomic_support.h header to src that handles needed atomic operat...
Eric Fiselier
2015-07-07
1
-2
/
+3
*
LWG2442: call_once() shouldn't DECAY_COPY(). Patch from K-Ballo.
Eric Fiselier
2015-06-13
1
-21
/
+31
*
Explicitly include <sched.h> for sched_yield()
Sergey Dmitrouk
2014-12-08
1
-0
/
+1
*
Allow libc++ to be built on systems without POSIX threads
Jonathan Roelofs
2014-09-05
1
-0
/
+4
*
std::once_flag was forward declared with _LIBCPP_TYPE_VIS decoration, and the...
Marshall Clow
2014-07-29
1
-1
/
+1
*
Nico Rieck: this patch series fixes visibility issues on Windows as explaine...
Howard Hinnant
2013-08-12
1
-2
/
+2
*
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...
Howard Hinnant
2013-03-06
1
-5
/
+5
*
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...
Howard Hinnant
2012-09-14
1
-3
/
+5
*
noexcept and constexpr applied to <mutex>.
Howard Hinnant
2012-07-21
1
-22
/
+22
*
Quash a whole bunch of warnings
Howard Hinnant
2011-12-01
1
-1
/
+1
*
Further macro protection by replacing _[A-Z] with _[A-Z]p
Howard Hinnant
2011-11-29
1
-14
/
+14
*
Add protection from min/max macros
Howard Hinnant
2011-11-29
1
-0
/
+2
*
Windows support by Ruben Van Boxem.
Howard Hinnant
2011-10-17
1
-0
/
+2
*
_STD -> _VSTD to avoid macro clash on windows
Howard Hinnant
2011-06-30
1
-5
/
+5
*
I had a giant misunderstanding of what 'synchronizes with' meant in [futures....
Howard Hinnant
2011-05-19
1
-1
/
+1
*
Brought call_once variadic call up to current spec, which allows move-only fu...
Howard Hinnant
2011-05-16
1
-4
/
+41
*
Fixing an ambiguity in variadics found by clang.
Howard Hinnant
2011-01-12
1
-9
/
+9
*
N3191: C++ Timeout Specification
Howard Hinnant
2010-11-20
1
-2
/
+2
*
license change
Howard Hinnant
2010-11-16
1
-2
/
+2
*
visibility-decoration.
Howard Hinnant
2010-09-22
1
-5
/
+12
[next]