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
*
Rollback: Add sanitizer mode checks that element constructors/destructors don...
Evan Brown
2023-10-17
*
Add sanitizer mode checks that element constructors/destructors don't make re...
Evan Brown
2023-10-16
*
Add iterator invalidation checking for when the hashtable is moved.
Evan Brown
2023-10-16
*
Add missing headers in raw_hash_map.h.
Evan Brown
2023-10-12
*
The current implementation of control by checking on x86 has an unnecessary s...
Abseil Team
2023-10-12
*
Bazel: Enable the header_modules feature
Derek Mauro
2023-10-11
*
Bazel: Support layering_check and parse_headers
Derek Mauro
2023-10-10
*
Correct the grammar of an IWYU pragma.
Abseil Team
2023-10-06
*
Fix a small typo in the docs.
Abseil Team
2023-10-05
*
Use ABSL_RAW_LOG and ABSL_PREDICT_* for all debug checks in swisstable includ...
Evan Brown
2023-10-03
*
Refactor swisstable copy/move assignment to fix issues with allocator propaga...
Evan Brown
2023-10-03
*
Minor build rule changes.
Evan Brown
2023-10-02
*
Re-submit with a fix for platforms without RTTI.
Abseil Team
2023-10-02
*
Export common.h from raw_hash_set.h to prevent IWYU from linting when using n...
Abseil Team
2023-09-27
*
Add an internal wrapper for `abi::__cxa_demangle()`.
Abseil Team
2023-09-26
*
Add an internal wrapper for `abi::__cxa_demangle()`.
Abseil Team
2023-09-26
*
Replace BtreeAllocatorTest with individual test cases for copy/move/swap prop...
Evan Brown
2023-09-21
*
Use ABSL_PREDICT_FALSE and ABSL_RAW_LOG for shared safety checks in raw_hash_...
Daniel Cheng
2023-09-20
*
Fix a bug in which we used propagate_on_container_copy_assignment in btree mo...
Evan Brown
2023-09-15
*
Move CountingAllocator into test_allocator.h and add some other allocators th...
Evan Brown
2023-09-15
*
Make PolicyTraits::transfer_uses_memcpy() true for node_hash_* tables.
Evan Brown
2023-09-12
*
Add a flat_hash_set_test that we use value_type member functions to read/writ...
Evan Brown
2023-09-12
*
Fix an issue in which b-tree set iterators allow for mutable access to keys.
Evan Brown
2023-09-06
*
Remove the unused LowerBoundAllocatedByteSize function.
Evan Brown
2023-09-05
*
Add a comment about a more efficient implementation of btree range erase.
Evan Brown
2023-09-01
*
Optimize Resize and Iteration on Arm
Connal de Souza
2023-08-30
*
Make raw_hash_set::destroy_slots no longer public. It was never meant to be a...
Evan Brown
2023-08-29
*
Remove the has_element function and use FindElement instead.
Evan Brown
2023-08-17
*
Update an old comment that refers to obsolete types.
Evan Brown
2023-08-15
*
Add missing includes in raw_hash_set.h.
Evan Brown
2023-08-11
*
Include what you spell
Dmitri Gribenko
2023-08-11
*
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
[next]