tvl-depot/absl/container/internal
Abseil Team dbae8764fb Export of internal Abseil changes.
--
3f04cd3c25a99df91ff913977b8c5b343532db5d by Abseil Team <absl-team@google.com>:

Stricter memory order constraints for CycleClock callback.

PiperOrigin-RevId: 242670115

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

internal/optional.h: move macro from types/optional.h

ABSL_OPTIONAL_USE_INHERITING_CONSTRUCTORS is only used within this file.
additionally check the macro with #ifdef rather than #if, fixes -Wundef
warning:
'ABSL_OPTIONAL_USE_INHERITING_CONSTRUCTORS' is not defined, evaluates to 0
PiperOrigin-RevId: 242548205

--
fbe22e7d8dc5c0b3d43ac26297e97ddbaeab3d39 by Samuel Benzaquen <sbenza@google.com>:

Implement %f natively for any input.
It evaluates the input at runtime and allocates stack space accordingly.

This removes a potential fallback into snprintf, improves performance, and removes all memory allocations in this formatting path.

PiperOrigin-RevId: 242531736

--
1458f9ba2a79ef0534e46527cd34770dee54164d by Greg Falcon <gfalcon@google.com>:

Add explicit check for NVCC in compressed_tuple.h.

NVCC claims to be MSVC, but does not implement this MSVC attribute.

PiperOrigin-RevId: 242513453
GitOrigin-RevId: 3f04cd3c25a99df91ff913977b8c5b343532db5d
Change-Id: I0742e8619c5248c7607961113e406486bc0e279b
2019-04-09 13:34:52 -04:00
..
common.h Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
compressed_tuple.h Export of internal Abseil changes. 2019-04-09 13:34:52 -04:00
compressed_tuple_test.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
container_memory.h Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
container_memory_test.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
counting_allocator.h Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
hash_function_defaults.h Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
hash_function_defaults_test.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
hash_generator_testing.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
hash_generator_testing.h Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
hash_policy_testing.h Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
hash_policy_testing_test.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
hash_policy_traits.h Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
hash_policy_traits_test.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
hashtable_debug.h Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
hashtable_debug_hooks.h Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
hashtablez_sampler.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
hashtablez_sampler.h Export of internal Abseil changes. 2019-03-19 14:19:10 -04:00
hashtablez_sampler_force_weak_definition.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
hashtablez_sampler_test.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
have_sse.h Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
inlined_vector.h Export of internal Abseil changes. 2019-04-05 12:06:49 -04:00
layout.h Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
layout_test.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
node_hash_policy.h Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
node_hash_policy_test.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
raw_hash_map.h Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
raw_hash_set.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
raw_hash_set.h Export of internal Abseil changes. 2019-04-01 18:15:34 -04:00
raw_hash_set_allocator_test.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
raw_hash_set_test.cc Export of internal Abseil changes. 2019-04-01 18:15:34 -04:00
test_instance_tracker.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
test_instance_tracker.h Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
test_instance_tracker_test.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
tracked.h Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
unordered_map_constructor_test.h Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
unordered_map_lookup_test.h Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
unordered_map_members_test.h Export of internal Abseil changes. 2019-03-08 17:11:18 -05:00
unordered_map_modifiers_test.h Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
unordered_map_test.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
unordered_set_constructor_test.h Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
unordered_set_lookup_test.h Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
unordered_set_members_test.h Export of internal Abseil changes. 2019-03-08 17:11:18 -05:00
unordered_set_modifiers_test.h Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
unordered_set_test.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00