tvl-depot/absl
Abseil Team 0f4bc96675 Export of internal Abseil changes.
--
ed4be0cb9a708158187a0628c1c2167ae6783274 by Greg Falcon <gfalcon@google.com>:

Refactor a string unit test into a template function for internal purposes.

PiperOrigin-RevId: 210798880

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

Add a note that the RFC3339_* format specifiers use %Y, and so
do not produce 4-digit years on output nor require 4-digit years
on input, as a strict reading of RFC3339 might require.

PiperOrigin-RevId: 210785544

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

Refactor a string unit test into a template function for internal purposes.

PiperOrigin-RevId: 210776525

--
105ee700e62869cfda2a37e6f7c2ea483f8fc75e by Xiaoyi Zhang <zhangxy@google.com>:

Correctly define ABSL_HAVE_STD_STRING_VIEW for MSVC 2017. Currently the macro
is not defined even though MSVC 2017 provides `std::string_view`, and this
means both `absl::string_view` and `std::string_view` exist as distinct types.
A bunch of places relying on the false assumption that
`string_view::const_iterator` is `const char*` have to be fixed to build
successfully.

See related github issue https://github.com/abseil/abseil-cpp/issues/161.

PiperOrigin-RevId: 210764947
GitOrigin-RevId: ed4be0cb9a708158187a0628c1c2167ae6783274
Change-Id: I7a9658b3201aa669db9d3d90474feb08072718c7
2018-08-30 10:48:15 -04:00
..
algorithm Export of internal Abseil changes. 2018-07-18 13:09:57 -04:00
base Export of internal Abseil changes. 2018-08-30 10:48:15 -04:00
container Export of internal Abseil changes. 2018-08-22 11:02:33 -04:00
debugging Export of internal Abseil changes. 2018-08-22 11:02:33 -04:00
memory Export of internal Abseil changes. 2018-08-21 14:07:46 -04:00
meta Export of internal Abseil changes. 2018-08-08 09:53:34 -04:00
numeric Export of internal Abseil changes. 2018-07-19 08:54:14 -04:00
strings Export of internal Abseil changes. 2018-08-30 10:48:15 -04:00
synchronization Export of internal Abseil changes. 2018-08-28 11:08:00 -04:00
time Export of internal Abseil changes. 2018-08-30 10:48:15 -04:00
types Export of internal Abseil changes. 2018-08-29 10:37:01 -04:00
utility Export of internal Abseil changes. 2018-08-22 11:02:33 -04:00
BUILD.bazel Export of internal Abseil changes. 2018-07-12 14:35:25 -04:00
CMakeLists.txt CMake support 2017-10-27 18:46:36 +02:00
compiler_config_setting.bzl Export of internal Abseil changes. 2018-07-12 14:35:25 -04:00
copts.bzl Export of internal Abseil changes. 2018-08-09 14:37:31 -04:00