index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
absl
/
container
/
internal
/
btree.h
Commit message (
Expand
)
Author
Age
*
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
*
Add pointer-stability validation in btree.
Evan Brown
2023-05-02
*
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
*
Refactor btree iterator generation code into a base class rather than using i...
Evan Brown
2022-11-22
*
Improve error messages when comparing btree iterators when generations are en...
Evan Brown
2022-11-21
*
Improve error messages when comparing btree iterators.
Evan Brown
2022-11-10
*
Improve b-tree error messages when dereferencing invalid iterators.
Evan Brown
2022-10-25
*
Use btree iterator subtraction instead of std::distance in erase_range() and ...
Evan Brown
2022-10-18
*
Implement btree_iterator::operator-, which is faster than std::distance for b...
Evan Brown
2022-10-17
*
Add common_policy_traits - a subset of hash_policy_traits that can be shared ...
Evan Brown
2022-09-28
*
Fix -Wimplicit-int-conversion and -Wsign-conversion warnings in btree.
Abseil Team
2022-09-26
*
Make BTrees work with custom allocators that recycle memory.
Abseil Team
2022-09-19
*
Apply clang-format to btree.h.
Evan Brown
2022-09-13
*
Fix "unsafe narrowing" warnings in absl, 8/n.
Abseil Team
2022-09-12
*
Fix ClangTidy warnings in btree.h and btree_test.cc.
Evan Brown
2022-09-01
*
Rollback of fix "unsafe narrowing" warnings in absl, 8/n.
Derek Mauro
2022-09-01
*
Fix "unsafe narrowing" warnings in absl, 8/n.
Abseil Team
2022-09-01
*
In b-tree, support unassignable value types.
Evan Brown
2022-06-06
*
Merge pull request #1189 from renau:master
Copybara-Service
2022-05-31
|
\
*
|
Allow for using b-tree with `value_type`s that can only be constructed by the...
Evan Brown
2022-05-31
|
*
Avoid variable shadowing which can be a compile error depending on compile flags
Jose Renau
2022-05-30
|
/
*
In btree, move rightmost_ into the CompressedTuple instead of root_.
Evan Brown
2022-05-04
*
Export of internal Abseil changes
Abseil Team
2022-03-18
*
Export of internal Abseil changes
Abseil Team
2022-02-23
*
Export of internal Abseil changes
Abseil Team
2022-02-14
*
Export of internal Abseil changes
Abseil Team
2022-01-25
*
Export of internal Abseil changes
Abseil Team
2021-12-25
*
Export of internal Abseil changes
Abseil Team
2021-12-03
*
Export of internal Abseil changes
Abseil Team
2021-11-15
*
Export of internal Abseil changes
Abseil Team
2021-05-18
*
Export of internal Abseil changes
Abseil Team
2021-04-05
*
Export of internal Abseil changes
Abseil Team
2021-03-18
*
Export of internal Abseil changes
Abseil Team
2021-03-10
*
Export of internal Abseil changes
Abseil Team
2020-12-24
*
Export of internal Abseil changes
Abseil Team
2020-12-10
*
Export of internal Abseil changes
Abseil Team
2020-12-03
*
Export of internal Abseil changes
Abseil Team
2020-10-27
*
Export of internal Abseil changes
Abseil Team
2020-10-26
*
Export of internal Abseil changes
Abseil Team
2020-10-23
*
Export of internal Abseil changes
Abseil Team
2020-10-22
*
btree: fix sign-compare warnings (#800)
Dominic Chen
2020-09-30
*
Export of internal Abseil changes
Abseil Team
2020-09-29
*
Export of internal Abseil changes
Abseil Team
2020-09-10
*
Export of internal Abseil changes
Abseil Team
2020-08-27
*
Export of internal Abseil changes
Abseil Team
2020-08-14
*
Export of internal Abseil changes
Abseil Team
2020-08-05
[next]