index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
absl
/
container
Commit message (
Expand
)
Author
Age
*
Make mutable CompressedTuple::get() constexpr.
Abseil Team
2024-07-01
*
Static cast instead of reinterpret cast raw hash set slots as casting from vo...
Abseil Team
2024-07-01
*
Add assertions to detect reentrance in `IterateOverFullSlots` and `absl::eras...
Vitaly Goldshteyn
2024-06-27
*
Remove NOLINT for `#include <new>` for __cpp_lib_launder
Vitaly Goldshteyn
2024-06-21
*
Remove not used after all kAllowRemoveReentrance parameter from IterateOverFu...
Vitaly Goldshteyn
2024-06-20
*
Create `absl::container_internal::c_for_each_fast` for SwissTable.
Vitaly Goldshteyn
2024-06-20
*
Document that swisstable and b-tree containers are not exception-safe.
Evan Brown
2024-06-20
*
Add ABSL_INTERNAL_ATTRIBUTE_VIEW and ABSL_INTERNAL_ATTRIBUTE_OWNER attributes...
Abseil Team
2024-06-17
*
Add ABSL_INTERNAL_ATTRIBUTE_VIEW and ABSL_INTERNAL_ATTRIBUTE_OWNER attributes...
Abseil Team
2024-06-12
*
Disallow reentrance removal in `absl::erase_if`.
Vitaly Goldshteyn
2024-06-11
*
Use `IterateOverFullSlots` in `absl::erase_if` for hash table.
Vitaly Goldshteyn
2024-06-10
*
Add validation that hash/eq functors are consistent, meaning that `eq(k1, k2)...
Evan Brown
2024-06-06
*
Remove redundant check of is_soo() while prefetching heap blocks.
Abseil Team
2024-06-05
*
Remove redundant check of is_soo() while prefetching heap blocks.
Abseil Team
2024-06-04
*
Remove redundant check of is_soo() while prefetching heap blocks.
Abseil Team
2024-06-04
*
Clarify function comment for `erase` by stating that this idiom only works fo...
Abseil Team
2024-06-03
*
Optimize GrowIntoSingleGroupShuffleControlBytes.
Connal de Souza
2024-05-28
*
Rework casting in raw_hash_set's IsFull().
Paul Rigge
2024-05-22
*
Move `prepare_insert` out of the line as type erased `PrepareInsertNonSoo`.
Vitaly Goldshteyn
2024-05-20
*
Add public aliases for default hash/eq types in hash-based containers
Dennis Kormalev
2024-04-24
*
[absl] Re-use the existing `std::type_identity` backfill instead of redefinin...
Lawrence Wolf-Sonkin
2024-04-18
*
Fix bug in BM_EraseIf.
Vitaly Goldshteyn
2024-04-02
*
Roll forward: enable small object optimization in swisstable.
Evan Brown
2024-03-28
*
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
*
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
*
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
*
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
*
`layout_benchmark`: Replace leftover comment with intended call to MyAlign
Dino Radakovic
2024-03-20
*
Do hashtablez sampling on the first insertion into an empty SOO hashtable.
Evan Brown
2024-03-19
*
Add template keyword to example comment for Layout::WithStaticSizes.
Evan Brown
2024-03-18
*
Fix a typo in a comment.
Evan Brown
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
*
Roll back extern template instatiations in swisstable due to binary size incr...
Evan Brown
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
*
Make swisstable SOO support GDB pretty printing and still compile in OSS.
Evan Brown
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
*
Avoid MSan: use-of-uninitialized-value error in find_non_soo.
Evan Brown
2024-03-07
*
Add ABSL_ATTRIBUTE_UNUSED to variables used in an ABSL_ASSUME.
Evan Brown
2024-03-06
[next]