index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
absl: speed up Mutex::Lock
Dmitry Vyukov
2023-09-18
*
absl: requeue waiters as LIFO
Dmitry Vyukov
2023-09-18
*
Change absl::Status implementation to be amenable to [[clang:trivial_abi]] an...
Abseil Team
2023-09-17
*
absl: remove special case for timed CondVar waits
Dmitry Vyukov
2023-09-15
*
Honor ABSL_MIN_LOG_LEVEL in CHECK_XX, CHECK_STRXX, CHECK_OK, and the QCHECK f...
Andy Getzendanner
2023-09-15
*
Fix a bug in which we used propagate_on_container_copy_assignment in btree mo...
Evan Brown
2023-09-15
*
Move CountingAllocator into test_allocator.h and add some other allocators th...
Evan Brown
2023-09-15
*
Allow const qualified FunctionRef instances. This allows the signature to be ...
Abseil Team
2023-09-15
*
absl: optimize Condition checks in Mutex code
Dmitry Vyukov
2023-09-15
*
Remove implicit int64_t->uint64_t conversion in ARM version of V128_Extract64
Abseil Team
2023-09-15
*
Remove unused internal function `InlineRep::empty()` which has misleading sem...
Abseil Team
2023-09-14
*
Make `HasAbslStringify` public.
Abseil Team
2023-09-13
*
Removed Google-only #ifdefs.
Abseil Team
2023-09-13
*
Typo fix.
Abseil Team
2023-09-12
*
Make PolicyTraits::transfer_uses_memcpy() true for node_hash_* tables.
Evan Brown
2023-09-12
*
Add a flat_hash_set_test that we use value_type member functions to read/writ...
Evan Brown
2023-09-12
*
Fixes StrCat() performance regression when not using libc++
Derek Mauro
2023-09-11
*
Doc fix.
Abseil Team
2023-09-11
*
Remove CordRepRing experiment.
Martijn Vels
2023-09-08
*
Fix strict weak ordering in convert_test.cc
Abseil Team
2023-09-08
*
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
*
Fixed typo in `CHECK_STREQ` documentation
Abseil Team
2023-09-07
*
Fix GetTID() on FreeBSD
Derek Mauro
2023-09-07
*
Rename x86 crc_memcpy tests since they cover ARM as well
Abseil Team
2023-09-07
*
Roll forward support for ARM intrinsics in crc_memcpy
Abseil Team
2023-09-07
*
Import of CCTZ from GitHub.
Abseil Team
2023-09-06
*
Use native methods to implement absl::base_internal::GetPID() on
Derek Mauro
2023-09-06
*
Fix an issue in which b-tree set iterators allow for mutable access to keys.
Evan Brown
2023-09-06
*
Remove the unused LowerBoundAllocatedByteSize function.
Evan Brown
2023-09-05
*
Invert the "is inlined" bit of absl::Status
Abseil Team
2023-09-05
*
Rollback adding support for ARM intrinsics
Abseil Team
2023-09-05
*
Add support for ARM intrinsics in crc_memcpy
Abseil Team
2023-09-05
*
Add a comment about a more efficient implementation of btree range erase.
Evan Brown
2023-09-01
*
Revise a comment regarding casting `memchr()`'s return type. The original com...
Abseil Team
2023-08-31
*
Fix incorrect CRC returned by AcceleratedCrcMemcpyEngine when kRegions == 1
Abseil Team
2023-08-31
*
Delete //absl/base/internal/prefetch.h
Derek Mauro
2023-08-31
*
Remove unused ReservedFlag.
Tomas Dzetkulic
2023-08-30
*
Add CPU detection for Ampere Siryn
Abseil Team
2023-08-30
*
Optimize Resize and Iteration on Arm
Connal de Souza
2023-08-30
*
Add missing #include options.h in optimization.h.
Abseil Team
2023-08-30
*
absl: fix a priority bug in CondVar wait morphing
Abseil Team
2023-08-29
*
Enable non_temporal_store_memcpy for AMD Milan, Genoa, and Ryzen 3000
Abseil Team
2023-08-29
*
Add CPU detection for AMD Genoa and Ryzen 3000
Abseil Team
2023-08-29
*
Use fallback engine for as the non-temporal engine for unknown CPU types
Abseil Team
2023-08-29
*
Import of CCTZ from GitHub.
Abseil Team
2023-08-29
*
Make raw_hash_set::destroy_slots no longer public. It was never meant to be a...
Evan Brown
2023-08-29
[next]