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
Showing
- absl/base/internal/cycleclock.cc 16 additions, 2 deletionsabsl/base/internal/cycleclock.cc
- absl/container/internal/compressed_tuple.h 3 additions, 3 deletionsabsl/container/internal/compressed_tuple.h
- absl/strings/BUILD.bazel 0 additions, 1 deletionabsl/strings/BUILD.bazel
- absl/strings/CMakeLists.txt 0 additions, 1 deletionabsl/strings/CMakeLists.txt
- absl/strings/internal/str_format/convert_test.cc 15 additions, 59 deletionsabsl/strings/internal/str_format/convert_test.cc
- absl/strings/internal/str_format/float_conversion.cc 11 additions, 486 deletionsabsl/strings/internal/str_format/float_conversion.cc
- absl/types/internal/optional.h 33 additions, 3 deletionsabsl/types/internal/optional.h
- absl/types/optional.h 0 additions, 29 deletionsabsl/types/optional.h
Loading
Please register or sign in to comment