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
*
Roll forward: enable small object optimization in swisstable.
Evan Brown
2024-03-28
*
Optimize LowLevelHash by breaking dependency between final loads and previous...
Connal de Souza
2024-03-28
*
Fix the wrong link.
Abseil Team
2024-03-27
*
Optimize InsertMiss for tables without kDeleted slots.
Vitaly Goldshteyn
2024-03-27
*
Use GrowthInfo without applying any optimizations based on it.
Vitaly Goldshteyn
2024-03-27
*
Disable small object optimization while debugging some failing tests.
Evan Brown
2024-03-27
*
Adjust conditonal compilation in non_temporal_memcpy.h
Abseil Team
2024-03-27
*
Reformat log/internal/BUILD
Abseil Team
2024-03-27
*
Remove deprecated errno constants from the absl::Status mapping
Derek Mauro
2024-03-27
*
Introduce GrowthInfo with tests, but without usage.
Vitaly Goldshteyn
2024-03-26
*
Enable small object optimization in swisstable.
Evan Brown
2024-03-26
*
Refactor the GCC unintialized memory warning suppression in raw_hash_set.h.
Evan Brown
2024-03-26
*
Respect `NDEBUG_SANITIZER`
Abseil Team
2024-03-26
*
Revert integer-to-string conversion optimizations pending more thorough analysis
Abseil Team
2024-03-26
*
Fix a bug in `Cord::{Append,Prepend}(CordBuffer)`: call
Marcin Kowalczyk
2024-03-26
*
Add `BM_EraseIf` benchmark.
Vitaly Goldshteyn
2024-03-25
*
Record sizeof(key_type), sizeof(value_type) in hashtable profiles.
Chris Kennelly
2024-03-25
*
Fix ClangTidy warnings in btree.h.
Evan Brown
2024-03-25
*
LSC: Move expensive variables on their last use to avoid copies.
Abseil Team
2024-03-24
*
PR #1644: unscaledcycleclock: remove RISC-V support
aurel32
2024-03-22
*
Reland: Make DLOG(FATAL) not understood as [[noreturn]]
Peter Boström
2024-03-22
*
Separate out absl::StatusOr constraints into statusor_internal.h
Abseil Team
2024-03-21
*
Use Layout::WithStaticSizes in btree.
Evan Brown
2024-03-21
*
`layout`: Delete outdated comments about ElementType alias not being used bec...
Dino Radakovic
2024-03-21
*
Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()
Abseil Team
2024-03-20
*
`layout_benchmark`: Replace leftover comment with intended call to MyAlign
Dino Radakovic
2024-03-20
*
Remove absl::aligned_storage_t
Derek Mauro
2024-03-19
*
Delete ABSL_ANNOTATE_MEMORY_IS_INITIALIZED under Thread Sanitizer
Abseil Team
2024-03-19
*
Remove vestigial variables in the DumpNode() helper in absl::Cord
Derek Mauro
2024-03-19
*
Do hashtablez sampling on the first insertion into an empty SOO hashtable.
Evan Brown
2024-03-19
*
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
[next]