-- 3e60f355db5afd7a864591d81a6c383b6c0a0780 by Samuel Benzaquen <sbenza@google.com>: Internal change PiperOrigin-RevId: 272531442 -- 6d189240b8cebe3a390c730de491156d03049229 by Andy Getzendanner <durandal@google.com>: Fix AtomicHook init-order fiasco under MSVC 2019. On this platform, constexpr static init sometimes happens after dynamic init =/. When it does, we should not zero hook_ (overwriting the value written there by dynamic init); instead we should leave it alone. This works even when constexpr static init goes first since all uses of AtomicHook should have static storage duration and be zero-initialized. https://developercommunity.visualstudio.com/content/problem/336946/class-with-constexpr-constructor-not-using-static.html PiperOrigin-RevId: 272525226 -- d01b14fc06bc75b41c51976ed32e7c304ea1aab7 by Abseil Team <absl-team@google.com>: exclude emscripten from running tests involving long doubles PiperOrigin-RevId: 272497628 GitOrigin-RevId: 3e60f355db5afd7a864591d81a6c383b6c0a0780 Change-Id: I3c8a8f5acaf7652a06ef40cf028ef5d2e142f81b
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| atomic_hook.h | Loading commit data... | |
| atomic_hook_test.cc | Loading commit data... | |
| atomic_hook_test_helper.cc | Loading commit data... | |
| atomic_hook_test_helper.h | Loading commit data... | |
| bits.h | Loading commit data... | |
| bits_test.cc | Loading commit data... | |
| cmake_thread_test.cc | Loading commit data... | |
| cycleclock.cc | Loading commit data... | |
| cycleclock.h | Loading commit data... | |
| direct_mmap.h | Loading commit data... | |
| endian.h | Loading commit data... | |
| endian_test.cc | Loading commit data... | |
| exception_safety_testing.cc | Loading commit data... | |
| exception_safety_testing.h | Loading commit data... | |
| exception_testing.h | Loading commit data... | |
| hide_ptr.h | Loading commit data... | |
| identity.h | Loading commit data... | |
| inline_variable.h | Loading commit data... | |
| inline_variable_testing.h | Loading commit data... | |
| invoke.h | Loading commit data... | |
| low_level_alloc.cc | Loading commit data... | |
| low_level_alloc.h | Loading commit data... | |
| low_level_alloc_test.cc | Loading commit data... | |
| low_level_scheduling.h | Loading commit data... | |
| per_thread_tls.h | Loading commit data... | |
| pretty_function.h | Loading commit data... | |
| raw_logging.cc | Loading commit data... | |
| raw_logging.h | Loading commit data... | |
| scheduling_mode.h | Loading commit data... | |
| scoped_set_env.cc | Loading commit data... | |
| scoped_set_env.h | Loading commit data... | |
| scoped_set_env_test.cc | Loading commit data... | |
| spinlock.cc | Loading commit data... | |
| spinlock.h | Loading commit data... | |
| spinlock_akaros.inc | Loading commit data... | |
| spinlock_benchmark.cc | Loading commit data... | |
| spinlock_linux.inc | Loading commit data... | |
| spinlock_posix.inc | Loading commit data... | |
| spinlock_wait.cc | Loading commit data... | |
| spinlock_wait.h | Loading commit data... | |
| spinlock_win32.inc | Loading commit data... | |
| sysinfo.cc | Loading commit data... | |
| sysinfo.h | Loading commit data... | |
| sysinfo_test.cc | Loading commit data... | |
| thread_annotations.h | Loading commit data... | |
| thread_identity.cc | Loading commit data... | |
| thread_identity.h | Loading commit data... | |
| thread_identity_benchmark.cc | Loading commit data... | |
| thread_identity_test.cc | Loading commit data... | |
| throw_delegate.cc | Loading commit data... | |
| throw_delegate.h | Loading commit data... | |
| tsan_mutex_interface.h | Loading commit data... | |
| unaligned_access.h | Loading commit data... | |
| unscaledcycleclock.cc | Loading commit data... | |
| unscaledcycleclock.h | Loading commit data... |