summaryrefslogtreecommitdiff
path: root/meson-cc-tests
Commit message (Collapse)AuthorAgeFilesLines
* meson: modify gperf test to remove sh dependencyChristopher Degawa2022-10-251-0/+1
| | | | | | | | | | modifies the gperf test to instead rely on a file input rather than piping in using sh, as sh is often not reliable on Windows due to paths. Also changes the if else ladder into a foreach loop. Signed-off-by: Christopher Degawa <ccom@randomderp.com>
* Add support for C11 stdatomic atomicsAlex Richardson2021-07-201-0/+8
| | | | | | | | 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).
* Add Meson build systemTim-Philipp Müller2020-07-313-0/+28
See https://mesonbuild.com