tvl-depot/absl/base
Abseil Team 419f3184f8 Export of internal Abseil changes.
--
92e1bd6dc9e64163659028b640427d6d8573e41c by Abseil Team <absl-team@google.com>:

Don't enable ABSL_HAVE_STD_IS_TRIVIALLY_ASSIGNABLE with MSVC when used with nvcc.

With nvcc on Windows __has_trivial_assign(int) is false; that leads to a failure of the check in is_trivially_copy_assignable. A better solution would probably be to use the std-provided check in this case, but that seems like a more intrusive change.

PiperOrigin-RevId: 236135209

--
26cee4a7e647076b4e2f88375b4848d1469e55ed by Derek Mauro <dmauro@google.com>:

Remove hashtablez_force_sampling from the open-source release.
This should not have been released. It is internal-only and not portable.

Fixes https://github.com/abseil/abseil-cpp/issues/268

PiperOrigin-RevId: 235978666

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

Internal change

PiperOrigin-RevId: 235976027

--
1c148c89de6064031f1ad9f2eeac0331bd77b7b0 by Tom Manshreck <shreck@google.com>:

Add design note for absl::from_chars to abseil.io

Fixes #165

PiperOrigin-RevId: 235975923
GitOrigin-RevId: 92e1bd6dc9e64163659028b640427d6d8573e41c
Change-Id: I220b0bbb46742070ea8c2a94b06007ecae76fe0f
2019-03-04 09:41:52 -05:00
..
internal Export of internal Abseil changes. 2019-01-30 14:24:09 -05:00
attributes.h Export of internal Abseil changes. 2019-02-07 17:48:22 -05:00
bit_cast_test.cc Initial Commit 2017-09-19 16:54:40 -04:00
BUILD.bazel Export of internal Abseil changes. 2019-01-07 15:22:43 -05:00
call_once.h Export of internal Abseil changes. 2018-11-13 17:56:57 -05:00
call_once_test.cc Export of internal Abseil changes. 2018-12-13 14:40:49 -05:00
casts.h Export of internal Abseil changes. 2018-10-18 16:51:00 -04:00
CMakeLists.txt Export of internal Abseil changes. 2018-12-17 13:22:17 -05:00
config.h Export of internal Abseil changes. 2019-03-04 09:41:52 -05:00
config_test.cc Changes imported from Abseil "staging" branch: 2017-09-29 11:50:21 -04:00
const_init.h Export of internal Abseil changes. 2018-12-13 14:40:49 -05:00
dynamic_annotations.cc Initial Commit 2017-09-19 16:54:40 -04:00
dynamic_annotations.h - 6194c9b0d6dbdbeeb27b19d5c61562f985b25ff2 Removing support for NaCL in dynamic_annotations.h. by Abseil Team <absl-team@google.com> 2018-05-14 13:15:39 -04:00
exception_safety_testing_test.cc Export of internal Abseil changes. 2018-10-24 16:47:28 -04:00
inline_variable_test.cc Changes imported from Abseil "staging" branch: 2018-01-24 15:32:49 -05:00
inline_variable_test_a.cc Changes imported from Abseil "staging" branch: 2018-01-24 15:32:49 -05:00
inline_variable_test_b.cc Changes imported from Abseil "staging" branch: 2018-01-24 15:32:49 -05:00
invoke_test.cc Changes imported from Abseil "staging" branch: 2017-09-20 10:37:35 -04:00
log_severity.h Export of internal Abseil changes. 2018-08-22 11:02:33 -04:00
macros.h Export of internal Abseil changes. 2019-01-30 14:24:09 -05:00
optimization.h Export of internal Abseil changes. 2018-12-27 11:50:39 -05:00
policy_checks.h - 6194c9b0d6dbdbeeb27b19d5c61562f985b25ff2 Removing support for NaCL in dynamic_annotations.h. by Abseil Team <absl-team@google.com> 2018-05-14 13:15:39 -04:00
port.h Initial Commit 2017-09-19 16:54:40 -04:00
raw_logging_test.cc Export of internal Abseil changes. 2018-08-22 11:02:33 -04:00
spinlock_test_common.cc Export of internal Abseil changes. 2018-11-07 16:54:23 -05:00
thread_annotations.h Export of internal Abseil changes. 2018-10-23 15:52:40 -04:00
throw_delegate_test.cc Changes imported from Abseil "staging" branch: 2017-09-20 10:37:35 -04:00