tvl-depot/absl/strings
Abseil Team c5c4db4f51 Export of internal Abseil changes
--
f8fe0f483378c7520d8f8bdfabe4b20de4d96c7e by Andy Soffer <asoffer@google.com>:

Ensure that Invoke can support C++17 in the sense that noexcept is part of the type.

PiperOrigin-RevId: 261730155

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

Fix typo in static_assert message for copy/move constructible by replacing "by" with "be".

PiperOrigin-RevId: 261713992

--
8c7c17c40d03a322f304a2fd73ed34462dbf265a by Andy Soffer <asoffer@google.com>:

Add absl::is_function drop-in replacement for std::is_function. Some standard
libraries incorrectly implement std::is_function in a few corner cases. In
particular, libstdc++ functions marked noexcept.

The trick being used here is that function types decay to pointers. After
excluding cases like is_class, etc, we can distinguish function types by
testing for this decay.

Many thanks to ericwf@ for essentially writing this CL.

PiperOrigin-RevId: 261705008

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

Add microbenchmark for StrSplit that uses delimiter ByAnyChar.

PiperOrigin-RevId: 261424010

--
66a342f9381ec56be2fe3aa5b3193dd3538a9740 by Andy Soffer <asoffer@google.com>:

CMake support for Abseil Random

This change touches almost build-related files for CMake almost exclusively. The one minor exception is random/internal/salted_seed_seq.h. The default warnings configuration for one of our CI builds requests not having named but unused parameters. The change in this file cleans up that warning.

PiperOrigin-RevId: 261192369
GitOrigin-RevId: f8fe0f483378c7520d8f8bdfabe4b20de4d96c7e
Change-Id: I05f662baacfe78750651535aa658f61c2327bc44
2019-08-05 15:42:34 -04:00
..
internal Export of internal Abseil changes. 2019-07-02 17:23:45 -04:00
testdata Initial Commit 2017-09-19 16:54:40 -04:00
ascii.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
ascii.h Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
ascii_benchmark.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
ascii_test.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
BUILD.bazel Export of internal Abseil changes. 2019-07-02 17:23:45 -04:00
charconv.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
charconv.h Export of internal Abseil changes. 2019-04-16 15:40:40 -04:00
charconv_benchmark.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
charconv_test.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
CMakeLists.txt Export of internal Abseil changes. 2019-07-02 17:23:45 -04:00
escaping.cc Export of internal Abseil changes. 2019-04-23 15:57:17 -04:00
escaping.h Export of internal Abseil changes. 2019-04-23 15:57:17 -04:00
escaping_benchmark.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
escaping_test.cc Export of internal Abseil changes. 2019-07-30 13:27:17 -04:00
match.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
match.h Export of internal Abseil changes. 2019-06-28 11:37:15 -04:00
match_test.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
numbers.cc Export of internal Abseil changes. 2019-04-16 15:40:40 -04:00
numbers.h Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
numbers_benchmark.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
numbers_test.cc Export of internal Abseil changes. 2019-03-14 11:32:24 -04:00
str_cat.cc Avoid undefined behavior when nullptr is passed to memcpy with size 0 2019-05-22 23:03:35 -04:00
str_cat.h Export of internal Abseil changes. 2019-06-13 14:14:34 -04:00
str_cat_benchmark.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
str_cat_test.cc Avoid undefined behavior when nullptr is passed to memcpy with size 0 2019-05-22 23:03:35 -04:00
str_format.h Export of internal Abseil changes. 2019-07-10 14:42:52 +00:00
str_format_test.cc Export of internal Abseil changes. 2019-07-02 17:23:45 -04:00
str_join.h Export of internal Abseil changes. 2019-07-17 16:40:57 -04:00
str_join_benchmark.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
str_join_test.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
str_replace.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
str_replace.h Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
str_replace_benchmark.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
str_replace_test.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
str_split.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
str_split.h Export of internal Abseil changes. 2019-03-19 14:19:10 -04:00
str_split_benchmark.cc Export of internal Abseil changes 2019-08-05 15:42:34 -04:00
str_split_test.cc Export of internal Abseil changes. 2019-04-01 18:15:34 -04:00
string_view.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
string_view.h Export of internal Abseil changes. 2019-07-31 16:07:55 -04:00
string_view_benchmark.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
string_view_test.cc Export of internal Abseil changes. 2019-07-31 16:07:55 -04:00
strip.h Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
strip_test.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
substitute.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
substitute.h Export of internal Abseil changes. 2019-06-13 14:14:34 -04:00
substitute_test.cc Export of internal Abseil changes. 2019-05-16 15:48:51 -04:00