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
*
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
*
Apply ABSL_MUST_USE_RESULT to try lock functions.
Chris Kennelly
2024-04-25
*
Annotate that Mutex should warn when unused.
Chris Kennelly
2024-04-04
*
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
*
Minor changes to the BUILD file for absl/synchronization
Abseil Team
2024-02-02
*
Replace `testonly = 1` with `testonly = True` in abseil BUILD files.
Shahriar Rouf
2024-01-31
*
Remove code pieces for no longer supported MSVC versions.
Abseil Team
2024-01-19
*
PR #1589: Use compare_exchange_weak in the loop in Mutex::ReaderLock
AtariDreams
2024-01-02
*
[absl] Rename `absl::internal::identity` to `absl::internal::type_identity`
Lawrence Wolf-Sonkin
2023-12-28
*
Migrate static objects to NoDestructor in tests, testing libraries and benchm...
Abseil Team
2023-12-26
*
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
[next]