summaryrefslogtreecommitdiff
path: root/absl
Commit message (Expand)AuthorAge
* Rewrite KernelTimeout to support both absolute and relative timeoutsGravatar Derek Mauro2023-02-09
* In sanitizer mode, detect when end iterators from different swisstables are c...Gravatar Evan Brown2023-02-09
* Add overrides to other functions which call Waiter::GetWaiterGravatar Abseil Team2023-02-08
* Change implementation of OnlyLiteralZero to only fail if the second overload ...Gravatar Abseil Team2023-02-08
* Don't assume that AVX implies PCLMULQDQ when using LLVM on Windows.Gravatar Saran Tunyasuvunakool2023-02-07
* Fix a discrepancy between absl::Hash and absl::HashOf for some negative signe...Gravatar Abseil Team2023-02-06
* `PrefetchToLocalCacheForWrite` should use `__builtin_prefetch(<addr>, 1, 3)` ...Gravatar Abseil Team2023-02-03
* Add ABSL_ATTRIBUTE_LIFETIME_BOUND to absl::StatusOr::emplace()Gravatar Laramie Leavitt2023-02-03
* Fix missing includes/dependenciesGravatar Derek Mauro2023-02-02
* Get rid of tail padding within `absl::Duration`. This reduces memory usage ne...Gravatar Abseil Team2023-02-02
* Get rid of tail padding within `absl::Duration`. This reduces memory usage ne...Gravatar Abseil Team2023-02-02
* Delete unused Futex methodsGravatar Derek Mauro2023-02-01
* Rollforward: in sanitizer mode, detect when references become invalidated by ...Gravatar Evan Brown2023-02-01
* Add const qualifier to c_binary_search Sequence.Gravatar Abseil Team2023-01-31
* Rollback in sanitizer mode, detect when references become invalidated by rand...Gravatar Abseil Team2023-01-31
* In sanitizer mode, detect when references become invalidated by randomly reha...Gravatar Evan Brown2023-01-30
* The type of MINSIGSTKSZ is not guaranteed; avoid potential implicit sign conv...Gravatar Abseil Team2023-01-28
* Replace absl::base_internal::Prefetch* calls with absl::Prefetch* callsGravatar Martijn Vels2023-01-27
* Adds `AbslStringify` support to `absl::Hex` and `absl::Dec`Gravatar Phoebe Liang2023-01-27
* Merge pull request #1371 from fahhem:mingw_supportGravatar Copybara-Service2023-01-26
|\
* | Introduce Abseil Prefetch APIGravatar Martijn Vels2023-01-26
* | Add lifetime annotations to AlphaNum.Gravatar Abseil Team2023-01-26
* | Cord does not need its str_format dependencyGravatar Derek Mauro2023-01-26
* | Make `SanitizerSafeCopy()` constexpr, and check for constant evaluationGravatar Martijn Vels2023-01-25
| * Pass correct flags for mingw to use bcryptGravatar Fahrzin Hemmati2023-01-25
| * Add mingw as a config_settingGravatar Fahrzin Hemmati2023-01-25
|/
* Separate DLL export/import for test helpers dll, and fix typo.Gravatar Mike Kruskal2023-01-25
* Add memory sanitizer to absl::CordGravatar Martijn Vels2023-01-25
* Work around GCC -Wuninitialized when initializing a span from an uninitialize...Gravatar Andy Getzendanner2023-01-24
* Include Abseil logging in windows dll, and add a test helper dll.Gravatar Mike Kruskal2023-01-24
* Sort CMakeList deps for raw_hash_set and raw_hash_set_test.Gravatar Evan Brown2023-01-23
* Use const references in Standard Library algorithms range adapters where poss...Gravatar Abseil Team2023-01-23
* absl: harden stack bounds checkGravatar Abseil Team2023-01-23
* Update absl::allocator_traits and absl::pointer_traits to alwaysGravatar Derek Mauro2023-01-20
* Add CodegenAbslRawHashSetStringFindNeEnd function, which is useful because th...Gravatar Evan Brown2023-01-20
* Add absl::is_constant_evaluated for pre-c++20 supportGravatar Martijn Vels2023-01-20
* absl: add a stack unwinding testGravatar Abseil Team2023-01-20
* Update the Abseil minumum GCC version to GCC 7, which isGravatar Derek Mauro2023-01-19
* Turn off the new GCC 13 warning for -Wself-move in tests sinceGravatar Derek Mauro2023-01-19
* Add missing include and remove unused includesGravatar Derek Mauro2023-01-19
* Doc fix: state that Base64Escape does in fact produce padding. While at it, ...Gravatar Abseil Team2023-01-19
* Only enable cordz on Linux with thread_local supportGravatar Derek Mauro2023-01-19
* Minor formatting: Fix misplaced space.Gravatar Abseil Team2023-01-19
* Use absl::string_view by value rather than by const reference while iterating...Gravatar Abseil Team2023-01-19
* Clarify contract of AlphaNum as only a function parameter typeGravatar Tom Manshreck2023-01-18
* extern-ify NullGuard's "(null)" strings to save linker input bytes.Gravatar Andy Getzendanner2023-01-17
* Optimize RemoveCrc32cSuffix.Gravatar Abseil Team2023-01-17
* In sanitizer mode, detect when references become invalidated after reserved g...Gravatar Evan Brown2023-01-17
* Tweak the compilation condition for IsHashableTest.PoisonHashGravatar Derek Mauro2023-01-17
* Use NullGuard for signed and unsigned char pointer types, and extend volatile...Gravatar Andy Getzendanner2023-01-13