0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-09 15:37:00 -04:00
bitcoin-core/src/compat
Cory Fields 86b7f28d6c serialization: use internal endian conversion functions
These replace our platform-specific mess in favor of c++20 endian detection
via std::endian and internal byteswap functions when necessary.

They no longer rely on autoconf detection.
2024-02-28 13:42:38 +00:00
..
assumptions.h Remove __cplusplus from compat/assumptions.h 2023-10-04 11:11:37 +02:00
byteswap.h serialization: detect byteswap builtins without autoconf tests 2024-02-28 13:42:38 +00:00
compat.h scripted-diff: Fix bitcoin_config_h includes 2024-02-13 20:10:44 +00:00
cpuid.h scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
endian.h serialization: use internal endian conversion functions 2024-02-28 13:42:38 +00:00
stdin.cpp compat: use STDIN_FILENO over 0 2023-01-04 12:00:25 +00:00
stdin.h add stdin helpers for password input support 2019-10-01 12:19:31 +09:00