| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace signed integer overflow, since that's undefined behavior, with unsign... | Abseil Team | 2024-07-02 | 3 | -1/+34 |
* | Disable flaky test cases in kernel_timeout_internal_test. | Evan Brown | 2024-06-20 | 1 | -3/+6 |
* | Increase slop time on MSVC in PerThreadSemTest.Timeouts again due to continue... | Evan Brown | 2024-06-14 | 1 | -1/+1 |
* | Remove test references to absl::SharedBitGen, which was never part of | Derek Mauro | 2024-05-22 | 2 | -2/+2 |
* | Apply ABSL_MUST_USE_RESULT to try lock functions. | Chris Kennelly | 2024-04-25 | 1 | -3/+4 |
* | Annotate that Mutex should warn when unused. | Chris Kennelly | 2024-04-04 | 1 | -1/+1 |
* | Fix flaky test failures on MSVC. | Evan Brown | 2024-03-18 | 1 | -1/+1 |
* | Fix flaky MSVC test failures by using longer slop time. | Evan Brown | 2024-03-06 | 1 | -1/+5 |
* | Increase GraphCycles::PointerMap size | Abseil Team | 2024-03-04 | 1 | -1/+1 |
* | Minor changes to the BUILD file for absl/synchronization | Abseil Team | 2024-02-02 | 1 | -1/+3 |
* | Replace `testonly = 1` with `testonly = True` in abseil BUILD files. | Shahriar Rouf | 2024-01-31 | 1 | -5/+5 |
* | Remove code pieces for no longer supported MSVC versions. | Abseil Team | 2024-01-19 | 1 | -3/+2 |
* | PR #1589: Use compare_exchange_weak in the loop in Mutex::ReaderLock | AtariDreams | 2024-01-02 | 1 | -1/+1 |
* | [absl] Rename `absl::internal::identity` to `absl::internal::type_identity` | Lawrence Wolf-Sonkin | 2023-12-28 | 1 | -12/+14 |
* | Migrate static objects to NoDestructor in tests, testing libraries and benchm... | Abseil Team | 2023-12-26 | 3 | -9/+13 |
* | Mutex: Prevent false race in EnableInvariantDebugging. | Dmitry Vyukov | 2023-12-19 | 2 | -2/+44 |
* | Mutex: Fix Condition pointer-to-member cast to respect const qualifier | Abseil Team | 2023-12-18 | 2 | -7/+16 |
* | Avoid using both Win32Waiter and PthreadWaiter on MinGW, | Derek Mauro | 2023-11-08 | 2 | -4/+6 |
* | Mutex: Remove destructor in release build | Dmitry Vyukov | 2023-10-31 | 3 | -75/+120 |
* | absl: speed up Mutex::Lock | Dmitry Vyukov | 2023-10-30 | 1 | -26/+44 |
* | Rollback "Mutex: Remove destructor in release build" | Dmitry Vyukov | 2023-10-27 | 3 | -113/+75 |
* | Mutex: Remove destructor in release build | Dmitry Vyukov | 2023-10-27 | 3 | -75/+113 |
* | absl: requeue waiters as LIFO | Dmitry Vyukov | 2023-10-24 | 1 | -0/+18 |
* | Bazel: Enable the header_modules feature | Derek Mauro | 2023-10-11 | 1 | -0/+1 |
* | Bazel: Support layering_check and parse_headers | Derek Mauro | 2023-10-10 | 1 | -1/+16 |
* | Mutex: Rollback requeing waiters as LIFO | Abseil Team | 2023-09-21 | 1 | -18/+0 |
* | Rollback "absl: speed up Mutex::Lock" | Dmitry Vyukov | 2023-09-20 | 1 | -23/+13 |
* | absl:speed up Mutex::[Reader]TryLock | Dmitry Vyukov | 2023-09-20 | 2 | -41/+71 |
* | absl: add Mutex::[Reader]TryLock benchmark | Dmitry Vyukov | 2023-09-20 | 1 | -0/+20 |
* | absl: speed up Mutex::ReaderLock/Unlock | Dmitry Vyukov | 2023-09-20 | 1 | -12/+23 |
* | absl: add Mutex::ReaderLock benchmark | Dmitry Vyukov | 2023-09-20 | 1 | -0/+8 |
* | absl: speed up Mutex::Lock | Dmitry Vyukov | 2023-09-18 | 1 | -13/+23 |
* | absl: requeue waiters as LIFO | Dmitry Vyukov | 2023-09-18 | 1 | -0/+18 |
* | absl: remove special case for timed CondVar waits | Dmitry Vyukov | 2023-09-15 | 2 | -22/+4 |
* | absl: optimize Condition checks in Mutex code | Dmitry Vyukov | 2023-09-15 | 3 | -26/+25 |
* | Rollback: | Abseil Team | 2023-09-08 | 2 | -14/+28 |
* | absl: remove leftovers of CondVar support for other mutexes | Abseil Team | 2023-09-08 | 1 | -19/+13 |
* | absl: inline and de-dup Mutex::Await/LockWhen/CondVar::Wait | Abseil Team | 2023-09-08 | 2 | -111/+56 |
* | absl: remove known_false condition in Mutex code | Abseil Team | 2023-09-08 | 1 | -8/+3 |
* | absl: remove special handling of Condition::kTrue | Abseil Team | 2023-09-08 | 2 | -21/+12 |
* | absl: fix a priority bug in CondVar wait morphing | Abseil Team | 2023-08-29 | 2 | -16/+81 |
* | kernel_timeout_test: Add Apple to the list of slow platforms because | Derek Mauro | 2023-08-21 | 1 | -5/+4 |
* | Add StdcppWaiter to the end of the list of waiter implementations | Derek Mauro | 2023-08-10 | 1 | -0/+2 |
* | Add Support for mmap on Qualcomm Hexagon DSP targets. | Abseil Team | 2023-07-17 | 1 | -5/+9 |
* | Use an allowlist visibility model for //absl/synchronization | Derek Mauro | 2023-07-10 | 1 | -10/+6 |
* | absl: extend Condition::kTrue comment | Abseil Team | 2023-07-01 | 1 | -0/+10 |
* | absl: add a Mutex::Await/LockWhen test | Abseil Team | 2023-06-20 | 1 | -0/+25 |
* | absl: fix lint errors in Mutex | Abseil Team | 2023-06-20 | 2 | -1/+2 |
* | absl: cosmetic changes for Mutex | Abseil Team | 2023-06-20 | 1 | -21/+17 |
* | absl: reformat Mutex-related files | Abseil Team | 2023-06-20 | 3 | -434/+429 |