summaryrefslogtreecommitdiffstats
path: root/waftools/fragments/bsd_thread_name.c
Commit message (Collapse)AuthorAgeFilesLines
* meson: check pthread provider with has_functionDudemanguy2023-02-021-6/+0
| | | | | Previously, we did this doing code fragments, but we can be a bit more clever and use has_function as well as the platform we're on.
* build: add meson build supportDudemanguy2021-11-141-0/+6
Adds support for the meson build system as well as a bit of documentation. Compatibility with the existing waf build is maintained.