660 Commits (b4a4a6b01fde193fde1be77bcec1712e82faf6a5)
 

Author SHA1 Message Date
Andy Getzendanner 2c489bb5f0 Renamespace absl::raw_logging_internal to absl::raw_log_internal to match (upcoming) non-raw logging namespace. 2 years ago
Elijah Conners 68da198e67
fix(mutex): safely call snprintf 2 years ago
David Majnemer 0c8bd82e90 Check for negative return values from ReadFromOffset 2 years ago
Abseil Team e633c71109 Use HTTPS RFC URLs, which work regardless of the browser's locale. 2 years ago
Benjamin Barenblat 65ac1e611c Avoid signedness change when casting off_t 2 years ago
Martijn Vels 6162604bee Internal Cleanup: removing unused internal function declaration. 2 years ago
Abseil Team 5d9b8a9fb0 Make Span complain if constructed with a parameter that won't outlive it, except if that parameter is also a span or appears to be a view type. 2 years ago
Dino Radakovic 56f5477f15 any_invocable_test: Re-enable the two conversion tests that used to fail under MSVC 2 years ago
Martijn Vels b707b6c179 Add GetCustomAppendBuffer method to absl::Cord 2 years ago
Saleem Abdulrasool d6f96eda14 debugging: add hooks for checking stack ranges 2 years ago
Abseil Team ef68bd3d31 Minor clang-tidy cleanups 2 years ago
Abseil Team 305a0088ce Support [[gnu::abi_tag("xyz")]] demangling. 2 years ago
Abseil Team d2422b19e9 Fix -Warray-parameter warning 2 years ago
Copybara-Service 3d0956d139 Merge pull request #1217 from anpol:macos-sigaltstack 2 years ago
Andrei Polushin 0565e00b93 Disable sigaltstack() on macOS to make backtrace() work. 2 years ago
Abseil Team e517aaf499 Undo documentation change on erase. 2 years ago
Abseil Team 52e905e760 Improve documentation on erase. 2 years ago
Copybara-Service 90099691ac Merge pull request #1216 from brjsp:master 2 years ago
Derek Mauro 504229dfa4 string_view: conditional constexpr is no longer needed for C++14 2 years ago
Bruno Pitrus 09e9604999
Do not leak -maes -msse4.1 into pkgconfig 2 years ago
Abseil Team 427d8f5756 Make exponential_distribution_test a bigger test (timeout small -> moderate). 2 years ago
Derek Mauro 97ab3dcfd6 Move Abseil to C++14 minimum 2 years ago
Saleem Abdulrasool 9edef2349c Revert commit f4988f5bd4 2 years ago
Derek Mauro 4bbdb02689 Disable C++11 testing, enable C++14 and C++20 in some configurations 2 years ago
Saleem Abdulrasool f4988f5bd4 debugging: account for differences in alternate signal stacks 2 years ago
Abseil Team b35ae3281a Import of CCTZ from GitHub. 2 years ago
Abseil Team 736458b555 Run flaky test in fewer configurations 2 years ago
Dino Radakovic c46096c507 AnyInvocable: Move credits to the top of the file 2 years ago
Gennadiy Rozental 388c2edaf1 Extend visibility of :examine_stack to an upcoming Abseil Log. 2 years ago
Abseil Team 4dc63bade3 Merge contiguous mappings from the same file. 2 years ago
Derek Mauro e7cbb2acd3 Update versions of WORKSPACE dependencies 2 years ago
Abseil Team 8e27a61883 Use ABSL_INTERNAL_HAS_SSE2 instead of __SSE2__ 2 years ago
Fabrice Fontaine 01cc6567cf PR #1200: absl/debugging/CMakeLists.txt: link with libexecinfo if needed 2 years ago
Derek Mauro 93ad4284ac Update GCC floor container to use Bazel 5.2.0 2 years ago
Derek Mauro d2c5297a3c Update GoogleTest version used by Abseil 2 years ago
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