aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-12Prepare 20230802.2 patch for Apple Privacy Manifest (#1622)upstream-20230802.2upstream-lts_2023_08_02Derek Mauro
2024-02-07Backport Apple Privacy Manifest (#1612)Hannah Shi
2023-09-18Abseil LTS branch, Aug 2023, Patch 1 (#1534)upstream-20230802.1Derek Mauro
2023-08-07Cherry pick CCTZ fix for MinGW (#1508)upstream-20230802.rc2upstream-20230802.0Derek Mauro
2023-08-02Apply LTS transformations for 20230802 LTS branch (#1505)upstream-20230802.rc1Derek Mauro
2023-08-02Update Abseil dependenciesDerek Mauro
2023-08-02Rollback of "Speed up StrAppend by up to 4x."Abseil Team
2023-08-01Implement AbslStringify for crc32c_t in order to support absl::StrFormat nati...Abseil Team
2023-08-01Changes absl::crc32c_t insertion operator (<<) to return value as 0-padded he...Abseil Team
2023-08-01PR #1500: Define MAP_ANONYMOUS if not definedRyan Schmidt
2023-08-01raw_hash_set_test: Expect tsan to catch heap-use-after-free on iterators inva...Dino Radakovic
2023-08-01Import of CCTZ from GitHub.Abseil Team
2023-08-01InlinedVector: Disable CFI checking on the const GetInlinedData() pathDerek Mauro
2023-08-01Speed up StrAppend by up to 4x.Abseil Team
2023-07-31Remove deprecated function.Abseil Team
2023-07-31PR #1498: Fix order of link options in pkg-config filesStan Hu
2023-07-31PR #1495: CMake: Link CoreFoundation with -frameworkDaniel Schürmann
2023-07-31raw_hash_set_test: Match lowercase "invalid iterator" in death testsDino Radakovic
2023-07-27Refactor raw_hash_set deallocation to pass CommonFields instead of passing th...Evan Brown
2023-07-27InlinedVector: Disable CFI checking during the reinterpret_cast on theDerek Mauro
2023-07-26Undefine internal `ABSL_FORMAT_PARSER_INTERNAL_GET_CHAR` macro after usageAbseil Team
2023-07-26Change the API constraints of erase(const_iterator, const_iterator) so that c...Evan Brown
2023-07-26InlinedVector: Disable CFI checking on GetInlinedData()Derek Mauro
2023-07-25InlinedVector: Fix control-flow-inregrity warning when using a classDerek Mauro
2023-07-25Import of CCTZ from GitHub.Abseil Team
2023-07-21`absl/BUILD.bazel`: Make license comment consistent with other bazel build filesRichard Levasseur
2023-07-20Add a special case for erase(begin(), end()) to reset the control bytes. The ...Evan Brown
2023-07-19Rename CommonFields::slots_ptr to slot_array to match the name of the corresp...Evan Brown
2023-07-18Add tests for the "%#04x" patternPhoebe Liang
2023-07-17Move growth_left to the backing array.Evan Brown
2023-07-17Add Support for mmap on Qualcomm Hexagon DSP targets.Abseil Team
2023-07-14Test that CHECK respects ABSL_MIN_LOG_LEVELAbseil Team
2023-07-13Use new emscripten_errn to avoid copying strings.Abseil Team
2023-07-13Adding sw prefetchers to absl::hash.Abseil Team
2023-07-11Add a smaller library for string_view so that users canDerek Mauro
2023-07-11Add a comment to absl/flags/parse.cc indicating that the flags defined there ...Mark Barolak
2023-07-11Cleanup `//absl/strings/internal/memutil.h`Derek Mauro
2023-07-10Use an allowlist visibility model for //absl/synchronizationDerek Mauro
2023-07-10Fix a typo of absl::Nonnull in the example comment.Abseil Team
2023-07-07Merge pull request #1485 from bebuch:patch-1Copybara-Service
2023-07-07enable CMP0141 to allow user CMAKE_MSVC_DEBUG_INFORMATION_FORMATBenjamin Buch
2023-07-06Rename `absl::NonNull` to `absl::Nonnull`.Abseil Team
2023-07-06symbolize_test: Add an indirection for getting the PC from function ptr.Tom Rybka
2023-07-06Correct std::optional/variant/any auto-detection for Apple platforms.James Y Knight
2023-07-05Clarify that lazy_emplace returns an iterator to the new element when lookup ...Abseil Team
2023-07-01absl: extend Condition::kTrue commentAbseil Team
2023-06-30roll forward: Make data members of CommonFields be private so that it's easie...Evan Brown
2023-06-30rollback: Make data members of CommonFields be private so that it's easier to...Evan Brown
2023-06-30Rolls back use of emscripten_errn as some implementations may not be compatible.Abseil Team
2023-06-30Make data members of CommonFields be private so that it's easier to change ho...Evan Brown