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
*
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
*
Add MakeAbsNs to KernelTimeout.
Abseil Team
2022-12-15
*
Fix the documentation of the atomic_hook.h registration functions to correctl...
Greg Falcon
2022-12-15
*
Remove static initializer from mutex.h.
Abseil Team
2022-11-30
*
absl: fix Mutex TSan annotations
Abseil Team
2022-11-28
*
Update Condition to allocate 24 bytes for MSVC platform pointers to methods.
Abseil Team
2022-11-16
*
Use AnyInvocable in internal thread_pool
Abseil Team
2022-11-15
*
Force a conservative allocation for pointers to methods in Condition objects.
Abseil Team
2022-11-07
*
Merge pull request #1307 from KindDragon:patch-1
Copybara-Service
2022-11-03
|
\
|
*
Fix MSVC version checking in lifetime_test.cc
Arkady Shapkin
2022-11-03
|
/
*
Mutex: Fix stall on single-core systems
Abseil Team
2022-10-24
*
Change per_thread_sem_test from size medium to size large.
Evan Brown
2022-10-14
*
Changes mutex unlock profiling
Abseil Team
2022-10-07
*
Fix "unsafe narrowing" warnings in absl, 8/n.
Abseil Team
2022-09-12
*
Fix "unsafe narrowing" warnings in absl, 9/n.
Abseil Team
2022-09-08
*
Rollback of fix "unsafe narrowing" warnings in absl, 8/n.
Derek Mauro
2022-09-01
*
Fix "unsafe narrowing" warnings in absl, 8/n.
Abseil Team
2022-09-01
*
Changes mutex profiling
Abseil Team
2022-09-01
*
Added some more no_test.. tags to build targets for controlling testing.
Abseil Team
2022-08-31
*
Remove includes which are not used directly.
Abseil Team
2022-08-30
*
Fix "unsafe narrowing" warnings in absl, 3/n.
Abseil Team
2022-08-04
*
Fix "unsafe narrowing" warnings in absl, 1/n.
Abseil Team
2022-07-28
*
Merge pull request #1223 from ElijahPepe:fix/implement-snprintf-safely
Copybara-Service
2022-07-27
|
\
|
*
fix: properly create the b integer
Elijah Conners
2022-07-21
|
*
fix(mutex): safely call snprintf
Elijah Conners
2022-07-19
|
/
*
Disable tests on some platforms where they currently fail.
Tom Rybka
2022-06-02
*
Clarify the behaviour of `AssertHeld` and `AssertReaderHeld` when the calling...
Abseil Team
2022-05-27
*
absl: fix use-after-free in Mutex/CondVar
Abseil Team
2022-05-17
*
absl: fix live-lock in CondVar
Abseil Team
2022-05-17
*
Add a stress test for base_internal::ThreadIdentity reuse.
Abseil Team
2022-05-16
[next]