You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Derek Mauro
b4a4a6b01f
Replace std::atomic_flag with std::atomic<bool> to avoid the C++20
...
deprecation of ATOMIC_FLAG_INIT.
Another option would have been to use macros to only initialize
std::atomic_flag before C++20, but I decided to use one compilation
path instead.
The major difference between std::atomic_flag and std::atomic<bool> is
that the former is guaranteed to be lock-free, but we already assume
std::atomic<bool> is lock-free in many places.
https://en.cppreference.com/w/cpp/atomic/atomic_flag
PiperOrigin-RevId: 487397075
Change-Id: I3f1c539ec8b2ca58547282e69ed73e93243e8efe
2 years ago
..
address_is_readable.cc
Fix "unsafe narrowing" warnings in absl, 7/n.
3 years ago
address_is_readable.h
Export of internal Abseil changes
5 years ago
demangle.cc
Fix "unsafe narrowing" warnings in absl, 7/n.
3 years ago
demangle.h
Fix "unsafe narrowing" warnings in absl, 7/n.
3 years ago
demangle_test.cc
Support [[gnu::abi_tag("xyz")]] demangling.
3 years ago
elf_mem_image.cc
Fix "unsafe narrowing" warnings in absl, 7/n.
3 years ago
elf_mem_image.h
Fix detection of ABSL_HAVE_ELF_MEM_IMAGE on Haiku
3 years ago
examine_stack.cc
Fix "unsafe narrowing" warnings in absl, 2/n.
3 years ago
examine_stack.h
Export of internal Abseil changes
3 years ago
stack_consumption.cc
Export of internal Abseil changes
4 years ago
stack_consumption.h
Export of internal Abseil changes
4 years ago
stack_consumption_test.cc
Export of internal Abseil changes
5 years ago
stacktrace_aarch64-inl.inc
Fix "unsafe narrowing" warnings in absl, 12/12.
3 years ago
stacktrace_arm-inl.inc
Export of internal Abseil changes
3 years ago
stacktrace_config.h
Export of internal Abseil changes
3 years ago
stacktrace_emscripten-inl.inc
Export of internal Abseil changes
4 years ago
stacktrace_generic-inl.inc
Fix "unsafe narrowing" warnings in absl, 7/n.
3 years ago
stacktrace_powerpc-inl.inc
Export of internal Abseil changes
3 years ago
stacktrace_riscv-inl.inc
Fix stacktrace header includes
3 years ago
stacktrace_unimplemented-inl.inc
Export of internal Abseil changes
5 years ago
stacktrace_win32-inl.inc
Fix "unsafe narrowing" warnings in absl, 1/n.
3 years ago
stacktrace_x86-inl.inc
Replace std::atomic_flag with std::atomic<bool> to avoid the C++20
2 years ago
symbolize.h
Export of internal Abseil changes
4 years ago
vdso_support.cc
Fix "unsafe narrowing" warnings in absl, 7/n.
3 years ago
vdso_support.h
Export of internal Abseil changes
5 years ago