651 Commits (1ee0ea84893e7d1edfc4fdaf192a0551a46e20b4)
 

Author SHA1 Message Date
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
Abseil Team 8cc2e34199 Clarify the behaviour of `AssertHeld` and `AssertReaderHeld` when the calling thread doesn't hold the mutex. 3 years ago
Abseil Team 89cdaed655 Enable __thread on Asylo 3 years ago
Dino Radakovic 0bc4bc2377 Add implementation of is_invocable_r to absl::base_internal for C++ < 17, define it as alias of std::is_invocable_r when C++ >= 17 3 years ago
Abseil Team 591a2cdacb Optimize SwissMap iteration for aarch64 by 5-6% 3 years ago
Derek Mauro 4bb6a0e045 Fix detection of ABSL_HAVE_ELF_MEM_IMAGE on Haiku 3 years ago
Benjamin Barenblat 1963f10ae5 Don’t use generator expression to build .pc Libs lines 3 years ago
Derek Mauro 2d492a13c6 Update Bazel used on MacOS CI 3 years ago
Abseil Team 09eac4d507 Import of CCTZ from GitHub. 3 years ago
Derek Mauro 9e408e050f Cord: workaround a GCC 12.1 bug that triggers a spurious warning 3 years ago
Abseil Team b8bbe92f84 Change workaround for MSVC bug regarding compile-time initialization to trigger from MSC_VER 1910 to 1930. 3 years ago
Tom Rybka b39a7000a0 Don't default to the unscaled cycle clock on any Apple targets. 3 years ago
Derek Mauro a168dd0143 Use SSE instructions for prefetch when __builtin_prefetch is unavailable 3 years ago
Greg Falcon 3e04aade4e Replace direct uses of __builtin_prefetch from SwissTable with the wrapper functions. 3 years ago
Abseil Team 9df63a8bea Cast away an unused variable to play nice with -Wunused-but-set-variable. 3 years ago
Dino Radakovic e92505d8d6 Use NullSafeStringView for const char* args to absl::StrCat, treating null pointers as "" 3 years ago
Andy Getzendanner 7d3b4c8692 raw_logging: Extract the inlined no-hook-registered behavior for LogPrefixHook to a default implementation. 3 years ago
Abseil Team 9444b11e0c absl: fix use-after-free in Mutex/CondVar 3 years ago
Abseil Team aac2279f22 absl: fix live-lock in CondVar 3 years ago
Abseil Team 63607288c1 Add a stress test for base_internal::ThreadIdentity reuse. 3 years ago
Samuel Benzaquen 0eb5ac5425 Improve compiler errors for mismatched ParsedFormat inputs. 3 years ago
Abseil Team f7a250aa9a Internal change 3 years ago
Benjamin Barenblat 3af16ffea8 Fix an msan warning in cord_ringbuffer_test 3 years ago
Abseil Team 9aa7d0bd20 Fix spelling error "charachter" 3 years ago
Abseil Team abbeeef823 Document that Consume(Prefix|Suffix)() don't modify the input on failure 3 years ago