summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Prepare 20240116.1 patch for Apple Privacy Manifest (#1623)20240116.1Gravatar Derek Mauro2024-02-12
* Backport Apple Privacy Manifest (#1613)Gravatar Hannah Shi2024-02-07
* Disable ABSL_ATTRIBUTE_TRIVIAL_ABI in open-source builds (#1606)20240116.rc220240116.0Gravatar Derek Mauro2024-01-22
* Apply LTS transformations for 20240116 LTS branch (#1599)20240116.rc1Gravatar Derek Mauro2024-01-16
* Add a note about how to link absl::log_flags under CMake to workaroundGravatar Derek Mauro2024-01-16
* Move absl::Set[Global]VLogLevel() to //absl/log/globals.hGravatar Derek Mauro2024-01-13
* Speed up `raw_hash_map::[]` with ABSL hardening enabled by unchecking derefer...Gravatar Abseil Team2024-01-12
* Add support for Bzlmod for the next releaseGravatar Derek Mauro2024-01-11
* Enable ABSL_BTREE_ENABLE_GENERATIONS and ABSL_SWISSTABLE_ENABLE_GENERATIONS w...Gravatar Abseil Team2024-01-11
* Move default case to statement outside switch block in log_severity.h.Gravatar Daniel Cheng2024-01-11
* Automated Code ChangeGravatar Abseil Team2024-01-10
* Fix CMake compiled ABI options after f845e60acd880dbf07788a5a2c0dbad0f9c57231.Gravatar Derek Mauro2024-01-10
* Re-add the internal file //absl/string/internal/has_absl_stringify.h to unblockGravatar Derek Mauro2024-01-09
* Update Windows and MacOS CI builds to Bazel 7.0.0Gravatar Derek Mauro2024-01-09
* Extend BM_StrAppendInt to use log-uniform random numbers instead of constantsGravatar Abseil Team2024-01-05
* Optimize integer-to-string conversionsGravatar Abseil Team2024-01-04
* Correct nullability annotations on MakeNanGravatar Abseil Team2024-01-04
* Avoid a empty library build failure on Apple platformsGravatar Derek Mauro2024-01-03
* Speed up `raw_hash_set::contains()` when ABSL hardening is enabled by removin...Gravatar Abseil Team2024-01-03
* Remove workaround for older versions MSVC that did not supportGravatar Derek Mauro2024-01-02
* PR #1589: Use compare_exchange_weak in the loop in Mutex::ReaderLockGravatar AtariDreams2024-01-02
* Add an IWYU pragma to vlog_is_on.hGravatar Derek Mauro2024-01-02
* [absl] Rename `absl::internal::identity` to `absl::internal::type_identity`Gravatar Lawrence Wolf-Sonkin2023-12-28
* Add compile-checks to ensure the parameter to absl::numbers_internal::FastInt...Gravatar Abseil Team2023-12-28
* Migrate static objects to NoDestructor in tests, testing libraries and benchm...Gravatar Abseil Team2023-12-26
* Import of CCTZ from GitHub.Gravatar Abseil Team2023-12-26
* Import of CCTZ from GitHub.Gravatar Abseil Team2023-12-26
* Include `cstdint` where necessary.Gravatar Dmitri Gribenko2023-12-26
* Release a few bits and pieces of DFATAL that were left behind: flag parsing &...Gravatar Andy Getzendanner2023-12-21
* Add a container-based version of `std::sample()`Gravatar Eric Astor2023-12-21
* Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()Gravatar Abseil Team2023-12-20
* Added ByAsciiWhitespace to str_split library.Gravatar Abseil Team2023-12-20
* AddressIsReadable: improve commentsGravatar Fangrui Song2023-12-20
* Unify btree EmptyNode allocation code across compilers.Gravatar Abseil Team2023-12-20
* Create and destroy tables outside of the timer and in batch in Reserve benchm...Gravatar Abseil Team2023-12-20
* Add script for Arm build.Gravatar Richard O'Grady2023-12-19
* Fix typo: begnning -> beginningGravatar Abseil Team2023-12-19
* Add a pragma to disable a maybe-uninitialized warning for GCC12+Gravatar Abseil Team2023-12-19
* Refactor `EraseMetaOnly` to speed up single group tables.Gravatar Abseil Team2023-12-19
* Update the CI builds that use the latest compiler versions toGravatar Derek Mauro2023-12-19
* Mutex: Prevent false race in EnableInvariantDebugging.Gravatar Dmitry Vyukov2023-12-19
* Add the `BM_EraseEmplace` benchmark that constantly adds and removes the same...Gravatar Abseil Team2023-12-18
* Mutex: Fix Condition pointer-to-member cast to respect const qualifierGravatar Abseil Team2023-12-18
* Cleanup build file by removing an empty srcs listGravatar Derek Mauro2023-12-18
* Add a pragma to disable a stringop-overflow warning for GCC12+Gravatar Abseil Team2023-12-18
* Remove nullability from Span::{pointer,iterator}Gravatar Sam McCall2023-12-15
* Roll back changes to AsciiStrToUpper() and AsciiStrToLower() due to bug report.Gravatar Abseil Team2023-12-14
* Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()Gravatar Abseil Team2023-12-14
* Redirect `GetPageSize()` to C library `getpagesize()` on Hexagon DSP.Gravatar Abseil Team2023-12-13
* Add `ostream<<` and `AbslStringify` to `absl::StatusOr`.Gravatar Zie Weaver2023-12-13