aboutsummaryrefslogtreecommitdiff
path: root/absl/container/internal/container_memory.h
Commit message (Expand)AuthorAgeFilesLines
* Type erased hash_slot_fn that depends only on key types (and hash function).Abseil Team2024-01-311-0/+20
* Early return from destroy_slots for trivially destructible types in flat_hash...Abseil Team2024-01-301-1/+14
* Make `FlatHashMapPolicy` return `std::true_type` for relocatable objects.Abseil Team2023-11-201-9/+13
* Roll back due to leak sanitizer reports.Aaron Jacobs2023-11-081-8/+0
* Roll forward: Add sanitizer mode checks that element constructors/destructors...Evan Brown2023-10-301-0/+8
* Rollback: Add sanitizer mode checks that element constructors/destructors don...Evan Brown2023-10-171-8/+0
* Add sanitizer mode checks that element constructors/destructors don't make re...Evan Brown2023-10-161-0/+8
* Fix some spelling mistakesVertexwahn2023-04-241-1/+1
* Add static_cast<void*> to the sources for trivial relocations to avoid spurio...Evan Brown2022-10-071-2/+3
* Use trivial relocation for transfers in swisstable and b-tree.Evan Brown2022-10-031-1/+12
* In b-tree, support unassignable value types.Evan Brown2022-06-061-27/+0
* Fixed typo in a comment.Abseil Team2022-06-021-1/+1
* Allow for using b-tree with `value_type`s that can only be constructed by the...Evan Brown2022-05-311-0/+9
* Export of internal Abseil changesAbseil Team2020-08-201-4/+10
* Export of internal Abseil changesAbseil Team2020-08-141-0/+15
* Export of internal Abseil changesAbseil Team2020-07-311-12/+13
* Export of internal Abseil changesAbseil Team2020-07-241-7/+0
* Export of internal Abseil changesAbseil Team2020-07-211-0/+7
* Export of internal Abseil changesAbseil Team2020-07-171-7/+0
* fix MSVC warning 4245: conversion signed => unsigned during initialization (#...Christoph Cullmann2020-05-061-2/+2
* Export of internal Abseil changesAbseil Team2020-03-311-2/+4
* Export of internal Abseil changesAbseil Team2020-03-261-2/+5
* Export of internal Abseil changesAbseil Team2019-12-121-0/+2
* Changed HTTP URLs to HTTPS where possible (#270)nik72732019-03-081-1/+1
* Export of internal Abseil changes.Abseil Team2019-02-201-11/+25
* Export of internal Abseil changes.Abseil Team2019-01-091-4/+23
* Export of internal Abseil changes.Abseil Team2018-09-271-0/+405