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_base
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++] Ensure __config always defines certain configuration macros.
Eric Fiselier
2019-12-13
1
-9
/
+0
*
[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
*
Revert "Revert "Implement std::condition_variable via pthread_cond_clockwait(...
Dan Albert
2019-09-18
1
-17
/
+128
*
Revert "Implement std::condition_variable via pthread_cond_clockwait() where ...
Dan Albert
2019-09-16
1
-128
/
+17
*
Implement std::condition_variable via pthread_cond_clockwait() where available
Dan Albert
2019-09-16
1
-17
/
+128
*
[libc++] Use [[nodiscard]] for lock_guard, as an extension
Louis Dionne
2019-08-13
1
-2
/
+3
*
Revert "Suppress -Wctad-maybe-unsupported on types w/o deduction guides."
Eric Fiselier
2019-08-04
1
-3
/
+0
*
Suppress -Wctad-maybe-unsupported on types w/o deduction guides.
Eric Fiselier
2019-08-03
1
-0
/
+3
*
Make ~mutex and ~condition_variable trivial on Windows.
Eric Fiselier
2019-07-07
1
-13
/
+7
*
Fix PR27658 - Make ~mutex trivial when possible.
Eric Fiselier
2019-07-07
1
-13
/
+9
*
Fix buildbot failures after r359159.
Richard Smith
2019-04-25
1
-1
/
+1
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[libc++] Make sure we can build libc++ with -fvisibility=hidden
Louis Dionne
2018-10-25
1
-3
/
+3
*
[libc++] Remove _LIBCPP_BUILDING_XXX macros, which are redundant since _LIBCP...
Louis Dionne
2018-08-01
1
-1
/
+1
*
One more (should be) inline variable that is defined in the dylib
Marshall Clow
2018-01-02
1
-3
/
+3
*
Implement most of P0607: Inline Variables for the Standard Library. This invo...
Marshall Clow
2018-01-02
1
-3
/
+3
*
Fix compile error with Bionic's PTHREAD_MUTEX_INITIALIZER
Eric Fiselier
2017-06-07
1
-1
/
+4
*
[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows
Eric Fiselier
2017-05-31
1
-1
/
+7
*
[libc++] Refactor Windows support headers.
Eric Fiselier
2017-05-10
1
-0
/
+1
*
Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in thread.
Eric Fiselier
2017-04-18
1
-7
/
+7
*
Implement Pp0156r2: 'Variadic Lock Guard, version 5' Reviewed as https://rev...
Marshall Clow
2017-03-24
1
-12
/
+0
*
[libc++] Make _LIBCPP_TYPE_VIS export members
Shoaib Meenai
2017-03-02
1
-0
/
+4
*
Swap two lines in __mutex_base. On systems with high clock rates, we could mi...
Marshall Clow
2017-01-09
1
-1
/
+1
*
[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
Eric Fiselier
2017-01-04
1
-3
/
+3
*
Remove _LIBCPP_HAS_NO_DEFAULTED_FUNCTIONS
Eric Fiselier
2016-11-18
1
-2
/
+2
*
Don't use pthread initializers in constexpr constructors. Patch by elram. Rev...
Marshall Clow
2016-07-18
1
-5
/
+14
*
Implement variadic lock_guard.
Eric Fiselier
2016-06-14
1
-3
/
+16
*
Refactor pthread usage of libcxx.
Asiri Rathnayake
2016-05-06
1
-11
/
+9
*
Qualify calls to addressof to avoid getting ADL. Fixes PR#27254.
Marshall Clow
2016-04-13
1
-6
/
+6
*
Add clang thread safety annotations to mutex and lock_guard. Patch by jamesr@...
Eric Fiselier
2016-03-16
1
-8
/
+16
*
Implement LWG2577: {shared,unique}_lock</tt> should use std::addressof
Marshall Clow
2016-03-14
1
-6
/
+6
*
Cleanup: move visibility/linkage attributes to the first declaration.
Evgeniy Stepanov
2015-11-07
1
-1
/
+2
*
Do not include pthread.h and sched.h when threads are disabled
Jonathan Roelofs
2015-08-27
1
-0
/
+2
*
Allow libc++ to be built on systems without POSIX threads
Jonathan Roelofs
2014-09-05
1
-0
/
+6
*
Implement LWG issue #2135. If something goes wrong in condition_variable::wai...
Marshall Clow
2014-03-26
1
-2
/
+2
*
Make cv_status a class enum. Fixes PR18314. Thanks to Andersca for the report...
Marshall Clow
2013-12-23
1
-11
/
+5
*
N3659: Shared locking in C++ Revision 2, c++1y only
Howard Hinnant
2013-09-21
1
-31
/
+0
*
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
-8
/
+8
*
Rename uses of _ and __ because these are getting stepped on by macros from o...
Howard Hinnant
2012-10-30
1
-3
/
+3
*
Dimitry Andric: FreeBSD porting tweaks for PTHREAD_MUTEX_INITIALIZER and PTHR...
Howard Hinnant
2012-09-11
1
-2
/
+2
*
Change sleep_for, sleep_until, and the condition_variable timed wait
Howard Hinnant
2012-08-30
1
-22
/
+10
*
noexcept applied to <condition_variable>.
Howard Hinnant
2012-07-21
1
-2
/
+2
*
noexcept and constexpr applied to <mutex>.
Howard Hinnant
2012-07-21
1
-23
/
+26
*
Apply constexpr to the mutex constructor. As a conforming extension, apply c...
Howard Hinnant
2012-07-07
1
-0
/
+8
*
Modernize conversion to bool to the explicit bool conversion operator (librar...
Howard Hinnant
2012-02-21
1
-1
/
+1
*
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
-3
/
+3
[next]