525 Commits (09f4602cc8a22adb9dc81117754534261efe564f)
 

Author SHA1 Message Date
Dino Radakovic b7ceff06d2 Release absl::AnyInvocable 2 years ago
Fabrice Fontaine 53a90f079a PR #1197: absl/base/internal/direct_mmap.h: fix musl build on mips 2 years ago
Dino Radakovic c3c49150cc absl/base/internal/invoke: Ignore bogus warnings on GCC >= 11 2 years ago
Dino Radakovic 44050f0d60 Revert GoogleTest version used by Abseil to commit 28e1da21d8d677bc98f12ccc7fc159ff19e8e817 2 years ago
Derek Mauro 6b6d40f999 Update GoogleTest version used by Abseil 2 years ago
Derek Mauro 509f275822 explicit_seed_seq_test: work around/disable bogus warnings in GCC 12 2 years ago
Derek Mauro a184bab83f any_test: expand the any emplace bug suppression, 2 years ago
Derek Mauro 2e36d96669 absl::Time: work around bogus GCC 12 -Wrestrict warning 2 years ago
Laramie Leavitt ae228edc16 Make absl::StdSeedSeq an alias for std::seed_seq 2 years ago
Derek Mauro d66e0dc6cc absl::Optional: suppress bogus -Wmaybe-uninitialized GCC 12 warning 2 years ago
Derek Mauro 10ec11de9c algorithm_test: suppress bogus -Wnonnull warning in GCC 12 2 years ago
Derek Mauro cfd9476bff flags/marshalling_test: work around bogus GCC 12 -Wmaybe-uninitialized warning 2 years ago
Derek Mauro bf93dba8e2 counting_allocator: suppress bogus -Wuse-after-free warning in GCC 12 2 years ago
Abseil Team 76c7ad8241 Prefer to fallback to UTC when the embedded zoneinfo data does not 2 years ago
Abseil Team 02b0216656 Minor wording fix in the comment for ConsumeSuffix() 2 years ago
Andy Getzendanner eda52d053e Tweak the signature of status_internal::MakeCheckFailString as part of an upcoming change 2 years ago
Abseil Team 9431a83791 Fix several typos in comments. 2 years ago
Abseil Team 45eba9c16a Reformulate documentation of ABSL_LOCKS_EXCLUDED. 2 years ago
Dino Radakovic db60907587 absl/base/internal/invoke.h: Use ABSL_INTERNAL_CPLUSPLUS_LANG for language version guard 2 years ago
Derek Mauro 9eff97861b Fix C++17 constexpr storage deprecation warnings 3 years ago
Abseil Team 7383f346c9 Optimize SwissMap iteration by another 5-10% for ARM 3 years ago
Tom Manshreck e0a32c2aee Add documentation on optional flags to the flags library overview. 3 years ago
Saleem Abdulrasool 7a8d20b784 absl: correct the stack trace path on RISCV 3 years ago
Copybara-Service ef799d3372 Merge pull request #1194 from jwnimmer-tri:default-linkopts 3 years ago
James Y Knight ef615a8f5d Remove unintended defines from config.h 3 years ago
Jeremy Nimmer c588201b68 Obey ABSL_DEFAULT_LINKOPTS for all cc_library targets 3 years ago
Benjamin Barenblat ba9f2f6609 Ignore invalid TZ settings in tests 3 years ago
Derek Mauro 91b8bfab44 Add ABSL_HARDENING_ASSERTs to CordBuffer::SetLength() and 3 years ago
Derek Mauro 800a88de73 Fix comment typo about absl::Status<T*> 3 years ago
Evan Brown ef034836d3 In b-tree, support unassignable value types. 3 years ago
Abseil Team 6481443560 Optimize SwissMap for ARM by 3-8% for all operations 3 years ago
Derek Mauro 48419595d3 Release absl::CordBuffer 3 years ago
Derek Mauro 9cdb98e731 InlinedVector: Limit the scope of the maybe-uninitialized warning suppression 3 years ago
Samuel Benzaquen 47345f63b9 Improve the compiler error by removing some noise from it. 3 years ago
Copybara-Service fa5d5f4c26 Merge pull request #714 from kgotlinux:patch-2 3 years ago
Andy Getzendanner 859c63524f Include proper #includes for POSIX thread identity implementation when using that implementation on MinGW. 3 years ago
Laramie Leavitt bed94589f2 Rework NonsecureURBGBase seed sequence. 3 years ago
Tom Rybka c34c552a1a Disable tests on some platforms where they currently fail. 3 years ago
Abseil Team 6285deef8c Fixed typo in a comment. 3 years ago
Anqi D 2617970857 Rollforward of commit ea78ded7a5. 3 years ago
Greg Falcon a567153787 Add an internal helper for logging (upcoming). 3 years ago
Copybara-Service b957f0ccd0 Merge pull request #1187 from trofi:fix-gcc-13-build 3 years ago
Copybara-Service 066c1a82a1 Merge pull request #1189 from renau:master 3 years ago
Evan Brown aeb2dc9c34 Allow for using b-tree with `value_type`s that can only be constructed by the allocator (ignoring copy/move constructors). 3 years ago
Derek Mauro a4cc270df1 Stop using sleep timeouts for Linux futex-based SpinLock 3 years ago
Abseil Team ea78ded7a5 Automated rollback of commit f2463433d6. 3 years ago
Anqi D f2463433d6 time.h: Use uint32_t literals for calls to overloaded MakeDuration 3 years ago
Jose Renau e82b2a48a4 Avoid variable shadowing which can be a compile error depending on compile flags 3 years ago
Sergei Trofimovich 36a4b073f1 absl/strings/internal/str_format/extension.h: add missing <stdint.h> include 3 years ago
Abseil Team 48f72c227b Fix typos. 3 years ago