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
*
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
*
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
*
Include what you spell
Dmitri Gribenko
2023-08-08
*
Fix warnings:
Dmitri Gribenko
2023-08-08
*
Fix ClangTidy warnings
Dmitri Gribenko
2023-08-08
*
Remove a doubled up "with"
Dmitri Gribenko
2023-08-08
*
Add ATTRIBUTE_LIFETIME_BOUND to Cord::Flatten and TryFlat
Abseil Team
2023-08-08
*
Include what you spell
Dmitri Gribenko
2023-08-08
*
Add missing include for <iomanip>
Derek Mauro
2023-08-08
*
Remove the no-op full_validation flag in the implementation details of cord.cc
Dmitri Gribenko
2023-08-07
*
Remove a reference to the global string type, which does not exist as a separ...
Dmitri Gribenko
2023-08-07
*
Release the `DFATAL` pseudo-LogSeverity level
Derek Mauro
2023-08-04
*
Import of CCTZ from GitHub.
Abseil Team
2023-08-04
*
Store infoz on the heap instead of inline and store it only when we are sampl...
Evan Brown
2023-08-04
*
Optimize Swissmap Match on Arm.
Connal de Souza
2023-08-04
*
Update the comment for capacity_ to mention recent experiments to compress th...
Evan Brown
2023-08-03
*
Use a shared (reader) lock in absl_flags::WasPresentOnCommandLine
Abseil Team
2023-08-02
*
Rollback of "Speed up StrAppend by up to 4x."
Abseil Team
2023-08-02
*
Implement AbslStringify for crc32c_t in order to support absl::StrFormat nati...
Abseil Team
2023-08-01
*
Changes absl::crc32c_t insertion operator (<<) to return value as 0-padded he...
Abseil Team
2023-08-01
*
PR #1500: Define MAP_ANONYMOUS if not defined
Ryan Schmidt
2023-08-01
*
raw_hash_set_test: Expect tsan to catch heap-use-after-free on iterators inva...
Dino Radakovic
2023-08-01
*
Import of CCTZ from GitHub.
Abseil Team
2023-08-01
*
InlinedVector: Disable CFI checking on the const GetInlinedData() path
Derek Mauro
2023-08-01
*
Speed up StrAppend by up to 4x.
Abseil Team
2023-08-01
*
Remove deprecated function.
Abseil Team
2023-07-31
*
PR #1495: CMake: Link CoreFoundation with -framework
Daniel Schürmann
2023-07-31
[next]