aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-29Upgrade ABSL to LTS version 20240116.1 am: 3fd0a1be59androidx-transition-releaseandroidx-datastore-releaseMatt Stokes
2024-02-28Upgrade ABSL to LTS version 20240116.1Matt Stokes
2024-02-12Prepare 20240116.1 patch for Apple Privacy Manifest (#1623)upstream-20240116.1Derek Mauro
2024-02-07Backport Apple Privacy Manifest (#1613)Hannah Shi
2024-01-29Remove libabsl_headers module. am: db41dae4b2Krzysztof Kosiński
2024-01-22Disable ABSL_ATTRIBUTE_TRIVIAL_ABI in open-source builds (#1606)upstream-20240116.rc2upstream-20240116.0Derek Mauro
2024-01-16Apply LTS transformations for 20240116 LTS branch (#1599)upstream-20240116.rc1Derek Mauro
2024-01-16Add a note about how to link absl::log_flags under CMake to workaroundDerek Mauro
2024-01-13Move absl::Set[Global]VLogLevel() to //absl/log/globals.hDerek Mauro
2024-01-12Speed up `raw_hash_map::[]` with ABSL hardening enabled by unchecking derefer...Abseil Team
2024-01-11Add support for Bzlmod for the next releaseDerek Mauro
2024-01-11Enable ABSL_BTREE_ENABLE_GENERATIONS and ABSL_SWISSTABLE_ENABLE_GENERATIONS w...Abseil Team
2024-01-11Move default case to statement outside switch block in log_severity.h.Daniel Cheng
2024-01-10Automated Code ChangeAbseil Team
2024-01-10Fix CMake compiled ABI options after f845e60acd880dbf07788a5a2c0dbad0f9c57231.Derek Mauro
2024-01-09Re-add the internal file //absl/string/internal/has_absl_stringify.h to unblockDerek Mauro
2024-01-09Remove libabsl_headers module.Krzysztof Kosiński
2024-01-09Update Windows and MacOS CI builds to Bazel 7.0.0Derek Mauro
2024-01-05Extend BM_StrAppendInt to use log-uniform random numbers instead of constantsAbseil Team
2024-01-04Optimize integer-to-string conversionsAbseil Team
2024-01-04Correct nullability annotations on MakeNanAbseil Team
2024-01-03Avoid a empty library build failure on Apple platformsDerek Mauro
2024-01-03Speed up `raw_hash_set::contains()` when ABSL hardening is enabled by removin...Abseil Team
2024-01-02Remove workaround for older versions MSVC that did not supportDerek Mauro
2024-01-02PR #1589: Use compare_exchange_weak in the loop in Mutex::ReaderLockAtariDreams
2024-01-02Add an IWYU pragma to vlog_is_on.hDerek Mauro
2023-12-28[absl] Rename `absl::internal::identity` to `absl::internal::type_identity`Lawrence Wolf-Sonkin
2023-12-28Add compile-checks to ensure the parameter to absl::numbers_internal::FastInt...Abseil Team
2023-12-26Migrate static objects to NoDestructor in tests, testing libraries and benchm...Abseil Team
2023-12-26Import of CCTZ from GitHub.Abseil Team
2023-12-26Import of CCTZ from GitHub.Abseil Team
2023-12-26Include `cstdint` where necessary.Dmitri Gribenko
2023-12-21Release a few bits and pieces of DFATAL that were left behind: flag parsing &...Andy Getzendanner
2023-12-21Add a container-based version of `std::sample()`Eric Astor
2023-12-20Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()Abseil Team
2023-12-20Added ByAsciiWhitespace to str_split library.Abseil Team
2023-12-20AddressIsReadable: improve commentsFangrui Song
2023-12-20Unify btree EmptyNode allocation code across compilers.Abseil Team
2023-12-20Create and destroy tables outside of the timer and in batch in Reserve benchm...Abseil Team
2023-12-19Add script for Arm build.Richard O'Grady
2023-12-19Fix typo: begnning -> beginningAbseil Team
2023-12-19Add a pragma to disable a maybe-uninitialized warning for GCC12+Abseil Team
2023-12-19Refactor `EraseMetaOnly` to speed up single group tables.Abseil Team
2023-12-19Update the CI builds that use the latest compiler versions toDerek Mauro
2023-12-19Mutex: Prevent false race in EnableInvariantDebugging.Dmitry Vyukov
2023-12-18Add the `BM_EraseEmplace` benchmark that constantly adds and removes the same...Abseil Team
2023-12-18Mutex: Fix Condition pointer-to-member cast to respect const qualifierAbseil Team
2023-12-18Cleanup build file by removing an empty srcs listDerek Mauro
2023-12-18Add a pragma to disable a stringop-overflow warning for GCC12+Abseil Team
2023-12-15Remove nullability from Span::{pointer,iterator}Sam McCall