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
*
Use UnixEpoch and ZeroDuration
Abseil Team
2024-03-12
*
Make flaky failures much less likely in BasicMocking.MocksNotTriggeredForInco...
Evan Brown
2024-03-12
*
Delete a stray comment
Abseil Team
2024-03-12
*
Move GCC uninitialized memory warning suppression into MaybeInitializedPtr.
Evan Brown
2024-03-11
*
Replace usages of absl::move, absl::forward, and absl::exchange with their
Derek Mauro
2024-03-11
*
Fix the move to itself
Abseil Team
2024-03-11
*
Work around an implicit conversion signedness compiler warning
Abseil Team
2024-03-07
*
Avoid MSan: use-of-uninitialized-value error in find_non_soo.
Evan Brown
2024-03-07
*
Fix flaky MSVC test failures by using longer slop time.
Evan Brown
2024-03-06
*
Add ABSL_ATTRIBUTE_UNUSED to variables used in an ABSL_ASSUME.
Evan Brown
2024-03-06
*
Implement small object optimization in swisstable - disabled for now.
Evan Brown
2024-03-06
*
Document and test ability to use absl::Overload with generic lambdas.
Vitaly Goldshteyn
2024-03-06
*
Extract `InsertPosition` function to be able to reuse it.
Vitaly Goldshteyn
2024-03-04
*
Increase GraphCycles::PointerMap size
Abseil Team
2024-03-04
*
PR #1632: inlined_vector: Use trivial relocation for `erase`
Arthur O'Dwyer
2024-03-03
*
Create `BM_GroupPortable_Match`.
Vitaly Goldshteyn
2024-03-03
*
[absl] Mark `absl::NoDestructor` methods with `absl::Nonnull` as appropriate
Lawrence Wolf-Sonkin
2024-02-29
*
Automated Code Change
Abseil Team
2024-02-28
*
Rework casting in raw_hash_set's `IsFull()`.
Paul Rigge
2024-02-28
*
Adds ABSL_ATTRIBUTE_LIFETIME_BOUND to absl::BitGenRef
Derek Mauro
2024-02-28
*
Workaround for NVIDIA C++ compiler being unable to parse variadic expansions ...
Abseil Team
2024-02-28
*
Rollback: Make DLOG(FATAL) not understood as [[noreturn]]
Abseil Team
2024-02-28
*
Make DLOG(FATAL) not understood as [[noreturn]]
Abseil Team
2024-02-27
*
Optimize `absl::Duration` division and modulo: Avoid repeated redundant compa...
Abseil Team
2024-02-27
*
Optimize `absl::Duration` division and modulo: Allow the compiler to inline `...
Abseil Team
2024-02-27
*
Fix typo in example code snippet.
Abseil Team
2024-02-27
*
Automated Code Change
Abseil Team
2024-02-26
*
Add braces for conditional statements in raw_hash_map functions.
Evan Brown
2024-02-23
*
Optimize `prepare_insert`, when resize happens. It removes single unnecessary...
Vitaly Goldshteyn
2024-02-22
*
Add noexcept to move assignment operator and swap function
Abseil Team
2024-02-22
*
Import of CCTZ from GitHub.
Abseil Team
2024-02-22
*
Minor documentation updates.
Abseil Team
2024-02-21
*
Change find_or_prepare_insert to return std::pair<iterator, bool> to match re...
Evan Brown
2024-02-21
*
PR #1618: inlined_vector: Use trivial relocation for `SwapInlinedElements`
Arthur O'Dwyer
2024-02-21
*
Improve raw_hash_set tests.
Abseil Team
2024-02-21
*
Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()
Abseil Team
2024-02-20
*
Use const_cast to avoid duplicating the implementation of raw_hash_set::find(...
Evan Brown
2024-02-20
*
Import of CCTZ from GitHub.
Derek Mauro
2024-02-20
*
Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()
Abseil Team
2024-02-20
*
Annotate that SpinLock should warn when unused.
Chris Kennelly
2024-02-20
*
PR #1625: absl::is_trivially_relocatable now respects assignment operators
Arthur O'Dwyer
2024-02-17
*
Introduce `Group::MaskNonFull` without usage.
Abseil Team
2024-02-15
*
`demangle`: Parse template template and C++20 lambda template param substitut...
Dino Radakovic
2024-02-15
*
PR #1617: fix MSVC 32-bit build with -arch:AVX
Stanislaw Halik
2024-02-15
*
Minor documentation fix for `absl::StrSplit()`
Abseil Team
2024-02-14
*
Prevent overflow in `absl::CEscape()`
Derek Mauro
2024-02-14
*
`demangle`: Parse optional single template argument for built-in types
Dino Radakovic
2024-02-13
*
`demangle`: Add complexity guard to `ParseQRequiresExpr`
Dino Radakovic
2024-02-13
*
Remove deprecated symbol absl::kuint128max
Derek Mauro
2024-02-12
*
Add ABSL_ATTRIBUTE_WARN_UNUSED.
Chris Kennelly
2024-02-12
[next]