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
*
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
*
Don't override clock_gettime in the KernelTimeout and Waiter
Derek Mauro
2023-04-13
*
Synchronization: Consolidate the logic for whether steady clocks are supported
Derek Mauro
2023-04-12
*
Synchronization: Support true relative timeouts using the POSIX
Derek Mauro
2023-04-08
*
Synchronization: Support true relative timeouts on Apple platforms
Derek Mauro
2023-04-06
*
Fix flakiness issues in timing tests.
Evan Brown
2023-03-27
*
Internal Code Change
Abseil Team
2023-03-23
*
Add an implementation of Waiter that uses std::mutex/std::condition_variable
Derek Mauro
2023-03-21
*
Synchronization: Refactor Waiter to allow us to write tests
Derek Mauro
2023-03-20
*
Increase the timeout of Windows for the kernel timeout tests.
Tom Rybka
2023-03-16
*
Synchronization: Add support for true relative timeouts using
Derek Mauro
2023-03-14
*
Synchronization: Change KernelTimeout to always store absolute
Derek Mauro
2023-03-13
*
Rollback Mutex relative timeout support because of internal incompatibility
Abseil Team
2023-03-09
*
Synchronization: Add support for true relative timeouts using
Derek Mauro
2023-03-08
*
Rollback because of internal incompatibility.
Abseil Team
2023-02-28
*
Fix out of bounds array access when deadlock detector finds exceptionally lar...
Abseil Team
2023-02-22
*
Synchronization: Add support for true relative timeouts using
Derek Mauro
2023-02-17
*
Add KernelTimeout methods that convert the timeout to the
Derek Mauro
2023-02-16
*
KernelTimeout optimization: Use absl::GetCurrentTimeNanos()
Derek Mauro
2023-02-15
*
Rewrite KernelTimeout to support both absolute and relative timeouts
Derek Mauro
2023-02-09
*
Add overrides to other functions which call Waiter::GetWaiter
Abseil Team
2023-02-08
*
Delete unused Futex methods
Derek Mauro
2023-02-01
*
Minor formatting: Fix misplaced space.
Abseil Team
2023-01-19
*
Clean up the XRay annotation leftover on mutex.
Abseil Team
2022-12-27
*
Replace ABSL_INTERNAL_UNREACHABLE with ABSL_UNREACHABLE()
Derek Mauro
2022-12-22
*
Remove unneeded "friends" from KernelTimeout.
Abseil Team
2022-12-21
[next]