Export of internal Abseil changes.
-- f9f068aa8a260dc576398e47b8e4540902e41358 by Derek Mauro <dmauro@google.com>: Fix test string with embedded NUL. Currently parses as octal. PiperOrigin-RevId: 237088193 -- d271ffdd3f450f817f6d30e98ff39d439aaf3a98 by Abseil Team <absl-team@google.com>: Make symbolizer examine any mapping with read+exec permission regardless of 'w' bit. PiperOrigin-RevId: 237056461 -- af315f8306d36a7367a452fd0b58cafdbf20719d by Abseil Team <absl-team@google.com>: Switch comments referencing base:: CondVar and Mutex to absl::. PiperOrigin-RevId: 236917884 -- c624d5d1c0bdb917bff5e651ba40599472f84e0e by Gennadiy Rozental <rogeeff@google.com>: Internal change PiperOrigin-RevId: 236898300 -- 3cdc82429af964846d1152f49148abc61d196a4b by Samuel Benzaquen <sbenza@google.com>: Make the `long double` overload if AbslHashValue a template to avoid invalid conversions with implicit operators. This overload was never meant to capture anything other than `long double` and any current caller to it that wasn't a `long double` is potentially a bug. In particular, any type with an implicit `bool` conversion is calling this overload instead of trying to find a hash<> specialization, thus causing pretty bad hash behavior. PiperOrigin-RevId: 236877073 GitOrigin-RevId: f9f068aa8a260dc576398e47b8e4540902e41358 Change-Id: If9cc008dd814f0ca06ed881f612c06575f1f7137
Showing
- absl/base/internal/exception_safety_testing.h 4 additions, 2 deletionsabsl/base/internal/exception_safety_testing.h
- absl/base/internal/raw_logging.h 5 additions, 5 deletionsabsl/base/internal/raw_logging.h
- absl/base/internal/thread_identity.h 2 additions, 2 deletionsabsl/base/internal/thread_identity.h
- absl/container/fixed_array_test.cc 2 additions, 1 deletionabsl/container/fixed_array_test.cc
- absl/container/flat_hash_map_test.cc 3 additions, 3 deletionsabsl/container/flat_hash_map_test.cc
- absl/container/inlined_vector_benchmark.cc 2 additions, 2 deletionsabsl/container/inlined_vector_benchmark.cc
- absl/container/internal/hash_function_defaults.h 3 additions, 2 deletionsabsl/container/internal/hash_function_defaults.h
- absl/container/internal/hash_function_defaults_test.cc 2 additions, 6 deletionsabsl/container/internal/hash_function_defaults_test.cc
- absl/container/internal/layout.h 2 additions, 1 deletionabsl/container/internal/layout.h
- absl/container/internal/raw_hash_set.h 2 additions, 2 deletionsabsl/container/internal/raw_hash_set.h
- absl/container/internal/raw_hash_set_test.cc 10 additions, 5 deletionsabsl/container/internal/raw_hash_set_test.cc
- absl/container/internal/unordered_set_test.cc 5 additions, 5 deletionsabsl/container/internal/unordered_set_test.cc
- absl/debugging/failure_signal_handler_test.cc 2 additions, 1 deletionabsl/debugging/failure_signal_handler_test.cc
- absl/debugging/internal/symbolize.h 3 additions, 4 deletionsabsl/debugging/internal/symbolize.h
- absl/debugging/symbolize_elf.inc 10 additions, 6 deletionsabsl/debugging/symbolize_elf.inc
- absl/hash/hash.h 1 addition, 1 deletionabsl/hash/hash.h
- absl/hash/hash_test.cc 22 additions, 2 deletionsabsl/hash/hash_test.cc
- absl/hash/hash_testing.h 3 additions, 1 deletionabsl/hash/hash_testing.h
- absl/hash/internal/hash.h 6 additions, 3 deletionsabsl/hash/internal/hash.h
- absl/hash/internal/spy_hash_state.h 1 addition, 3 deletionsabsl/hash/internal/spy_hash_state.h
Loading
Please register or sign in to comment