index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
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
*
Remove the legacy thread annotation spellings
Derek Mauro
2023-08-28
*
Implement ABSL_ATTRIBUTE_PURE_FUNCTION and ABSL_ATTRIBUTE_CONST_FUNCTION
Derek Mauro
2023-08-28
*
Speed up `FastIntToBuffer`.
Abseil Team
2023-08-25
*
Delete the experimental conformance testing code.
Derek Mauro
2023-08-23
*
Add absl::CharSet.
Abseil Team
2023-08-23
*
kernel_timeout_test: Add Apple to the list of slow platforms because
Derek Mauro
2023-08-21
*
PR #1520: Make use of C++20 feature test macros to bestow better compatibility
Yuriy Chernyshov
2023-08-21
*
Check CRC cordrep child nodes for nullptr.
Martijn Vels
2023-08-18
*
Fix instances where GTest::gtest(_main) should have
Derek Mauro
2023-08-17
*
Remove the has_element function and use FindElement instead.
Evan Brown
2023-08-17
*
Fix typo hash_test.cc -> hash_instantiated_test.cc from
Derek Mauro
2023-08-17
*
StrCat: do not use intermediate buffer when result fits in SSO.
Abseil Team
2023-08-17
*
CI: Update the Linux hybrid-latest docker container used for testing
Derek Mauro
2023-08-16
*
Use Abseil's implementation of absl::rotl and absl::rotr for libc++
Derek Mauro
2023-08-16
*
Implement `Cord::Find()` and `Cord::Contains()`
Abseil Team
2023-08-16
*
Update an old comment that refers to obsolete types.
Evan Brown
2023-08-15
*
PR #1509: Allow building when targeting WASI
Anuraag Agrawal
2023-08-15
*
Benchmark FNMatch, and use the greedy algorithm with better time and space co...
Andy Getzendanner
2023-08-14
*
Always inline prefetches.
Hannah Lin
2023-08-14
*
An FNMatch helper for upcoming functionality.
Andy Getzendanner
2023-08-14
*
Speed up kTotalMorePrecise mode of Cord::EstimatedMemoryUsage() by about 25% ...
Abseil Team
2023-08-14
*
Add missing includes in raw_hash_set.h.
Evan Brown
2023-08-11
*
Include what you spell
Dmitri Gribenko
2023-08-11
*
Fixed shared Windows build in Chrome when building MediaPipe.
Abseil Team
2023-08-10
*
Add StdcppWaiter to the end of the list of waiter implementations
Derek Mauro
2023-08-10
*
Add ATTRIBUTE_LIFETIME_BOUND to Cord iterator methods
Abseil Team
2023-08-10
*
Use the supported method for detecting RTTI in Clang:
Derek Mauro
2023-08-10
*
Include what you spell
Dmitri Gribenko
2023-08-09
*
Eliminate redundant code branch in `StrAppend`.
Abseil Team
2023-08-09
[next]