tvl-depot/absl/strings/internal/str_format
Abseil Team dbae8764fb Export of internal Abseil changes.
--
3f04cd3c25a99df91ff913977b8c5b343532db5d by Abseil Team <absl-team@google.com>:

Stricter memory order constraints for CycleClock callback.

PiperOrigin-RevId: 242670115

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

internal/optional.h: move macro from types/optional.h

ABSL_OPTIONAL_USE_INHERITING_CONSTRUCTORS is only used within this file.
additionally check the macro with #ifdef rather than #if, fixes -Wundef
warning:
'ABSL_OPTIONAL_USE_INHERITING_CONSTRUCTORS' is not defined, evaluates to 0
PiperOrigin-RevId: 242548205

--
fbe22e7d8dc5c0b3d43ac26297e97ddbaeab3d39 by Samuel Benzaquen <sbenza@google.com>:

Implement %f natively for any input.
It evaluates the input at runtime and allocates stack space accordingly.

This removes a potential fallback into snprintf, improves performance, and removes all memory allocations in this formatting path.

PiperOrigin-RevId: 242531736

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

Add explicit check for NVCC in compressed_tuple.h.

NVCC claims to be MSVC, but does not implement this MSVC attribute.

PiperOrigin-RevId: 242513453
GitOrigin-RevId: 3f04cd3c25a99df91ff913977b8c5b343532db5d
Change-Id: I0742e8619c5248c7607961113e406486bc0e279b
2019-04-09 13:34:52 -04:00
..
arg.cc Export of internal Abseil changes. 2018-09-13 13:24:44 -04:00
arg.h Export of internal Abseil changes. 2019-03-19 14:19:10 -04: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-03-06 14:49:15 -05:00
bind.h Export of internal Abseil changes. 2019-03-06 14:49:15 -05:00
bind_test.cc Export of internal Abseil changes. 2019-02-07 17:48:22 -05:00
checker.h Export of internal Abseil changes. 2018-06-22 08:55:41 -04:00
checker_test.cc Export of internal Abseil changes. 2019-03-06 14:49:15 -05:00
convert_test.cc Export of internal Abseil changes. 2019-04-09 13:34:52 -04: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-03-19 14:19:10 -04: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-04-09 13:34:52 -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 Changed HTTP URLs to HTTPS where possible (#270) 2019-03-08 10:27:53 -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-01-16 14:52:22 -05:00
parser.h Export of internal Abseil changes. 2018-08-30 10:48:15 -04:00
parser_test.cc Export of internal Abseil changes. 2019-01-16 14:52:22 -05:00