summaryrefslogtreecommitdiff
path: root/absl
Commit message (Expand)AuthorAge
...
* Properly handle signal stacks and frame-size calculationsGravatar Abseil Team2023-11-07
* Add control()/slot() functions to iterator/const_iterator.Gravatar Evan Brown2023-11-07
* Add a new microbenchmark for spinlock TryLock and codegen functions.Gravatar Abseil Team2023-11-06
* Doc fix.Gravatar Abseil Team2023-11-03
* Update comments to make it explicit that moving a flat_hash_{set,map} can cau...Gravatar Evan Brown2023-11-02
* PR #1559: Fix comparison of integer expressions of different signedness warningGravatar Alexander Ignatyev2023-11-02
* Add sanitizer mode validation for use of references to swisstables elements t...Gravatar Evan Brown2023-11-01
* Mutex: Remove destructor in release buildGravatar Dmitry Vyukov2023-10-31
* Optimize memcasecmp. Benchmarks shows slight improvement.Gravatar Ilya Tokar2023-10-30
* Roll forward: Add sanitizer mode checks that element constructors/destructors...Gravatar Evan Brown2023-10-30
* Fix an unreachable code warning on some platformsGravatar Derek Mauro2023-10-30
* absl: speed up Mutex::LockGravatar Dmitry Vyukov2023-10-30
* Rollback "Mutex: Remove destructor in release build"Gravatar Dmitry Vyukov2023-10-27
* Mutex: Remove destructor in release buildGravatar Dmitry Vyukov2023-10-27
* Avoid using the non-portable type __m128i_u.Gravatar Derek Mauro2023-10-26
* Prefer builtin to inline assembly when built with -mprfchw.Gravatar Chris Kennelly2023-10-26
* PR #1553: Adapt to syscall(2) removal in OpenBSDGravatar Theo Buehler2023-10-25
* absl: requeue waiters as LIFOGravatar Dmitry Vyukov2023-10-24
* Fix a typo.Gravatar Abseil Team2023-10-24
* Add `AbslStringify()` support to `absl::Cord`Gravatar Abseil Team2023-10-24
* Performance improvements for `absl::AsciiStrToLower` and `absl::AsciiStrToUpp...Gravatar Abseil Team2023-10-23
* Use STL algorithms available since C++14 to implement containerGravatar Derek Mauro2023-10-20
* Use STL algorithms available since C++14 to implement absl::equal andGravatar Derek Mauro2023-10-20
* Add internal interface to determine if a SpinLock is cooperative.Gravatar Chris Kennelly2023-10-20
* absl::string_view: Add support for starts_with() and ends_with()Gravatar Derek Mauro2023-10-20
* Optimize prefetch codegen.Gravatar Dmitry Vyukov2023-10-18
* Add a template gadget to detect whether a type supports the ostream operator.Gravatar Zie Weaver2023-10-18
* Rollback: Add sanitizer mode checks that element constructors/destructors don...Gravatar Evan Brown2023-10-17
* Add sanitizer mode checks that element constructors/destructors don't make re...Gravatar Evan Brown2023-10-16
* Add iterator invalidation checking for when the hashtable is moved.Gravatar Evan Brown2023-10-16
* Add missing headers in raw_hash_map.h.Gravatar Evan Brown2023-10-12
* The current implementation of control by checking on x86 has an unnecessary s...Gravatar Abseil Team2023-10-12
* Delete `absl::strings_internal::HasAbslStringify`.Gravatar Abseil Team2023-10-12
* No public descriptionGravatar Abseil Team2023-10-11
* Import of CCTZ from GitHub.Gravatar Derek Mauro2023-10-11
* Bazel: Enable the header_modules featureGravatar Derek Mauro2023-10-11
* Bazel: Support layering_check and parse_headersGravatar Derek Mauro2023-10-10
* ABSL_INTERNAL_HAS_CXA_DEMANGLE: Check __GNUC__ is defined.Gravatar Abseil Team2023-10-09
* Update argument order of `EXPECT_EQ` in `absl::StrJoin` documentation.Gravatar Abseil Team2023-10-06
* Add entries for Neoverse N2,V1, and V2 into CRC dynamic dispatch table.Gravatar Connal de Souza2023-10-06
* Fix typo in docstring for `absl::c_iota()`Gravatar Abseil Team2023-10-06
* Fix error in GCC warning suppressionGravatar Derek Mauro2023-10-06
* Correct the grammar of an IWYU pragma.Gravatar Abseil Team2023-10-06
* Mark absl::Status as ABSL_ATTRIBUTE_TRIVIAL_ABIGravatar Abseil Team2023-10-05
* Fix a small typo in the docs.Gravatar Abseil Team2023-10-05
* With sufficiently high-levels of optimization, this functionGravatar Abseil Team2023-10-04
* Use ABSL_RAW_LOG and ABSL_PREDICT_* for all debug checks in swisstable includ...Gravatar Evan Brown2023-10-03
* Refactor swisstable copy/move assignment to fix issues with allocator propaga...Gravatar Evan Brown2023-10-03
* Update a dead link.Gravatar Abseil Team2023-10-03
* Minor build rule changes.Gravatar Evan Brown2023-10-02