Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-03-03 | ci: reenable and clean up solaris workflow | Joshua Sing | 2 | -28/+31 | |
2024-03-03 | Fix build on windows | Theo Buehler | 1 | -0/+1 | |
2024-03-03 | cmake: limit some macros to mingw | Viktor Szakats | 1 | -5/+7 | |
Syncing this up with autotools. Also use the built-in `MINGW` variable. | |||||
2024-03-03 | CI: fix automatic releases assets extension "zip" | Ilya Shipitsin | 1 | -2/+1 | |
2024-03-03 | pthreads.h: avoid undefined behavior | Theo Buehler | 1 | -3/+8 | |
You can't pass a function pointer through a void pointer. So wrap the pthread callback in a struct. Fixes #966 | |||||
2024-03-03 | zap stray whitespace | Theo Buehler | 1 | -1/+1 | |
2024-03-03 | Update .github/workflows/release_by_tag.yml | Ilya Shipitsin | 1 | -1/+2 | |
Co-authored-by: Joshua Sing <joshua@hypera.dev> |