aboutsummaryrefslogtreecommitdiff
path: root/absl
Commit message (Expand)AuthorAgeFilesLines
* Add missing headers in raw_hash_map.h.Evan Brown2023-10-123-0/+6
* The current implementation of control by checking on x86 has an unnecessary s...Abseil Team2023-10-121-11/+15
* Delete `absl::strings_internal::HasAbslStringify`.Abseil Team2023-10-123-46/+0
* No public descriptionAbseil Team2023-10-111-0/+1
* Import of CCTZ from GitHub.Derek Mauro2023-10-111-1/+5
* Bazel: Enable the header_modules featureDerek Mauro2023-10-1123-1/+26
* Bazel: Support layering_check and parse_headersDerek Mauro2023-10-1023-24/+382
* ABSL_INTERNAL_HAS_CXA_DEMANGLE: Check __GNUC__ is defined.Abseil Team2023-10-091-1/+2
* Update argument order of `EXPECT_EQ` in `absl::StrJoin` documentation.Abseil Team2023-10-061-13/+13
* Add entries for Neoverse N2,V1, and V2 into CRC dynamic dispatch table.Connal de Souza2023-10-063-5/+28
* Fix typo in docstring for `absl::c_iota()`Abseil Team2023-10-061-1/+1
* Fix error in GCC warning suppressionDerek Mauro2023-10-061-2/+2
* Correct the grammar of an IWYU pragma.Abseil Team2023-10-061-1/+1
* Mark absl::Status as ABSL_ATTRIBUTE_TRIVIAL_ABIAbseil Team2023-10-052-3/+3
* Fix a small typo in the docs.Abseil Team2023-10-051-1/+1
* With sufficiently high-levels of optimization, this functionAbseil Team2023-10-041-0/+3
* Use ABSL_RAW_LOG and ABSL_PREDICT_* for all debug checks in swisstable includ...Evan Brown2023-10-031-28/+27
* Refactor swisstable copy/move assignment to fix issues with allocator propaga...Evan Brown2023-10-034-75/+126
* Update a dead link.Abseil Team2023-10-031-1/+1
* Minor build rule changes.Evan Brown2023-10-021-5/+1
* Re-submit with a fix for platforms without RTTI.Abseil Team2023-10-028-54/+105
* Export common.h from raw_hash_set.h to prevent IWYU from linting when using n...Abseil Team2023-09-271-1/+1
* Delete dead function.Abseil Team2023-09-271-10/+0
* No public descriptionAbseil Team2023-09-271-1/+3
* Add an internal wrapper for `abi::__cxa_demangle()`.Abseil Team2023-09-268-104/+55
* Add an internal wrapper for `abi::__cxa_demangle()`.Abseil Team2023-09-268-55/+104
* Optimize CRC32 for Ampere SirynConnal de Souza2023-09-261-0/+3
* Fix logging flags documentation to refer to `LogSink`s instead of logfilesDerek Mauro2023-09-261-1/+1
* Adds `AbslStringify` to `absl::Status` for completeness.Abseil Team2023-09-264-14/+62
* `absl::Overload()` which returns a functor that provides overloads based on t...Abseil Team2023-09-264-0/+255
* Import of CCTZ from GitHub.Abseil Team2023-09-232-224/+1
* Fix a crash when calling `EstimatedMemoryUsage()` on an empty checksummed `ab...Abseil Team2023-09-222-0/+9
* Mutex: Rollback requeing waiters as LIFOAbseil Team2023-09-211-18/+0
* Optimize CRC32 Extend for large inputs on ArmConnal de Souza2023-09-211-5/+9
* Replace BtreeAllocatorTest with individual test cases for copy/move/swap prop...Evan Brown2023-09-215-193/+200
* Rollback "absl: speed up Mutex::Lock"Dmitry Vyukov2023-09-201-23/+13
* Use ABSL_PREDICT_FALSE and ABSL_RAW_LOG for shared safety checks in raw_hash_...Daniel Cheng2023-09-201-15/+24
* Rolling back cl/565792699Abseil Team2023-09-208-149/+49
* absl:speed up Mutex::[Reader]TryLockDmitry Vyukov2023-09-202-41/+71
* absl: add Mutex::[Reader]TryLock benchmarkDmitry Vyukov2023-09-201-0/+20
* absl: speed up Mutex::ReaderLock/UnlockDmitry Vyukov2023-09-201-12/+23
* absl: add Mutex::ReaderLock benchmarkDmitry Vyukov2023-09-201-0/+8
* Refactor for preliminary API update.Abseil Team2023-09-191-2/+6
* Additional StrCat microbenchmarks.Abseil Team2023-09-191-0/+29
* absl: speed up Mutex::LockDmitry Vyukov2023-09-181-13/+23
* absl: requeue waiters as LIFODmitry Vyukov2023-09-181-0/+18
* Change absl::Status implementation to be amenable to [[clang:trivial_abi]] an...Abseil Team2023-09-176-281/+376
* absl: remove special case for timed CondVar waitsDmitry Vyukov2023-09-152-22/+4
* Honor ABSL_MIN_LOG_LEVEL in CHECK_XX, CHECK_STRXX, CHECK_OK, and the QCHECK f...Andy Getzendanner2023-09-158-49/+149
* Fix a bug in which we used propagate_on_container_copy_assignment in btree mo...Evan Brown2023-09-152-4/+4