index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
...
*
|
Include proper #includes for POSIX thread identity implementation when using ...
Andy Getzendanner
2022-06-02
*
|
Rework NonsecureURBGBase seed sequence.
Laramie Leavitt
2022-06-02
*
|
Disable tests on some platforms where they currently fail.
Tom Rybka
2022-06-02
*
|
Fixed typo in a comment.
Abseil Team
2022-06-02
*
|
Rollforward of commit ea78ded7a5f999f19a12b71f5a4988f6f819f64f.
Anqi D
2022-05-31
*
|
Add an internal helper for logging (upcoming).
Greg Falcon
2022-05-31
*
|
Merge pull request #1187 from trofi:fix-gcc-13-build
Copybara-Service
2022-05-31
|
\
\
*
\
\
Merge pull request #1189 from renau:master
Copybara-Service
2022-05-31
|
\
\
\
*
|
|
|
Allow for using b-tree with `value_type`s that can only be constructed by the...
Evan Brown
2022-05-31
*
|
|
|
Stop using sleep timeouts for Linux futex-based SpinLock
Derek Mauro
2022-05-31
*
|
|
|
Automated rollback of commit f2463433d6c073381df2d9ca8c3d8f53e5ae1362.
Abseil Team
2022-05-31
*
|
|
|
time.h: Use uint32_t literals for calls to overloaded MakeDuration
Anqi D
2022-05-30
|
*
|
|
Avoid variable shadowing which can be a compile error depending on compile flags
Jose Renau
2022-05-30
|
/
/
/
|
*
/
absl/strings/internal/str_format/extension.h: add missing <stdint.h> include
Sergei Trofimovich
2022-05-27
|
/
/
*
|
Fix typos.
Abseil Team
2022-05-27
*
|
Clarify the behaviour of `AssertHeld` and `AssertReaderHeld` when the calling...
Abseil Team
2022-05-27
*
|
Enable __thread on Asylo
Abseil Team
2022-05-26
*
|
Add implementation of is_invocable_r to absl::base_internal for C++ < 17, def...
Dino Radakovic
2022-05-26
*
|
Optimize SwissMap iteration for aarch64 by 5-6%
Abseil Team
2022-05-26
*
|
Fix detection of ABSL_HAVE_ELF_MEM_IMAGE on Haiku
Derek Mauro
2022-05-25
*
|
Don’t use generator expression to build .pc Libs lines
Benjamin Barenblat
2022-05-24
*
|
Update Bazel used on MacOS CI
Derek Mauro
2022-05-23
*
|
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
[prev]
[next]