aboutsummaryrefslogtreecommitdiff
path: root/apps (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-03-03ci: reenable and clean up solaris workflowJoshua Sing2-28/+31
2024-03-03Fix build on windowsTheo Buehler1-0/+1
2024-03-03cmake: limit some macros to mingwViktor Szakats1-5/+7
Syncing this up with autotools. Also use the built-in `MINGW` variable.
2024-03-03CI: fix automatic releases assets extension "zip"Ilya Shipitsin1-2/+1
2024-03-03pthreads.h: avoid undefined behaviorTheo Buehler1-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-03zap stray whitespaceTheo Buehler1-1/+1
2024-03-03Update .github/workflows/release_by_tag.ymlIlya Shipitsin1-1/+2
Co-authored-by: Joshua Sing <joshua@hypera.dev>