aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-03Snap for 10061092 from 27651d2b1adb7c75cf78aead8ef21e94970c89a0 to androidx-t...androidx-tracing-releaseAndroid Build Coastguard Worker
2023-04-24Upgrade ABSL to LTS version 20230125.2.androidx-health-releaseKrzysztof KosiƄski
2023-03-27Fix the implementation of OnlyLiteralZero (#1420)upstream-20230125.2Derek Mauro
2023-02-18Make `SanitizerSafeCopy()` constexpr, and check for constant evaluation (#1399)upstream-20230125.1Derek Mauro
2023-02-08Android.bp: Define suitable library defaults for linking absl libraries am: 8...android-u-beta-1-gplandroidx-window-extensions-core-releaseandroidx-privacysandbox-ads-releaseMatthias Maennich
2023-02-01Android.bp: Define suitable library defaults for linking absl librariesMatthias Maennich
2023-01-25Apply LTS transformations for 20230125 LTS branch (#1370)upstream-20230125.rc3upstream-20230125.0Derek Mauro
2023-01-25Separate DLL export/import for test helpers dll, and fix typo.Mike Kruskal
2023-01-25Add memory sanitizer to absl::CordMartijn Vels
2023-01-24Fix typo in previous AbseilDLL changes, and enable testing.Mike Kruskal
2023-01-24Work around GCC -Wuninitialized when initializing a span from an uninitialize...Andy Getzendanner
2023-01-24Include Abseil logging in windows dll, and add a test helper dll.Mike Kruskal
2023-01-23Sort CMakeList deps for raw_hash_set and raw_hash_set_test.Evan Brown
2023-01-23Use const references in Standard Library algorithms range adapters where poss...Abseil Team
2023-01-23absl: harden stack bounds checkAbseil Team
2023-01-22Fix pkgconfig generation broken by 14abd930c61ef3ad2842f5c6b7ea60693b0d4ff9Derek Mauro
2023-01-20Update absl::allocator_traits and absl::pointer_traits to alwaysDerek Mauro
2023-01-20Add CodegenAbslRawHashSetStringFindNeEnd function, which is useful because th...Evan Brown
2023-01-20Add absl::is_constant_evaluated for pre-c++20 supportMartijn Vels
2023-01-20absl: add a stack unwinding testAbseil Team
2023-01-19Update the Abseil minumum GCC version to GCC 7, which isDerek Mauro
2023-01-19Turn off the new GCC 13 warning for -Wself-move in tests sinceDerek Mauro
2023-01-19Add missing include and remove unused includesDerek Mauro
2023-01-19Doc fix: state that Base64Escape does in fact produce padding. While at it, ...Abseil Team
2023-01-19Only enable cordz on Linux with thread_local supportDerek Mauro
2023-01-19Minor formatting: Fix misplaced space.Abseil Team
2023-01-19Use absl::string_view by value rather than by const reference while iterating...Abseil Team
2023-01-18Clarify contract of AlphaNum as only a function parameter typeTom Manshreck
2023-01-17extern-ify NullGuard's "(null)" strings to save linker input bytes.Andy Getzendanner
2023-01-17Optimize RemoveCrc32cSuffix.Abseil Team
2023-01-17In sanitizer mode, detect when references become invalidated after reserved g...Evan Brown
2023-01-17Tweak the compilation condition for IsHashableTest.PoisonHashDerek Mauro
2023-01-13Use NullGuard for signed and unsigned char pointer types, and extend volatile...Andy Getzendanner
2023-01-12Replace the tag "no_test_msvc_x64" with "no_test_lexan" in absl.Abseil Team
2023-01-11Don't use Arm vector intrinsics when compiling with CUDA in device mode.Abseil Team
2023-01-11Improve BitGen stability documentationAbseil Team
2023-01-11Import of CCTZ from GitHub.Abseil Team
2023-01-11Update Abseil dependenciesDerek Mauro
2023-01-10Refactor InlineData to allow for memory sanitizer changes step 2Martijn Vels
2023-01-10Rollback of PR #1349: direct_mmap: Use off_t on linux...Abseil Team
2023-01-09Replace generic 'base64 encoding' terminology with the specific RFCs they match.Abseil Team
2023-01-09Clarify that Base64 unescaping methods expect their inputs to match particula...Abseil Team
2023-01-09Refactor InlineData to allow for memory sanitizer changes step 1Martijn Vels
2023-01-09Use "#if GTEST_HAS_DEATH_TEST" instead of "#ifdef GTEST_HAS_DEATH_TEST"Tom Hughes
2023-01-09Merge pull request #1356 from MBkkt:patch-6Copybara-Service
2023-01-07Replace absl::Hash for inputs from 9 to 16 bytes according to AlphaZero findingsAbseil Team
2023-01-06Merge pull request #1349 from kraj:remove-off64_tCopybara-Service
2023-01-05Require 64-bit builds on x86 to use AcceleratedCrcMemcpyEngineDerek Mauro
2023-01-05In sanitizer mode, detect when invalidated iterators are compared.Evan Brown
2023-01-06Fix missing includeValery Mironov