aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-07Snap for 10763390 from 91b5270d43b951cdb965e946a5aa4ef5ea6511dc to androidx-b...androidx-benchmark-releaseAndroid Build Coastguard Worker
2023-11-06Snap for 11059047 from 213e38c06e7f68c1f1587585c7501d44dbaeb7c6 to androidx-b...Android Build Coastguard Worker
2023-10-12Delete per-directory ABSL modules.androidx-wear-wear-tooling-preview-releaseandroidx-versionedparcelable-releaseandroidx-media2-releaseandroidx-media-releaseandroidx-core-performance-releaseKrzysztof Kosiński
2023-10-05Add monolithic libabsl_host module.Krzysztof Kosiński
2023-09-07Add ABSL visibility for Kythe. am: 54d5decc6cKrzysztof Kosiński
2023-09-07Add ABSL visibility for Kythe.Krzysztof Kosiński
2023-09-05Snap for 10763390 from 91b5270d43b951cdb965e946a5aa4ef5ea6511dc to androidx-b...Android Build Coastguard Worker
2023-08-31Add device-compatible libabsl module for gRPC. am: 91b5270d43Krzysztof Kosiński
2023-08-30Add device-compatible libabsl module for gRPC.Krzysztof Kosiński
2023-08-21Upgrade ABSL to LTS version 20230802.0. am: 4585893c42Krzysztof Kosiński
2023-08-19Upgrade ABSL to LTS version 20230802.0.Krzysztof Kosiński
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