fontconfig/meson-cc-tests
Alex Richardson 012ffaac75 Add support for C11 stdatomic atomics
This fixes deprecation warnings when building for macOS >= 10.12 systems.
Additionally, using stdatomic.h (or the more modern __atomic_ builtins)
is required when targeting CHERI-enabled architectures such as
CHERI-RISC-V or Arm's Morello since the compiler rejects __sync_* atomic
for pointer types (they only work with integers).
2021-07-20 09:32:52 +01:00
..
flexible-array-member-test.c Add Meson build system 2020-07-31 07:26:11 +00:00
intel-atomic-primitives-test.c Add Meson build system 2020-07-31 07:26:11 +00:00
solaris-atomic-operations.c Add Meson build system 2020-07-31 07:26:11 +00:00
stdatomic-primitives-test.c Add support for C11 stdatomic atomics 2021-07-20 09:32:52 +01:00