index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
...
*
Add explicit #include directives for <tuple>, "absl/base/config.h", and "absl...
Abseil Team
2024-03-19
*
Add a note about the cost of `VLOG` in non-debug builds.
Abseil Team
2024-03-19
*
Fix flaky test failures on MSVC.
Evan Brown
2024-03-18
*
Add template keyword to example comment for Layout::WithStaticSizes.
Evan Brown
2024-03-18
*
PR #1643: add xcprivacy to all subspecs
Hannah Shi
2024-03-18
*
Record sampling stride in cord profiling to facilitate unsampling.
Chris Kennelly
2024-03-18
*
Fix a typo in a comment.
Evan Brown
2024-03-18
*
[log] Correct SetVLOGLevel to SetVLogLevel in comments
Abseil Team
2024-03-18
*
Add a feature to container_internal::Layout that lets you specify some array ...
Abseil Team
2024-03-18
*
`layout`: Mark parameter of Slices with ABSL_ATTRIBUTE_UNUSED, remove old wor...
Dino Radakovic
2024-03-15
*
`layout`: Use auto return type for functions that explicitly instantiate std:...
Dino Radakovic
2024-03-15
*
Remove redundant semicolons introduced by macros
Abseil Team
2024-03-15
*
[log] Make :vlog_is_on/:absl_vlog_is_on public in BUILD.bazel
Abseil Team
2024-03-15
*
Add additional checks for size_t overflows
Derek Mauro
2024-03-14
*
Replace //visibility:private with :__pkg__ for certain targets
Abseil Team
2024-03-14
*
PR #1603: Disable -Wnon-virtual-dtor warning for CommandLineFlag implementations
Adam Gajda
2024-03-13
*
Add several missing includes in crc/internal
Abseil Team
2024-03-13
*
Roll back extern template instatiations in swisstable due to binary size incr...
Evan Brown
2024-03-13
*
Add nodiscard to SpinLockHolder.
Chris Kennelly
2024-03-13
*
Test that rehash(0) reduces capacity to minimum.
Vitaly Goldshteyn
2024-03-13
*
Add extern templates for common swisstable types.
Evan Brown
2024-03-12
*
Disable ubsan for benign unaligned access in crc_memcpy
Abseil Team
2024-03-12
*
Make swisstable SOO support GDB pretty printing and still compile in OSS.
Evan Brown
2024-03-12
*
Fix OSX support with CocoaPods and Xcode 15
Abseil Team
2024-03-12
*
Fix GCC7 C++17 build
Derek Mauro
2024-03-12
*
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
[prev]
[next]