aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Backport an upstream patch to enable demangling on mips64elBenjamin Barenblat2024-05-163-0/+28
* Release for experimentalBenjamin Barenblat2024-05-081-2/+2
* Update shlibs fileBenjamin Barenblat2024-05-081-0/+2
* Backport a patch from upstream to fix overload_testBenjamin Barenblat2024-05-082-0/+28
* Update build dependenciesBenjamin Barenblat2024-05-081-1/+0
* Update patches and bump internal namespaceBenjamin Barenblat2024-05-085-34/+14
* Begin updating packaging for Abseil 20240116Benjamin Barenblat2024-05-088-147/+153
* Merge new upstream LTS 20240116.2Benjamin Barenblat2024-05-08360-14673/+12266
|\
| * Abseil LTS Branch, Jan 2024, Patch 2 (#1650)Derek Mauro2024-04-085-19/+47
| * Prepare 20240116.1 patch for Apple Privacy Manifest (#1623)Derek Mauro2024-02-121-1/+1
| * Backport Apple Privacy Manifest (#1613)Hannah Shi2024-02-072-0/+17
| * Disable ABSL_ATTRIBUTE_TRIVIAL_ABI in open-source builds (#1606)Derek Mauro2024-01-221-8/+4
| * Apply LTS transformations for 20240116 LTS branch (#1599)Derek Mauro2024-01-165-18/+8
| * Add a note about how to link absl::log_flags under CMake to workaroundDerek Mauro2024-01-162-1/+6
| * Move absl::Set[Global]VLogLevel() to //absl/log/globals.hDerek Mauro2024-01-136-23/+43
| * Speed up `raw_hash_map::[]` with ABSL hardening enabled by unchecking derefer...Abseil Team2024-01-122-3/+16
| * Add support for Bzlmod for the next releaseDerek Mauro2024-01-1116-31/+88
| * Enable ABSL_BTREE_ENABLE_GENERATIONS and ABSL_SWISSTABLE_ENABLE_GENERATIONS w...Abseil Team2024-01-114-10/+14
| * Move default case to statement outside switch block in log_severity.h.Daniel Cheng2024-01-111-1/+1
| * Automated Code ChangeAbseil Team2024-01-101-0/+1
| * Fix CMake compiled ABI options after f845e60acd880dbf07788a5a2c0dbad0f9c57231.Derek Mauro2024-01-103-15/+51
| * Re-add the internal file //absl/string/internal/has_absl_stringify.h to unblockDerek Mauro2024-01-094-0/+47
| * Update Windows and MacOS CI builds to Bazel 7.0.0Derek Mauro2024-01-094-5/+19
| * Extend BM_StrAppendInt to use log-uniform random numbers instead of constantsAbseil Team2024-01-052-33/+47
| * Optimize integer-to-string conversionsAbseil Team2024-01-047-212/+759
| * Correct nullability annotations on MakeNanAbseil Team2024-01-041-2/+2
| * Avoid a empty library build failure on Apple platformsDerek Mauro2024-01-036-0/+102
| * Speed up `raw_hash_set::contains()` when ABSL hardening is enabled by removin...Abseil Team2024-01-031-1/+15
| * Remove workaround for older versions MSVC that did not supportDerek Mauro2024-01-028-192/+1
| * PR #1589: Use compare_exchange_weak in the loop in Mutex::ReaderLockAtariDreams2024-01-021-1/+1
| * Add an IWYU pragma to vlog_is_on.hDerek Mauro2024-01-021-0/+2
| * [absl] Rename `absl::internal::identity` to `absl::internal::type_identity`Lawrence Wolf-Sonkin2023-12-285-36/+41
| * Add compile-checks to ensure the parameter to absl::numbers_internal::FastInt...Abseil Team2023-12-282-6/+24
| * Migrate static objects to NoDestructor in tests, testing libraries and benchm...Abseil Team2023-12-2610-25/+44
| * Import of CCTZ from GitHub.Abseil Team2023-12-2648-30/+329
| * Import of CCTZ from GitHub.Abseil Team2023-12-261-13/+0
| * Include `cstdint` where necessary.Dmitri Gribenko2023-12-261-0/+2
| * Release a few bits and pieces of DFATAL that were left behind: flag parsing &...Andy Getzendanner2023-12-214-3/+110
| * Add a container-based version of `std::sample()`Eric Astor2023-12-212-1/+51
| * Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()Abseil Team2023-12-202-5/+65
| * Added ByAsciiWhitespace to str_split library.Abseil Team2023-12-203-0/+63
| * AddressIsReadable: improve commentsFangrui Song2023-12-201-2/+4
| * Unify btree EmptyNode allocation code across compilers.Abseil Team2023-12-201-23/+9
| * Create and destroy tables outside of the timer and in batch in Reserve benchm...Abseil Team2023-12-201-12/+26
| * Add script for Arm build.Richard O'Grady2023-12-192-0/+101
| * Fix typo: begnning -> beginningAbseil Team2023-12-191-1/+1
| * Add a pragma to disable a maybe-uninitialized warning for GCC12+Abseil Team2023-12-193-1/+14
| * Refactor `EraseMetaOnly` to speed up single group tables.Abseil Team2023-12-193-15/+42
| * Update the CI builds that use the latest compiler versions toDerek Mauro2023-12-196-12/+12
| * Mutex: Prevent false race in EnableInvariantDebugging.Dmitry Vyukov2023-12-192-2/+44