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 //absl/{base,debugging:symbolize} build with Mingw
Abseil Team
2023-02-28
*
Eliminate internal ArgvListAction enum.
Gennadiy Rozental
2023-02-27
*
Move lambda from ExtractInvoker in AnyInvocable to a separate function
Abseil Team
2023-02-27
*
Remove backfills of some type traits that are now fully supported
Derek Mauro
2023-02-27
*
Remove extra space in comment.
Abseil Team
2023-02-24
*
Update the predicate for `ABSL_INTERNAL_HAS_RTTI` for Windows builds.
Abseil Team
2023-02-24
*
Initialize ScopedMockLog.is_triggered_ with false.
Abseil Team
2023-02-23
*
Optimize ConvertSpecialToEmptyAndFullToDeleted on Arm
Connal de Souza
2023-02-23
*
Merge pull request #1393 from AtariDreams:cpp
Copybara-Service
2023-02-22
|
\
*
\
Merge pull request #1402 from AtariDreams:workaround
Copybara-Service
2023-02-22
|
\
\
*
|
|
Add CalculateBase64EscapeLen variations for the 3 base64 escaping methods (Ba...
Abseil Team
2023-02-22
*
|
|
Merge pull request #1403 from AtariDreams:c++11
Copybara-Service
2023-02-22
|
\
\
\
*
|
|
|
Fix out of bounds array access when deadlock detector finds exceptionally lar...
Abseil Team
2023-02-22
*
|
|
|
Merge pull request #1388 from miladfarca:fix-Read1To3-on-BE
Copybara-Service
2023-02-22
|
\
\
\
\
|
|
*
|
|
Resolve TODO: remove C++11 workarounds
Rose
2023-02-22
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #1394 from AtariDreams:constructors
Copybara-Service
2023-02-21
|
\
\
\
\
*
\
\
\
\
Merge pull request #1401 from AtariDreams:apple
Copybara-Service
2023-02-21
|
\
\
\
\
\
*
|
|
|
|
|
Refactor swisstable iterator debug messages code. The motivations are (a) dis...
Evan Brown
2023-02-21
*
|
|
|
|
|
absl: fix potential int overflow in ELF reading
Abseil Team
2023-02-21
|
*
|
|
|
|
Remove check for apple_build_version for hash workaround
Rose
2023-02-21
|
/
/
/
/
/
|
|
|
*
/
Remove workaround for gcc 5.1
Rose
2023-02-21
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #1390 from AtariDreams:default
Copybara-Service
2023-02-17
|
\
\
\
\
|
|
*
|
|
Convert empty constructors to default ones
Rose
2023-02-17
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Synchronization: Add support for true relative timeouts using
Derek Mauro
2023-02-17
*
|
|
|
Add KernelTimeout methods that convert the timeout to the
Derek Mauro
2023-02-16
|
|
|
*
Prefer C++ notation over C
Rose
2023-02-16
|
|
_
|
/
|
/
|
|
|
*
|
Prefer emplace back over push_back where emplace_back is more appropriate
Rose
2023-02-16
|
/
/
*
|
std::shared_ptr<T>::unique() is deprecated in C++17 and removed in C++20.
Abseil Team
2023-02-16
|
*
Fix Read1To3 on big Endian
Milad Fa
2023-02-15
|
/
*
KernelTimeout optimization: Use absl::GetCurrentTimeNanos()
Derek Mauro
2023-02-15
*
Remove _m_prefetchw() in favor of supporting only _mm_prefetch() or __builtin...
Martijn Vels
2023-02-14
*
Make default-constructed swisstable iterators use EmptyGroup() for ctrl_ so t...
Evan Brown
2023-02-14
*
Merge pull request #1387 from AtariDreams:patch-1
Copybara-Service
2023-02-14
|
\
|
*
Remove Workarounds for Old Clang Bug
Rose
2023-02-14
|
/
*
Merge pull request #1381 from trishvl:master
Copybara-Service
2023-02-13
|
\
*
|
Fix absl/log:stripping_test when ABSL_MIN_LOG_LEVEL is defined
Abseil Team
2023-02-13
*
|
Fix missing constexpr on GetReferenceableValue overload
Abseil Team
2023-02-13
*
|
Workaround MSan false positive.
Abseil Team
2023-02-10
*
|
Rewrite KernelTimeout to support both absolute and relative timeouts
Derek Mauro
2023-02-09
*
|
In sanitizer mode, detect when end iterators from different swisstables are c...
Evan Brown
2023-02-09
*
|
Add overrides to other functions which call Waiter::GetWaiter
Abseil Team
2023-02-08
*
|
Change implementation of OnlyLiteralZero to only fail if the second overload ...
Abseil Team
2023-02-08
*
|
Don't assume that AVX implies PCLMULQDQ when using LLVM on Windows.
Saran Tunyasuvunakool
2023-02-07
*
|
Fix a discrepancy between absl::Hash and absl::HashOf for some negative signe...
Abseil Team
2023-02-06
|
*
Solving issue with implied SSE when running ARM64EC
Trish Lam
2023-02-06
|
/
*
`PrefetchToLocalCacheForWrite` should use `__builtin_prefetch(<addr>, 1, 3)` ...
Abseil Team
2023-02-03
*
Add ABSL_ATTRIBUTE_LIFETIME_BOUND to absl::StatusOr::emplace()
Laramie Leavitt
2023-02-03
*
Fix missing includes/dependencies
Derek Mauro
2023-02-02
*
Get rid of tail padding within `absl::Duration`. This reduces memory usage ne...
Abseil Team
2023-02-02
*
Get rid of tail padding within `absl::Duration`. This reduces memory usage ne...
Abseil Team
2023-02-02
[next]