tvl-depot/absl/strings
Abseil Team e96ae2203b Export of internal Abseil changes
--
074a799119ac881b8b8ce59ef7a3166d1aa025ac by Tom Manshreck <shreck@google.com>:

nit: Add return info for StrCat

PiperOrigin-RevId: 278647298

--
d58a2a39ab6f50266cc695506ba2e86bdb45d795 by Mark Barolak <mbar@google.com>:

Stop suppressing no-nested-anon-types warnings because there aren't actually any warnings to suppress.

PiperOrigin-RevId: 278440548

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

ResetThreadIdentity does not need to clear identity->waiter_state.

ResetThreadIdentity is only called by NewThreadIdentity. NewThreadIdentity is
only called by CreateThreadIdentity. CreateThreadIdentity calls
PerThreadSem::Init, which initializes identity->waiter_state, immediately after
calling NewThreadIdentity. Therefore ResetThreadIdentity does not need to clear
identity->waiter_state.
PiperOrigin-RevId: 278429844

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

Delete the f->header.magic check in LowLevelAlloc::Free().

The f->header.magic check in LowLevelAlloc::Free() is redundant, because
AddToFreeList() will immediately perform the same check.

Also fix a typo in the comment that documents the lock requirements for
Next(). The comment should say "L >= arena->mu", which is equivalent to
EXCLUSIVE_LOCKS_REQUIRED(arena->mu).

NOTE: LowLevelAlloc::Free() performs the f->header.magic check without
holding the arena lock. This may have caused the TSAN data race warning
reported in bug 143697235.
PiperOrigin-RevId: 278414140

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

Add an internal (unsupported) PiecewiseCombiner class to allow hashing buffers piecewise.

PiperOrigin-RevId: 278388902
GitOrigin-RevId: 074a799119ac881b8b8ce59ef7a3166d1aa025ac
Change-Id: I61734850cbbb01c7585e8c736a5bb56e416512a8
2019-11-05 16:41:17 -05:00
..
internal Export of internal Abseil changes 2019-10-22 13:33:00 -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-10-18 12:40:18 -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 Export of internal Abseil changes 2019-10-16 10:42:51 -04:00
CMakeLists.txt Export of internal Abseil changes 2019-10-18 12:40:18 -04:00
escaping.cc Export of internal Abseil changes 2019-10-18 12:40:18 -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-10-18 12:40:18 -04:00
numbers.h Export of internal Abseil changes 2019-10-30 11:13:04 -04:00
numbers_benchmark.cc Export of internal Abseil changes 2019-10-18 12:40:18 -04:00
numbers_test.cc Export of internal Abseil changes 2019-10-18 12:40:18 -04:00
str_cat.cc Export of internal Abseil changes 2019-10-30 11:13:04 -04:00
str_cat.h Export of internal Abseil changes 2019-11-05 16:41:17 -05: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 Export of internal Abseil changes 2019-09-03 13:56:56 -04:00
str_format.h Export of internal Abseil changes 2019-10-30 11:13:04 -04: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 Export of internal Abseil changes 2019-10-30 11:13:04 -04:00
string_view.h Export of internal Abseil changes 2019-10-30 11:13:04 -04:00
string_view_benchmark.cc Export of internal Abseil changes 2019-10-01 13:58:29 -04:00
string_view_test.cc Export of internal Abseil changes 2019-10-30 11:13:04 -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 Export of internal Abseil changes 2019-10-18 12:40:18 -04: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