index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
absl
/
synchronization
/
internal
Commit message (
Expand
)
Author
Age
*
Replace signed integer overflow, since that's undefined behavior, with unsign...
Abseil Team
2024-07-02
*
Disable flaky test cases in kernel_timeout_internal_test.
Evan Brown
2024-06-20
*
Increase slop time on MSVC in PerThreadSemTest.Timeouts again due to continue...
Evan Brown
2024-06-14
*
Remove test references to absl::SharedBitGen, which was never part of
Derek Mauro
2024-05-22
*
Fix flaky test failures on MSVC.
Evan Brown
2024-03-18
*
Fix flaky MSVC test failures by using longer slop time.
Evan Brown
2024-03-06
*
Increase GraphCycles::PointerMap size
Abseil Team
2024-03-04
*
Avoid using both Win32Waiter and PthreadWaiter on MinGW,
Derek Mauro
2023-11-08
*
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
*
absl: reformat Mutex-related files
Abseil Team
2023-06-20
*
Migrate most RAW_LOGs and RAW_CHECKs in tests to regular LOG and CHECK.
Andy Getzendanner
2023-05-23
*
Nop change.
Abseil Team
2023-05-08
*
PR #1433: Fix incorrect timespec definition on 32-bit platforms with 64-bit t...
Oleg Lyovin
2023-05-02
*
Merge pull request #1416 from AtariDreams:fill
Copybara-Service
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
|
/
*
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
*
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
*
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
*
Remove unneeded "friends" from KernelTimeout.
Abseil Team
2022-12-21
*
Add MakeAbsNs to KernelTimeout.
Abseil Team
2022-12-15
*
Use AnyInvocable in internal thread_pool
Abseil Team
2022-11-15
*
Fix "unsafe narrowing" warnings in absl, 8/n.
Abseil Team
2022-09-12
*
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
*
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
*
absl: fix use-after-free in Mutex/CondVar
Abseil Team
2022-05-17
*
Add a stress test for base_internal::ThreadIdentity reuse.
Abseil Team
2022-05-16
*
Fix spelling error "charachter"
Abseil Team
2022-05-11
*
Export of internal Abseil changes
Abseil Team
2021-05-04
[next]