tvl-depot/absl/base/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
..
atomic_hook.h - 07191b0f52301e1e4a790e236f7b7c2fd90561ae Disambiguates computed return type of absl::optional logi... by Abseil Team <absl-team@google.com> 2018-05-04 13:30:42 -04:00
atomic_hook_test.cc - 07191b0f52301e1e4a790e236f7b7c2fd90561ae Disambiguates computed return type of absl::optional logi... by Abseil Team <absl-team@google.com> 2018-05-04 13:30:42 -04:00
bits.h Export of internal Abseil changes. 2018-08-23 13:48:48 -04:00
bits_test.cc Export of internal Abseil changes. 2018-08-23 13:48:48 -04:00
cycleclock.cc Export of internal Abseil changes. 2019-01-07 15:22:43 -05:00
cycleclock.h Export of internal Abseil changes. 2019-01-07 15:22:43 -05:00
direct_mmap.h Export of internal Abseil changes. 2018-11-19 15:11:12 -05:00
endian.h Export of internal Abseil changes. 2019-01-30 14:24:09 -05:00
endian_test.cc Export of internal Abseil changes. 2018-07-17 14:32:16 -04:00
exception_safety_testing.cc Export of internal Abseil changes. 2018-10-24 16:47:28 -04:00
exception_safety_testing.h Export of internal Abseil changes. 2018-11-06 16:06:39 -05:00
exception_testing.h Export of internal Abseil changes. 2018-08-06 10:29:20 -04:00
hide_ptr.h - e2f6b8ac647271815b4fed2991f405524dd762c3 Release cctz microbenchmarks. by Alex Strelnikov <strel@google.com> 2018-05-31 15:58:36 -04:00
identity.h - d6b8d35be9659e1c99a5daca1af8c8587acaa044 Update bazel_toolchains to the latest commit. by Abseil Team <absl-team@google.com> 2018-06-15 11:09:49 -04:00
inline_variable.h Changes imported from Abseil "staging" branch: 2018-02-01 10:36:37 -05:00
inline_variable_testing.h Changes imported from Abseil "staging" branch: 2018-01-24 15:32:49 -05:00
invoke.h Initial Commit 2017-09-19 16:54:40 -04:00
low_level_alloc.cc Export of internal Abseil changes. 2018-11-19 15:11:12 -05:00
low_level_alloc.h Export of internal Abseil changes. 2018-09-13 13:24:44 -04:00
low_level_alloc_test.cc - ed0ba496fe01eb8edfa86beade8a37768e7c12ef Updates the API for Exception Safety testing to use build... by Abseil Team <absl-team@google.com> 2018-04-19 10:19:32 -04:00
low_level_scheduling.h Changes imported from Abseil "staging" branch: 2017-09-25 10:12:29 -04:00
per_thread_tls.h Export of internal Abseil changes. 2019-01-07 15:22:43 -05:00
pretty_function.h Changes imported from Abseil "staging" branch: 2017-12-20 17:03:18 -05:00
raw_logging.cc Export of internal Abseil changes. 2018-07-13 16:43:41 -04:00
raw_logging.h Export of internal Abseil changes. 2018-08-22 11:02:33 -04:00
scheduling_mode.h Changes imported from Abseil "staging" branch: 2017-09-25 10:12:29 -04:00
spinlock.cc Export of internal Abseil changes. 2018-11-07 16:54:23 -05:00
spinlock.h Export of internal Abseil changes. 2018-12-04 16:27:57 -05:00
spinlock_akaros.inc Changes imported from Abseil "staging" branch: 2017-10-24 14:52:11 -04:00
spinlock_benchmark.cc Export of internal Abseil changes. 2018-12-04 16:27:57 -05:00
spinlock_linux.inc Export of internal Abseil changes. 2019-01-24 11:10:30 -05:00
spinlock_posix.inc Initial Commit 2017-09-19 16:54:40 -04:00
spinlock_wait.cc Export of internal Abseil changes. 2019-01-24 11:10:30 -05:00
spinlock_wait.h -- 2018-06-18 16:20:03 -04:00
spinlock_win32.inc Initial Commit 2017-09-19 16:54:40 -04:00
sysinfo.cc Changes imported from Abseil "staging" branch: 2018-03-06 17:21:05 -05:00
sysinfo.h Changes imported from Abseil "staging" branch: 2017-09-25 10:12:29 -04:00
sysinfo_test.cc Changes imported from Abseil "staging" branch: 2017-09-25 10:12:29 -04:00
thread_identity.cc Export of internal Abseil changes. 2018-09-13 13:24:44 -04:00
thread_identity.h Merge #78: Fix typo in thread_identity.h 2018-01-10 14:47:08 -05:00
thread_identity_benchmark.cc - e2f6b8ac647271815b4fed2991f405524dd762c3 Release cctz microbenchmarks. by Alex Strelnikov <strel@google.com> 2018-05-31 15:58:36 -04:00
thread_identity_test.cc Changes imported from Abseil "staging" branch: 2017-12-18 10:00:09 -05:00
throw_delegate.cc Export of internal Abseil changes. 2018-11-16 16:38:42 -05:00
throw_delegate.h Initial Commit 2017-09-19 16:54:40 -04:00
tsan_mutex_interface.h Changes imported from Abseil "staging" branch: 2017-10-17 16:42:15 -04:00
unaligned_access.h Export of internal Abseil changes. 2018-10-03 09:19:28 -04:00
unscaledcycleclock.cc Initial Commit 2017-09-19 16:54:40 -04:00
unscaledcycleclock.h Changes imported from Abseil "staging" branch: 2017-09-20 10:37:35 -04:00