index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
absl
Commit message (
Expand
)
Author
Age
*
Fix detection of ABSL_HAVE_ELF_MEM_IMAGE on Haiku
Derek Mauro
2022-05-25
*
Import of CCTZ from GitHub.
Abseil Team
2022-05-23
*
Cord: workaround a GCC 12.1 bug that triggers a spurious warning
Derek Mauro
2022-05-20
*
Change workaround for MSVC bug regarding compile-time initialization to trigg...
Abseil Team
2022-05-19
*
Don't default to the unscaled cycle clock on any Apple targets.
Tom Rybka
2022-05-19
*
Use SSE instructions for prefetch when __builtin_prefetch is unavailable
Derek Mauro
2022-05-18
*
Replace direct uses of __builtin_prefetch from SwissTable with the wrapper fu...
Greg Falcon
2022-05-18
*
Cast away an unused variable to play nice with -Wunused-but-set-variable.
Abseil Team
2022-05-17
*
Use NullSafeStringView for const char* args to absl::StrCat, treating null po...
Dino Radakovic
2022-05-17
*
raw_logging: Extract the inlined no-hook-registered behavior for LogPrefixHoo...
Andy Getzendanner
2022-05-17
*
absl: fix use-after-free in Mutex/CondVar
Abseil Team
2022-05-17
*
absl: fix live-lock in CondVar
Abseil Team
2022-05-17
*
Add a stress test for base_internal::ThreadIdentity reuse.
Abseil Team
2022-05-16
*
Improve compiler errors for mismatched ParsedFormat inputs.
Samuel Benzaquen
2022-05-13
*
Internal change
Abseil Team
2022-05-12
*
Fix an msan warning in cord_ringbuffer_test
Benjamin Barenblat
2022-05-12
*
Fix spelling error "charachter"
Abseil Team
2022-05-11
*
Document that Consume(Prefix|Suffix)() don't modify the input on failure
Abseil Team
2022-05-11
*
Fixes for C++20 support when not using std::optional.
Abseil Team
2022-05-10
*
raw_logging: Document that AbortHook's buffers live for as long as the proces...
Andy Getzendanner
2022-05-05
*
raw_logging: Rename SafeWriteToStderr to indicate what about it is safe (answ...
Andy Getzendanner
2022-05-04
*
Correct the comment about the probe sequence. It's (i/2 + i)/2 not (i/2 - i)/2.
Abseil Team
2022-05-04
*
Improve analysis of the number of extra `==` operations, which was overly com...
Abseil Team
2022-05-04
*
In btree, move rightmost_ into the CompressedTuple instead of root_.
Evan Brown
2022-05-04
*
raw_logging: Rename LogPrefixHook to reflect the other half of it's job (filt...
Andy Getzendanner
2022-05-04
*
Don't construct/destroy object twice
Abseil Team
2022-05-03
*
Rename function_ref_benchmark.cc into more generic function_type_benchmark.cc...
Dino Radakovic
2022-05-03
*
Fixed typo in `try_emplace` comment.
Abseil Team
2022-05-02
*
Fix a typo in a comment.
Abseil Team
2022-04-29
*
Adds ABSL_CONST_INIT to initializing declarations where it is missing
Derek Mauro
2022-04-25
*
Automated visibility attribute cleanup.
Abseil Team
2022-04-25
*
Fix typo in absl/time/time.h
Dino Radakovic
2022-04-22
*
Fix typo: "a the condition" -> "a condition".
Abseil Team
2022-04-22
*
Export of internal Abseil changes
Abseil Team
2022-04-19
*
Export of internal Abseil changes
Abseil Team
2022-04-18
*
Export of internal Abseil changes
Abseil Team
2022-04-14
*
Export of internal Abseil changes
Abseil Team
2022-04-12
*
Export of internal Abseil changes
Abseil Team
2022-04-07
*
Export of internal Abseil changes
Abseil Team
2022-04-06
*
Export of internal Abseil changes
Abseil Team
2022-04-04
*
Export of internal Abseil changes
Abseil Team
2022-03-31
*
Fix build with uclibc-ng (#1145)
Fabrice Fontaine
2022-03-30
*
Export of internal Abseil changes
Abseil Team
2022-03-30
*
Export of internal Abseil changes
Abseil Team
2022-03-29
*
Replace the implementation of the Mix function in arm64 back to 128bit multip...
Ren Zibei
2022-03-28
*
Support for QNX (#1147)
Calvin Ke
2022-03-25
*
Export of internal Abseil changes
Abseil Team
2022-03-24
*
Export of internal Abseil changes
Abseil Team
2022-03-22
*
Export of internal Abseil changes
Abseil Team
2022-03-21
*
Exclude unsupported x64 intrinsics from ARM64EC (#1135)
Ben Niu
2022-03-18
[next]