index
:
abseil.git
hurd
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
absl
/
container
/
btree_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable ABSL_BTREE_ENABLE_GENERATIONS and ABSL_SWISSTABLE_ENABLE_GENERATIONS w...
Abseil Team
2024-01-11
1
-6
/
+7
*
Replace BtreeAllocatorTest with individual test cases for copy/move/swap prop...
Evan Brown
2023-09-21
1
-162
/
+13
*
Fix a bug in which we used propagate_on_container_copy_assignment in btree mo...
Evan Brown
2023-09-15
1
-3
/
+3
*
Move CountingAllocator into test_allocator.h and add some other allocators th...
Evan Brown
2023-09-15
1
-20
/
+5
*
Fix an issue in which b-tree set iterators allow for mutable access to keys.
Evan Brown
2023-09-06
1
-0
/
+14
*
Add tests for btrees in which slot_type is overaligned and slot_type is equal...
Evan Brown
2023-05-04
1
-12
/
+47
*
Add pointer-stability validation in btree.
Evan Brown
2023-05-02
1
-5
/
+37
*
In debug mode, detect cases of btree comparators that violate transitivity, i...
Evan Brown
2023-04-12
1
-0
/
+73
*
Improve error messages when comparing btree iterators when generations are en...
Evan Brown
2022-11-21
1
-0
/
+8
*
Add a new API for `extract_and_get_next()` in b-tree that returns both the ex...
Evan Brown
2022-11-15
1
-0
/
+73
*
Improve error messages when comparing btree iterators.
Evan Brown
2022-11-10
1
-0
/
+25
*
Fix some invalid iterator bugs in btree_test.cc for multi{set,map} emplace{_h...
Evan Brown
2022-11-07
1
-29
/
+39
*
Improve b-tree error messages when dereferencing invalid iterators.
Evan Brown
2022-10-25
1
-0
/
+8
*
Implement btree_iterator::operator-, which is faster than std::distance for b...
Evan Brown
2022-10-17
1
-0
/
+20
*
Make BTrees work with custom allocators that recycle memory.
Abseil Team
2022-09-19
1
-0
/
+71
*
Fix ClangTidy warnings in btree.h and btree_test.cc.
Evan Brown
2022-09-01
1
-1
/
+2
*
In b-tree, support unassignable value types.
Evan Brown
2022-06-06
1
-0
/
+60
*
Allow for using b-tree with `value_type`s that can only be constructed by the...
Evan Brown
2022-05-31
1
-1
/
+108
*
Export of internal Abseil changes
Abseil Team
2022-02-23
1
-0
/
+16
*
Export of internal Abseil changes
Abseil Team
2022-02-14
1
-6
/
+45
*
Export of internal Abseil changes
Abseil Team
2022-01-25
1
-30
/
+89
*
Export of internal Abseil changes
Abseil Team
2021-12-03
1
-0
/
+14
*
Export of internal Abseil changes
Abseil Team
2021-12-01
1
-6
/
+11
*
Export of internal Abseil changes
Abseil Team
2021-07-29
1
-2
/
+2
*
Export of internal Abseil changes
Abseil Team
2021-05-18
1
-12
/
+26
*
Export of internal Abseil changes
Abseil Team
2021-05-11
1
-0
/
+41
*
Export of internal Abseil changes
Abseil Team
2021-03-10
1
-23
/
+23
*
Export of internal Abseil changes
Abseil Team
2020-12-24
1
-2
/
+46
*
Export of internal Abseil changes
Abseil Team
2020-12-10
1
-6
/
+34
*
Export of internal Abseil changes
Abseil Team
2020-10-27
1
-2
/
+19
*
Export of internal Abseil changes
Abseil Team
2020-10-26
1
-0
/
+95
*
Export of internal Abseil changes
Abseil Team
2020-10-23
1
-0
/
+64
*
Export of internal Abseil changes
Abseil Team
2020-10-22
1
-28
/
+33
*
Export of internal Abseil changes
Abseil Team
2020-09-23
1
-0
/
+26
*
Export of internal Abseil changes
Abseil Team
2020-09-10
1
-0
/
+34
*
Export of internal Abseil changes
Abseil Team
2020-08-14
1
-0
/
+29
*
Export of internal Abseil changes
Abseil Team
2020-07-24
1
-0
/
+7
*
Export of internal Abseil changes
Abseil Team
2020-07-17
1
-0
/
+33
*
Export of internal Abseil changes
Abseil Team
2020-07-07
1
-3
/
+6
*
Export of internal Abseil changes
Abseil Team
2020-06-18
1
-0
/
+50
*
Export of internal Abseil changes
Abseil Team
2020-06-17
1
-0
/
+54
*
Export of internal Abseil changes
Abseil Team
2020-04-22
1
-1
/
+1
*
Export of internal Abseil changes
Abseil Team
2020-03-10
1
-2
/
+2
*
Export of internal Abseil changes
Abseil Team
2020-03-09
1
-0
/
+6
*
Export of internal Abseil changes
Abseil Team
2020-03-03
1
-25
/
+25
*
Export of internal Abseil changes
Abseil Team
2020-01-31
1
-19
/
+13
*
Export of internal Abseil changes
Abseil Team
2020-01-28
1
-0
/
+59
*
Export of internal Abseil changes
Abseil Team
2019-12-18
1
-0
/
+42
*
Export of internal Abseil changes
Abseil Team
2019-12-12
1
-0
/
+2
*
Export of internal Abseil changes
Abseil Team
2019-11-26
1
-17
/
+73
[next]