summaryrefslogtreecommitdiff
path: root/absl
Commit message (Expand)AuthorAge
* StrCat: do not use intermediate buffer when result fits in SSO.Gravatar Abseil Team2023-08-17
* Use Abseil's implementation of absl::rotl and absl::rotr for libc++Gravatar Derek Mauro2023-08-16
* Implement `Cord::Find()` and `Cord::Contains()`Gravatar Abseil Team2023-08-16
* Update an old comment that refers to obsolete types.Gravatar Evan Brown2023-08-15
* PR #1509: Allow building when targeting WASIGravatar Anuraag Agrawal2023-08-15
* Benchmark FNMatch, and use the greedy algorithm with better time and space co...Gravatar Andy Getzendanner2023-08-14
* Always inline prefetches.Gravatar Hannah Lin2023-08-14
* An FNMatch helper for upcoming functionality.Gravatar Andy Getzendanner2023-08-14
* Speed up kTotalMorePrecise mode of Cord::EstimatedMemoryUsage() by about 25% ...Gravatar Abseil Team2023-08-14
* Add missing includes in raw_hash_set.h.Gravatar Evan Brown2023-08-11
* Include what you spellGravatar Dmitri Gribenko2023-08-11
* Fixed shared Windows build in Chrome when building MediaPipe.Gravatar Abseil Team2023-08-10
* Add StdcppWaiter to the end of the list of waiter implementationsGravatar Derek Mauro2023-08-10
* Add ATTRIBUTE_LIFETIME_BOUND to Cord iterator methodsGravatar Abseil Team2023-08-10
* Use the supported method for detecting RTTI in Clang:Gravatar Derek Mauro2023-08-10
* Include what you spellGravatar Dmitri Gribenko2023-08-09
* Eliminate redundant code branch in `StrAppend`.Gravatar Abseil Team2023-08-09
* Include what you spellGravatar Dmitri Gribenko2023-08-08
* Fix warnings:Gravatar Dmitri Gribenko2023-08-08
* Fix ClangTidy warningsGravatar Dmitri Gribenko2023-08-08
* Remove a doubled up "with"Gravatar Dmitri Gribenko2023-08-08
* Add ATTRIBUTE_LIFETIME_BOUND to Cord::Flatten and TryFlatGravatar Abseil Team2023-08-08
* Include what you spellGravatar Dmitri Gribenko2023-08-08
* Add missing include for <iomanip>Gravatar Derek Mauro2023-08-08
* Remove the no-op full_validation flag in the implementation details of cord.ccGravatar Dmitri Gribenko2023-08-07
* Remove a reference to the global string type, which does not exist as a separ...Gravatar Dmitri Gribenko2023-08-07
* Release the `DFATAL` pseudo-LogSeverity levelGravatar Derek Mauro2023-08-04
* Import of CCTZ from GitHub.Gravatar Abseil Team2023-08-04
* Store infoz on the heap instead of inline and store it only when we are sampl...Gravatar Evan Brown2023-08-04
* Optimize Swissmap Match on Arm.Gravatar Connal de Souza2023-08-04
* Update the comment for capacity_ to mention recent experiments to compress th...Gravatar Evan Brown2023-08-03
* Use a shared (reader) lock in absl_flags::WasPresentOnCommandLineGravatar Abseil Team2023-08-02
* Rollback of "Speed up StrAppend by up to 4x."Gravatar Abseil Team2023-08-02
* Implement AbslStringify for crc32c_t in order to support absl::StrFormat nati...Gravatar Abseil Team2023-08-01
* Changes absl::crc32c_t insertion operator (<<) to return value as 0-padded he...Gravatar Abseil Team2023-08-01
* PR #1500: Define MAP_ANONYMOUS if not definedGravatar Ryan Schmidt2023-08-01
* raw_hash_set_test: Expect tsan to catch heap-use-after-free on iterators inva...Gravatar Dino Radakovic2023-08-01
* Import of CCTZ from GitHub.Gravatar Abseil Team2023-08-01
* InlinedVector: Disable CFI checking on the const GetInlinedData() pathGravatar Derek Mauro2023-08-01
* Speed up StrAppend by up to 4x.Gravatar Abseil Team2023-08-01
* Remove deprecated function.Gravatar Abseil Team2023-07-31
* PR #1495: CMake: Link CoreFoundation with -frameworkGravatar Daniel Schürmann2023-07-31
* raw_hash_set_test: Match lowercase "invalid iterator" in death testsGravatar Dino Radakovic2023-07-31
* Refactor raw_hash_set deallocation to pass CommonFields instead of passing th...Gravatar Evan Brown2023-07-27
* InlinedVector: Disable CFI checking during the reinterpret_cast on theGravatar Derek Mauro2023-07-27
* Undefine internal `ABSL_FORMAT_PARSER_INTERNAL_GET_CHAR` macro after usageGravatar Abseil Team2023-07-26
* Change the API constraints of erase(const_iterator, const_iterator) so that c...Gravatar Evan Brown2023-07-26
* InlinedVector: Disable CFI checking on GetInlinedData()Gravatar Derek Mauro2023-07-26
* InlinedVector: Fix control-flow-inregrity warning when using a classGravatar Derek Mauro2023-07-25
* Import of CCTZ from GitHub.Gravatar Abseil Team2023-07-25