tvl-depot/absl/strings/internal
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
..
str_format Export of internal Abseil changes. 2018-08-30 10:48:15 -04:00
char_map.h Initial Commit 2017-09-19 16:54:40 -04:00
char_map_benchmark.cc - e2f6b8ac647271815b4fed2991f405524dd762c3 Release cctz microbenchmarks. by Alex Strelnikov <strel@google.com> 2018-05-31 15:58:36 -04:00
char_map_test.cc Changes imported from Abseil "staging" branch: 2017-09-25 10:12:29 -04:00
charconv_bigint.cc -- 2018-06-18 16:20:03 -04:00
charconv_bigint.h -- 2018-06-18 16:20:03 -04:00
charconv_bigint_test.cc -- 2018-06-18 16:20:03 -04:00
charconv_parse.cc Export of internal Abseil changes. 2018-08-22 11:02:33 -04:00
charconv_parse.h -- 2018-06-18 16:20:03 -04:00
charconv_parse_test.cc Export of internal Abseil changes. 2018-08-22 11:02:33 -04:00
escaping_test_common.h - e2f6b8ac647271815b4fed2991f405524dd762c3 Release cctz microbenchmarks. by Alex Strelnikov <strel@google.com> 2018-05-31 15:58:36 -04:00
memutil.cc Initial Commit 2017-09-19 16:54:40 -04:00
memutil.h Export of internal Abseil changes. 2018-08-22 11:02:33 -04:00
memutil_benchmark.cc - abacaab4b11a69dd4db627bd183571d7cabb8def Refinement to previous time.h edit (in this same github p... by Greg Falcon <gfalcon@google.com> 2018-06-08 11:24:58 -04:00
memutil_test.cc Changes imported from Abseil "staging" branch: 2017-09-25 10:12:29 -04:00
numbers_test_common.h - e2f6b8ac647271815b4fed2991f405524dd762c3 Release cctz microbenchmarks. by Alex Strelnikov <strel@google.com> 2018-05-31 15:58:36 -04:00
ostringstream.cc Changes imported from Abseil "staging" branch: 2017-11-15 10:43:52 -05:00
ostringstream.h Export of internal Abseil changes. 2018-08-22 11:02:33 -04:00
ostringstream_benchmark.cc - e2f6b8ac647271815b4fed2991f405524dd762c3 Release cctz microbenchmarks. by Alex Strelnikov <strel@google.com> 2018-05-31 15:58:36 -04:00
ostringstream_test.cc Changes imported from Abseil "staging" branch: 2017-09-25 10:12:29 -04:00
resize_uninitialized.h Export of internal Abseil changes. 2018-08-22 11:02:33 -04:00
resize_uninitialized_test.cc Initial Commit 2017-09-19 16:54:40 -04:00
stl_type_traits.h Changes imported from Abseil "staging" branch: 2018-01-08 10:38:50 -05:00
str_join_internal.h Export of internal Abseil changes. 2018-08-22 11:02:33 -04:00
str_split_internal.h Export of internal Abseil changes. 2018-08-30 10:48:15 -04:00
utf8.cc Initial Commit 2017-09-19 16:54:40 -04:00
utf8.h Changes imported from Abseil "staging" branch: 2018-03-13 14:59:16 -04:00
utf8_test.cc Changes imported from Abseil "staging" branch: 2017-09-25 10:12:29 -04:00