index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
absl
Commit message (
Expand
)
Author
Age
*
Minor build rule changes.
Evan Brown
2023-10-02
*
Re-submit with a fix for platforms without RTTI.
Abseil Team
2023-10-02
*
Export common.h from raw_hash_set.h to prevent IWYU from linting when using n...
Abseil Team
2023-09-27
*
Delete dead function.
Abseil Team
2023-09-27
*
No public description
Abseil Team
2023-09-27
*
Add an internal wrapper for `abi::__cxa_demangle()`.
Abseil Team
2023-09-26
*
Add an internal wrapper for `abi::__cxa_demangle()`.
Abseil Team
2023-09-26
*
Optimize CRC32 for Ampere Siryn
Connal de Souza
2023-09-26
*
Fix logging flags documentation to refer to `LogSink`s instead of logfiles
Derek Mauro
2023-09-26
*
Adds `AbslStringify` to `absl::Status` for completeness.
Abseil Team
2023-09-26
*
`absl::Overload()` which returns a functor that provides overloads based on t...
Abseil Team
2023-09-26
*
Import of CCTZ from GitHub.
Abseil Team
2023-09-23
*
Fix a crash when calling `EstimatedMemoryUsage()` on an empty checksummed `ab...
Abseil Team
2023-09-22
*
Mutex: Rollback requeing waiters as LIFO
Abseil Team
2023-09-21
*
Optimize CRC32 Extend for large inputs on Arm
Connal de Souza
2023-09-21
*
Replace BtreeAllocatorTest with individual test cases for copy/move/swap prop...
Evan Brown
2023-09-21
*
Rollback "absl: speed up Mutex::Lock"
Dmitry Vyukov
2023-09-20
*
Use ABSL_PREDICT_FALSE and ABSL_RAW_LOG for shared safety checks in raw_hash_...
Daniel Cheng
2023-09-20
*
Rolling back cl/565792699
Abseil Team
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
*
Refactor for preliminary API update.
Abseil Team
2023-09-19
*
Additional StrCat microbenchmarks.
Abseil Team
2023-09-19
*
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
[next]