525 Commits (09f4602cc8a22adb9dc81117754534261efe564f)
 

Author SHA1 Message Date
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
Abseil Team 5073947530 Fixes for C++20 support when not using std::optional. 3 years ago
Andy Getzendanner d3f0c70673 raw_logging: Document that AbortHook's buffers live for as long as the process remains alive. 3 years ago
Andy Getzendanner 173dfe4a4c raw_logging: Rename SafeWriteToStderr to indicate what about it is safe (answer: it's async-signal-safe). 3 years ago
Abseil Team e8cda74967 Correct the comment about the probe sequence. It's (i/2 + i)/2 not (i/2 - i)/2. 3 years ago
Abseil Team 384a25d5e1 Improve analysis of the number of extra `==` operations, which was overly complicated, slightly incorrect. 3 years ago
Evan Brown 02934b4921 In btree, move rightmost_ into the CompressedTuple instead of root_. 3 years ago
Andy Getzendanner 981e2c8880 raw_logging: Rename LogPrefixHook to reflect the other half of it's job (filtering by severity). 3 years ago
Abseil Team 8d9cef25c7 Don't construct/destroy object twice 3 years ago
Dino Radakovic cc04c0e074 Rename function_ref_benchmark.cc into more generic function_type_benchmark.cc, add missing includes 3 years ago
Abseil Team d29393ceb9 Fixed typo in `try_emplace` comment. 3 years ago
Abseil Team fad73ab077 Fix a typo in a comment. 3 years ago
Derek Mauro 731689ffc2 Adds ABSL_CONST_INIT to initializing declarations where it is missing 3 years ago
Abseil Team 189074734a Automated visibility attribute cleanup. 3 years ago
Dino Radakovic 4d751aa40a Fix typo in absl/time/time.h 3 years ago
Abseil Team 731d4021ae Fix typo: "a the condition" -> "a condition". 3 years ago
Abseil Team 7c6608d0db Export of internal Abseil changes 3 years ago
Abseil Team 3dccef2a91 Export of internal Abseil changes 3 years ago
Abseil Team c27ab06897 Export of internal Abseil changes 3 years ago
Abseil Team 8c6e53ef3a Export of internal Abseil changes 3 years ago
Abseil Team ac1398a629 Export of internal Abseil changes 3 years ago
Abseil Team e854df09df Export of internal Abseil changes 3 years ago
Abseil Team 9fed77a6fe Export of internal Abseil changes 3 years ago
Abseil Team 6f43f5bb39 Export of internal Abseil changes 3 years ago
Abseil Team 4dcae40a07 Export of internal Abseil changes 3 years ago
Fabrice Fontaine b9ad9bbfed
Fix build with uclibc-ng (#1145) 3 years ago
Abseil Team cfccbd2eb5 Export of internal Abseil changes 3 years ago