index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
absl
/
synchronization
Commit message (
Expand
)
Author
Age
*
Mutex: Prevent false race in EnableInvariantDebugging.
Dmitry Vyukov
2023-12-19
*
Mutex: Fix Condition pointer-to-member cast to respect const qualifier
Abseil Team
2023-12-18
*
Avoid using both Win32Waiter and PthreadWaiter on MinGW,
Derek Mauro
2023-11-08
*
Mutex: Remove destructor in release build
Dmitry Vyukov
2023-10-31
*
absl: speed up Mutex::Lock
Dmitry Vyukov
2023-10-30
*
Rollback "Mutex: Remove destructor in release build"
Dmitry Vyukov
2023-10-27
*
Mutex: Remove destructor in release build
Dmitry Vyukov
2023-10-27
*
absl: requeue waiters as LIFO
Dmitry Vyukov
2023-10-24
*
Bazel: Enable the header_modules feature
Derek Mauro
2023-10-11
*
Bazel: Support layering_check and parse_headers
Derek Mauro
2023-10-10
*
Mutex: Rollback requeing waiters as LIFO
Abseil Team
2023-09-21
*
Rollback "absl: speed up Mutex::Lock"
Dmitry Vyukov
2023-09-20
*
absl:speed up Mutex::[Reader]TryLock
Dmitry Vyukov
2023-09-20
*
absl: add Mutex::[Reader]TryLock benchmark
Dmitry Vyukov
2023-09-20
*
absl: speed up Mutex::ReaderLock/Unlock
Dmitry Vyukov
2023-09-20
*
absl: add Mutex::ReaderLock benchmark
Dmitry Vyukov
2023-09-20
*
absl: speed up Mutex::Lock
Dmitry Vyukov
2023-09-18
*
absl: requeue waiters as LIFO
Dmitry Vyukov
2023-09-18
*
absl: remove special case for timed CondVar waits
Dmitry Vyukov
2023-09-15
*
absl: optimize Condition checks in Mutex code
Dmitry Vyukov
2023-09-15
*
Rollback:
Abseil Team
2023-09-08
*
absl: remove leftovers of CondVar support for other mutexes
Abseil Team
2023-09-08
*
absl: inline and de-dup Mutex::Await/LockWhen/CondVar::Wait
Abseil Team
2023-09-08
*
absl: remove known_false condition in Mutex code
Abseil Team
2023-09-08
*
absl: remove special handling of Condition::kTrue
Abseil Team
2023-09-08
*
absl: fix a priority bug in CondVar wait morphing
Abseil Team
2023-08-29
*
kernel_timeout_test: Add Apple to the list of slow platforms because
Derek Mauro
2023-08-21
*
Add StdcppWaiter to the end of the list of waiter implementations
Derek Mauro
2023-08-10
*
Add Support for mmap on Qualcomm Hexagon DSP targets.
Abseil Team
2023-07-17
*
Use an allowlist visibility model for //absl/synchronization
Derek Mauro
2023-07-10
*
absl: extend Condition::kTrue comment
Abseil Team
2023-07-01
*
absl: add a Mutex::Await/LockWhen test
Abseil Team
2023-06-20
*
absl: fix lint errors in Mutex
Abseil Team
2023-06-20
*
absl: cosmetic changes for Mutex
Abseil Team
2023-06-20
*
absl: reformat Mutex-related files
Abseil Team
2023-06-20
*
absl: fix Mutex writer starvation related to uninit priority
Abseil Team
2023-06-16
*
absl: move comment in mutex.cc to where it belongs
Abseil Team
2023-06-15
*
Migrate most RAW_LOGs and RAW_CHECKs in tests to regular LOG and CHECK.
Andy Getzendanner
2023-05-23
*
Mutex: Remove the deprecated absl::RegisterSymbolizer() hook
Derek Mauro
2023-05-15
*
For Bazel builds, mark some of the low-level tests that are dependent
Derek Mauro
2023-05-08
*
Nop change.
Abseil Team
2023-05-08
*
Fix spelling mistakes
Vertexwahn
2023-05-02
*
PR #1433: Fix incorrect timespec definition on 32-bit platforms with 64-bit t...
Oleg Lyovin
2023-05-02
*
For Bazel builds, mark some of the low-level tests that are dependent
Derek Mauro
2023-05-02
*
Merge pull request #1416 from AtariDreams:fill
Copybara-Service
2023-04-24
|
\
*
|
Mutex: Remove MSVC 2015 workarounds
Derek Mauro
2023-04-24
*
|
Support pthread_cond_clockwait() and sem_clockwait() on Android
Derek Mauro
2023-04-20
*
|
Fix flaky test failures.
Evan Brown
2023-04-20
|
*
Prefer copy_n and fill_n over copy and fill where appropriate.
Rose
2023-04-19
|
/
*
Spell out the meaning of non-reentrant/non-recursive.
Thomas Köppe
2023-04-13
[next]