tvl-depot/absl/container/internal
Abseil Team a4cb1c8ba6 Export of internal Abseil changes.
--
6fdf24a197b964f9bacbebd0ceca305aef1654fc by Shaindel Schwartz <shaindel@google.com>:

Internal change

PiperOrigin-RevId: 231627312

--
65f7faf52bff01384171efb85fee159378dedf70 by CJ Johnson <johnsoncj@google.com>:

Relocates the definitions of the InputIterator-accepting parts of the InlinedVector API into the top-level. The removed functions had no other callers so there was no reason to keep the layer of indirection in the form of the function call.

PiperOrigin-RevId: 231527459

--
30e105b749b5ecc50fdaf26c7da589617efce425 by CJ Johnson <johnsoncj@google.com>:

Relocates closing brace for absl namespace in InlinedVector to the correct end location

PiperOrigin-RevId: 231477871

--
063c1e8b9d1f032662c46d574e20ecc357b87d0c by Eric Fiselier <ericwf@google.com>:

Cleanup std::hash probing metafunctions.

Previously there were two different ways to probe for
std::hash. One in hash.h and another in type_traits.h,
and they were both implemented differently, and neither
correctly worked around bad STL implementations.

This patch unifies the implementations into a single IsHashable trait.
It also:

* Correctly checks for old libc++ versions where this won't work.
* Avoids undefined behavior which resulted from calling std::is_constructible
  incomplete types.
* Unifies the feature test macro used in the headers and the tests.

Additionally it also slightly changes the behavior of when absl::variant
is hashable. Previously we disable hashing when std::hash<T>()(key) was
formed but when std::hash<T> couldn't be destructed. This seems wrong. If a
user provides a evil specialization of std::hash, then it's OK for variant's
hash to blow up.

PiperOrigin-RevId: 231468345

--
05d75dd4b07c893de9b104731644d0d207b01253 by Abseil Team <absl-team@google.com>:

Import of CCTZ from GitHub.

PiperOrigin-RevId: 231397518

--
a0ee9032f9e04039f3410ed17fcf45ae1a3868f5 by CJ Johnson <johnsoncj@google.com>:

Remove unused EnableIfAtLeastInputIterator from InlinedVector

PiperOrigin-RevId: 231348903

--
4dcd4e9a6780a81d7a6974c7bf22a037e6482b49 by Abseil Team <absl-team@google.com>:

Remove unnecessary register keyword from absl/base/internal/endian.h.

PiperOrigin-RevId: 231316570

--
c8584836caa3a10f90a8604a85d4b831310b72ee by Abseil Team <absl-team@google.com>:

Fix hashtablez_sampler compilation on older Android NDK builds

PiperOrigin-RevId: 231283542
GitOrigin-RevId: 6fdf24a197b964f9bacbebd0ceca305aef1654fc
Change-Id: I185b12fb8347e3ad0ffcb2cbb83a53450e5eb938
2019-01-30 14:24:09 -05:00
..
common.h Export of internal Abseil changes. 2019-01-09 13:09:28 -05:00
compressed_tuple.h Export of internal Abseil changes. 2018-12-13 14:40:49 -05:00
compressed_tuple_test.cc Export of internal Abseil changes. 2018-12-13 14:40:49 -05:00
container_memory.h Export of internal Abseil changes. 2019-01-09 13:09:28 -05:00
container_memory_test.cc Export of internal Abseil changes. 2018-09-27 15:28:12 -04:00
counting_allocator.h Export of internal Abseil changes. 2019-01-07 15:22:43 -05:00
hash_function_defaults.h Export of internal Abseil changes. 2018-10-03 09:19:28 -04:00
hash_function_defaults_test.cc Export of internal Abseil changes. 2019-01-14 14:09:52 -05:00
hash_generator_testing.cc Export of internal Abseil changes. 2018-11-13 17:56:57 -05:00
hash_generator_testing.h Export of internal Abseil changes. 2018-11-13 17:56:57 -05:00
hash_policy_testing.h Export of internal Abseil changes. 2018-11-27 17:37:00 -05:00
hash_policy_testing_test.cc Export of internal Abseil changes. 2018-09-27 15:28:12 -04:00
hash_policy_traits.h Export of internal Abseil changes. 2018-10-12 10:26:45 -04:00
hash_policy_traits_test.cc Export of internal Abseil changes. 2018-09-27 15:28:12 -04:00
hashtable_debug.h Export of internal Abseil changes. 2018-12-05 15:38:39 -05:00
hashtable_debug_hooks.h Export of internal Abseil changes. 2018-09-27 15:28:12 -04:00
hashtablez_force_sampling.cc Export of internal Abseil changes. 2019-01-24 11:10:30 -05:00
hashtablez_force_sampling_test.cc Export of internal Abseil changes. 2019-01-24 11:10:30 -05:00
hashtablez_sampler.cc Export of internal Abseil changes. 2019-01-30 14:24:09 -05:00
hashtablez_sampler.h Export of internal Abseil changes. 2019-01-24 11:10:30 -05:00
hashtablez_sampler_force_weak_definition.cc Export of internal Abseil changes. 2019-01-24 11:10:30 -05:00
hashtablez_sampler_test.cc Export of internal Abseil changes. 2019-01-24 11:10:30 -05:00
have_sse.h Export of internal Abseil changes. 2018-12-17 13:22:17 -05:00
layout.h Export of internal Abseil changes. 2018-12-04 16:27:57 -05:00
layout_test.cc Export of internal Abseil changes. 2018-12-07 14:40:28 -05:00
node_hash_policy.h Export of internal Abseil changes. 2018-09-27 15:28:12 -04:00
node_hash_policy_test.cc Export of internal Abseil changes. 2018-09-27 15:28:12 -04:00
raw_hash_map.h Export of internal Abseil changes. 2019-01-09 13:09:28 -05:00
raw_hash_set.cc Export of internal Abseil changes. 2018-12-04 16:27:57 -05:00
raw_hash_set.h Export of internal Abseil changes. 2019-01-24 11:10:30 -05:00
raw_hash_set_allocator_test.cc Export of internal Abseil changes. 2018-09-27 15:28:12 -04:00
raw_hash_set_test.cc Export of internal Abseil changes. 2019-01-18 14:05:08 -05:00
test_instance_tracker.cc Export of internal Abseil changes. 2018-08-09 14:37:31 -04:00
test_instance_tracker.h Export of internal Abseil changes. 2018-08-09 14:37:31 -04:00
test_instance_tracker_test.cc Export of internal Abseil changes. 2018-08-09 14:37:31 -04:00
tracked.h Export of internal Abseil changes. 2018-09-27 15:28:12 -04:00
unordered_map_constructor_test.h Export of internal Abseil changes. 2019-01-14 14:09:52 -05:00
unordered_map_lookup_test.h Export of internal Abseil changes. 2019-01-14 14:09:52 -05:00
unordered_map_modifiers_test.h Export of internal Abseil changes. 2019-01-14 14:09:52 -05:00
unordered_map_test.cc Export of internal Abseil changes. 2019-01-14 14:09:52 -05:00
unordered_set_constructor_test.h Export of internal Abseil changes. 2019-01-14 14:09:52 -05:00
unordered_set_lookup_test.h Export of internal Abseil changes. 2019-01-14 14:09:52 -05:00
unordered_set_modifiers_test.h Export of internal Abseil changes. 2019-01-14 14:09:52 -05:00
unordered_set_test.cc Export of internal Abseil changes. 2019-01-14 14:09:52 -05:00