tvl-depot/absl/strings/internal/str_format
Abseil Team 77f87009a3 Export of internal Abseil changes
--
d8ddeda8e52132b908fae89b25f117a055d78c04 by Abseil Team <absl-team@google.com>:

Improve performance of ByteStringFromAscii by changing kHexValue to have -1 in invalid value slots. This way a single load can do both the validation and conversion.

PiperOrigin-RevId: 284167344

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

Change the underlying symbol name of Cord to absl::Cord.

PiperOrigin-RevId: 284005429

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

Eliminate an unnecessary load when futex is contended in Waiter::Wait()

The first argument to compare_exchange_weak() is a reference and will be
updated upon failure.  There is no need to do an additional load on the
same variable.

PiperOrigin-RevId: 284002752
GitOrigin-RevId: d8ddeda8e52132b908fae89b25f117a055d78c04
Change-Id: Idac68a1901eb8c30050adc3860765b1a6fa085c7
2019-12-06 10:28:07 -05:00
..
arg.cc Export of internal Abseil changes 2019-11-19 10:27:57 -05:00
arg.h Export of internal Abseil changes 2019-12-06 10:28:07 -05:00
arg_test.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
bind.cc Export of internal Abseil changes 2019-10-22 13:33:00 -04:00
bind.h Export of internal Abseil changes 2019-12-02 15:53:43 -05:00
bind_test.cc Export of internal Abseil changes. 2019-04-16 15:40:40 -04:00
checker.h Export of internal Abseil changes 2019-12-02 15:53:43 -05:00
checker_test.cc Export of internal Abseil changes 2019-12-02 15:53:43 -05:00
convert_test.cc Export of internal Abseil changes 2019-11-19 10:27:57 -05:00
extension.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
extension.h Export of internal Abseil changes 2019-12-06 10:28:07 -05:00
extension_test.cc Export of internal Abseil changes. 2019-03-19 14:19:10 -04:00
float_conversion.cc Export of internal Abseil changes. 2019-06-21 16:18:10 -04:00
float_conversion.h Export of internal Abseil changes. 2018-06-22 08:55:41 -04:00
output.cc Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -05:00
output.h Export of internal Abseil changes 2019-12-06 10:28:07 -05:00
output_test.cc Export of internal Abseil changes. 2019-03-19 14:19:10 -04:00
parser.cc Export of internal Abseil changes. 2019-04-16 15:40:40 -04:00
parser.h Export of internal Abseil changes 2019-12-02 15:53:43 -05:00
parser_test.cc Export of internal Abseil changes. 2019-04-16 15:40:40 -04:00