aboutsummaryrefslogtreecommitdiff
path: root/absl
Commit message (Expand)AuthorAgeFilesLines
* Abseil LTS Branch, Jan 2024, Patch 2 (#1650)Derek Mauro2024-04-084-18/+46
* Prepare 20240116.1 patch for Apple Privacy Manifest (#1623)Derek Mauro2024-02-121-1/+1
* Backport Apple Privacy Manifest (#1613)Hannah Shi2024-02-071-0/+3
* 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-162-4/+4
* Add a note about how to link absl::log_flags under CMake to workaroundDerek Mauro2024-01-161-0/+5
* 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
* 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
* Re-add the internal file //absl/string/internal/has_absl_stringify.h to unblockDerek Mauro2024-01-093-0/+46
* Update Windows and MacOS CI builds to Bazel 7.0.0Derek Mauro2024-01-091-0/+11
* 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
* 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
* Mutex: Prevent false race in EnableInvariantDebugging.Dmitry Vyukov2023-12-192-2/+44
* Add the `BM_EraseEmplace` benchmark that constantly adds and removes the same...Abseil Team2023-12-181-0/+18
* Mutex: Fix Condition pointer-to-member cast to respect const qualifierAbseil Team2023-12-182-7/+16
* Cleanup build file by removing an empty srcs listDerek Mauro2023-12-181-2/+0
* Add a pragma to disable a stringop-overflow warning for GCC12+Abseil Team2023-12-181-0/+8
* Remove nullability from Span::{pointer,iterator}Sam McCall2023-12-151-2/+4
* Roll back changes to AsciiStrToUpper() and AsciiStrToLower() due to bug report.Abseil Team2023-12-142-61/+5
* Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()Abseil Team2023-12-142-5/+61
* Redirect `GetPageSize()` to C library `getpagesize()` on Hexagon DSP.Abseil Team2023-12-131-1/+1
* Add `ostream<<` and `AbslStringify` to `absl::StatusOr`.Zie Weaver2023-12-135-0/+130
* Unit-tests to verify ABSL raw_hash_set does not double-hash in prodAbseil Team2023-12-123-0/+75
* Add `MaskFull` to `Group`.Abseil Team2023-12-122-12/+59
* `absl/utility`: Delete tests for C++11-compatible `integer_sequence` and friendsDino Radakovic2023-12-111-129/+0