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
*
Store infoz on the heap instead of inline and store it only when we are sampl...
Evan Brown
2023-08-04
*
Optimize Swissmap Match on Arm.
Connal de Souza
2023-08-04
*
Update the comment for capacity_ to mention recent experiments to compress th...
Evan Brown
2023-08-03
*
raw_hash_set_test: Expect tsan to catch heap-use-after-free on iterators inva...
Dino Radakovic
2023-08-01
*
InlinedVector: Disable CFI checking on the const GetInlinedData() path
Derek Mauro
2023-08-01
*
raw_hash_set_test: Match lowercase "invalid iterator" in death tests
Dino Radakovic
2023-07-31
*
Refactor raw_hash_set deallocation to pass CommonFields instead of passing th...
Evan Brown
2023-07-27
*
InlinedVector: Disable CFI checking during the reinterpret_cast on the
Derek Mauro
2023-07-27
*
Change the API constraints of erase(const_iterator, const_iterator) so that c...
Evan Brown
2023-07-26
*
InlinedVector: Disable CFI checking on GetInlinedData()
Derek Mauro
2023-07-26
*
InlinedVector: Fix control-flow-inregrity warning when using a class
Derek Mauro
2023-07-25
*
Add a special case for erase(begin(), end()) to reset the control bytes. The ...
Evan Brown
2023-07-20
*
Rename CommonFields::slots_ptr to slot_array to match the name of the corresp...
Evan Brown
2023-07-19
*
Move growth_left to the backing array.
Evan Brown
2023-07-17
*
Clarify that lazy_emplace returns an iterator to the new element when lookup ...
Abseil Team
2023-07-05
*
roll forward: Make data members of CommonFields be private so that it's easie...
Evan Brown
2023-06-30
*
rollback: Make data members of CommonFields be private so that it's easier to...
Evan Brown
2023-06-30
*
Make data members of CommonFields be private so that it's easier to change ho...
Evan Brown
2023-06-30
*
Fix typo
Abseil Team
2023-06-29
*
Use std::is_final instead of a non-portable implementation
Derek Mauro
2023-06-16
*
Convert `raw_hash_set` comments from imperative to indicative mood.
Bradley C. Kuszmaul
2023-05-31
*
Merge pull request #1462 from kuszmaul:fix-typo
Copybara-Service
2023-05-31
|
\
|
*
Typo gardening
Bradley C. Kuszmaul
2023-05-30
*
|
Add support for stateful allocators to absl::FixedArray.
Abseil Team
2023-05-26
*
|
Migrate most RAW_LOGs and RAW_CHECKs in tests to regular LOG and CHECK.
Andy Getzendanner
2023-05-23
|
/
*
Add tests for btrees in which slot_type is overaligned and slot_type is equal...
Evan Brown
2023-05-04
*
Add lifetimebound attribute to more Abseil container methods and remove them ...
Abseil Team
2023-05-04
*
Add lifetimebound attribute to some Abseil containers
Abseil Team
2023-05-03
*
Merge pull request #1441 from Vertexwahn:fix-spelling3
Copybara-Service
2023-05-03
|
\
|
*
Fix spelling mistakes
Vertexwahn
2023-05-02
|
/
*
Add pointer-stability validation in btree.
Evan Brown
2023-05-02
*
Merge pull request #1434 from Vertexwahn:fix-spelling
Copybara-Service
2023-04-25
|
\
|
*
Fix some spelling mistakes
Vertexwahn
2023-04-24
|
/
*
Minor optimization in btree: avoid redundant stores to node->position when co...
Evan Brown
2023-04-20
*
In debug mode, detect cases of btree comparators that violate transitivity, i...
Evan Brown
2023-04-12
*
Replace absl::type_traits_internal::is_trivially_copyable with
Derek Mauro
2023-04-12
*
inlined_vector: fix incorrect restrictions on the copy constructor fast path.
Aaron Jacobs
2023-04-11
*
inlined_vector: fix incorrect restrictions on the swap fast path.
Aaron Jacobs
2023-04-11
*
inlined_vector: fix incorrect restrictions on the move-assignment fast path.
Aaron Jacobs
2023-04-11
*
inlined_vector: relax the requirements on the move-construction fast path.
Aaron Jacobs
2023-04-11
*
Add heterogeneous lookup support for wstring/u16string/u32string.
Abseil Team
2023-04-03
*
inlined_vector: optimize the move-assignment fast path.
Aaron Jacobs
2023-03-31
*
inlined_vector: stop sharing the memcpy-based move-assignment path.
Aaron Jacobs
2023-03-31
*
inlined_vector: remove excess restrictions on copy constructor fast path.
Aaron Jacobs
2023-03-31
*
inlined_vector: fix incorrect conditions for move constructor fast paths.
Aaron Jacobs
2023-03-29
*
inlined_vector: destroy all types with trivial destructors efficiently.
Aaron Jacobs
2023-03-27
*
inlined_vector: get rid of IsMemcpyOk.
Abseil Team
2023-03-24
*
inlined_vector_test: add coverage of moving vectors of unique pointers.
Abseil Team
2023-03-24
*
Use multiple empty generations so that we can detect when iterators from diff...
Evan Brown
2023-03-02
*
Optimize ConvertSpecialToEmptyAndFullToDeleted on Arm
Connal de Souza
2023-02-23
[next]