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
*
`absl::InlinedVector::swap` supports non-assignable types.
Abseil Team
2022-10-25
*
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
*
`absl::InlinedVector` supports move assignment with non-assignable types.
Abseil Team
2022-10-12
*
Add static_cast<void*> to the sources for trivial relocations to avoid spurio...
Evan Brown
2022-10-07
*
Eliminate use of internal interfaces
Gennadiy Rozental
2022-10-06
*
No changes in OSS.
Gennadiy Rozental
2022-10-04
*
Use trivial relocation for transfers in swisstable and b-tree.
Evan Brown
2022-10-03
*
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
*
Add sparse and string copy constructor benchmarks for hash table.
Abseil Team
2022-09-20
*
Make BTrees work with custom allocators that recycle memory.
Abseil Team
2022-09-19
*
Add more options for `BM_iteration` in order to see better picture for choosi...
Abseil Team
2022-09-14
*
Change `EndComparison` benchmark to not measure iteration. Also added `BM_Ite...
Abseil Team
2022-09-13
*
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 "unsafe narrowing" warnings in absl, 10/n.
Abseil Team
2022-09-08
*
Fix "unsafe narrowing" warnings in absl, 9/n.
Abseil Team
2022-09-08
*
Convert algorithm and container benchmarks to cc_binary
Derek Mauro
2022-09-06
*
InlinedVector: Small improvement to the max_size() calculation
Derek Mauro
2022-09-02
*
Fix ClangTidy warnings in btree.h and btree_test.cc.
Evan Brown
2022-09-01
*
Workaround for ASAN stack safety analysis problem with FixedArray container a...
Abseil Team
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
*
InlinedVector: Correct the computation of max_size()
Derek Mauro
2022-08-31
*
Fixed header guards to match style guide conventions.
Abseil Team
2022-08-31
*
Added some more no_test.. tags to build targets for controlling testing.
Abseil Team
2022-08-31
*
Fix "unsafe narrowing" warnings in absl, 1/n.
Abseil Team
2022-07-28
*
Fixed sign-conversion warning in code.
Abseil Team
2022-07-25
*
Undo documentation change on erase.
Abseil Team
2022-07-12
*
Improve documentation on erase.
Abseil Team
2022-07-12
*
Run flaky test in fewer configurations
Abseil Team
2022-06-25
*
Use ABSL_INTERNAL_HAS_SSE2 instead of __SSE2__
Abseil Team
2022-06-22
*
counting_allocator: suppress bogus -Wuse-after-free warning in GCC 12
Derek Mauro
2022-06-14
*
Fix several typos in comments.
Abseil Team
2022-06-10
*
Fix C++17 constexpr storage deprecation warnings
Derek Mauro
2022-06-09
*
Optimize SwissMap iteration by another 5-10% for ARM
Abseil Team
2022-06-09
*
In b-tree, support unassignable value types.
Evan Brown
2022-06-06
*
Optimize SwissMap for ARM by 3-8% for all operations
Abseil Team
2022-06-06
*
InlinedVector: Limit the scope of the maybe-uninitialized warning suppression
Derek Mauro
2022-06-06
*
Disable tests on some platforms where they currently fail.
Tom Rybka
2022-06-02
*
Fixed typo in a comment.
Abseil Team
2022-06-02
*
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
|
/
*
Optimize SwissMap iteration for aarch64 by 5-6%
Abseil Team
2022-05-26
*
Replace direct uses of __builtin_prefetch from SwissTable with the wrapper fu...
Greg Falcon
2022-05-18
*
Correct the comment about the probe sequence. It's (i/2 + i)/2 not (i/2 - i)/2.
Abseil Team
2022-05-04
*
Improve analysis of the number of extra `==` operations, which was overly com...
Abseil Team
2022-05-04
[next]